Difficulty 1
3 steps
Popular

Python Basics Path

Learn Python fundamentals through hands-on practice.

0 / 7 done0%
1

Getting Started

Article Featured

The 3 Steps of learning Python 🐍

Learning Python can be divided in 3 steps. Let's dive into what those are.

PythonPathDiscussion
Read
Interactive Game

Introduction

Get started with our games and find out how to play.

Syntax
Play
2

Core Building Blocks

Article

Resources for the first step.

Get resources to clear as fast as possible your first step of the Python learning process.

DiscussionPathResources
Read
Interactive Game

Basic Variable Declaration in Python

Understand the correct syntax for declaring variables in Python.

Syntax
Play
Interactive Game

Using a for loop

Learn how to use for loops to iterate over a range in Python.

BasicsLists And Array
Play
3

Momentum

Article

How to avoid tutorial-hell

How to avoid endless tutorials and go straing to hands-on coding projects and real-world proficiency.

DiscussionPath
Read
Interactive Game

Appending to a List in Python

Identify the correct way to append elements to a list.

Lists And Array
Play