└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Learn_Computer_Science_in_5_Months 2 | This is the Curriculum for "Learn Computer Science in 5 Months" By Siraj Raval on Youtube 3 | 4 | ## Overview 5 | 6 | You can find the video [here](https://youtu.be/-OvRVlqKebI). 7 | 8 | # 5 Month Curriculum 9 | 10 | ## Week 1-2 (Learn Python) 11 | - https://automatetheboringstuff.com/ 12 | - https://www.codecademy.com/learn/learn-python 13 | 14 | ## Week 3-4 (Data Structures) 15 | - https://www.edx.org/course/data-structures-fundamentals-uc-san-diegox-algs201x 16 | 17 | ## Week 5-6 (Algorithms) 18 | - https://courses.csail.mit.edu/6.006/fall11/notes.shtml 19 | 20 | ## Week 7 (Databases) 21 | - https://www.coursera.org/learn/python-databases 22 | 23 | ## Week 8 (Networking) 24 | - https://www.coursera.org/learn/computer-networking 25 | 26 | ## Week 9-10 (Web Development) 27 | - https://www.youtube.com/watch?v=1u2qu-EmIRc&list=PLhQjrBD2T382hIW-IsOVuXP1uMzEvmcE5 28 | - https://github.com/melanierichards/just-build-websites 29 | 30 | ## Week 11-12 (Mobile Development) 31 | - https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift/ 32 | - https://developer.android.com/training/basics/firstapp/index.html 33 | 34 | ## Week 13-14 (Data Science) 35 | - https://www.edx.org/course/python-for-data-science 36 | 37 | ## Week 15-16 (Computer Vision) 38 | - https://www.udacity.com/course/introduction-to-computer-vision--ud810 39 | 40 | ## Week 17-18 (Natural Language Processing) 41 | - https://www.coursera.org/learn/python-text-mining 42 | 43 | ## Week 19 (Software Engineering Practices) 44 | - https://www.coursera.org/learn/software-processes 45 | 46 | ## Week 20 (Blockchain) 47 | - https://www.youtube.com/watch?v=cjbHqvr4ffo&list=PL2-dafEMk2A7jW7CYUJsBu58JH27bqaNL 48 | --------------------------------------------------------------------------------