Welcome to Binary Brotherhood, your go-to community for mastering coding, AI/ML concepts, and acing technical interviews! Together, we’ll tackle challenging problems, learn industry-relevant skills, and build a solid foundation to help you stand out.
- https://learning.edx.org/course/course-v1:HarvardX+CS50P+Python/home
- https://exercism.org/tracks/python
- Do Week-0 and Week-1 on CS50P course
- Solve Exercism till Loops
- https://learning.edx.org/course/course-v1:HarvardX+CS50P+Python/home
- https://exercism.org/tracks/python
- https://www.geeksforgeeks.org/python-programming-language-tutorial/
- Do Week-2 and Week-3 CS50P course
- Solve Exercism Loops
- Video Lecture - 1 - https://www.youtube.com/watch?v=gOMW_n2-2Mw
- Video Lecture - 2 - https://www.youtube.com/watch?v=MZZSMaEAC2g
- Tutorial on Lists - https://www.w3schools.com/python/python_lists.asp
- Tutorial on Sets - https://www.w3schools.com/python/python_sets.asp
- Tutorial on Tuples - https://www.w3schools.com/python/python_tuples.asp
- Tutorial on Dictionary - https://www.w3schools.com/python/python_dictionaries.asp
- Do run the code snippets and tweak it as you like and play with it
- Solve Exercism chapters on Lists/sets/disctionaries