News

If all you want to do is write a Zig library that exposes C-style public interfaces and use that with Python, the process is incredibly simple. Here’s a simple Zig program that exposes a method ...
In this video, I'll be sharing with you a few powerful VSCode features that all Python devs should learn. If you're a Python ...
Next steps for Python developers It's highly recommended to play around with those tools, run a simple Python Hello World program and see what a basic Python install has to offer. However, all serious ...
We won’t use it in the following examples. A simple code example with the ChatGPT API We’ll use Google Colab here to create a simple program that calls the OpenAI interface.
In this video, I'm going to teach you how to write unit tests in Python using a module called Pytest. It's a skill you'll need to know if you write code in Python, and fortunately, it's relatively ...