Skip to content

Commit

Permalink
Update Programming-and-Algorithms-Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DS-AI-GATE authored Sep 3, 2023
1 parent 500a760 commit 2ef0bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Programming-and-Algorithms-Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Undergraduate level course book covering basic algorithms, sufficient to prepare
Course to deepen your knowledge:

- **[IITD Algorithms course](https://www.cse.iitd.ac.in/~rjaiswal/Teaching/2022/COL351/lectures.html)** :Undergraduate course on algorithms at IIT Delhi
- **[Harvard CS50 Algorithms python course](https://www.youtube.com/playlist?list=PLhQjrBD2T3817j24-GogXmWqO5Q5vYy0V)** \
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. \
- **[Harvard CS50 Algorithms python course](https://www.youtube.com/playlist?list=PLhQjrBD2T3817j24-GogXmWqO5Q5vYy0V)** \
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; 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. [Course Website](https://cs50.harvard.edu/python/2022/)
---

Expand Down

0 comments on commit 2ef0bff

Please sign in to comment.