September 16, 2020 by
Mike In this video tutorial, you will learn how to add icons to your wxPython application's title bar. This is a nice feature to add to your application to give your program some branding.
September 15, 2020 by
Mike JavaScript Object Notation, more commonly known as JSON, is a lightweight data interchange format inspired by JavaScript object literal syntax. JSON is easy for humans to read and write. It is also easy for computers to parse and generate. JSON is used for storing and exchanging data in much the same way that XML is […]
September 14, 2020 by
Mike My latest book, Python 101 (2nd Edition), is now available on Leanpub (PDF, epub, mobi) and Amazon (paperback / Kindle). I rewrote Python 101 almost completely from scratch. I used the original as a guide, but this book is completely fresh. It is based on Python 3.8 and covers lots of beginner and intermediate topics. […]
September 14, 2020 by
Mike This week we welcome Débora Azevedo (@pydebb) as our PyDev of the Week! Débora is active in the PyLadies and DjangoGirls groups as well as teaching Python at PyLadies workshops. Let's spend some time getting to know her better! Can you tell us a little about yourself (hobbies, education, etc): I’m an educator. I love […]
September 11, 2020 by
Mike In this tutorial, you will learn about Python's comprehensions, like the popular list comprehension and the dictionary comprehension. Would you like to learn more about Python? Python 101 - 2nd Edition Purchase now on Leanpub or Amazon
September 10, 2020 by
Mike In this tutorial, you will learn how to use Python to crop a photo using Pillow, the friendly fork of the Python Imaging Library. Would you like to learn more about Python? Python 101 - 2nd Edition Purchase now on Leanpub