Maker.io main logo
TUTORIAL
169

Intro to Python for Makers (Part 6) - Classes and Objects

By Maker.io Staff

Python supports multiple programming paradigms which you can follow when writing your programs. Learn how to write object-oriented programs in Python.

TUTORIAL
100

Intro to Python for Makers (Part 5) - Custom Functions

By Maker.io Staff

This article teaches you how to build custom functions that you can call to keep your code organized and clean.

TUTORIAL
1,429

Intro to Python Programming (Part 4) - Call Functions and If-Statements

By Maker.io Staff

Part four of the Intro to Python series discusses how to call functions and how to use if-statements and various loops when writing programs in Python.

TUTORIAL
233

Intro to Python Programming (Part 3) - Python Lists

By Maker.io Staff

This article introduces you to the Python list and arrays, which allow multiple values to be stored within a single variable.

TUTORIAL
204

Intro to Python Programming (Part 2) - Python Interpreters

By Maker.io Staff

This article explains variables and simple operations, and it also demonstrates how to use the interpreter for quick prototyping.

TUTORIAL
508

Intro to Python Programming (Part 1) - Getting Started

By Maker.io Staff

Python has become a popular programming language, and this six-part guide will help you get up and running so you can employ Python in your projects.