Skip to content

My Solutions for Harvard's CS50P Introduction to Programming with Python ๐Ÿ

License

Notifications You must be signed in to change notification settings

alokshandilya/cs50-python

Repository files navigation

Welcome

Notes for the course

An introduction to programming using a language called Python. Learn how to read and write code as well as how to test and โ€œdebugโ€ it. Designed for students with or without prior programming experience whoโ€™d like to learn Python specifically. Learn about functions, arguments, and return values (oh my!); variables and types; conditionals and Boolean expressions; and loops. Learn how to handle exceptions, find and fix bugs, and write unit tests; use third-party libraries; validate and extract data with regular expressions; model real-world entities with classes, objects, methods, and properties; and read and write files. Hands-on opportunities for lots of practice. Exercises inspired by real-world programming problems. No software required except for a web browser, or you can write code on your own PC or Mac.

Whereas CS50x itself focuses on computer science more generally as well as programming with C, Python, SQL, and JavaScript, this course, aka CS50P, is entirely focused on programming with Python. You can take CS50P before CS50x, during CS50x, or after CS50x. But for an introduction to computer science itself, you should still take CS50x!

Certificate

Certificate

Progress

Week Topic Notes Assignments
0 functions, variables โœ… โœ…
1 conditionals โœ… โœ…
2 loops โœ… โœ…
3 exceptions โœ… โœ…
4 libraries โœ… โœ…
5 unit tests โœ… โœ…
6 file I/O โœ… โœ…
7 regular expressions โœ… โœ…
8 object-oriented programming โœ… โœ…
9 et cetera โœ… โœ…
10 final project โœ… โœ…

About

My Solutions for Harvard's CS50P Introduction to Programming with Python ๐Ÿ

Topics

Resources

License

Stars

Watchers

Forks

Languages