Python Forum
What after basics of Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What after basics of Python?
#1
Hi! I have been learning programing since 2013 (C++, PHP) and I would to develop my programming skills in Python. And this the question: what after basics of Python? I have solid basics of Python, so I would to do something more sophisticated for example apps with gui etc, but I don't know in which direction I should take in my learning tour. Maybe people which are working as Python programmers can recommend me what I should learn? Thanks in advance for your answers
Reply
#2
Hello and welcome!
If you already figured GUI apps are an interesting and worthy goal for you to pursue, then you can jump in one of several GUI frameworks available in Python (wxPython, Tkinter, Kivy). You can even find some tutorials on our forums.
For GUI apps it will be handy to know OOP in Python. And also some networking, if you will want to have internet connection functionality. Databases can be a useful addition too. This leads to Python web frameworks, if you would like to develop web applications using Python. There are several nice frameworks to choose from as well (e.g. Django, Flask, Bottle).
Reply
#3
it really depends on what projects you want to do. There are just about 3rd party modules for every direction possible.
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020