Tag Archive for: Python

, , ,

Debugging a Dockerized Django app with VSCode

I am a huge advocate for integrating Docker into your development process. There are many benefits to this, such as: Consistent developer environmentsParity of development and production environmentsDependency isolation from your…
blog title with the python logo
,

Installing Python on macOS using PyEnv for beginners

In this post I'll explain how to install Python using PyEnv on a macOS machine. This tutorial is also available in video form here: https://www.youtube.com/embed/-5vd5GEpF-w What is PyEnv and why use it? macOS comes with Python…
Beginner’s Guide to Python – Lesson 10 – Packages

Beginner’s Guide to Python – Lesson 10 – Install packages

Welcome to the Beginner’s Guide to Python! This is video #10 in the series. In this video, I’m going to show you how to install and use packages in Python. If you have any comments or questions, let me know in the comments below or on Youtube. Subscribe…
Beginner’s Guide to Python – Lesson 9 – Virtual Environments

Beginner’s Guide to Python – Lesson 09 – Virtual Environments

Welcome to the Beginner’s Guide to Python! This is video #9 in the series. In this video, I’m going to show you how to use virtual environments in Python. If you have any comments or questions, let me know in the comments below or on Youtube. Subscribe…
Beginner's Guide to Python - Lesson 07 - Lists and sets

Beginner’s Guide to Python – Lesson 07 – Lists and sets

Welcome to the Beginner’s Guide to Python! This is video #7 in the series. In this video, I’m going to show you how to use lists and sets in Python. If you have any comments or questions, let me know in the comments below or on Youtube. Subscribe…
Beginner’s Guide to Python – Lesson 06 – Simple Functions

Beginner’s Guide to Python – Lesson 06 – Simple Functions

Welcome to the Beginner’s Guide to Python! This is video #6 in the series. In this video, I'm going to show you how to create and use functions in Python. If you have any comments or questions, let me know in the comments below or on Youtube. Subscribe…
Beginner's Guide to Python - Lesson 05 - While Loops

Beginner’s Guide to Python – Lesson 05 – While Loops

Welcome to the Beginner’s Guide to Python! This is video #5 in the series. In this video, I'm going to teach you how to use simple while loops in Python. If you have any comments or questions, let me know in the comments below or on Youtube. Subscribe…
Beginner's Guide to Python - Lesson 04 - Simple If Statements

Beginner’s Guide to Python – Lesson 04 – Simple If Statements

Welcome to the Beginner's Guide to Python! This is video #4 in the series. In this video, I'm going to explain how to write simple conditional statements using Python. If you have any comments or questions, let me know in the comments below…
Beginner's Guide to Python - Lesson 03 - Simple Variables

Beginner’s Guide to Python – Lesson 03 – Simple Variables

Welcome to the Beginner's Guide to Python! This is video #3 in the mini-series which you can find on Youtube (or below). Variables are the building blocks of any programming language. In this video, I'll show you how to use them in Python.…
Beginner's Guide to Python - Lesson 02 - Classic Hello World

Beginner’s Guide to Python – Lesson 02 – Classic Hello World

Welcome to the Beginner's Guide to Python! This is video #2 in the series. In this video, I'll show you how to create a simple Hello World script using Python. If you have any comments or questions, let me know in the comments below or on Youtube.…