Skip to content

Commit cbff320

Browse files
author
Martin O'Hanlon
committed
updates post CE
1 parent 2fa7252 commit cbff320

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

en/step_1.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,41 @@ You'll set up a web server and create a simple website using Flask, Python, and
88

99
The web server will be able to react to the user inputting dynamic content, turning your website into a web application capable of doing more than just showing static information.
1010

11-
### What you will need
11+
--- collapse ---
1212

13-
+ A computer with Python 3 installed
14-
+ An internet connection
13+
---
14+
title: What you will need
15+
---
16+
17+
### Hardware
18+
19+
+ Computer capable of running Python 3
20+
21+
### Software
22+
23+
+ [Python 3](https://www.python.org/downloads/)
1524

1625
[[[generic-python-install-python3]]]
1726

18-
### What you will learn
27+
--- /collapse ---
28+
29+
--- collapse ---
30+
31+
---
32+
title: What you will learn
33+
---
1934

2035
- How to install Python modules using pip
2136
- How to build a basic web app with Python and Flask
2237

2338
This resource covers elements from the following strands of the [Raspberry Pi Digital Making Curriculum](https://www.raspberrypi.org/curriculum/):
2439
- [Apply abstraction and decomposition to solve more complex problems](https://curriculum.raspberrypi.org/programming/developer/)
2540

41+
--- /collapse ---
42+
2643
--- no-print ---
2744

2845
If you need to print this project, please use the [printer-friendly version](https://projects.raspberrypi.org/en/projects/python-web-server-with-flask/print){:target="_blank"}.
2946

3047
--- /no-print ---
48+

en/step_8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Add more CSS rules to each of your pages
44
- Create links to your favourite web pages
5-
- Learn more about HTML, CSS and web development with [Google Coder](https://projects.raspberrypi.org/en/projects/coder-html-css-lessons/), [Mozilla Developer Network](https://developer.mozilla.org/en-US/Learn) and [Codecademy](https://www.codecademy.com/en/tracks/web)
5+
- Learn more about HTML, CSS and web development with [Coder Dojo](https://projects.raspberrypi.org/en/CoderDojo/21), [Mozilla Developer Network](https://developer.mozilla.org/en-US/Learn) and [Codecademy](https://www.codecademy.com/en/tracks/web)
66
- Learn more about Flask using the [Flask documentation](http://flask.pocoo.org/docs)
77
- Create a physical computing project with Raspberry Pi and use Flask to create a web interface to it, see [Matt Richardson's guide](http://mattrichardson.com/Raspberry-Pi-Flask/index.html) or [Ben Nuttall's BETT Bot](https://github.com/bennuttall/bett-bot)
88

0 commit comments

Comments
 (0)