Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 660 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 660 Bytes

CS50xPython


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.

Overview of the Course


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)