Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 890 Bytes

File metadata and controls

23 lines (14 loc) · 890 Bytes

PY03 - Introduction to Python Programming - Logic

In this workshop we start to introduce conditional statements, logical statements (if, else and elif) and loops (while and for) and functions.

These act as the foundations for developing more complicated and advanced workflows that you often see in Data Science and Sofware Development applications.

Author: Stefania Juks, Science Executive (19/20), UCL Data Science Society (stefania.juks.19@ucl.ac.uk)
Updated Philip Wilkinson, Head of Science (20/21) UCL Data Science Society (philip.wilkinson.19@ucl.ac.uk)

Proudly presented by the UCL Data Science Society

Structure

├── PY03 - Introduction to Python Programming - Logic
│   ├── README.md
│   ├── problem.ipynb
│   ├── solution.ipynb
    └── workshop.ipynb