Francisco Javier Palacios PérezFco. Javier Palacios Pérez
Software Developer

Tutorials - Page 7

Tutorials - Page 7

Variables and data types in Python3Learn to code from scratch with Python

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.

Understanding file changes with git diff7Mastering Git from scratch

Understanding file changes with git diff

Before making a commit, do you know exactly what you've changed? git diff shows you line by line what was modified, what is staged, and what differs between branches.

Tracking and ignoring files in Git6Mastering Git from scratch

Tracking and ignoring files in Git

Not every file in your project should be in Git. Learn how to use .gitignore to exclude what shouldn't be versioned and how to configure a global .gitignore for your machine.

Understanding git status and git log5Mastering Git from scratch

Understanding git status and git log

Two commands you'll use every single day with Git: git status tells you the current state of your repository and git log shows you its history. In this tutorial we study both in depth.

Python REPL: Your Interactive Python Playground2.5Learn to code from scratch with Python

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 Environment2Learn to code from scratch with Python

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 Programming1Learn to code from scratch with Python

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.

The most useful Oh My ZSH! aliases to increase our productivity with Git37Mastering Git from scratch

The most useful Oh My ZSH! aliases to increase our productivity with Git

Discover the most useful Oh My ZSH! aliases for working with Git. Learn how to speed up your commands and increase your productivity.

How to install ZSH and Oh My ZSH! in Linux subsystem Windows 10

How to install ZSH and Oh My ZSH! in Linux subsystem Windows 10

Learn how to install ZSH and Oh My ZSH! on the Windows 10 Linux subsystem (WSL). Improve your terminal experience on Windows.

How to install ZSH and Oh My ZSH! in GNU/Linux

How to install ZSH and Oh My ZSH! in GNU/Linux

Learn how to install and configure ZSH and Oh My ZSH! on GNU/Linux. Guide for Debian, Ubuntu, OpenSUSE, Arch Linux, and Gentoo.

How to install ZSH and Oh My ZSH! in macOS

How to install ZSH and Oh My ZSH! in macOS

Learn how to install and configure ZSH and Oh My ZSH! on macOS. Discover how to customize your terminal with themes and plugins.

How to install Linux subsystem Windows 10

How to install Linux subsystem Windows 10

Learn how to install the Linux subsystem on Windows 10 (WSL). Discover how to set up Ubuntu, Suse, or OpenSUSE on your Windows system.