mirror of
https://github.com/ossu/computer-science.git
synced 2024-11-26 21:45:05 +03:00
342 lines
15 KiB
Markdown
342 lines
15 KiB
Markdown
|
||
![open source society university](http://i.imgur.com/h8xjrrj.png)
|
||
|
||
### Open Source Society University
|
||
|
||
:mortar_board: **Path to a free self-taught graduation in Computer Science!**
|
||
|
||
## Contents
|
||
|
||
- [About](#about)
|
||
- [Becoming an OSS student](#becoming-an-oss-student)
|
||
- [Curriculum](#curriculum)
|
||
- [How to use this guide](#how-to-use-this-guide)
|
||
- [Prerequisite](#prerequisite)
|
||
- [How to collaborate](#how-to-collaborate)
|
||
- [Community](#community)
|
||
- [Next Goals](#next-goals)
|
||
- [References](#references)
|
||
|
||
## About
|
||
|
||
This is a **solid path** for those of you who want to complete a Computer Science course on your own time, **for free**, with courses from the **best universities** in the World.
|
||
|
||
In the future, more categories and/or courses will be added to this list or a more advanced/specialized list.
|
||
|
||
Initially, we will also give preference to MOOC (Massive Open Online Course) type of courses because those courses were created with our style of learning in mind.
|
||
|
||
## Becoming an OSS student
|
||
|
||
To officially register for this course you must create a profile in our [students profile](https://github.com/open-source-society/computer-science-and-engineering/issues/109) issue.
|
||
|
||
> **"How can I do this?"**
|
||
|
||
Comment in [this](https://github.com/open-source-society/computer-science-and-engineering/issues/109) issue (please, do **not** open a new one) using the following template:
|
||
|
||
```
|
||
- **Name**: YOUR NAME
|
||
- **GitHub**: [@your_username]()
|
||
- **Twitter**: [@your_username]()
|
||
- **Linkedin**: [link]()
|
||
- **Website**: [yourblog.com]()
|
||
|
||
## Completed Courses
|
||
|
||
**Name of the Section**
|
||
|
||
Course|Files
|
||
:--|:--:
|
||
Course Name| [link]()
|
||
```
|
||
|
||
**IMPORTANT**: add your profile **only once** and **after** you **finish** each course you can **return** to that issue and **update** your comment.
|
||
|
||
**ps**: In the *Completed Courses* section, you should link the repository that contains the files that you created in the respective course.
|
||
|
||
> **"Why should I do this?"**
|
||
|
||
By making a [public commitment](http://renewablewealth.com/articles/the-power-of-a-public-commitment/), we have a greater chance of **successfully** graduating, a way to get to know our peers better, and an opportunity to share the things that we have done.
|
||
|
||
That is why we are using this strategy.
|
||
|
||
---
|
||
|
||
## Curriculum
|
||
|
||
- [Introduction](#introduction)
|
||
- [Program Design](#program-design)
|
||
- [Algorithms](#algorithms)
|
||
- [Programming Paradigms](#programming-paradigms)
|
||
- [Software Testing](#software-testing)
|
||
- [Math](#math)
|
||
- [Software Architecture](#software-architecture)
|
||
- [Software Engineering](#software-engineering)
|
||
- [Operating Systems](#operating-systems)
|
||
- [Computer Networks](#computer-networks)
|
||
- [Databases](#databases)
|
||
- [Cloud Computing](#cloud-computing)
|
||
- [Cryptography](#cryptography)
|
||
- [Compilers](#compilers)
|
||
- [UX Design](#ux-design)
|
||
- [Artificial Intelligence](#artificial-intelligence)
|
||
- [Machine Learning](#machine-learning)
|
||
- [Natural Language Processing](#natural-language-processing)
|
||
- [Big Data](#big-data)
|
||
- [Data Mining](#data-mining)
|
||
- [Internet of Things](#internet-of-things)
|
||
|
||
---
|
||
|
||
### Introduction
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#!)| 12 weeks | 10-20 hours/week
|
||
[Introduction to Computer Science and Programming Using Python](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-5#!)| 9 weeks | 15 hours/week
|
||
[Introduction to Computational Thinking and Data Science](https://www.edx.org/course/introduction-computational-thinking-data-mitx-6-00-2x-2#!)| 10 weeks | 15 hours/week
|
||
|
||
### Program Design
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Systematic Program Design- Part 1: The Core Method](https://www.edx.org/course/systematic-program-design-part-1-core-ubcx-spd1x-0)| 5 weeks | 8-12 hours/week
|
||
[Systematic Program Design- Part 2: Arbitrary Sized Data](https://www.edx.org/course/systematic-program-design-part-2-ubcx-spd2x)| 5 weeks | 8-12 hours/week
|
||
[Systematic Program Design- Part 3: Abstraction, Search and Graphs](https://www.edx.org/course/systematic-program-design-part-3-ubcx-spd3x)| 5 weeks | 8-12 hours/week
|
||
|
||
### Algorithms
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Algorithms, Part I](https://www.coursera.org/course/algs4partI)| 6 weeks | 6-12 hours/week
|
||
[Algorithms, Part II](https://www.coursera.org/course/algs4partII)| 6 weeks | 6-12 hours/week
|
||
[Analysis of Algorithms](https://www.coursera.org/course/aofa)| 6 weeks | 6-8 hours/week
|
||
|
||
### Programming Paradigms
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Introduction to Functional Programming](https://www.edx.org/course/introduction-functional-programming-delftx-fp101x-0#ct-read-review-widget)| 7 weeks | 4-6 hours/week
|
||
[Object Oriented Programming in Java](https://www.coursera.org/learn/object-oriented-java) | 6 weeks | 4-6 hours/week
|
||
[Principles of Reactive Programming](https://www.coursera.org/course/reactive)| 7 weeks | 5-7 hours/week
|
||
[Functional Programming Principles in Scala](https://www.coursera.org/course/progfun)| 7 weeks | 5-7 hours/week
|
||
|
||
### Software Testing
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Software Testing](https://www.udacity.com/course/software-testing--cs258)| 4 weeks | 6 hours/week
|
||
[Software Debugging](https://www.udacity.com/course/software-debugging--cs259)| 8 weeks | 6 hours/week
|
||
|
||
### Math
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Effective Thinking Through Mathematics](https://www.edx.org/course/effective-thinking-through-mathematics-utaustinx-ut-9-01x)| 9 weeks | 5 hours/week
|
||
[Applications of Linear Algebra Part 1](https://www.edx.org/course/applications-linear-algebra-part-1-davidsonx-d003x-1#ct-read-review-widget)| 5 weeks | 12-18 hours/week
|
||
[Applications of Linear Algebra Part 2](https://www.edx.org/course/applications-linear-algebra-part-2-davidsonx-d003x-2)| 4 weeks | 12-18 hours/week
|
||
[Linear and Discrete Optimization](https://www.coursera.org/course/linearopt)| 7 weeks | 3-6 hours/week
|
||
[Probabilistic Graphical Models](https://www.coursera.org/course/pgm)| 11 weeks | 15-20 hours/week
|
||
[Game Theory](https://www.coursera.org/course/gametheory)| 9 weeks | 5-7 hours/week
|
||
|
||
### Software Architecture
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Web Application Architectures](https://www.coursera.org/course/webapplications)| 6 weeks | 6-9 hours/week
|
||
[Software Architecture & Design](https://www.udacity.com/course/software-architecture-design--ud821)| 8 weeks | 6 hours/week
|
||
|
||
### Software Engineering
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Engineering Software as a Service (SaaS), Part 1](https://www.edx.org/course/engineering-software-service-saas-part-1-uc-berkeleyx-cs169-1x)| 9 weeks | 12 hours/week
|
||
[Engineering Software as a Service (Saas), Part 2](https://www.edx.org/course/engineering-software-service-saas-part-2-uc-berkeleyx-cs169-2x)| 8 weeks | 12 hours/week
|
||
[Software Processes and Agile Practices](https://www.coursera.org/learn/software-processes-and-agile-practices)| 4 weeks | 6-8 hours/week
|
||
|
||
### Operating Systems
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Operating System Engineering](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-828-operating-system-engineering-fall-2012/)| - | -
|
||
[Operating Systems and System Programming](https://www.youtube.com/watch?v=XgQo4JkN4Bw&list=PL3289DD0D0F0CD4A3)| - | -
|
||
|
||
### Computer Networks
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Introduction to Computer Networking](https://lagunita.stanford.edu/courses/Engineering/Networking-SP/SelfPaced/about) | - | 5-10 hours/week
|
||
[Computer Networks](https://www.coursera.org/course/comnetworks)| - | 4–12 hours/week
|
||
|
||
### Databases
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Databases](https://lagunita.stanford.edu/courses/DB/2014/SelfPaced/about)| 12 weeks | 8-12 hours/week
|
||
|
||
### Cloud Computing
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Introduction to Cloud Computing](https://www.edx.org/course/introduction-cloud-computing-ieeex-cloudintro-x-0)| 4 weeks | 1 hour/week
|
||
|
||
### Cryptography
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Cryptography I](https://www.coursera.org/course/crypto)| 6 weeks | 5-7 hours/week
|
||
[Cryptography II](https://www.coursera.org/course/crypto2)| 6 weeks | 6-8 hours/week
|
||
[Applied Cryptography](https://www.udacity.com/course/applied-cryptography--cs387)| 8 weeks | 6 hours/week
|
||
|
||
### Compilers
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Compilers](https://www.coursera.org/course/compilers)| 11 weeks | 8-10 hours/week
|
||
|
||
### UX Design
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[UX Design for Mobile Developers](https://www.udacity.com/course/ux-design-for-mobile-developers--ud849)| 6 weeks | 6 hours/week
|
||
|
||
### Artificial Intelligence
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Artificial Intelligence](https://www.edx.org/course/artificial-intelligence-uc-berkeleyx-cs188-1x#!)| 12 weeks | 15 hours/week
|
||
|
||
### Machine Learning
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Machine Learning](https://www.coursera.org/learn/machine-learning)| 11 weeks | -
|
||
|
||
### Natural Language Processing
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Natural Language Processing](https://www.coursera.org/course/nlp)| 10 weeks | 8-10 hours/week
|
||
|
||
### Big Data
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Introduction to Big Data](https://www.coursera.org/learn/intro-to-big-data)| 3 weeks | 5-6 hours/week
|
||
|
||
### Data Mining
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[Pattern Discovery in Data Mining](https://www.coursera.org/course/patterndiscovery)| 4 weeks | 4-6 hours/week
|
||
|
||
### Internet of Things
|
||
|
||
Courses | Duration | Effort
|
||
:-- | :--: | :--:
|
||
[The Internet of Things](https://www.futurelearn.com/courses/internet-of-things)| 4 weeks | hours/week
|
||
|
||
## How to use this guide
|
||
|
||
### Order of the classes
|
||
|
||
This guide was developed to be consumed in a linear approach. What does this mean? That you should complete one course at a time.
|
||
|
||
The courses are **already** in the order that you should complete them. Just start in the **Introduction** section and after finishing the first course, start the next one.
|
||
|
||
**If the course isn't open, do it anyway with the resources from the previous class.**
|
||
|
||
### Should I take all courses?
|
||
|
||
**Yes!** The intention is to conclude **all** the courses listed here!
|
||
|
||
### Duration of the project
|
||
|
||
It may take longer to complete all of the classes compared to a regular CS course, but I can **guarantee** you that your **reward** will be proportional to **your motivation/dedication**!
|
||
|
||
You must focus on your **habit**, and **forget** about goals. Try to invest 1 ~ 2 hours **every day** studying this curriculum. If you do this, **inevitably** you'll finish this curriculum.
|
||
|
||
> See more about "Commit to a process, not a goal" [here](http://jamesclear.com/goals-systems).
|
||
|
||
### How can I track/show my progress?
|
||
|
||
To **track** your progress, you should update the profile that you created and add the courses that you began or ended.
|
||
|
||
To **show** your progress, you should create a repository on GitHub to put all of the files that you created for each course.
|
||
|
||
You can create one repository per course, or just one repository that will contain all of the files for each course. The first option is our preferred approach.
|
||
|
||
**ps**: You should share **only** files that you are **allowed** to! **Do NOT disrespect the code of conduct** that you signed in the beginning of some courses.
|
||
|
||
[Be creative](#be-creative) in order to show your progress! :smile:
|
||
|
||
### Cooperative work
|
||
|
||
**We love cooperative work**! But is quite difficult to manage a large base of students with specific projects. Use our channels to communicate with other fellows to combine and create new projects.
|
||
|
||
### Which programming languages should I use?
|
||
|
||
My friend, here is the best part of liberty! You can use **any** language that you want to complete the courses.
|
||
|
||
The **important** thing for each course is to **internalize** the **core concepts** and to be able to use them with whatever tool (programming language) that you wish.
|
||
|
||
### Be creative!
|
||
|
||
This is a **crucial** part of your journey through all those courses.
|
||
|
||
You **need** to have in mind that what you are able to **create** with the concepts that you learned will be your certificate. **And this is what really matters**!
|
||
|
||
In order to show that you **really** learned those things, you need to be **creative**!
|
||
|
||
Here are some tips about how you can do that:
|
||
|
||
- **Articles**: create blog posts to synthesize/summarize what you learned.
|
||
- **GitHub repository**: keep your course's files organized in a GH repository, so in that way other students can use it to study with your annotations.
|
||
- **Real projects**: you can try to develop at least **one real project** for each course that you enroll. It doesn't need to be a big project, just a **small one** to **validate** and **consolidate** your knowledge. Some project suggestions [here](https://github.com/karan/Projects) and [here](https://github.com/ericdouglas/app-specs).
|
||
|
||
### Stay tuned
|
||
|
||
[Watch](https://help.github.com/articles/watching-repositories/) this repository for futures improvements and general information.
|
||
|
||
## Prerequisite
|
||
|
||
The **only things** that you need to know are how to use **Git** and **GitHub**. Here are some resources to learn about them:
|
||
|
||
- [Try Git](https://try.github.io/levels/1/challenges/1)
|
||
- [GitHub Training & Guides](https://www.youtube.com/playlist?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-)
|
||
- [GitHub Hello World](https://guides.github.com/activities/hello-world/)
|
||
- [Git Immersion](http://gitimmersion.com/index.html)
|
||
- [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775)
|
||
|
||
**ps**: You don't need to do all of the courses. Just pick one and learn the basics because you will learn more on the go!
|
||
|
||
## How to collaborate
|
||
|
||
You can [open an issue](https://help.github.com/articles/creating-an-issue/) and give us your suggestions as to how we can improve this guide, or what we can do to improve the learning experience.
|
||
|
||
You can also fork this project and fix any mistakes that you have found.
|
||
|
||
Let's do it together! =)
|
||
|
||
## Community
|
||
|
||
Join us in our [group](https://groups.google.com/forum/#!forum/open-source-society-university)!
|
||
|
||
You can also interact through [GitHub issues](https://github.com/open-source-society/computer-science-and-engineering/issues).
|
||
|
||
We also have a chat room! [![Join the chat at https://gitter.im/open-source-society/computer-science-and-engineering](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/open-source-society/computer-science-and-engineering?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||
|
||
Add **Open Source Society University** to your [Facebook](https://www.facebook.com/ossuniversity) profile!
|
||
|
||
> **ps**: A forum is an ideal way to interact with other students as we do not lose important discussions, which usually occur in communication via chat apps. **Please use our forum for important discussions**.
|
||
|
||
## Next Goals
|
||
|
||
- [Adding our university page at Linkedin](https://help.linkedin.com/app/answers/detail/a_id/40128/~/adding-a-new-university-page), so that way we will be able to add **OSS University** in our Linkedin profile.
|
||
|
||
## References
|
||
|
||
- [Google - Guide for Technical Development](https://www.google.com/about/careers/students/guide-to-technical-development.html)
|
||
- [Coursera](https://www.coursera.org/)
|
||
- [edX](https://www.edx.org)
|
||
- [MIT Open Courseware](http://ocw.mit.edu/courses/#electrical-engineering-and-computer-science)
|