
Open Source Society University
Path to a free self-taught education in Computer Science!
You must be registered for see links
Contents
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
Summary
The OSSU curriculum is a complete education in computer science using online materials. It's not merely for career training or professional development. It's for those who want a proper, well-rounded grounding in concepts fundamental to all computing disciplines, and for those who have the discipline, will, and (most importantly!) good habits to obtain this education largely on their own, but with support from a worldwide community of fellow learners.It is designed according to the degree requirements of undergraduate computer science majors, minus general education (non-CS) requirements, as it is assumed most of the people following this curriculum are already educated outside the field of CS. The courses themselves are among the very best in the world, often coming from Harvard, Princeton, MIT, etc., but specifically chosen to meet the following criteria.
Courses must:
- Be open for enrollment
- Run regularly (ideally in self-paced format, otherwise running multiple times per year)
- Be of generally high quality in teaching materials and pedagogical principles
- Match the curricular standards of the
You must be registered for see links: Curriculum Guidelines for Undergraduate Degree Programs in Computer Science
You must be registered for see links
or
You must be registered for see links
.Organization. The curriculum is designed as follows:
- Intro CS: for students to try out CS and see if it's right for them
- Core CS: corresponds roughly to the first three years of a computer science curriculum, taking classes that all majors would be required to take
- Advanced CS: corresponds roughly to the final year of a computer science curriculum, taking electives according to the student's interests
- Final Project: a project for students to validate, consolidate, and display their knowledge, to be evaluated by their peers worldwide
You must be registered for see links
to estimate their end date. Make a copy and input your start date and expected hours per week in the Timeline sheet. As you work through courses you can enter your actual course completion dates in the Curriculum Data sheet and get updated completion estimates.Cost. All or nearly all course material is available for free. However, some courses may charge money for assignments/tests/projects to be graded. Note that both
You must be registered for see links
and
You must be registered for see links
offer financial aid.Decide how much or how little to spend based on your own time and budget; just remember that you can't purchase success!
Process. Students can work through the curriculum alone or in groups, in order or out of order.
- We recommend doing all courses in Core CS, only skipping a course when you are certain that you've already learned the material previously.
- For simplicity, we recommend working through courses (especially Core CS) in order from top to bottom, as they have already been
You must be registered for see linksby their prerequisites.
- Courses in Advanced CS are electives. Choose one subject (e.g. Advanced programming) you want to become an expert in and take all the courses under that heading. You can also create your own custom subject, but we recommend getting validation from the community on the subject you choose.
You must be registered for see links
You must be registered for see links
(Details about our FAQ and chatroom)Community
- We have a discord server! This should be your first stop to talk with other OSSU students. Why don't you introduce yourself right now?
You must be registered for see links
- You can also interact through GitHub issues. If there is a problem with a course, or a change needs to be made to the curriculum, this is the place to start the conversation. Read more
You must be registered for see links.
- Subscribe to our
You must be registered for see links.
- Add Open Source Society University to your
You must be registered for see linksprofile!
- Note: There is an unmaintained and deprecated firebase app that you might find when searching OSSU. You can safely ignore it. Read more in the
You must be registered for see links.
Curriculum
Curriculum version: 8.0.0 (see
You must be registered for see links
)-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
You must be registered for see links
-
-
You must be registered for see links
Prerequisites
-
You must be registered for see linksassumes the student has already takenYou must be registered for see links, including algebra, geometry, and pre-calculus.
-
You must be registered for see linksassumes the student has already taken the entirety of Core CS and is knowledgeable enough now to decide which electives to take.
- Note that
You must be registered for see linksassumes the student has taken a basic physics course (e.g. AP Physics in high school).
Intro CS
Introduction to Programming
If you've never written a for-loop, or don't know what a string is in programming, start here. This course is self-paced, allowing you to adjust the number of hours you spend per week to meet your needs.Topics covered: simple programs simple data structures
Courses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
| 10 weeks | 10 hours/week | none |
You must be registered for see links
|
Introduction to Computer Science
This course will introduce you to the world of computer science. Students who have been introduced to programming, either from the courses above or through study elsewhere, should take this course for a flavor of the material to come. If you finish the course wanting more, Computer Science is likely for you!Topics covered: computation imperative programming basic data structures and algorithms and more
Courses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
(
You must be registered for see links
) | 9 weeks | 15 hours/week |
You must be registered for see links
|
You must be registered for see links
|
Core CS
All coursework under Core CS is required, unless otherwise indicated.Core programming
Topics covered: functional programming design for testing program requirements common design patterns unit testing object-oriented design static typing dynamic typing ML-family languages (via Standard ML) Lisp-family languages (via Racket) Ruby and moreThe How to Code courses are based on the textbook
You must be registered for see links
. The First Edition is available for free online and includes problem sets and solutions. Students are encouraged to do these assignments.Courses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
| 7 weeks | 8-10 hours/week | none |
You must be registered for see links
|
You must be registered for see links
| 6 weeks | 8-10 hours/week | How to Code: Simple Data |
You must be registered for see links
|
You must be registered for see links
| 5 weeks | 4-8 hours/week | How to Code (
You must be registered for see links
) |
You must be registered for see links
|
You must be registered for see links
| 3 weeks | 4-8 hours/week | Programming Languages, Part A |
You must be registered for see links
|
You must be registered for see links
| 3 weeks | 4-8 hours/week | Programming Languages, Part B |
You must be registered for see links
|
You must be registered for see links
| 4 weeks | 4 hours/week |
You must be registered for see links
| |
You must be registered for see links
| 4 weeks | 4 hours/week | Object-Oriented Design | |
You must be registered for see links
| 4 weeks | 2-5 hours/week | Design Patterns |
Core math
Discrete math (Math for CS) is a prerequisite and closely related to the study of algorithms and data structures. Calculus both prepares students for discrete math and helps students develop mathematical maturity.Topics covered: discrete mathematics mathematical proofs basic statistics O-notation discrete probability and more
Courses | Duration | Effort | Notes | Prerequisites | Discussion |
---|---|---|---|---|---|
You must be registered for see links
(
You must be registered for see links
) | 13 weeks | 6-10 hours/week | The alternate covers this and the following 2 courses |
You must be registered for see links
|
You must be registered for see links
|
You must be registered for see links
| 13 weeks | 5-10 hours/week | – | Calculus 1A |
You must be registered for see links
|
You must be registered for see links
| 6 weeks | 5-10 hours/week | – | Calculus 1B |
You must be registered for see links
|
You must be registered for see links
(
You must be registered for see links
) | 13 weeks | 5 hours/week |
You must be registered for see links
You must be registered for see links
You must be registered for see links
. | Calculus 1C |
You must be registered for see links
|
CS Tools
Understanding theory is important, but you will also be expected to create programs. There are a number of tools that are widely used to make that process easier. Learn them now to ease your future work writing programs.Topics covered: terminals and shell scripting vim command line environments version control and more
Courses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
| 2 weeks | 12 hours/week | – |
You must be registered for see links
|
Core systems
Topics covered: procedural programming manual memory management boolean algebra gate logic memory computer architecture assembly machine language virtual machines high-level languages compilers operating systems network protocols and moreCourses | Duration | Effort | Additional Text / Assignments | Prerequisites | Discussion |
---|---|---|---|---|---|
You must be registered for see links
(
You must be registered for see links
) | 6 weeks | 7-13 hours/week | – | C-like programming language |
You must be registered for see links
|
You must be registered for see links
| 6 weeks | 12-18 hours/week | – | one of
You must be registered for see links
, From Nand to Tetris Part I |
You must be registered for see links
|
You must be registered for see links
| 10-12 weeks | 6-10 hours/week | – |
You must be registered for see links
|
You must be registered for see links
|
You must be registered for see links
| 8 weeks | 4–12 hours/week |
You must be registered for see links
| algebra, probability, basic CS |
You must be registered for see links
|
Core theory
Topics covered: divide and conquer sorting and searching randomized algorithms graph search shortest paths data structures greedy algorithms minimum spanning trees dynamic programming NP-completeness and moreCourses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
| 4 weeks | 4-8 hours/week | any programming language, Mathematics for Computer Science |
You must be registered for see links
|
You must be registered for see links
| 4 weeks | 4-8 hours/week | Divide and Conquer, Sorting and Searching, and Randomized Algorithms |
You must be registered for see links
|
You must be registered for see links
| 4 weeks | 4-8 hours/week | Graph Search, Shortest Paths, and Data Structures |
You must be registered for see links
|
You must be registered for see links
| 4 weeks | 4-8 hours/week | Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming |
You must be registered for see links
|
Core security
Topics covered Confidentiality, Integrity, Availability Secure Design Defensive Programming Threats and Attacks Network Security Cryptography and moreCourses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
| 8 weeks | 10-12 hours/week | – |
You must be registered for see links
|
You must be registered for see links
| 4 weeks | 4 hours/week | – |
You must be registered for see links
|
You must be registered for see links
| 4 weeks | 4 hours/week | – |
You must be registered for see links
|
Courses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
| 4 weeks | 5 hours/week | – |
You must be registered for see links
|
You must be registered for see links
| 4 weeks | 5 hours/week | – |
You must be registered for see links
|
Core applications
Topics covered: Agile methodology REST software specifications refactoring relational databases transaction processing data modeling neural networks supervised learning unsupervised learning OpenGL ray tracing and moreCourses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
| 2 weeks | 10 hours/week | core programming |
You must be registered for see links
|
You must be registered for see links
| 2 weeks | 10 hours/week | core programming |
You must be registered for see links
|
You must be registered for see links
| 2 weeks | 10 hours/week | core programming |
You must be registered for see links
|
You must be registered for see links
| 11 weeks | 4-6 hours/week | linear algebra |
You must be registered for see links
|
You must be registered for see links
| 6 weeks | 12 hours/week | C++ or Java, linear algebra |
You must be registered for see links
|
You must be registered for see links
| 6 weeks | 8-10 hours/week | Core Programming, and a
You must be registered for see links
|
You must be registered for see links
|
Core ethics
Topics covered: Social Context Analytical Tools Professional Ethics Intellectual Property Privacy and Civil Liberties and moreCourses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
| 9 weeks | 2 hours/week | none |
You must be registered for see links
|
You must be registered for see links
| 4 weeks | 2 hours/week | none |
You must be registered for see links
|
You must be registered for see links
| 3 weeks | 3 hours/week | none |
You must be registered for see links
|
Advanced CS
After completing every required course in Core CS, students should choose a subset of courses from Advanced CS based on interest. Not every course from a subcategory needs to be taken. But students should take every course that is relevant to the field they intend to go into.Advanced programming
Topics covered: debugging theory and practice goal-oriented programming parallel computing object-oriented analysis and design UML large-scale software architecture and design and moreCourses | Duration | Effort | Prerequisites |
---|---|---|---|
You must be registered for see links
| 4 weeks | 6-8 hours/week | Scala programming |
You must be registered for see links
| 9 weeks | 6-8 hours/week | none |
You must be registered for see links
| 14 weeks | – | – |
You must be registered for see links
(
You must be registered for see links
)* | 12 weeks | – | – |
You must be registered for see links
| 8 weeks | 6 hours/week | Python, object-oriented programming |
You must be registered for see links
| 4 weeks | 6 hours/week | Python, programming experience |
You must be registered for see links
, redistributed under
You must be registered for see links
)Advanced systems
Topics covered: digital signaling combinational logic CMOS technologies sequential logic finite state machines processor instruction sets caches pipelining virtualization parallel processing virtual memory synchronization primitives system call interface and moreCourses | Duration | Effort | Prerequisites | Notes |
---|---|---|---|---|
You must be registered for see links
You must be registered for see links
You must be registered for see links
| 10 weeks | 6 hours/week |
You must be registered for see links
| Alternate links contain all 3 courses. |
You must be registered for see links
| 10 weeks | 6 hours/week | Computation Structures 1 | |
You must be registered for see links
| 10 weeks | 6 hours/week | Computation Structures 2 |
Advanced theory
Topics covered: formal languages Turing machines computability event-driven concurrency automata distributed shared memory consensus algorithms state machine replication computational geometry theory propositional logic relational logic Herbrand logic game trees and moreCourses | Duration | Effort | Prerequisites |
---|---|---|---|
You must be registered for see links
(
You must be registered for see links
) | 8 weeks | 10 hours/week | discrete mathematics, logic, algorithms |
You must be registered for see links
| 16 weeks | 8 hours/week | algorithms, C++ |
You must be registered for see links
| 8 weeks | 3 hours/week | mathematical thinking, probability, calculus |
Advanced Information Security
Courses | Duration | Effort | Prerequisites |
---|---|---|---|
You must be registered for see links
| 5 weeks | 4-6 hours/week | understanding basic web technologies |
You must be registered for see links
| 3 weeks | 3 hours/week | – |
You must be registered for see links
| 3 weeks | 2-3 hours/week | Core Security |
You must be registered for see links
| 7 weeks | 1-2 hours/week | Core Programming and Core Security |
You must be registered for see links
| 7 weeks | 1-2 hours/week | Secure Software Development: Requirements, Design, and Reuse |
You must be registered for see links
| 7 weeks | 1-2 hours/week | Secure Software Development: Implementation |
Advanced math
Courses | Duration | Effort | Prerequisites | Discussion |
---|---|---|---|---|
You must be registered for see links
| – | – |
You must be registered for see links
|
You must be registered for see links
|
You must be registered for see links
| 14 weeks | 12 hours/week | corequisite: Essence of Linear Algebra |
You must be registered for see links
|
You must be registered for see links
| 14 weeks | 12 hours/week |
You must be registered for see links
|
You must be registered for see links
|
You must be registered for see links
| 10 weeks | 4-8 hours/week |
You must be registered for see links
|
You must be registered for see links
|
You must be registered for see links
| 24 weeks | 12 hours/week |
You must be registered for see links
|
You must be registered for see links
|
Final project
OSS University is project-focused. The assignments and exams for each course are to prepare you to use your knowledge to solve real-world problems.After you've gotten through all of Core CS and the parts of Advanced CS relevant to you, you should think about a problem that you can solve using the knowledge you've acquired. Not only does real project work look great on a resume, but the project will also validate and consolidate your knowledge. You can create something entirely new, or you can find an existing project that needs help via websites like
You must be registered for see links
or
You must be registered for see links
.Students who would like more guidance in creating a project may choose to use a series of project oriented courses. Here is a sample of options (many more are available, at this point you should be capable of identifying a series that is interesting and relevant to you):
Courses | Duration | Effort | Prerequisites |
---|---|---|---|
You must be registered for see links
| 12 weeks | 15 hours/week | programming |
You must be registered for see links
| 26 weeks | 2-5 hours/week | freshman-level physics, linear algebra, calculus,
You must be registered for see links
|
You must be registered for see links
| 30 weeks | 2-5 hours/week | machine learning |
You must be registered for see links
| 30 weeks | 3-5 hours/week | none |
You must be registered for see links
| 30 weeks | 1-5 hours/week | strong programming |
You must be registered for see links
| 30 weeks | 2-6 hours/week | C++ programming |
You must be registered for see links
| 43 weeks | 1-6 hours/week | none |
You must be registered for see links
| 29 weeks | 4-5 hours/week | One year programming experience |
You must be registered for see links
| 6 months | 5 hours/week | programming, interactive design |
Evaluation
Upon completing your final project:- Submit your project's information to
You must be registered for see linksvia a pull request.
- Put the OSSU-CS badge in the README of your repository!
- Markdown: [](https://github.com/ossu/computer-science)
- HTML: <a href="
You must be registered for see links"><img alt="Open Source Society University - Computer Science" src="You must be registered for see links"></a>
- Use our
You must be registered for see linkschannels to announce it to your fellow students.
The final project evaluation has a second purpose: to evaluate whether OSSU, through its community and curriculum, is successful in its mission to guide independent learners in obtaining a world-class computer science education.
Cooperative work
You can create this project alone or with other students! We love cooperative work! Use our
You must be registered for see links
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 final project.The important thing is to internalize the core concepts and to be able to use them with whatever tool (programming language) that you wish.
Congratulations
After completing the requirements of the curriculum above, you will have completed the equivalent of a full bachelor's degree in Computer Science. Congratulations!What is next for you? The possibilities are boundless and overlapping:
- Look for a job as a developer!
- Check out the
You must be registered for see linksfor classic books you can read that will sharpen your skills and expand your knowledge.
- Join a local developer meetup (e.g. via
You must be registered for see links).
- Pay attention to emerging technologies in the world of software development:
- Explore the actor model through
You must be registered for see links, a new functional programming language for the web based on the battle-tested Erlang Virtual Machine!
- Explore borrowing and lifetimes through
You must be registered for see links, a systems language which achieves memory- and thread-safety without a garbage collector!
- Explore dependent type systems through
You must be registered for see links, a new Haskell-inspired language with unprecedented support for type-driven development.
- Explore the actor model through

Code of conduct
You must be registered for see links
.How to show your progress
- Create an account in
You must be registered for see links.
- Copy
You must be registered for see linksboard to your personal account. See how to copy a boardYou must be registered for see links.
We also have labels to help you have more control through the process. The meaning of each of these labels is:
- Main Curriculum: cards with that label represent courses that are listed in our curriculum.
- Extra Resources: cards with that label represent courses that were added by the student.
- Doing: cards with that label represent courses the student is currently doing.
- Done: cards with that label represent courses finished by the student. Those cards should also have the link for at least one project/article built with the knowledge acquired in such a course.
- Section: cards with that label represent the section that we have in our curriculum. Those cards with the Section label are only to help the organization of the Done column. You should put the Course's cards below its respective Section's card.
Team
-
You must be registered for see links: founder of OSSU
-
You must be registered for see links: lead technical maintainer
-
You must be registered for see links: lead academic maintainer
-
You must be registered for see links