Recursion Is Not A Superpower: An Iterative Ackermann
Posted by Al Sweigart in misc
Posted by Al Sweigart in misc
Posted by Al Sweigart in misc
Posted by Al Sweigart in misc
I created the bitfielddraw
Python module so that you could turn math formulas into .png image files.
Posted by Al Sweigart in misc
The Charisma Machine by Morgan G. Ames is the cautionary tale everyone in tech should read. Five stars.
Posted by Al Sweigart in misc
itertools
module already exists. Includes working code examples.
Posted by Al Sweigart in misc
My new book, The Big Book of Small Python Projects, is now available from No Starch Press. It's free to read online under a Creative Commons license. This book contains 81 small but complete programming projects written in Python. These projects are designed to help new programmers who have learned the basics see what real programs "look like". These aren't code snippets, but actual, full programs that you can run. At the same time, they are small enough so that their source code is easy to understand.
Posted by Al Sweigart in misc
In March 2020, just before the lockdowns would begin, I gave the opening keynote at PyTennessee 2020. Unfortunately, it wasn't recorded. But I still have the script I used and so I re-recorded the talk. I've posted it to my YouTube channel.
Posted by Al Sweigart in misc
Posted by Al Sweigart in misc
Extracting text as string values from images is called optical character recognition (OCR) or simply text recognition. This blog post tells you how to run the Tesseract OCR engine from Python. Includes working code examples.
Posted by Al Sweigart in misc
This tutorial teaches you about Pip, a package manager that installs third-party packages for Python.