Python 101 – Working with Files (Video)

Application developers are always working with files. You create them whenever you write a new script or application. You write reports in Microsoft Word, you save emails or download books or music. Files are everywhere. Your web browser downloads lots of little files to make your browsing experience faster. When you write programs, you have […]

Python 101 – Working with Files (Video) Read More »

Python Comes to Texas Instruments and Casio Graphing Calculators

Texas Instruments announced that they are adding a new graphing calculator called TI-84 Plus CE Python. The TI-84 Plus uses CircuitPython rather than the standard Python that most developers are aware of. CircuitPython is made by AdaFruit for embedded devices, like a calculator. You can read more about CircuitPython being added to the calculator over

Python Comes to Texas Instruments and Casio Graphing Calculators Read More »

Talk Python: Building Desktop Apps with wxPython with Mike Driscoll

A couple of weeks ago, I was on the Talk Python Podcast to talk about creating desktop applications with wxPython. The recording of that talk was released today. We talked about many of the GUI frameworks in Python before turning out attention to my book, Creating GUI Applications with wxPython. You can listen to the

Talk Python: Building Desktop Apps with wxPython with Mike Driscoll Read More »