Category: Programming
Introducing the Mastering Vim from Scratch Course
Tired of editors that slow you down? Learn Vim/Neovim from scratch to professional level: modal editing, LazyVim, LSP, and extreme productivity. Completely free!
Variables and data types in Python
Learn how to create variables, understand Python's basic data types (numbers, strings, booleans), and how to use them to build your first programs.
Python REPL: Your Interactive Python Playground
Discover the Python REPL (Read-Eval-Print Loop), a powerful tool for testing code, learning Python interactively, and experimenting with ideas instantly.
Setting Up Python Environment
Learn how to install Python with asdf, configure VS Code, and run your first program. Everything you need to start programming from scratch.
Introduction to Programming
What is programming? In this first lesson, we'll discover what it means to code, how programming languages work, and why Python is the ideal language to start with.
Presentation of the course Learn to code from scratch with Python
Do you want to learn to code? This course teaches you Python from scratch to professional level: static typing with mypy, testing with pytest, and best practices from day one. Totally free!