Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit ce293de

Browse files
committed
Updated README
1 parent 09c16bd commit ce293de

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
This repository contains teaching materials (slides and Jupyter Notebooks) for the [Python Programming 101](https://generalassemb.ly/education/python-programming-101/london) workshop at [General Assembly London](https://generalassemb.ly/locations/london).
66

7+
## Objectives
8+
9+
By the end of the session, you should be able to:
10+
11+
* Understand how Computer Scientists approach problems
12+
* Use basic Python programming constructs
13+
* Independently navigate through additional resources
14+
715
## Plan
816

917
The workshop is designed to be delivered over three hours (including breaks).
@@ -17,6 +25,12 @@ The workshop is designed to be delivered over three hours (including breaks).
1725
| Flow control | 25 minutes |
1826
| Making coding more enjoyable | 15 minutes |
1927

28+
## Materials
29+
30+
* [Python Programming 101](https://cdn.rawgit.com/estimand/python-programming-101/master/slides/python_programming_101.pdf)
31+
* [Exercises](https://cdn.rawgit.com/estimand/python-programming-101/master/notebooks/exercises.ipynb) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/estimand/python-programming-101/master?filepath=notebooks%2Fexercises.ipynb)
32+
* [Solutions](https://cdn.rawgit.com/estimand/python-programming-101/master/notebooks/solutions.ipynb)
33+
2034
## Additional resources
2135

2236
* [Beginner's guide to Python](https://wiki.python.org/moin/BeginnersGuide)

0 commit comments

Comments
 (0)