Python Puzzles

Attempting our code challenges is a great way to learn python and get out of your comfort zone. If you can come up with a workable solution, that's all you need, it doesn't have to be perfect!

It would be super-embarrassing to visit this site and not subscribe to my channel, so fix that now please... python tutorials

Learn Python With Puzzles (Beginner)

alt-keyword

Introduction

Learn python with puzzles, I introduce the course and concepts.

alt-keyword

Required Software

What software we will need for this course.

alt-keyword

What is GitHub?

Github explained. Why do we use code repositories?

alt-keyword

Python Venv

Python virtual environments and venv explained.

alt-keyword

PyCharm Venv

PyCharm virtual environments and venv explained.

alt-keyword

VS Code Venv

VS Code virtual environments and venv explained.

alt-keyword

Command Line Venv

Command Line virtual environments and venv explained, bash and powershell examples.

alt-keyword

Puzzle Structure

The structure and layout of the puzzles.

alt-keyword

Puzzle #1

Puzzle 1, start here!

alt-keyword

Puzzle #2

Puzzle 2, learn about strings

alt-keyword

Puzzle #3

Puzzle 3, lets talk numbers.

alt-keyword

Puzzle #4

Puzzle 4, the if else conditional.