#100DaysOfWeb in Python Transcripts
Chapter: Welcome to the course
Lecture: Git the source code

Login or purchase this course to watch this video and the rest of the course contents.
0:00 It's really important that you get the source code for this course. A lot of the projects start with existing code or existing data
0:08 and you're going to need to build on top of it. And of course, where do we put the code? We put it on GitHub. You can find it over at
0:14 github.com/talkPython/100daysofweb-with-Python-course. So let's go over there and see what you'll find when you get there.
0:24 Here's the GitHub repo for our project. First thing you need to do is go and star this and fork it. So you're going to want to fork this repository
0:31 so that you have it with you and you can make changes to yours and also star it just so you have a quick reference.
0:36 Then you're going to want to download it somehow. Either click here and copy the clone URL and just clone it with Git, if you're familiar with that.
0:44 If for some reason you don't want to mess with Git that's fine, just grab that gear and just download the ZIP file.
0:48 Git's a little better 'cause you can do a Git pull and then update it if we make any changes. Of course, a ZIP file's probably just fine.
0:55 You can always update that as well. Now the most important part is the days. So here you can see these are the four day projects
1:00 that we've talked about. So here we're going to talk about Flask and then HTML5, and then CSS basics and things like that.
1:07 Let's jump into the CSS one to see what's there. Told you it's important to start with this because there's existing code to work with
1:13 and one of the things you do is work with this thing called Selectorville to play with CSS selectors. It's like a little app that lets you type
1:20 CSS selectors into it and it'll generate changes in the page, basically. Then, the most important part is your turn.
1:27 As you know, you're going to be writing some code in this course. Here's where you go. So you come in here and it just talks about
1:33 the various stuff that you've done kind of like the flow we discussed in the beginning. Day one you just watch the videos
1:38 day two you play with Selectorville that's the thing you just saw next to this folder. So you're going to go play with that.
1:45 It talks a little bit how to do that. On day three, one of the things we did in these videos is build out a custom navigation.
1:50 So it says, "Hey, why don't you try to recreate "the talkpython.fm, the podcast navigation bar up here?" Like this, just this top black box.
1:58 So it talks about here's how you do it and here's some of the tools for it and then finally, the fourth day for this one
2:04 is to play with Bootstrap Themes and finally share what you've learned. So make sure you get the code
2:09 because each four day project will be something like this.


Talk Python's Mastodon Michael Kennedy's Mastodon