Skip to content

Commit 829eb0e

Browse files
nnjalaniehei
andauthored
Resubmitting PR#9 with fixed link (nnja#94)
* Renames exercises sections to practice * Edits README * Fixes zip file link Co-authored-by: laniehei <[email protected]>
1 parent 01fe439 commit 829eb0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Frontend Masters - Two Day Python Workshop
1+
# Frontend Masters - Fundamentals & Intermediate Python Courses
22

3-
These are the resources for Nina Zakharenko's Two Day Intro to and Intermediate Python Course
3+
These are the resources for Nina Zakharenko's Python Fundamentals and Intermediate Python Courses
44

55
* [Watch Python Fundamentals on Frontend Masters](https://frontendmasters.com/courses/python/)
66

website/content/03-intermediate-python/10-introduction/15-converting-between-types/10-exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Exercise"
2+
title: "Practice"
33
date: 2019-03-08T00:00:00-08:00
44
draft: false
55
weight: 10

website/content/03-intermediate-python/80-web-frameworks/final-exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Let's review what we learned over the last two days and put it all together.
2828

2929
For our final exercise today, we're going to build on yesterday's final exercise, where we wrote a program to query the GitHub API for a list of repos for certain programming languages, sorted by number of stars. We'll be turning yesterday's exercise into a Flask webapp. Flask is a simple and popular framework for creating basic web apps in Python.
3030

31-
First, create a new folder for this exercise, called `day_two_final`. You'll need two folders of static content - CSS and HTML files - to make this work. You can [download them here](http://localhost:1313/code/day_two_final_exercise/static_files.zip). Unzip your `static_files.zip` file and copy your `static` and `template` folders to your `day_two_final` folder.
31+
First, create a new folder for this exercise, called `day_two_final`. You'll need two folders of static content - CSS and HTML files - to make this work. You can [download them here](https://learnpython.dev/code/day_two_final_exercise/static_files.zip). Unzip your `static_files.zip` file and copy your `static` and `template` folders to your `day_two_final` folder.
3232

3333
Next, create a folder called `repos`. This is where we'll create our custom module. Inside this folder we'll create three files: `exceptions.py`, `models.py`, and `api.py`.
3434

0 commit comments

Comments
 (0)