Python has lots of great cross-platform GUI packages:
๐ PySimpleGUI @PySimpleGUI
๐ PyQt / PySide
๐ wxPython
๐ Tkinter
๐ @DearPyGui
๐ EasyGUI
๐ PySimpleGUI @PySimpleGUI
๐ PyQt / PySide
๐ wxPython
๐ Tkinter
๐ @DearPyGui
๐ EasyGUI
#Python also has a couple of GUI frameworks for mobile development (i.e. iOS and Android):
๐ฅ Kivy @kivyframework
๐ Toga from @PyBeeWare
I have heard PyQt also supports mobile, but haven't been able to verify it
๐ฅ Kivy @kivyframework
๐ Toga from @PyBeeWare
I have heard PyQt also supports mobile, but haven't been able to verify it
There are lots of #Python web frameworks to choose from:
๐ Django @djangoproject
๐พ Flask
โฉ @FastAPI
๐ฅ Pylons
๐ Bottle
๐ CherryPy
โ๏ธ TurboGears
โก Nagare
and lots more!
๐ Django @djangoproject
๐พ Flask
โฉ @FastAPI
๐ฅ Pylons
๐ Bottle
๐ CherryPy
โ๏ธ TurboGears
โก Nagare
and lots more!
#Python is used for Automation often. You can use the language itself for a lot of tasks or you can use one of these packages:
๐ Selenium - Web testing automation
๐ค @robotframework
๐ pywinauto
๐ฟ Lettuce
๐ถ Behave
๐ Requests
and more!
๐ Selenium - Web testing automation
๐ค @robotframework
๐ pywinauto
๐ฟ Lettuce
๐ถ Behave
๐ Requests
and more!
Need to work with popular file types in #Python? Check out the following packages:
๐ OpenPyXL - Excel
๐ lxml - XML
๐ ReportLab or borb - PDF creation
๐ pdfrw / PyPDF2 - PDF manipulation
๐ผ Pandas - CSV and Excel
and more!
๐ OpenPyXL - Excel
๐ lxml - XML
๐ ReportLab or borb - PDF creation
๐ pdfrw / PyPDF2 - PDF manipulation
๐ผ Pandas - CSV and Excel
and more!
#Python itself lets you work with common file types using the following modules:
๐ json
๐ ziplib
๐ tarlib
๐ xml
๐ csv
๐ text files via open()
๐ json
๐ ziplib
๐ tarlib
๐ xml
๐ csv
๐ text files via open()
#Python is HUGE in data science. Here are just a handful of popular packages:
๐ผ Pandas
๐ฌ SciPy
๐ฅ PyTorch
๐ Matplotlib
๐ Theano
๐ค Tensorflow
๐ฅ๏ธ OpenCV
โ๏ธ Scikit-Learn
๐ Keras
โ NumPy
and many others!
๐ผ Pandas
๐ฌ SciPy
๐ฅ PyTorch
๐ Matplotlib
๐ Theano
๐ค Tensorflow
๐ฅ๏ธ OpenCV
โ๏ธ Scikit-Learn
๐ Keras
โ NumPy
and many others!
Loading suggestions...