I hope this is main NIM community, on this forum :)
I am new to programing, i know basic things like, what string is, integer, floating, array, variable, object, basic loops and such....although i don't have any advanced knowledge(like classes) of any programing language or platform(Web, MS, Apple or Google)
My starting assumption is, if the community is strong, they know the way(...hidden meme).
Perhaps you might tell me "Learn python first, then come back." Please, NO!
I want to code and compile small software which would generate 1D barcode, based on info user inputs, then be able to print it or generate PDF or PNG. I will draw this in mspaint to show you what i have in mind, maybe thats the best thing to do, since i am almost at layman level :)
Be back soon Dan
I am new to programming,
So I may have my second customer: http://ssalewski.de/nimprogramming.html :-)
I am new to programing, i know basic things (...) i am almost like total beginner
Feel free to reply with your advice
Start with https://narimiran.github.io/nim-basics/ to cover the basics, and then move on to the more specific stuff you need for your project.
Perhaps you might tell me "Learn python first, then come back." Please, NO!
You don't really need to know Python before you start with Nim. The real benefit of Python is that it has more libraries and if you are stuck you can just google the problem and teaching material is in abundance.
However. I use Python as well, but I feel that Nim is a more sophisticated language that forces you to program in a cleaner and more concise way.