Benjamin Patch

Guides for Building Ethical & Impactful AI Software

Articles tagged with python kickstart

Python Kickstart (part 2): Data Types and Data Structures

Written by Benjamin Patch

Let's dive deeper into Python's fundamental building blocks: data types and data structures. Understanding these concepts is crucial for writing effective Python programs. Think of data types as the different kinds of information your program can work with, while data structures are the containers that organize and store that information. Let's get started!

Read More

When Vibe Coding Fails: Python Kickstart (part 1)

Written by Benjamin Patch

Welcome to part one of my Python Kickstart series! Let's discuss why you should still learn Python in the age of vibe coding. Then we'll get our feet wet by learning about running Python code. An introduction to variables, the print function, basic errors, and code comments. Let's get started!

Read More