Rock Solid Python with Python Typing Transcripts
Chapter: Welcome to the Course
Lecture: git the Repo

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Some of the code in this course, we just start from scratch and start writing it.
0:04 You could easily follow along, but much of it, we're going to start with existing code.
0:10 Our FastAPI example is a really cool already existing web app that uses a database and things along those lines. We're not going to recreate that here.
0:19 This is not a course about FastAPI. Similarly, in the very next chapter, when we talk about static versus dynamic languages,
0:27 We have some TypeScript code, we have Swift, we have C#, those different languages, we're not going to go and write that stuff from scratch.
0:35 Why would we? So make sure you get the existing code. And right now it looks like an empty repository.
0:43 But I can promise that when we're done with this course, I'm going to be continuously adding to this over time. And you'll have everything you need.
0:51 So just check the readme on the root of the repo. Make sure you start this repo so that you have access to it.
0:58 And you'll consider forking it as well if you want to have your own snapshot in time of the repo.
1:04 But be sure to go and download the materials if you don't get get is not your thing and you don't care about that. Click that green code button.
1:10 There's a drop down it says give me this whole thing as just a zip file and you can just download that run.
1:16 So get clone it or just download it as a zip but be sure to get this code because you'll need it to be working with what we're doing.


Talk Python's Mastodon Michael Kennedy's Mastodon