beginner

Learn the basics of Python with these beginner-friendly tutorials

Episode 21 – Sanic – The Async Python Web Framework

Python has many remarkable web frameworks to choose from. Sanic is another excellent web framework and one of the first to support async programming. Sanic is built to be able to build fast and run fast. In this episode, we talk to Adam Hopkins, one of the maintainers of the Sanic web framework. We discuss the following

Episode 21 – Sanic – The Async Python Web Framework Read More »

wxPython 101 – wx.NewId() is Deprecated!

Deprecation warnings are handy ways for open-source maintainers to alert their users that some part of their package is no longer going to be supported. Good maintainers will provide migration guides that tell you what to do when you see a deprecation warning. You don’t want to ignore a deprecation warning because it alerts you

wxPython 101 – wx.NewId() is Deprecated! Read More »

An Intro to Protocol Buffers with Python

Protocol buffers are a data serialization format that is language agnostic. They are analogous to Python’s own pickle format, but one of the advantages of protocol buffers is that they can be used by multiple programming languages. For example, Protocol buffers are supported in C++, C#, Dart, Go, Java, Kotlin, Objective-C, PHP, Ruby, and more

An Intro to Protocol Buffers with Python Read More »

Global Interpreter Lock Optional in Python 3.13

Python’s Global Interpreter Lock (GIL) may finally be coming to an end. The Python Steering Council recently announced that they are accepting PEP 703. This PEP proposes adding a build configuration (–disable-gil) to CPython, which will turn off the GIL. The Python Global Interpreter Lock or GIL, is a mutex or lock that only ever allows

Global Interpreter Lock Optional in Python 3.13 Read More »

The Python Show – Episode 2 – Data Science and Python with Akshay Pachaar (Video)

The Python Show’s second episode is now on YouTube! Today’s episode is about data science and Python with my guest, Akshay Pachaar! You can follow Akshay on Twitter or befriend him on LinkedIn. Topics covered include: How Akshay got into tech, data science, and Python Using Python in data science Python and maps / GIS

The Python Show – Episode 2 – Data Science and Python with Akshay Pachaar (Video) Read More »

The Python Show – Episode 2 – Data Science and Python with Akshay Pachaar

Today’s episode is about data science and Python with my guest, Akshay Pachaar! You can follow Akshay on Twitter or befriend him on LinkedIn. Topics covered include: How Akshay got into tech, data science, and Python Using Python in data science Python and maps / GIS Machine learning LLMs Content creation + audience growth tips

The Python Show – Episode 2 – Data Science and Python with Akshay Pachaar Read More »