Python Forum
What after basics of Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What after basics of Python?
#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


Messages In This Thread
What after basics of Python? - by MrPeanutbutter - Mar-19-2018, 09:36 PM
RE: What after basics of Python? - by j.crater - Mar-19-2018, 10:01 PM
RE: What after basics of Python? - by metulburr - Mar-19-2018, 10:08 PM

Forum Jump:

User Panel Messages

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