βΉοΈ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0.1 months ago (distributed domain, exempt) |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://github.com/ossu/computer-science |
| Last Crawled | 2026-04-17 22:51:21 (4 days ago) |
| First Indexed | 2017-09-28 08:28:12 (8 years ago) |
| HTTP Status Code | 200 |
| Meta Title | GitHub - ossu/computer-science: π Path to a free self-taught education in Computer Science! Β· GitHub |
| Meta Description | π Path to a free self-taught education in Computer Science! - ossu/computer-science |
| Meta Canonical | null |
| Boilerpipe Text | Open Source Society University
Path to a free self-taught education in Computer Science!
Contents
Summary
Community
Curriculum
Code of conduct
Team
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
CS 2013
: Curriculum Guidelines for Undergraduate Degree Programs in Computer Science
When no course meets the above criteria, the coursework is supplemented with a book.
When there are courses or books that don't fit into the curriculum but are otherwise of high quality,
they belong in
extras/courses
or
extras/readings
.
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
Duration
. It is possible to finish within about 2 years if you plan carefully and devote roughly 20 hours/week to your studies. Learners can use
this spreadsheet
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.
Warning:
While the spreadsheet is a useful tool to estimate the time you need to complete this curriculum, it may not always be up-to-date with the curriculum. Use the
OSSU CS website
or
the repo
to see what courses to do.
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
Coursera
and
edX
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. Some students choose to study multiple courses at a time in order to vary the material they are working on in a day/week. A popular option is to take the math courses in parallel with the introductory courses. Course prerequisites are listed to help you determine if you are prepared for a given course.
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; the Discord community may provide feedback on your planned subject.
Content policy
. If you plan on showing off some of your coursework publicly, you must share only files that you are allowed to.
Respect the code of conduct
that you signed in the beginning of each course!
How to contribute
Getting help
(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?
Join the OSSU Discord
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
here
.
Add
Open Source Society University
to your
Linkedin
profile!
Warning:
There are a few third-party/deprecated/outdated material that you might find when searching for OSSU. We recommend you to ignore them, and only use the
OSSU CS website
or
OSSU CS Github Repo
. Some known outdated materials are:
An unmaintained and deprecated firebase app. Read more in the
FAQ
.
An unmaintained and deprecated trello board
Third-party notion templates
Curriculum
Prerequisites
Intro CS
Core CS
Core programming
Core math
CS Tools
Core systems
Core theory
Core security
Core applications
Core ethics
Advanced CS
Advanced programming
Advanced systems
Advanced theory
Advanced information security
Advanced math
Final project
Prerequisites
Core CS
assumes the student has already taken
high school math
, including algebra, geometry, and pre-calculus.
Advanced CS
assumes the student has already taken the entirety of Core CS
and is knowledgeable enough now to decide which electives to take.
Note that
Advanced systems
assumes the student has taken a basic physics course (e.g. AP Physics in high school).
Intro CS
This course will introduce you to the world of computer science and programming. This course gives you 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
Introduction to Computer Science and Programming using Python
14 weeks
6-10 hours/week
high school algebra
chat
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 more
Courses
Duration
Effort
Prerequisites
Discussion
Systematic Program Design
13 weeks
8-10 hours/week
none
chat:
part 1
/
part 2
Class-based Program Design
13 weeks
5-10 hours/week
Systematic Program Design, High School Math
chat
Programming Languages
11 weeks
4-8 hours/week
Systematic Program Design
chat
Object-Oriented Design
13 weeks
5-10 hours/week
Class-based Program Design
chat
Software Architecture
4 weeks
2-5 hours/week
Object Oriented Design
chat
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
Calculus 1A: Differentiation
(
alternative
)
13 weeks
6-10 hours/week
The alternate covers this and the following 2 courses
high school math
chat
Calculus 1B: Integration
13 weeks
5-10 hours/week
-
Calculus 1A
chat
Calculus 1C: Coordinate Systems & Infinite Series
6 weeks
5-10 hours/week
-
Calculus 1B
chat
Mathematics for Computer Science
(
alternative
)
13 weeks
5 hours/week
2015/2019 solutions
2010 solutions
2005 solutions
.
Calculus 1C
chat
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
The Missing Semester of Your CS Education
2 weeks
12 hours/week
-
chat
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 more
Courses
Duration
Effort
Additional Text / Assignments
Prerequisites
Discussion
Build a Modern Computer from First Principles: From Nand to Tetris
(
alternative
)
6 weeks
7-13 hours/week
-
C-like programming language
chat
Build a Modern Computer from First Principles: Nand to Tetris Part II
6 weeks
12-18 hours/week
-
one of
these programming languages
, From Nand to Tetris Part I
chat
Operating Systems: Three Easy Pieces
10-12 weeks
6-10 hours/week
-
Nand to Tetris Part II
chat
Computer Networking: a Top-Down Approach
8 weeks
4β12 hours/week
Wireshark Labs
algebra, probability, basic CS
chat
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 more
Courses
Duration
Effort
Prerequisites
Discussion
Algorithms: Design and Analysis, Part 1
(
alternative
)
8 weeks
4-8 hours/week
any programming language, Mathematics for Computer Science
chat
Algorithms: Design and Analysis, Part 2
8 weeks
4-8 hours/week
Algorithms Part 1
chat
Core security
Topics covered
Confidentiality, Integrity, Availability
Secure Design
Defensive Programming
Threats and Attacks
Network Security
Cryptography
and more
Courses
Duration
Effort
Prerequisites
Discussion
Cybersecurity Fundamentals
8 weeks
10-12 hours/week
-
chat
Principles of Secure Coding
4 weeks
4 hours/week
-
chat
Identifying Security Vulnerabilities
4 weeks
4 hours/week
-
chat
Choose
one
of the following:
Courses
Duration
Effort
Prerequisites
Discussion
Identifying Security Vulnerabilities in C/C++ Programming
4 weeks
5 hours/week
-
chat
Exploiting and Securing Vulnerabilities in Java Applications
4 weeks
5 hours/week
-
chat
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 more
Courses
Duration
Effort
Prerequisites
Discussion
Databases: Modeling and Theory
2 weeks
10 hours/week
core programming
chat
Databases: Relational Databases and SQL
2 weeks
10 hours/week
core programming
chat
Databases: Semistructured Data
2 weeks
10 hours/week
core programming
chat
Machine Learning
11 weeks
9 hours/week
Basic coding
chat
Computer Graphics
(
alternative
)
6 weeks
12 hours/week
C++ or Java,
Basic Linear Algebra
chat
Software Engineering: Introduction
(
alternative
)
6 weeks
8-10 hours/week
Core Programming, and a
sizable project
chat
Core ethics
Topics covered
:
Social Context
Analytical Tools
Professional Ethics
Intellectual Property
Privacy and Civil Liberties
and more
Courses
Duration
Effort
Prerequisites
Discussion
Ethics, Technology and Engineering
9 weeks
2 hours/week
none
chat
Introduction to Intellectual Property
4 weeks
2 hours/week
none
chat
Data Privacy Fundamentals
3 weeks
3 hours/week
none
chat
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 more
Courses
Duration
Effort
Prerequisites
Parallel Programming
4 weeks
6-8 hours/week
Scala programming
Compilers
9 weeks
6-8 hours/week
none
Introduction to Haskell
14 weeks
-
-
Learn Prolog Now!
(
alternative
)*
12 weeks
-
-
Software Debugging
8 weeks
6 hours/week
Python, object-oriented programming
Software Testing
4 weeks
6 hours/week
Python, programming experience
(*) book by Blackburn, Bos, Striegnitz (compiled from
source
, redistributed under
CC license
)
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 more
Courses
Duration
Effort
Prerequisites
Notes
Computation Structures 1: Digital Circuits
alternative 1
alternative 2
10 weeks
6 hours/week
Nand2Tetris II
Alternate links contain all 3 courses.
Computation Structures 2: Computer Architecture
10 weeks
6 hours/week
Computation Structures 1
-
Computation Structures 3: Computer Organization
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 more
Courses
Duration
Effort
Prerequisites
Theory of Computation
(
alternative
)
13 weeks
10 hours/week
Mathematics for Computer Science
, logic, algorithms
Computational Geometry
16 weeks
8 hours/week
algorithms, C++
Algorithmic Game Theory
10 weeks
12 hours/week
Core Theory
Advanced Information Security
Courses
Duration
Effort
Prerequisites
Web Security Fundamentals
5 weeks
4-6 hours/week
understanding basic web technologies
Security Governance & Compliance
3 weeks
3 hours/week
-
Digital Forensics Concepts
3 weeks
2-3 hours/week
Core Security
Secure Software Development: Requirements, Design, and Reuse
7 weeks
1-2 hours/week
Core Programming and Core Security
Secure Software Development: Implementation
7 weeks
1-2 hours/week
Secure Software Development: Requirements, Design, and Reuse
Secure Software Development: Verification and More Specialized Topics
7 weeks
1-2 hours/week
Secure Software Development: Implementation
Advanced math
Courses
Duration
Effort
Prerequisites
Discussion
Essence of Linear Algebra
-
-
high school math
chat
Linear Algebra
14 weeks
12 hours/week
corequisite: Essence of Linear Algebra
chat
Introduction to Numerical Methods
14 weeks
12 hours/week
Linear Algebra
chat
Introduction to Formal Logic
10 weeks
4-8 hours/week
Set Theory
chat
Probability
15 weeks
5-10 hours/week
Differentiation and Integration
chat
Final project
Part of learning is doing.
The assignments and exams for each course are to prepare you to use your knowledge to solve real-world problems.
After you've completed Core CS and the parts of Advanced CS relevant to you,
you should identify a problem that you can solve using the knowledge you've acquired.
You can create something entirely new, or you can improve some tool/program that you use and wish were better.
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
Fullstack Open
12 weeks
15 hours/week
programming
Modern Robotics
26 weeks
2-5 hours/week
freshman-level physics, linear algebra, calculus,
linear ordinary differential equations
Data Mining (Specialization)
30 weeks
2-5 hours/week
machine learning
Big Data (Specialization)
30 weeks
3-5 hours/week
none
Internet of Things (Specialization)
30 weeks
1-5 hours/week
strong programming
Cloud Computing (Specialization)
30 weeks
2-6 hours/week
C++ programming
Data Science (Specialization)
43 weeks
1-6 hours/week
none
Functional Programming in Scala (Specialization)
29 weeks
4-5 hours/week
One year programming experience
Game Design and Development with Unity 2020 (Specialization)
6 months
5 hours/week
programming, interactive design
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
readings
for classic books you can read that will sharpen your skills and expand your knowledge.
Join a local developer meetup (e.g. via
meetup.com
).
Pay attention to emerging technologies in the world of software development:
Explore the
actor model
through
Elixir
, a new functional programming language for the web based on the battle-tested Erlang Virtual Machine!
Explore
borrowing and lifetimes
through
Rust
, a systems language which achieves memory- and thread-safety without a garbage collector!
Explore
dependent type systems
through
Idris
, a new Haskell-inspired language with unprecedented support for type-driven development.
Code of conduct
OSSU's code of conduct
.
How to show your progress
Fork
the
GitHub repo
into your own GitHub account and put β
next to the stuff you've completed as you complete it. This can serve as your
kanban board
and will be faster to implement than any other solution (giving you time to spend on the courses).
Team
Eric Douglas
: founder of OSSU
Josh Hanson
: lead technical maintainer
Waciuma Wanjohi
: lead academic maintainer
Contributors |
| Markdown | [Skip to content](https://github.com/ossu/computer-science#start-of-content)
## Navigation Menu
Toggle navigation
[Sign in](https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fossu%2Fcomputer-science)
Appearance settings
- Platform
- AI CODE CREATION
- [GitHub CopilotWrite better code with AI](https://github.com/features/copilot)
- [GitHub SparkBuild and deploy intelligent apps](https://github.com/features/spark)
- [GitHub ModelsManage and compare prompts](https://github.com/features/models)
- [MCP RegistryNewIntegrate external tools](https://github.com/mcp)
- DEVELOPER WORKFLOWS
- [ActionsAutomate any workflow](https://github.com/features/actions)
- [CodespacesInstant dev environments](https://github.com/features/codespaces)
- [IssuesPlan and track work](https://github.com/features/issues)
- [Code ReviewManage code changes](https://github.com/features/code-review)
- APPLICATION SECURITY
- [GitHub Advanced SecurityFind and fix vulnerabilities](https://github.com/security/advanced-security)
- [Code securitySecure your code as you build](https://github.com/security/advanced-security/code-security)
- [Secret protectionStop leaks before they start](https://github.com/security/advanced-security/secret-protection)
- EXPLORE
- [Why GitHub](https://github.com/why-github)
- [Documentation](https://docs.github.com/)
- [Blog](https://github.blog/)
- [Changelog](https://github.blog/changelog)
- [Marketplace](https://github.com/marketplace)
[View all features](https://github.com/features)
- Solutions
- BY COMPANY SIZE
- [Enterprises](https://github.com/enterprise)
- [Small and medium teams](https://github.com/team)
- [Startups](https://github.com/enterprise/startups)
- [Nonprofits](https://github.com/solutions/industry/nonprofits)
- BY USE CASE
- [App Modernization](https://github.com/solutions/use-case/app-modernization)
- [DevSecOps](https://github.com/solutions/use-case/devsecops)
- [DevOps](https://github.com/solutions/use-case/devops)
- [CI/CD](https://github.com/solutions/use-case/ci-cd)
- [View all use cases](https://github.com/solutions/use-case)
- BY INDUSTRY
- [Healthcare](https://github.com/solutions/industry/healthcare)
- [Financial services](https://github.com/solutions/industry/financial-services)
- [Manufacturing](https://github.com/solutions/industry/manufacturing)
- [Government](https://github.com/solutions/industry/government)
- [View all industries](https://github.com/solutions/industry)
[View all solutions](https://github.com/solutions)
- Resources
- EXPLORE BY TOPIC
- [AI](https://github.com/resources/articles?topic=ai)
- [Software Development](https://github.com/resources/articles?topic=software-development)
- [DevOps](https://github.com/resources/articles?topic=devops)
- [Security](https://github.com/resources/articles?topic=security)
- [View all topics](https://github.com/resources/articles)
- EXPLORE BY TYPE
- [Customer stories](https://github.com/customer-stories)
- [Events & webinars](https://github.com/resources/events)
- [Ebooks & reports](https://github.com/resources/whitepapers)
- [Business insights](https://github.com/solutions/executive-insights)
- [GitHub Skills](https://skills.github.com/)
- SUPPORT & SERVICES
- [Documentation](https://docs.github.com/)
- [Customer support](https://support.github.com/)
- [Community forum](https://github.com/orgs/community/discussions)
- [Trust center](https://github.com/trust-center)
- [Partners](https://github.com/partners)
[View all resources](https://github.com/resources)
- Open Source
- COMMUNITY
- [GitHub SponsorsFund open source developers](https://github.com/sponsors)
- PROGRAMS
- [Security Lab](https://securitylab.github.com/)
- [Maintainer Community](https://maintainers.github.com/)
- [Accelerator](https://github.com/accelerator)
- [GitHub Stars](https://stars.github.com/)
- [Archive Program](https://archiveprogram.github.com/)
- REPOSITORIES
- [Topics](https://github.com/topics)
- [Trending](https://github.com/trending)
- [Collections](https://github.com/collections)
- Enterprise
- ENTERPRISE SOLUTIONS
- [Enterprise platformAI-powered developer platform](https://github.com/enterprise)
- AVAILABLE ADD-ONS
- [GitHub Advanced SecurityEnterprise-grade security features](https://github.com/security/advanced-security)
- [Copilot for BusinessEnterprise-grade AI features](https://github.com/features/copilot/copilot-business)
- [Premium SupportEnterprise-grade 24/7 support](https://github.com/premium-support)
- [Pricing](https://github.com/pricing)
Search or jump to...
# Search code, repositories, users, issues, pull requests...
[Search syntax tips](https://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax)
# Provide feedback
Cancel
Submit feedback
# Saved searches
## Use saved searches to filter your results more quickly
Cancel
Create saved search
[Sign in](https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fossu%2Fcomputer-science)
[Sign up](https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E&source=header-repo&source_repo=ossu%2Fcomputer-science)
Appearance settings
Resetting focus
You signed in with another tab or window. [Reload](https://github.com/ossu/computer-science) to refresh your session. You signed out in another tab or window. [Reload](https://github.com/ossu/computer-science) to refresh your session. You switched accounts on another tab or window. [Reload](https://github.com/ossu/computer-science) to refresh your session.
Dismiss alert
[ossu](https://github.com/ossu) / **[computer-science](https://github.com/ossu/computer-science)** Public
- [Notifications](https://github.com/login?return_to=%2Fossu%2Fcomputer-science)
You must be signed in to change notification settings
- [Fork 25.3k](https://github.com/login?return_to=%2Fossu%2Fcomputer-science)
- [Star 203k](https://github.com/login?return_to=%2Fossu%2Fcomputer-science)
- [Code](https://github.com/ossu/computer-science)
- [Issues 14](https://github.com/ossu/computer-science/issues)
- [Pull requests 7](https://github.com/ossu/computer-science/pulls)
- [Actions](https://github.com/ossu/computer-science/actions)
- [Projects](https://github.com/ossu/computer-science/projects)
- [Wiki](https://github.com/ossu/computer-science/wiki)
- [Security and quality 0](https://github.com/ossu/computer-science/security)
- [Insights](https://github.com/ossu/computer-science/pulse)
Additional navigation options
- [Code](https://github.com/ossu/computer-science)
- [Issues](https://github.com/ossu/computer-science/issues)
- [Pull requests](https://github.com/ossu/computer-science/pulls)
- [Actions](https://github.com/ossu/computer-science/actions)
- [Projects](https://github.com/ossu/computer-science/projects)
- [Wiki](https://github.com/ossu/computer-science/wiki)
- [Security and quality](https://github.com/ossu/computer-science/security)
- [Insights](https://github.com/ossu/computer-science/pulse)
# ossu/computer-science
master
[**10** Branches](https://github.com/ossu/computer-science/branches)
[**5** Tags](https://github.com/ossu/computer-science/tags)
Go to file
Code
Open more actions menu
## Folders and files
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
| Latest commit [](https://github.com/kevintprivett)[kevintprivett](https://github.com/ossu/computer-science/commits?author=kevintprivett) [Fix space invaders demo link (](https://github.com/ossu/computer-science/commit/67a99b01e027fd22fc630e44232c1e154fe104e2)[\#1410](https://github.com/ossu/computer-science/pull/1410)[)](https://github.com/ossu/computer-science/commit/67a99b01e027fd22fc630e44232c1e154fe104e2) Open commit details success Apr 15, 2026 [67a99b0](https://github.com/ossu/computer-science/commit/67a99b01e027fd22fc630e44232c1e154fe104e2) Β· Apr 15, 2026 History [1,104 Commits](https://github.com/ossu/computer-science/commits/master/) Open commit details 1,104 Commits | | | |
## Repository files navigation
- [README](https://github.com/ossu/computer-science)
- [Contributing](https://github.com/ossu/computer-science)
- [MIT license](https://github.com/ossu/computer-science)
[](https://github.com/ossu/computer-science/blob/master/images/ossu-logo.webp)
### Open Source Society University
Path to a free self-taught education in Computer Science\!
[](https://github.com/sindresorhus/awesome) [](https://github.com/ossu/computer-science)
# Contents
- [Summary](https://github.com/ossu/computer-science#summary)
- [Community](https://github.com/ossu/computer-science#community)
- [Curriculum](https://github.com/ossu/computer-science#curriculum)
- [Code of conduct](https://github.com/ossu/computer-science#code-of-conduct)
- [Team](https://github.com/ossu/computer-science#team)
# 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 [CS 2013](https://github.com/ossu/computer-science/blob/master/CURRICULAR_GUIDELINES.md): Curriculum Guidelines for Undergraduate Degree Programs in Computer Science
When no course meets the above criteria, the coursework is supplemented with a book. When there are courses or books that don't fit into the curriculum but are otherwise of high quality, they belong in [extras/courses](https://github.com/ossu/computer-science/blob/master/extras/courses.md) or [extras/readings](https://github.com/ossu/computer-science/blob/master/extras/readings.md).
**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
**Duration**. It is possible to finish within about 2 years if you plan carefully and devote roughly 20 hours/week to your studies. Learners can use [this spreadsheet](https://docs.google.com/spreadsheets/d/1y2kMsIg9VaHMVmw35x_aH1hpty3V-ZMuV2jA13P_Cgo/copy) 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.
> **Warning:** While the spreadsheet is a useful tool to estimate the time you need to complete this curriculum, it may not always be up-to-date with the curriculum. Use the [OSSU CS website](https://cs.ossu.dev/) or [the repo](https://github.com/ossu/computer-science) to see what courses to do.
**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 [Coursera](https://www.coursera.support/s/article/209819033-Apply-for-Financial-Aid-or-a-Scholarship?language=en_US) and [edX](https://courses.edx.org/financial-assistance/) 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. Some students choose to study multiple courses at a time in order to vary the material they are working on in a day/week. A popular option is to take the math courses in parallel with the introductory courses. Course prerequisites are listed to help you determine if you are prepared for a given course.
- 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; the Discord community may provide feedback on your planned subject.
**Content policy**. If you plan on showing off some of your coursework publicly, you must share only files that you are allowed to. *Respect the code of conduct* that you signed in the beginning of each course\!
**[How to contribute](https://github.com/ossu/computer-science/blob/master/CONTRIBUTING.md)**
**[Getting help](https://github.com/ossu/computer-science/blob/master/HELP.md)** (Details about our FAQ and chatroom)
# Community
- We have a Discord server! [](https://discord.gg/wuytwK5s9h) This should be your first stop to talk with other OSSU students. Why don't you introduce yourself right now? [Join the OSSU Discord](https://discord.gg/wuytwK5s9h)
- 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 [here](https://github.com/ossu/computer-science/blob/master/CONTRIBUTING.md).
- Add **Open Source Society University** to your [Linkedin](https://www.linkedin.com/school/11272443/) profile\!
> **Warning:** There are a few third-party/deprecated/outdated material that you might find when searching for OSSU. We recommend you to ignore them, and only use the [OSSU CS website](https://cs.ossu.dev/) or [OSSU CS Github Repo](https://github.com/ossu/computer-science). Some known outdated materials are:
>
> - An unmaintained and deprecated firebase app. Read more in the [FAQ](https://github.com/ossu/computer-science/blob/master/FAQ.md#why-is-the-firebase-ossu-app-different-or-broken).
> - An unmaintained and deprecated trello board
> - Third-party notion templates
# Curriculum
- [Prerequisites](https://github.com/ossu/computer-science#prerequisites)
- [Intro CS](https://github.com/ossu/computer-science#intro-cs)
- [Core CS](https://github.com/ossu/computer-science#core-cs)
- [Core programming](https://github.com/ossu/computer-science#core-programming)
- [Core math](https://github.com/ossu/computer-science#core-math)
- [CS Tools](https://github.com/ossu/computer-science#cs-tools)
- [Core systems](https://github.com/ossu/computer-science#core-systems)
- [Core theory](https://github.com/ossu/computer-science#core-theory)
- [Core security](https://github.com/ossu/computer-science#core-security)
- [Core applications](https://github.com/ossu/computer-science#core-applications)
- [Core ethics](https://github.com/ossu/computer-science#core-ethics)
- [Advanced CS](https://github.com/ossu/computer-science#advanced-cs)
- [Advanced programming](https://github.com/ossu/computer-science#advanced-programming)
- [Advanced systems](https://github.com/ossu/computer-science#advanced-systems)
- [Advanced theory](https://github.com/ossu/computer-science#advanced-theory)
- [Advanced information security](https://github.com/ossu/computer-science#advanced-information-security)
- [Advanced math](https://github.com/ossu/computer-science#advanced-math)
- [Final project](https://github.com/ossu/computer-science#final-project)
***
## Prerequisites
- [Core CS](https://github.com/ossu/computer-science#core-cs) assumes the student has already taken [high school math](https://ossu.dev/precollege-math), including algebra, geometry, and pre-calculus.
- [Advanced CS](https://github.com/ossu/computer-science#advanced-cs) assumes the student has already taken the entirety of Core CS and is knowledgeable enough now to decide which electives to take.
- Note that [Advanced systems](https://github.com/ossu/computer-science#advanced-systems) assumes the student has taken a basic physics course (e.g. AP Physics in high school).
## Intro CS
This course will introduce you to the world of computer science and programming. This course gives you 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 |
|---|---|---|---|---|
| [Introduction to Computer Science and Programming using Python](https://github.com/ossu/computer-science/blob/master/coursepages/intro-cs/README.md) | 14 weeks | 6-10 hours/week | [high school algebra](https://ossu.dev/precollege-math) | [chat](https://discord.gg/jvchSm9) |
## 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 more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Systematic Program Design](https://github.com/ossu/computer-science/blob/master/coursepages/spd/README.md) | 13 weeks | 8-10 hours/week | none | chat: [part 1](https://discord.gg/RfqAmGJ) / [part 2](https://discord.gg/kczJzpm) |
| [Class-based Program Design](https://github.com/ossu/computer-science/blob/master/coursepages/class-based/README.md) | 13 weeks | 5-10 hours/week | Systematic Program Design, High School Math | [chat](https://discord.com/channels/744385009028431943/891411727294562314) |
| [Programming Languages](https://courses.cs.washington.edu/courses/cse341/19sp/#lectures) | 11 weeks | 4-8 hours/week | Systematic Program Design | [chat](https://discord.gg/8BkJtXN) |
| [Object-Oriented Design](https://course.ccs.neu.edu/cs3500f19/) | 13 weeks | 5-10 hours/week | Class-based Program Design | [chat](https://discord.com/channels/744385009028431943/891412022120579103) |
| [Software Architecture](https://www.coursera.org/learn/software-architecture) | 4 weeks | 2-5 hours/week | Object Oriented Design | [chat](https://discord.com/channels/744385009028431943/891412169638432788) |
### 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 |
|---|---|---|---|---|---|
| [Calculus 1A: Differentiation](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+18.01.1x+2T2019/about) ([alternative](https://ocw.mit.edu/courses/mathematics/18-01sc-single-variable-calculus-fall-2010/index.htm)) | 13 weeks | 6-10 hours/week | The alternate covers this and the following 2 courses | [high school math](https://ossu.dev/precollege-math) | [chat](https://discord.gg/mPCt45F) |
| [Calculus 1B: Integration](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+18.01.2x+3T2019/about) | 13 weeks | 5-10 hours/week | \- | Calculus 1A | [chat](https://discord.gg/sddAsZg) |
| [Calculus 1C: Coordinate Systems & Infinite Series](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+18.01.3x+1T2020/about) | 6 weeks | 5-10 hours/week | \- | Calculus 1B | [chat](https://discord.gg/FNEcNNq) |
| [Mathematics for Computer Science](https://openlearninglibrary.mit.edu/courses/course-v1:OCW+6.042J+2T2019/about) ([alternative](https://ocw.mit.edu/courses/6-042j-mathematics-for-computer-science-fall-2010/)) | 13 weeks | 5 hours/week | [2015/2019 solutions](https://github.com/spamegg1/Math-for-CS-solutions) [2010 solutions](https://github.com/frevib/mit-cs-math-6042-fall-2010-problems) [2005 solutions](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2005/assignments/). | Calculus 1C | [chat](https://discord.gg/EuTzNbF) |
### 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 |
|---|---|---|---|---|
| [The Missing Semester of Your CS Education](https://missing.csail.mit.edu/) | 2 weeks | 12 hours/week | \- | [chat](https://discord.gg/5FvKycS) |
### 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 more`
| Courses | Duration | Effort | Additional Text / Assignments | Prerequisites | Discussion |
|---|---|---|---|---|---|
| [Build a Modern Computer from First Principles: From Nand to Tetris](https://www.coursera.org/learn/build-a-computer) ([alternative](https://www.nand2tetris.org/)) | 6 weeks | 7-13 hours/week | \- | C-like programming language | [chat](https://discord.gg/vxB2DRV) |
| [Build a Modern Computer from First Principles: Nand to Tetris Part II](https://www.coursera.org/learn/nand2tetris2) | 6 weeks | 12-18 hours/week | \- | one of [these programming languages](https://user-images.githubusercontent.com/2046800/35426340-f6ce6358-026a-11e8-8bbb-4e95ac36b1d7.png), From Nand to Tetris Part I | [chat](https://discord.gg/AsUXcPu) |
| [Operating Systems: Three Easy Pieces](https://github.com/ossu/computer-science/blob/master/coursepages/ostep/README.md) | 10-12 weeks | 6-10 hours/week | \- | Nand to Tetris Part II | [chat](https://discord.gg/wZNgpep) |
| [Computer Networking: a Top-Down Approach](http://gaia.cs.umass.edu/kurose_ross/online_lectures.htm) | 8 weeks | 4β12 hours/week | [Wireshark Labs](http://gaia.cs.umass.edu/kurose_ross/wireshark.php) | algebra, probability, basic CS | [chat](https://discord.gg/MJ9YXyV) |
### 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 more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Algorithms: Design and Analysis, Part 1](https://www.edx.org/learn/algorithms/stanford-university-algorithms-design-and-analysis-part-1) ([alternative](https://www.algorithmsilluminated.org/)) | 8 weeks | 4-8 hours/week | any programming language, Mathematics for Computer Science | [chat](https://discord.gg/mKRS7tY) |
| [Algorithms: Design and Analysis, Part 2](https://www.edx.org/learn/algorithms/stanford-university-algorithms-design-and-analysis-part-2) | 8 weeks | 4-8 hours/week | Algorithms Part 1 | [chat](https://discord.gg/Qstqe4t) |
### Core security
**Topics covered** `Confidentiality, Integrity, Availability` `Secure Design` `Defensive Programming` `Threats and Attacks` `Network Security` `Cryptography` `and more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Cybersecurity Fundamentals](https://www.edx.org/learn/cybersecurity/rochester-institute-of-technology-cybersecurity-fundamentals) | 8 weeks | 10-12 hours/week | \- | [chat](https://discord.gg/XdY3AwTFK4) |
| [Principles of Secure Coding](https://www.coursera.org/learn/secure-coding-principles) | 4 weeks | 4 hours/week | \- | [chat](https://discord.gg/5gMdeSK) |
| [Identifying Security Vulnerabilities](https://www.coursera.org/learn/identifying-security-vulnerabilities) | 4 weeks | 4 hours/week | \- | [chat](https://discord.gg/V78MjUS) |
Choose **one** of the following:
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Identifying Security Vulnerabilities in C/C++ Programming](https://www.coursera.org/learn/identifying-security-vulnerabilities-c-programming) | 4 weeks | 5 hours/week | \- | [chat](https://discord.gg/Vbxce7A) |
| [Exploiting and Securing Vulnerabilities in Java Applications](https://www.coursera.org/learn/exploiting-securing-vulnerabilities-java-applications) | 4 weeks | 5 hours/week | \- | [chat](https://discord.gg/QxC22rR) |
### 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 more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Databases: Modeling and Theory](https://www.edx.org/learn/databases/stanford-university-databases-modeling-and-theory) | 2 weeks | 10 hours/week | core programming | [chat](https://discord.gg/pMFqNf4) |
| [Databases: Relational Databases and SQL](https://www.edx.org/learn/relational-databases/stanford-university-databases-relational-databases-and-sql) | 2 weeks | 10 hours/week | core programming | [chat](https://discord.gg/P8SPPyF) |
| [Databases: Semistructured Data](https://www.edx.org/learn/relational-databases/stanford-university-databases-semistructured-data) | 2 weeks | 10 hours/week | core programming | [chat](https://discord.gg/duCJ3GN) |
| [Machine Learning](https://www.deeplearning.ai/courses/machine-learning-specialization/) | 11 weeks | 9 hours/week | Basic coding | [chat](https://discord.gg/NcXHDjy) |
| [Computer Graphics](https://www.edx.org/learn/computer-graphics/the-university-of-california-san-diego-computer-graphics) ([alternative](https://cseweb.ucsd.edu/~viscomp/classes/cse167/wi22/schedule.html)) | 6 weeks | 12 hours/week | C++ or Java, [Basic Linear Algebra](https://ossu.dev/precollege-math/coursepages/precalculus) | [chat](https://discord.gg/68WqMNV) |
| [Software Engineering: Introduction](https://www.edx.org/learn/software-engineering/university-of-british-columbia-software-engineering-introduction) ([alternative](https://github.com/ubccpsc/310/blob/main/resources/README.md)) | 6 weeks | 8-10 hours/week | Core Programming, and a [sizable project](https://github.com/ossu/computer-science/blob/master/FAQ.md#why-require-experience-with-a-sizable-project-before-the-Software-Engineering-courses) | [chat](https://discord.gg/5Qtcwtz) |
### Core ethics
**Topics covered**: `Social Context` `Analytical Tools` `Professional Ethics` `Intellectual Property` `Privacy and Civil Liberties` `and more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Ethics, Technology and Engineering](https://www.coursera.org/learn/ethics-technology-engineering) | 9 weeks | 2 hours/week | none | [chat](https://discord.gg/6ttjPmzZbe) |
| [Introduction to Intellectual Property](https://www.coursera.org/learn/introduction-intellectual-property) | 4 weeks | 2 hours/week | none | [chat](https://discord.gg/YbuERswpAK) |
| [Data Privacy Fundamentals](https://www.coursera.org/learn/northeastern-data-privacy) | 3 weeks | 3 hours/week | none | [chat](https://discord.gg/64J34ajNBd) |
## 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 more`
| Courses | Duration | Effort | Prerequisites |
|---|---|---|---|
| [Parallel Programming](https://www.coursera.org/learn/scala-parallel-programming) | 4 weeks | 6-8 hours/week | Scala programming |
| [Compilers](https://www.edx.org/learn/computer-science/stanford-university-compilers) | 9 weeks | 6-8 hours/week | none |
| [Introduction to Haskell](https://www.seas.upenn.edu/~cis194/fall16/) | 14 weeks | \- | \- |
| [Learn Prolog Now\!](https://www.let.rug.nl/bos/lpn//lpnpage.php?pageid=online) ([alternative](https://github.com/ossu/computer-science/files/6085884/lpn.pdf))\* | 12 weeks | \- | \- |
| [Software Debugging](https://www.youtube.com/playlist?list=PLAwxTw4SYaPkxK63TiT88oEe-AIBhr96A) | 8 weeks | 6 hours/week | Python, object-oriented programming |
| [Software Testing](https://www.youtube.com/playlist?list=PLAwxTw4SYaPkWVHeC_8aSIbSxE_NXI76g) | 4 weeks | 6 hours/week | Python, programming experience |
(\*) book by Blackburn, Bos, Striegnitz (compiled from [source](https://github.com/LearnPrologNow/lpn), redistributed under [CC license](https://creativecommons.org/licenses/by-sa/4.0/))
### 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 more`
| Courses | Duration | Effort | Prerequisites | Notes |
|---|---|---|---|---|
| [Computation Structures 1: Digital Circuits](https://learning.edx.org/course/course-v1:MITx+6.004.1x_3+3T2016) [alternative 1](https://ocw.mit.edu/courses/6-004-computation-structures-spring-2017/) [alternative 2](https://ocw.mit.edu/courses/6-004-computation-structures-spring-2009/) | 10 weeks | 6 hours/week | [Nand2Tetris II](https://www.coursera.org/learn/nand2tetris2) | Alternate links contain all 3 courses. |
| [Computation Structures 2: Computer Architecture](https://learning.edx.org/course/course-v1:MITx+6.004.2x+3T2015) | 10 weeks | 6 hours/week | Computation Structures 1 | \- |
| [Computation Structures 3: Computer Organization](https://learning.edx.org/course/course-v1:MITx+6.004.3x_2+1T2017) | 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 more`
| Courses | Duration | Effort | Prerequisites |
|---|---|---|---|
| [Theory of Computation](https://ocw.mit.edu/courses/18-404j-theory-of-computation-fall-2020/) ([alternative](https://www.youtube.com/playlist?list=PLEE7DF8F5E0203A56)) | 13 weeks | 10 hours/week | [Mathematics for Computer Science](https://openlearninglibrary.mit.edu/courses/course-v1:OCW+6.042J+2T2019/about), logic, algorithms |
| [Computational Geometry](https://www.edx.org/learn/geometry/tsinghua-university-ji-suan-ji-he-computational-geometry) | 16 weeks | 8 hours/week | algorithms, C++ |
| [Algorithmic Game Theory](https://timroughgarden.org/f13/f13.html) | 10 weeks | 12 hours/week | Core Theory |
### Advanced Information Security
| Courses | Duration | Effort | Prerequisites |
|---|---|---|---|
| [Web Security Fundamentals](https://www.edx.org/learn/computer-security/ku-leuven-web-security-fundamentals) | 5 weeks | 4-6 hours/week | understanding basic web technologies |
| [Security Governance & Compliance](https://www.coursera.org/learn/security-governance-compliance) | 3 weeks | 3 hours/week | \- |
| [Digital Forensics Concepts](https://www.coursera.org/learn/digital-forensics-concepts) | 3 weeks | 2-3 hours/week | Core Security |
| [Secure Software Development: Requirements, Design, and Reuse](https://www.edx.org/learn/software-development/the-linux-foundation-secure-software-development-requirements-design-and-reuse) | 7 weeks | 1-2 hours/week | Core Programming and Core Security |
| [Secure Software Development: Implementation](https://www.edx.org/learn/software-development/the-linux-foundation-secure-software-development-implementation) | 7 weeks | 1-2 hours/week | Secure Software Development: Requirements, Design, and Reuse |
| [Secure Software Development: Verification and More Specialized Topics](https://www.edx.org/learn/software-engineering/the-linux-foundation-secure-software-development-verification-and-more-specialized-topics) | 7 weeks | 1-2 hours/week | Secure Software Development: Implementation |
### Advanced math
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Essence of Linear Algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab) | \- | \- | [high school math](https://ossu.dev/precollege-math) | [chat](https://discord.gg/m6wHbP6) |
| [Linear Algebra](https://ocw.mit.edu/courses/mathematics/18-06sc-linear-algebra-fall-2011/) | 14 weeks | 12 hours/week | corequisite: Essence of Linear Algebra | [chat](https://discord.gg/k7nSWJH) |
| [Introduction to Numerical Methods](https://ocw.mit.edu/courses/mathematics/18-335j-introduction-to-numerical-methods-spring-2019/index.htm) | 14 weeks | 12 hours/week | [Linear Algebra](https://ocw.mit.edu/courses/mathematics/18-06sc-linear-algebra-fall-2011/) | [chat](https://discord.gg/FNEcNNq) |
| [Introduction to Formal Logic](https://forallx.openlogicproject.org/) | 10 weeks | 4-8 hours/week | [Set Theory](https://www.youtube.com/playlist?list=PL5KkMZvBpo5AH_5GpxMiryJT6Dkj32H6N) | [chat](https://discord.gg/MbM2Gg5) |
| [Probability](https://stat110.hsites.harvard.edu/) | 15 weeks | 5-10 hours/week | [Differentiation and Integration](https://www.edx.org/course/calculus-1b-integration) | [chat](https://discord.gg/UVjs9BU) |
## Final project
Part of learning is doing. The assignments and exams for each course are to prepare you to use your knowledge to solve real-world problems.
After you've completed Core CS and the parts of Advanced CS relevant to you, you should identify a problem that you can solve using the knowledge you've acquired. You can create something entirely new, or you can improve some tool/program that you use and wish were better.
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 |
|---|---|---|---|
| [Fullstack Open](https://fullstackopen.com/en/) | 12 weeks | 15 hours/week | programming |
| [Modern Robotics](https://modernrobotics.northwestern.edu/) | 26 weeks | 2-5 hours/week | freshman-level physics, linear algebra, calculus, [linear ordinary differential equations](https://www.khanacademy.org/math/differential-equations) |
| [Data Mining (Specialization)](https://www.coursera.org/specializations/data-mining) | 30 weeks | 2-5 hours/week | machine learning |
| [Big Data (Specialization)](https://www.coursera.org/specializations/big-data) | 30 weeks | 3-5 hours/week | none |
| [Internet of Things (Specialization)](https://www.coursera.org/specializations/internet-of-things) | 30 weeks | 1-5 hours/week | strong programming |
| [Cloud Computing (Specialization)](https://www.coursera.org/specializations/cloud-computing) | 30 weeks | 2-6 hours/week | C++ programming |
| [Data Science (Specialization)](https://www.coursera.org/specializations/jhu-data-science) | 43 weeks | 1-6 hours/week | none |
| [Functional Programming in Scala (Specialization)](https://www.coursera.org/specializations/scala) | 29 weeks | 4-5 hours/week | One year programming experience |
| [Game Design and Development with Unity 2020 (Specialization)](https://www.coursera.org/specializations/game-design-and-development) | 6 months | 5 hours/week | programming, interactive design |
## 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 [readings](https://github.com/ossu/computer-science/blob/master/extras/readings.md) for classic books you can read that will sharpen your skills and expand your knowledge.
- Join a local developer meetup (e.g. via [meetup.com](https://www.meetup.com/)).
- Pay attention to emerging technologies in the world of software development:
- Explore the **actor model** through [Elixir](https://elixir-lang.org/), a new functional programming language for the web based on the battle-tested Erlang Virtual Machine\!
- Explore **borrowing and lifetimes** through [Rust](https://www.rust-lang.org/), a systems language which achieves memory- and thread-safety without a garbage collector\!
- Explore **dependent type systems** through [Idris](https://www.idris-lang.org/), a new Haskell-inspired language with unprecedented support for type-driven development.
[](https://github.com/ossu/computer-science/blob/master/images/keep-learning.webp)
# Code of conduct
[OSSU's code of conduct](https://github.com/ossu/code-of-conduct).
## How to show your progress
[Fork](https://www.freecodecamp.org/news/how-to-fork-a-github-repository/) the [GitHub repo](https://github.com/ossu/computer-science) into your own GitHub account and put β
next to the stuff you've completed as you complete it. This can serve as your [kanban board](https://en.wikipedia.org/wiki/Kanban_board) and will be faster to implement than any other solution (giving you time to spend on the courses).
# Team
- **[Eric Douglas](https://github.com/ericdouglas)**: founder of OSSU
- **[Josh Hanson](https://github.com/joshmhanson)**: lead technical maintainer
- **[Waciuma Wanjohi](https://github.com/waciumawanjohi)**: lead academic maintainer
- **[Contributors](https://github.com/ossu/computer-science/graphs/contributors)**
## About
π Path to a free self-taught education in Computer Science\!
[cs.ossu.dev](https://cs.ossu.dev/ "https://cs.ossu.dev")
### Topics
[computer-science](https://github.com/topics/computer-science "Topic: computer-science") [curriculum](https://github.com/topics/curriculum "Topic: curriculum") [courses](https://github.com/topics/courses "Topic: courses") [awesome-list](https://github.com/topics/awesome-list "Topic: awesome-list")
### Resources
[Readme](https://github.com/ossu/computer-science#readme-ov-file)
### License
[MIT license](https://github.com/ossu/computer-science#MIT-1-ov-file)
### Contributing
[Contributing](https://github.com/ossu/computer-science#contributing-ov-file)
### Uh oh\!
There was an error while loading. [Please reload this page](https://github.com/ossu/computer-science).
[Activity](https://github.com/ossu/computer-science/activity)
[Custom properties](https://github.com/ossu/computer-science/custom-properties)
### Stars
[**203k** stars](https://github.com/ossu/computer-science/stargazers)
### Watchers
[**5\.9k** watching](https://github.com/ossu/computer-science/watchers)
### Forks
[**25\.3k** forks](https://github.com/ossu/computer-science/forks)
[Report repository](https://github.com/contact/report-content?content_url=https%3A%2F%2Fgithub.com%2Fossu%2Fcomputer-science&report=ossu+%28user%29)
## [Releases](https://github.com/ossu/computer-science/releases)
[5 tags](https://github.com/ossu/computer-science/tags)
## [Packages 0](https://github.com/orgs/ossu/packages?repo_name=computer-science)
No packages published
### Uh oh\!
There was an error while loading. [Please reload this page](https://github.com/ossu/computer-science).
## [Contributors](https://github.com/ossu/computer-science/graphs/contributors)
### Uh oh\!
There was an error while loading. [Please reload this page](https://github.com/ossu/computer-science).
## Languages
- [HTML 100.0%](https://github.com/ossu/computer-science/search?l=html)
## Footer
Β© 2026 GitHub, Inc.
### Footer navigation
- [Terms](https://docs.github.com/site-policy/github-terms/github-terms-of-service)
- [Privacy](https://docs.github.com/site-policy/privacy-policies/github-privacy-statement)
- [Security](https://github.com/security)
- [Status](https://www.githubstatus.com/)
- [Community](https://github.community/)
- [Docs](https://docs.github.com/)
- [Contact](https://support.github.com/?tags=dotcom-footer)
- Manage cookies
- Do not share my personal information
You canβt perform that action at this time. |
| Readable Markdown | [](https://github.com/ossu/computer-science/blob/master/images/ossu-logo.webp)
Open Source Society University
Path to a free self-taught education in Computer Science\!
[](https://github.com/sindresorhus/awesome) [](https://github.com/ossu/computer-science)
Contents
- [Summary](https://github.com/ossu/computer-science#summary)
- [Community](https://github.com/ossu/computer-science#community)
- [Curriculum](https://github.com/ossu/computer-science#curriculum)
- [Code of conduct](https://github.com/ossu/computer-science#code-of-conduct)
- [Team](https://github.com/ossu/computer-science#team)
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 [CS 2013](https://github.com/ossu/computer-science/blob/master/CURRICULAR_GUIDELINES.md): Curriculum Guidelines for Undergraduate Degree Programs in Computer Science
When no course meets the above criteria, the coursework is supplemented with a book. When there are courses or books that don't fit into the curriculum but are otherwise of high quality, they belong in [extras/courses](https://github.com/ossu/computer-science/blob/master/extras/courses.md) or [extras/readings](https://github.com/ossu/computer-science/blob/master/extras/readings.md).
**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
**Duration**. It is possible to finish within about 2 years if you plan carefully and devote roughly 20 hours/week to your studies. Learners can use [this spreadsheet](https://docs.google.com/spreadsheets/d/1y2kMsIg9VaHMVmw35x_aH1hpty3V-ZMuV2jA13P_Cgo/copy) 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.
> **Warning:** While the spreadsheet is a useful tool to estimate the time you need to complete this curriculum, it may not always be up-to-date with the curriculum. Use the [OSSU CS website](https://cs.ossu.dev/) or [the repo](https://github.com/ossu/computer-science) to see what courses to do.
**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 [Coursera](https://www.coursera.support/s/article/209819033-Apply-for-Financial-Aid-or-a-Scholarship?language=en_US) and [edX](https://courses.edx.org/financial-assistance/) 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. Some students choose to study multiple courses at a time in order to vary the material they are working on in a day/week. A popular option is to take the math courses in parallel with the introductory courses. Course prerequisites are listed to help you determine if you are prepared for a given course.
- 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; the Discord community may provide feedback on your planned subject.
**Content policy**. If you plan on showing off some of your coursework publicly, you must share only files that you are allowed to. *Respect the code of conduct* that you signed in the beginning of each course\!
**[How to contribute](https://github.com/ossu/computer-science/blob/master/CONTRIBUTING.md)**
**[Getting help](https://github.com/ossu/computer-science/blob/master/HELP.md)** (Details about our FAQ and chatroom)
Community
- We have a Discord server! [](https://discord.gg/wuytwK5s9h) This should be your first stop to talk with other OSSU students. Why don't you introduce yourself right now? [Join the OSSU Discord](https://discord.gg/wuytwK5s9h)
- 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 [here](https://github.com/ossu/computer-science/blob/master/CONTRIBUTING.md).
- Add **Open Source Society University** to your [Linkedin](https://www.linkedin.com/school/11272443/) profile\!
> **Warning:** There are a few third-party/deprecated/outdated material that you might find when searching for OSSU. We recommend you to ignore them, and only use the [OSSU CS website](https://cs.ossu.dev/) or [OSSU CS Github Repo](https://github.com/ossu/computer-science). Some known outdated materials are:
>
> - An unmaintained and deprecated firebase app. Read more in the [FAQ](https://github.com/ossu/computer-science/blob/master/FAQ.md#why-is-the-firebase-ossu-app-different-or-broken).
> - An unmaintained and deprecated trello board
> - Third-party notion templates
Curriculum
- [Prerequisites](https://github.com/ossu/computer-science#prerequisites)
- [Intro CS](https://github.com/ossu/computer-science#intro-cs)
- [Core CS](https://github.com/ossu/computer-science#core-cs)
- [Core programming](https://github.com/ossu/computer-science#core-programming)
- [Core math](https://github.com/ossu/computer-science#core-math)
- [CS Tools](https://github.com/ossu/computer-science#cs-tools)
- [Core systems](https://github.com/ossu/computer-science#core-systems)
- [Core theory](https://github.com/ossu/computer-science#core-theory)
- [Core security](https://github.com/ossu/computer-science#core-security)
- [Core applications](https://github.com/ossu/computer-science#core-applications)
- [Core ethics](https://github.com/ossu/computer-science#core-ethics)
- [Advanced CS](https://github.com/ossu/computer-science#advanced-cs)
- [Advanced programming](https://github.com/ossu/computer-science#advanced-programming)
- [Advanced systems](https://github.com/ossu/computer-science#advanced-systems)
- [Advanced theory](https://github.com/ossu/computer-science#advanced-theory)
- [Advanced information security](https://github.com/ossu/computer-science#advanced-information-security)
- [Advanced math](https://github.com/ossu/computer-science#advanced-math)
- [Final project](https://github.com/ossu/computer-science#final-project)
***
Prerequisites
- [Core CS](https://github.com/ossu/computer-science#core-cs) assumes the student has already taken [high school math](https://ossu.dev/precollege-math), including algebra, geometry, and pre-calculus.
- [Advanced CS](https://github.com/ossu/computer-science#advanced-cs) assumes the student has already taken the entirety of Core CS and is knowledgeable enough now to decide which electives to take.
- Note that [Advanced systems](https://github.com/ossu/computer-science#advanced-systems) assumes the student has taken a basic physics course (e.g. AP Physics in high school).
Intro CS
This course will introduce you to the world of computer science and programming. This course gives you 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 |
|---|---|---|---|---|
| [Introduction to Computer Science and Programming using Python](https://github.com/ossu/computer-science/blob/master/coursepages/intro-cs/README.md) | 14 weeks | 6-10 hours/week | [high school algebra](https://ossu.dev/precollege-math) | [chat](https://discord.gg/jvchSm9) |
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 more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Systematic Program Design](https://github.com/ossu/computer-science/blob/master/coursepages/spd/README.md) | 13 weeks | 8-10 hours/week | none | chat: [part 1](https://discord.gg/RfqAmGJ) / [part 2](https://discord.gg/kczJzpm) |
| [Class-based Program Design](https://github.com/ossu/computer-science/blob/master/coursepages/class-based/README.md) | 13 weeks | 5-10 hours/week | Systematic Program Design, High School Math | [chat](https://discord.com/channels/744385009028431943/891411727294562314) |
| [Programming Languages](https://courses.cs.washington.edu/courses/cse341/19sp/#lectures) | 11 weeks | 4-8 hours/week | Systematic Program Design | [chat](https://discord.gg/8BkJtXN) |
| [Object-Oriented Design](https://course.ccs.neu.edu/cs3500f19/) | 13 weeks | 5-10 hours/week | Class-based Program Design | [chat](https://discord.com/channels/744385009028431943/891412022120579103) |
| [Software Architecture](https://www.coursera.org/learn/software-architecture) | 4 weeks | 2-5 hours/week | Object Oriented Design | [chat](https://discord.com/channels/744385009028431943/891412169638432788) |
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 |
|---|---|---|---|---|---|
| [Calculus 1A: Differentiation](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+18.01.1x+2T2019/about) ([alternative](https://ocw.mit.edu/courses/mathematics/18-01sc-single-variable-calculus-fall-2010/index.htm)) | 13 weeks | 6-10 hours/week | The alternate covers this and the following 2 courses | [high school math](https://ossu.dev/precollege-math) | [chat](https://discord.gg/mPCt45F) |
| [Calculus 1B: Integration](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+18.01.2x+3T2019/about) | 13 weeks | 5-10 hours/week | \- | Calculus 1A | [chat](https://discord.gg/sddAsZg) |
| [Calculus 1C: Coordinate Systems & Infinite Series](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+18.01.3x+1T2020/about) | 6 weeks | 5-10 hours/week | \- | Calculus 1B | [chat](https://discord.gg/FNEcNNq) |
| [Mathematics for Computer Science](https://openlearninglibrary.mit.edu/courses/course-v1:OCW+6.042J+2T2019/about) ([alternative](https://ocw.mit.edu/courses/6-042j-mathematics-for-computer-science-fall-2010/)) | 13 weeks | 5 hours/week | [2015/2019 solutions](https://github.com/spamegg1/Math-for-CS-solutions) [2010 solutions](https://github.com/frevib/mit-cs-math-6042-fall-2010-problems) [2005 solutions](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2005/assignments/). | Calculus 1C | [chat](https://discord.gg/EuTzNbF) |
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 |
|---|---|---|---|---|
| [The Missing Semester of Your CS Education](https://missing.csail.mit.edu/) | 2 weeks | 12 hours/week | \- | [chat](https://discord.gg/5FvKycS) |
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 more`
| Courses | Duration | Effort | Additional Text / Assignments | Prerequisites | Discussion |
|---|---|---|---|---|---|
| [Build a Modern Computer from First Principles: From Nand to Tetris](https://www.coursera.org/learn/build-a-computer) ([alternative](https://www.nand2tetris.org/)) | 6 weeks | 7-13 hours/week | \- | C-like programming language | [chat](https://discord.gg/vxB2DRV) |
| [Build a Modern Computer from First Principles: Nand to Tetris Part II](https://www.coursera.org/learn/nand2tetris2) | 6 weeks | 12-18 hours/week | \- | one of [these programming languages](https://user-images.githubusercontent.com/2046800/35426340-f6ce6358-026a-11e8-8bbb-4e95ac36b1d7.png), From Nand to Tetris Part I | [chat](https://discord.gg/AsUXcPu) |
| [Operating Systems: Three Easy Pieces](https://github.com/ossu/computer-science/blob/master/coursepages/ostep/README.md) | 10-12 weeks | 6-10 hours/week | \- | Nand to Tetris Part II | [chat](https://discord.gg/wZNgpep) |
| [Computer Networking: a Top-Down Approach](http://gaia.cs.umass.edu/kurose_ross/online_lectures.htm) | 8 weeks | 4β12 hours/week | [Wireshark Labs](http://gaia.cs.umass.edu/kurose_ross/wireshark.php) | algebra, probability, basic CS | [chat](https://discord.gg/MJ9YXyV) |
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 more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Algorithms: Design and Analysis, Part 1](https://www.edx.org/learn/algorithms/stanford-university-algorithms-design-and-analysis-part-1) ([alternative](https://www.algorithmsilluminated.org/)) | 8 weeks | 4-8 hours/week | any programming language, Mathematics for Computer Science | [chat](https://discord.gg/mKRS7tY) |
| [Algorithms: Design and Analysis, Part 2](https://www.edx.org/learn/algorithms/stanford-university-algorithms-design-and-analysis-part-2) | 8 weeks | 4-8 hours/week | Algorithms Part 1 | [chat](https://discord.gg/Qstqe4t) |
Core security
**Topics covered** `Confidentiality, Integrity, Availability` `Secure Design` `Defensive Programming` `Threats and Attacks` `Network Security` `Cryptography` `and more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Cybersecurity Fundamentals](https://www.edx.org/learn/cybersecurity/rochester-institute-of-technology-cybersecurity-fundamentals) | 8 weeks | 10-12 hours/week | \- | [chat](https://discord.gg/XdY3AwTFK4) |
| [Principles of Secure Coding](https://www.coursera.org/learn/secure-coding-principles) | 4 weeks | 4 hours/week | \- | [chat](https://discord.gg/5gMdeSK) |
| [Identifying Security Vulnerabilities](https://www.coursera.org/learn/identifying-security-vulnerabilities) | 4 weeks | 4 hours/week | \- | [chat](https://discord.gg/V78MjUS) |
Choose **one** of the following:
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Identifying Security Vulnerabilities in C/C++ Programming](https://www.coursera.org/learn/identifying-security-vulnerabilities-c-programming) | 4 weeks | 5 hours/week | \- | [chat](https://discord.gg/Vbxce7A) |
| [Exploiting and Securing Vulnerabilities in Java Applications](https://www.coursera.org/learn/exploiting-securing-vulnerabilities-java-applications) | 4 weeks | 5 hours/week | \- | [chat](https://discord.gg/QxC22rR) |
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 more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Databases: Modeling and Theory](https://www.edx.org/learn/databases/stanford-university-databases-modeling-and-theory) | 2 weeks | 10 hours/week | core programming | [chat](https://discord.gg/pMFqNf4) |
| [Databases: Relational Databases and SQL](https://www.edx.org/learn/relational-databases/stanford-university-databases-relational-databases-and-sql) | 2 weeks | 10 hours/week | core programming | [chat](https://discord.gg/P8SPPyF) |
| [Databases: Semistructured Data](https://www.edx.org/learn/relational-databases/stanford-university-databases-semistructured-data) | 2 weeks | 10 hours/week | core programming | [chat](https://discord.gg/duCJ3GN) |
| [Machine Learning](https://www.deeplearning.ai/courses/machine-learning-specialization/) | 11 weeks | 9 hours/week | Basic coding | [chat](https://discord.gg/NcXHDjy) |
| [Computer Graphics](https://www.edx.org/learn/computer-graphics/the-university-of-california-san-diego-computer-graphics) ([alternative](https://cseweb.ucsd.edu/~viscomp/classes/cse167/wi22/schedule.html)) | 6 weeks | 12 hours/week | C++ or Java, [Basic Linear Algebra](https://ossu.dev/precollege-math/coursepages/precalculus) | [chat](https://discord.gg/68WqMNV) |
| [Software Engineering: Introduction](https://www.edx.org/learn/software-engineering/university-of-british-columbia-software-engineering-introduction) ([alternative](https://github.com/ubccpsc/310/blob/main/resources/README.md)) | 6 weeks | 8-10 hours/week | Core Programming, and a [sizable project](https://github.com/ossu/computer-science/blob/master/FAQ.md#why-require-experience-with-a-sizable-project-before-the-Software-Engineering-courses) | [chat](https://discord.gg/5Qtcwtz) |
Core ethics
**Topics covered**: `Social Context` `Analytical Tools` `Professional Ethics` `Intellectual Property` `Privacy and Civil Liberties` `and more`
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Ethics, Technology and Engineering](https://www.coursera.org/learn/ethics-technology-engineering) | 9 weeks | 2 hours/week | none | [chat](https://discord.gg/6ttjPmzZbe) |
| [Introduction to Intellectual Property](https://www.coursera.org/learn/introduction-intellectual-property) | 4 weeks | 2 hours/week | none | [chat](https://discord.gg/YbuERswpAK) |
| [Data Privacy Fundamentals](https://www.coursera.org/learn/northeastern-data-privacy) | 3 weeks | 3 hours/week | none | [chat](https://discord.gg/64J34ajNBd) |
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 more`
| Courses | Duration | Effort | Prerequisites |
|---|---|---|---|
| [Parallel Programming](https://www.coursera.org/learn/scala-parallel-programming) | 4 weeks | 6-8 hours/week | Scala programming |
| [Compilers](https://www.edx.org/learn/computer-science/stanford-university-compilers) | 9 weeks | 6-8 hours/week | none |
| [Introduction to Haskell](https://www.seas.upenn.edu/~cis194/fall16/) | 14 weeks | \- | \- |
| [Learn Prolog Now\!](https://www.let.rug.nl/bos/lpn//lpnpage.php?pageid=online) ([alternative](https://github.com/ossu/computer-science/files/6085884/lpn.pdf))\* | 12 weeks | \- | \- |
| [Software Debugging](https://www.youtube.com/playlist?list=PLAwxTw4SYaPkxK63TiT88oEe-AIBhr96A) | 8 weeks | 6 hours/week | Python, object-oriented programming |
| [Software Testing](https://www.youtube.com/playlist?list=PLAwxTw4SYaPkWVHeC_8aSIbSxE_NXI76g) | 4 weeks | 6 hours/week | Python, programming experience |
(\*) book by Blackburn, Bos, Striegnitz (compiled from [source](https://github.com/LearnPrologNow/lpn), redistributed under [CC license](https://creativecommons.org/licenses/by-sa/4.0/))
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 more`
| Courses | Duration | Effort | Prerequisites | Notes |
|---|---|---|---|---|
| [Computation Structures 1: Digital Circuits](https://learning.edx.org/course/course-v1:MITx+6.004.1x_3+3T2016) [alternative 1](https://ocw.mit.edu/courses/6-004-computation-structures-spring-2017/) [alternative 2](https://ocw.mit.edu/courses/6-004-computation-structures-spring-2009/) | 10 weeks | 6 hours/week | [Nand2Tetris II](https://www.coursera.org/learn/nand2tetris2) | Alternate links contain all 3 courses. |
| [Computation Structures 2: Computer Architecture](https://learning.edx.org/course/course-v1:MITx+6.004.2x+3T2015) | 10 weeks | 6 hours/week | Computation Structures 1 | \- |
| [Computation Structures 3: Computer Organization](https://learning.edx.org/course/course-v1:MITx+6.004.3x_2+1T2017) | 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 more`
| Courses | Duration | Effort | Prerequisites |
|---|---|---|---|
| [Theory of Computation](https://ocw.mit.edu/courses/18-404j-theory-of-computation-fall-2020/) ([alternative](https://www.youtube.com/playlist?list=PLEE7DF8F5E0203A56)) | 13 weeks | 10 hours/week | [Mathematics for Computer Science](https://openlearninglibrary.mit.edu/courses/course-v1:OCW+6.042J+2T2019/about), logic, algorithms |
| [Computational Geometry](https://www.edx.org/learn/geometry/tsinghua-university-ji-suan-ji-he-computational-geometry) | 16 weeks | 8 hours/week | algorithms, C++ |
| [Algorithmic Game Theory](https://timroughgarden.org/f13/f13.html) | 10 weeks | 12 hours/week | Core Theory |
Advanced Information Security
| Courses | Duration | Effort | Prerequisites |
|---|---|---|---|
| [Web Security Fundamentals](https://www.edx.org/learn/computer-security/ku-leuven-web-security-fundamentals) | 5 weeks | 4-6 hours/week | understanding basic web technologies |
| [Security Governance & Compliance](https://www.coursera.org/learn/security-governance-compliance) | 3 weeks | 3 hours/week | \- |
| [Digital Forensics Concepts](https://www.coursera.org/learn/digital-forensics-concepts) | 3 weeks | 2-3 hours/week | Core Security |
| [Secure Software Development: Requirements, Design, and Reuse](https://www.edx.org/learn/software-development/the-linux-foundation-secure-software-development-requirements-design-and-reuse) | 7 weeks | 1-2 hours/week | Core Programming and Core Security |
| [Secure Software Development: Implementation](https://www.edx.org/learn/software-development/the-linux-foundation-secure-software-development-implementation) | 7 weeks | 1-2 hours/week | Secure Software Development: Requirements, Design, and Reuse |
| [Secure Software Development: Verification and More Specialized Topics](https://www.edx.org/learn/software-engineering/the-linux-foundation-secure-software-development-verification-and-more-specialized-topics) | 7 weeks | 1-2 hours/week | Secure Software Development: Implementation |
Advanced math
| Courses | Duration | Effort | Prerequisites | Discussion |
|---|---|---|---|---|
| [Essence of Linear Algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab) | \- | \- | [high school math](https://ossu.dev/precollege-math) | [chat](https://discord.gg/m6wHbP6) |
| [Linear Algebra](https://ocw.mit.edu/courses/mathematics/18-06sc-linear-algebra-fall-2011/) | 14 weeks | 12 hours/week | corequisite: Essence of Linear Algebra | [chat](https://discord.gg/k7nSWJH) |
| [Introduction to Numerical Methods](https://ocw.mit.edu/courses/mathematics/18-335j-introduction-to-numerical-methods-spring-2019/index.htm) | 14 weeks | 12 hours/week | [Linear Algebra](https://ocw.mit.edu/courses/mathematics/18-06sc-linear-algebra-fall-2011/) | [chat](https://discord.gg/FNEcNNq) |
| [Introduction to Formal Logic](https://forallx.openlogicproject.org/) | 10 weeks | 4-8 hours/week | [Set Theory](https://www.youtube.com/playlist?list=PL5KkMZvBpo5AH_5GpxMiryJT6Dkj32H6N) | [chat](https://discord.gg/MbM2Gg5) |
| [Probability](https://stat110.hsites.harvard.edu/) | 15 weeks | 5-10 hours/week | [Differentiation and Integration](https://www.edx.org/course/calculus-1b-integration) | [chat](https://discord.gg/UVjs9BU) |
Final project
Part of learning is doing. The assignments and exams for each course are to prepare you to use your knowledge to solve real-world problems.
After you've completed Core CS and the parts of Advanced CS relevant to you, you should identify a problem that you can solve using the knowledge you've acquired. You can create something entirely new, or you can improve some tool/program that you use and wish were better.
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 |
|---|---|---|---|
| [Fullstack Open](https://fullstackopen.com/en/) | 12 weeks | 15 hours/week | programming |
| [Modern Robotics](https://modernrobotics.northwestern.edu/) | 26 weeks | 2-5 hours/week | freshman-level physics, linear algebra, calculus, [linear ordinary differential equations](https://www.khanacademy.org/math/differential-equations) |
| [Data Mining (Specialization)](https://www.coursera.org/specializations/data-mining) | 30 weeks | 2-5 hours/week | machine learning |
| [Big Data (Specialization)](https://www.coursera.org/specializations/big-data) | 30 weeks | 3-5 hours/week | none |
| [Internet of Things (Specialization)](https://www.coursera.org/specializations/internet-of-things) | 30 weeks | 1-5 hours/week | strong programming |
| [Cloud Computing (Specialization)](https://www.coursera.org/specializations/cloud-computing) | 30 weeks | 2-6 hours/week | C++ programming |
| [Data Science (Specialization)](https://www.coursera.org/specializations/jhu-data-science) | 43 weeks | 1-6 hours/week | none |
| [Functional Programming in Scala (Specialization)](https://www.coursera.org/specializations/scala) | 29 weeks | 4-5 hours/week | One year programming experience |
| [Game Design and Development with Unity 2020 (Specialization)](https://www.coursera.org/specializations/game-design-and-development) | 6 months | 5 hours/week | programming, interactive design |
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 [readings](https://github.com/ossu/computer-science/blob/master/extras/readings.md) for classic books you can read that will sharpen your skills and expand your knowledge.
- Join a local developer meetup (e.g. via [meetup.com](https://www.meetup.com/)).
- Pay attention to emerging technologies in the world of software development:
- Explore the **actor model** through [Elixir](https://elixir-lang.org/), a new functional programming language for the web based on the battle-tested Erlang Virtual Machine\!
- Explore **borrowing and lifetimes** through [Rust](https://www.rust-lang.org/), a systems language which achieves memory- and thread-safety without a garbage collector\!
- Explore **dependent type systems** through [Idris](https://www.idris-lang.org/), a new Haskell-inspired language with unprecedented support for type-driven development.
[](https://github.com/ossu/computer-science/blob/master/images/keep-learning.webp)
Code of conduct
[OSSU's code of conduct](https://github.com/ossu/code-of-conduct).
How to show your progress
[Fork](https://www.freecodecamp.org/news/how-to-fork-a-github-repository/) the [GitHub repo](https://github.com/ossu/computer-science) into your own GitHub account and put β
next to the stuff you've completed as you complete it. This can serve as your [kanban board](https://en.wikipedia.org/wiki/Kanban_board) and will be faster to implement than any other solution (giving you time to spend on the courses).
Team
- **[Eric Douglas](https://github.com/ericdouglas)**: founder of OSSU
- **[Josh Hanson](https://github.com/joshmhanson)**: lead technical maintainer
- **[Waciuma Wanjohi](https://github.com/waciumawanjohi)**: lead academic maintainer
- **[Contributors](https://github.com/ossu/computer-science/graphs/contributors)** |
| Shard | 174 (laksa) |
| Root Hash | 6325672905007345774 |
| Unparsed URL | com,github!/ossu/computer-science s443 |