DEV Community

Brayden W ⚡️
Brayden W ⚡️

Posted on

Learned Python 🐍 basics in 24 hours and created my first game!

Yesterday, I watched the first couple hours of a Python Tutorial for Beginners - Full Course by CleverProgrammer.

It was super helpful to learning the basics and fundamentals of coding with Python.

I've learned many frontend languages and techoligies such as Javascript, HTML, CSS, React, Next, Gatsby, and so on...

However, up until this point I had never really divded into the huge ocean of backend development... so I decided to learn Python! 🐍


How did it go?

Pretty smoothly actually. Python is really simple to learn.

It has an easy-to-understand syntax and great documentation. It also didn't hurt that this wasn't the first language I've learned.

After a learning about sets, lists, dictionaries, variables, if/else, while loops, for loops, (and so many more 😉), I decided to make my first game.

I chose to recreate Hangman in the terminal.

Github source code ➡ https://github.com/BraydenTW/hangman-python

Terminal screenshot


It was a great learning experience along the way.

I'd love to hear any feedback you have for my code style/process.

'til next time! 👋

Lebron wave goodbye

Top comments (0)