CS50P or CS50: Introduction to Python is a course ran by the University of Harvard through edX, instructed by David Malen a Computer Science Professor at Harvard Unversity. I will post all my solutions to the challanges and notes here as I go through them.
The course is split up into 10 Weeks with a new topic each week, such as:
- Week 1(Functions/Variables)
- Week 2(Conditionals)
- Week 3(Loops)
- Week 4(Exceptions)
- Week 5(Libraries)
- Week 6(Unit Tests)
- Week 7(File I/O)
- Week 8(Regular Expressions)
- Week 9(OOP)
- Week 10 (Et Cetera)