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...
Learn Python With Puzzles (Beginner)
Introduction
Learn python with puzzles, I introduce the course and concepts.
Required Software
What software we will need for this course.
What is GitHub?
Github explained. Why do we use code repositories?
Python Venv
Python virtual environments and venv explained.
PyCharm Venv
PyCharm virtual environments and venv explained.
VS Code Venv
VS Code virtual environments and venv explained.
Command Line Venv
Command Line virtual environments and venv explained, bash and powershell examples.
Puzzle Structure
The structure and layout of the puzzles.
Puzzle #1
Puzzle 1, start here!
Puzzle #2
Puzzle 2, learn about strings
Puzzle #3
Puzzle 3, lets talk numbers.
Puzzle #4
Puzzle 4, the if else conditional.