Python is a fantastic programming language and I found that for me, it is the easiest language I have seen so far, well I do not have lots of knowl...
For further actions, you may consider blocking this person and/or reporting abuse
I first learned Lite-C and JavaScript. After that I learned python too. I remember being impressed by the simplicity of python, I can absolutely relate to your article! I have learned a few more languages since then, however I still like python the most. Whenever it makes sense to use python for a project I use it.
I want to add to your last paragraph:
I want to encourage everyone to learn python, not only if you are new to coding. It is a wonderful language and I learned so many things that are applicable to other languages too!
Thank you Winston! I will certainly add it.
Sir can you provide the full road map for python because I want to learn it. Like from where did you refer or learn all those topics which are discussed above? Thanks for this article.
If you've already got some programming background, I would encourage you to look through the tutorial included in the official documentation. It actually does a pretty good job of covering the basics of the language itself in a way that's pretty easy to understand.
Totally agree. It can be little confusing without any background, but if one knows something, it is the best source of learning material
Hi Sahaj,
Well, it is important to have an idea of what you want to do with the language, I want, for example learn Data Science, Machine Learning and AI, so I tend to look for all these topics, but of course you can just learn to language and later decide where you want to apply it. There are steps and concepts to learn in the beginning, I would list as:
Learn:
There is a great book called 'Think Python' start with this book. It will help a lot. (greenteapress.com/thinkpython/thin...) - copy and paste the link on the browser.
You can also take a look at: python.org
I will create a post in the future about this road map, and I will let you know.
Also check this out : dev.to/thomcord/how-creating-a-sol...