|
1 | 1 | # Web Developer Bootcamp with Flask and Python |
2 | 2 |
|
3 | | -Thank you for checking out the course code! |
| 3 | +<p align="center"> |
| 4 | + <img src="assets/course-image.png" alt="Web Developer Bootcamp with Flask and Python (Udemy banner image)"></a> |
| 5 | +</p> |
4 | 6 |
|
5 | | -Access the course notes here: https://python-web.teclado.com |
| 7 | +<div align="center"> |
6 | 8 |
|
7 | | -## Contributing |
| 9 | +[](https://go.tecla.do/web-dev-course-sale)   [](https://discord.gg/78Nvd3p) [ ](https://twitter.com/jslvtr) |
| 10 | + |
| 11 | +</div> |
| 12 | + |
| 13 | +--- |
| 14 | + |
| 15 | +<p align = "center">💡 A full course to teach you how to use Flask, Python, and MongoDB to make complete, dynamic websites.</p> |
8 | 16 |
|
9 | | -Install Python requirements with Pipenv: |
| 17 | +<p align = "center">📖 Read the e-book <a href="https://python-web.teclado.com">here</a>.</p> |
10 | 18 |
|
11 | | -``` |
12 | | -pipenv install |
13 | | -``` |
| 19 | +## Getting started |
14 | 20 |
|
15 | | -Then use `pre-commit` to set up the Python formatter hooks (this will run Black on any Python files before you commit): |
| 21 | +Enrol in the course by going to [this link](https://go.tecla.do/web-dev-course-sale). |
16 | 22 |
|
17 | | -``` |
18 | | -pipenv shell |
19 | | -pre-commit install |
20 | | -``` |
| 23 | +Then you can come back here to download the repository, although it is not necessary. Everything you need is available in the e-book (link above). |
21 | 24 |
|
22 | | -Then, set up the Vuepress project: |
| 25 | +If you are familiar with Git, you can use Git to download it. Otherwise, you can download it as a zip file: |
23 | 26 |
|
24 | | -``` |
25 | | -npm install |
26 | | -``` |
| 27 | + |
27 | 28 |
|
28 | | -That should install everything! |
| 29 | +Next, start taking the course at the beginning! You can use the downloaded code files and [the e-book](https://python-web.teclado.com) to support you while you go through the course. |
29 | 30 |
|
30 | | -## Run |
| 31 | +I also **strongly recommend** you code while you take the course. A good strategy is: |
31 | 32 |
|
32 | | -To run the project, you can just do: |
| 33 | +1. Watch the video intently, optionally while taking notes. |
| 34 | +2. Watch again, more quickly, while typing the code together with me. |
| 35 | +3. Once you're done with the video, play about with the code. Make changes, break things, then fix them, and try to thoroughly understand everything the code does. |
| 36 | + |
| 37 | +If you do this for the entire course, I guarantee you will learn how to make dynamic web apps using Flask and Python well. You'll still be using Google and searching for stuff every day, but so does everyone else! |
| 38 | + |
| 39 | +## Contributing |
33 | 40 |
|
34 | | -``` |
35 | | -npm run cur:dev |
36 | | -``` |
| 41 | +If you'd like to contribute to this course or e-book, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file to get started! |
0 commit comments