Video course: Introduction to desktop applications with PySimpleGUIThis course teaches you how you can quickly create desktop apps with Python. The content makes this easy: you don't have to be an expert in PyQt, Tkinter, wxPython or the web: inst... (more…)
Read more »
PyMOTW-3 is a series of articles written by Doug Hellmann to
demonstrate how to use the modules of the Python 3 standard
library. It is based on the original PyMOTW series, which covered
Python 2.7. See About Python Module of the Week for details includi... (more…)
Read more »
IBM has enabled Python to run on z/OS. Often touted as the great “glue language” because it can glue large software components together, Python is one of the most popular and fastest growing programming languages. Python’s popularity is driven by it’s sim... (more…)
Read more »
Do you love coding Python as much as we do? So much you want to shout your love for it from the rooftops... or at least advertise it prominently on your desk? G...
Read more »
It was a magical, “aha!” moment when I first learned about multithreading. The fact that I could ask my computer to do actions in a parallel manner delighted me (although it should be noted here… (more…)
Read more »