DEV Community

Learn to Code from Scratch (Python) Series' Articles

Back to Javi Palacios's Series
Introduction to Programming
Cover image for Introduction to Programming

Introduction to Programming

Comments
4 min read
Setting Up Python Environment
Cover image for Setting Up Python Environment

Setting Up Python Environment

Comments
5 min read
Python REPL: Your Interactive Python Playground
Cover image for Python REPL: Your Interactive Python Playground

Python REPL: Your Interactive Python Playground

Comments
4 min read
Variables and data types in Python
Cover image for Variables and data types in Python

Variables and data types in Python

Comments
6 min read
Operators and expressions in Python
Cover image for Operators and expressions in Python

Operators and expressions in Python

Comments
5 min read
Strings and string methods in Python
Cover image for Strings and string methods in Python

Strings and string methods in Python

Comments 3
5 min read
Common beginner mistakes in Python (and how to fix them)
Cover image for Common beginner mistakes in Python (and how to fix them)

Common beginner mistakes in Python (and how to fix them)

Comments
6 min read
Conditional statements in Python: if, elif, and else
Cover image for Conditional statements in Python: if, elif, and else

Conditional statements in Python: if, elif, and else

Comments
6 min read