teaching.bb-ai.net
2019 Programming for Data Science
Programming for Data Science (Autumn 2019) |
-
Introduction to the Module Video
-
Origins of Programming slides
-
Programming Skills video
- Basic Data Types
- Control Structures
- Accessing and Extracting Information from Files
- Web Access
- Data Formats and Structures
- String formats (email addresses, URLs, passwords)
- Morse Code example:
- CSV Files
- A Simulation Example
Programs that simulate some device or process are increasingly
common. The following example notebooks, show how a vending
machine can be simulated by a small and fairly straightforward
program. The second example, illustrates how Object Orientated
programming techinques make the program more modular and versatile.