This week we welcome Wolf Vollprecht (@wuoulf) as our PyDev of the Week! Wolf is a core maintainer of mamba, a Fast Cross-Platform Package Manager as well as xtensor, a C++ library meant for numerical analysis with multi-dimensional array expressions. You can see some of what Wolf has been working on over on GitHub. Let's […]
This week we welcome Stefanie Molin (@StefanieMolin) as our PyDev of the Week! Stefanie is the author of Hands-On Data Analysis with Pandas. You can learn more about Stefanie by visiting her website or checking out Stefanie's GitHub profile. Let's take a few moments to get to know Stefanie better! Can you tell us a […]
Learn how to Send Email (with attachments!) with Python Want to learn more? Check out my Python 101 book: Leanpub (eBooks) Amazon (paperback) Or check out my other books and learn how to create Excel spreadsheets, edit images, work with Jupyter Notebook, create GUIs and more: Gumroad (eBooks and Videos)
In this tutorial, you will learn how to create a Tic-Tac-Toe game using PySimpleGUI and Python. Download the Code PyTips Code Repo on GitHub
This week we welcome Cristián Maureira-Fredes (@cmaureir) as our PyDev of the Week! Cristián is a core developer on the Qt for Python project (AKA PySide6). You can catch up with Cristián on GitHub or on Cristián's website. Let's spend some time getting to know Cristián better! Can you tell us a little about yourself […]
Learn all about type hinting (AKA type annotation) in this tutorial by Mike Driscoll What You'll Learn Pros and Cons of Type Hinting Built-in Type Hinting / Variable Annotation Collection Type Hinting Hinting Values That Could be None Type Hinting Functions What To Do When Things Get Complicated Classes Decorators Aliasing Other Type Hints This […]