|
1 |
| -#IT FDN 100 B: Foundations Of Programming: Python |
| 1 | +#IT FDN 100 B: Foundations Of Programming with Python |
2 | 2 | Lecture Material for UW Course "Intro to Programming with Python"
|
| 3 | + |
| 4 | +##[Module 1: Unix Basics](https://github.com/summerela/intro_programming_python/tree/master/Module1) |
| 5 | + |
| 6 | +##[Module 2: Python Data Constructs and String Formatting](https://github.com/summerela/intro_programming_python/tree/master/Module2) |
| 7 | + |
| 8 | +##[Module 3: Functions, Lists and Loops](https://github.com/summerela/intro_programming_python/tree/master/Module3) |
| 9 | + |
| 10 | +##[Module 4: Modules, Files and Advanced List/String Operations](https://github.com/summerela/intro_programming_python/tree/master/Module4) |
| 11 | + |
| 12 | +##[Module 5: Dictionaries, Sets and Tuples](https://github.com/summerela/intro_programming_python/tree/master/Module5) |
| 13 | + |
| 14 | +##[Module 6: More functions and how to fix them (Exception Handling)](https://github.com/summerela/intro_programming_python/tree/master/Module6) |
| 15 | + |
| 16 | +##[Module 7: GitHub and Virtual Environments](https://github.com/summerela/intro_programming_python/tree/master/Module7) |
| 17 | + |
| 18 | +##[Module 8: Jupyter Notebooks and Pandas](https://github.com/summerela/intro_programming_python/tree/master/Module8) |
| 19 | + |
| 20 | +##[Module 9: Object Oriented Programming](https://github.com/summerela/intro_programming_python/tree/master/Module9) |