This is the first episode of the second season of 'Intro to Python as a First Language'! In our last season, we went from being total noobs to having a fully-working version of a Pokemon battle. Pretty slick!
This time, we're starting from scratch with the VERY basics of programming for friends who haven't coded anything in their lives, and we're doing it from the perspective of a textual adventure game. In this episode, with just Python and Notepad, we put our player in a cave, where they can discover and open a treasure chest, get a key, and escape! Open your text editor and join in!
As usual, if you have any questions, I'm happy to answer them here in the YouTube comments, or live on Twitch, or on Discord, or Twitter, or wherever! Just get at me!
If you want to go through some simple example programs for beginners, you can find today's code and the code from all of our other episodes over at http://github.com/vencabot/intro_to_python !