Posted by: everestial007 March 17, 2019
पाईथान कता सिक्ने ?
Login in to Rate this Post:     0       ?        
One of the best python resource for applied python development - https://realpython.com
This is for those who already have some basic python exposure.

But, if you are a starter, begin at https://www.tutorialspoint.com/python3/

Other tips:
- use python 3 not python 2. Python 2 will be out of support soon.
- Python can be both a programming and a skripting language, depends on how you use it. It is also an OOP language. It can be used for web development, data base wrangling and recently has vast visualizations and statistical libraries being produced.

Its important to know the pros/cons of a language rather than saying this language is this. Almost any one language can do any thing that another language does. What matters is which language is efficient and worthy for a particular purpose?, e.g javaskript can be used for data science, statistics, databases management but it is highly productive if used for front end development, and interactive visualizations and web content.

Just my few cents.
Read Full Discussion Thread for this article