Python Forum
python technologies to learn for beginners - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: python technologies to learn for beginners (/thread-11080.html)



python technologies to learn for beginners - prashanth - Jun-21-2018

I am confused to learn the python due to when browse the python technology in tutorialspoint, here it is showing like this..\
can you suggest me how to start..??
Learn Concurrency with Python
Learn Cryptography with Python
Learn Jython
Machine Learning with Python
Learn Numpy
Learn PyGTK
Learn PyQt
Learn Python
Learn Python-3
Learn PyCharm
Python Deep Learning
Python Design Pattern
Learn Python Data Structure
Learn Python Data Science
Learn Python Text Processing
Artificial Intelligence with Python
Learn Python Forensics
Learn Python Panda
Learn PySpark
Learn Seaborn
Learn Scipy
Learn WxPython


RE: python technologies to learn for beginners - ichabod801 - Jun-21-2018

If you're just beginning, do Learn Python-3. That is, learn the basics of Python with the new version (3.6).

After that it will depend on what you want to do with Python. Python is a general purpose language, and there are tons of areas that you can program in, but you can't really do them all. So you need to pick a direction or two and explore the libraries for those areas.