Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alokshandilya/cs50-python

CS50 Python Course
https://github.com/alokshandilya/cs50-python

cs50 cs50p harvard python

Last synced: 5 days ago
JSON representation

CS50 Python Course

Awesome Lists containing this project

README

        

# Welcome

Notes for the course

- [Notes](https://cs50.harvard.edu/python/2022/notes/)

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](https://certificates.cs50.io/5097698f-8ab9-460a-9b06-fd42729f8935.png?size=A4 "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 | ✅ | ✅ |