All Projects → ForrestKnight → Open Source Cs Python

ForrestKnight / Open Source Cs Python

Licence: mit
Video discussing this curriculum:

Projects that are alternatives of or similar to Open Source Cs Python

Nashpy
A library for the computation of Nash equilibria in two player games
Stars: ✭ 164 (-94.26%)
Mutual labels:  computer-science
Data Science Masters
Self-study plan to achieve mastery in data science
Stars: ✭ 179 (-93.74%)
Mutual labels:  computer-science
Openlib.cs
📚 A Collection of Free & Open Resources for University Coursework in Computer Science.
Stars: ✭ 198 (-93.07%)
Mutual labels:  computer-science
Programming Notes
Lecture notes on Computer Science, Full Stack Development, and Software Engineering Philosophies.
Stars: ✭ 171 (-94.02%)
Mutual labels:  computer-science
Free Computer Science University
So after watching all the resources i thought to put all the important technical courses in one place.And help those people who wants to learn computer science.All the courses are free here.
Stars: ✭ 175 (-93.88%)
Mutual labels:  computer-science
Bookmarks
🔖 ⭐️ Collection of public dev bookmarks, shared with ❤️ from www.bookmarks.dev
Stars: ✭ 181 (-93.67%)
Mutual labels:  computer-science
Dslsofmath
Domain Specific Languages of Mathematics
Stars: ✭ 159 (-94.44%)
Mutual labels:  computer-science
Research In Production
A collection of research papers categorized by real-world systems that enact them
Stars: ✭ 205 (-92.83%)
Mutual labels:  computer-science
Sicp Course
SICP Course
Stars: ✭ 179 (-93.74%)
Mutual labels:  computer-science
Design Patterns In Swift
📖 Design Patterns implemented in Swift 5.0
Stars: ✭ 13,146 (+359.81%)
Mutual labels:  computer-science
Programming Languages Influence
Code to retrieve data for the programming languages influence visualizations from Freebase
Stars: ✭ 171 (-94.02%)
Mutual labels:  computer-science
Cs Books
A list of textbooks for a Computer Science curriculum.
Stars: ✭ 175 (-93.88%)
Mutual labels:  computer-science
Academiccontent
Free tech resources for faculty, students, researchers, life-long learners, and academic community builders for use in tech based courses, workshops, and hackathons.
Stars: ✭ 2,196 (-23.19%)
Mutual labels:  computer-science
Awesome Learning Resources
收集最优质的学习资料。专治“学习资料不足恐惧症”。
Stars: ✭ 166 (-94.19%)
Mutual labels:  computer-science
Cs Univ Wiki
컴공생을 위한 대학 생활 가이드라인
Stars: ✭ 202 (-92.93%)
Mutual labels:  computer-science
Awesome Computer Science Ebook
Leading source of ebooks, with a vast range of ebooks from academic, popular and professional publishers.
Stars: ✭ 165 (-94.23%)
Mutual labels:  computer-science
Leetcode
LeetCode solutions, written in python and cpp(LeetCode解题报告,记录自己的leetcode成长之路)
Stars: ✭ 179 (-93.74%)
Mutual labels:  computer-science
Problem Solving Training
Problem solving training for computer science students.
Stars: ✭ 210 (-92.65%)
Mutual labels:  computer-science
Open Source Cs
Video discussing this curriculum:
Stars: ✭ 15,055 (+426.58%)
Mutual labels:  computer-science
Pretty Algorithms
🌊 Pretty, common and useful algorithms with modern JS and beautiful tests
Stars: ✭ 2,163 (-24.34%)
Mutual labels:  computer-science

The Python Open Source Computer Science Degree

This is a curated list of free courses from reputable universities like MIT, Stanford, and Princeton that satisfy the same requirements as an undergraduate Computer Science degree, minus general education.

Computer Science Basics

Courses School Duration Effort Frequency Prerequisites
Intro to Computer Science Harvard 10 weeks 10-20 hours/week self-paced none
Mathematical Thinking in Computer Science UC San Diego 6 weeks 2-5 hours/week once a month none

Programming

Courses School Duration Effort Frequency Prerequisites
Programming for Everybody (Getting Started with Python) University of Michigan 4 weeks 4-6 hours/week self-paced none
Python Data Structures University of Michigan 4 weeks 4-6 hours/week self-paced Programming for Everybody (Getting Started with Python)
Using Python to Access Web Data University of Michigan 4 weeks 4-6 hours/week self-paced Python Data Structures
Using Databases with Python University of Michigan 3 weeks 4-8 hours/week self-paced Using Python to Access Web Data
Capstone: Retrieving, Processing, and Visualizing Data with Python University of Michigan 2 weeks 4-6 hours/week self-paced Using Databases with Python
Alternative
Courses School Duration Effort Frequency Prerequisites
Python 3 Programming Specialization University of Michigan 5 months 7 hours/week self-paced none

Math

Courses School Duration Effort Frequency Prerequisites
Calculus 1A: Differentiation MIT 12 weeks 6-10 hours/week self-paced pre-calculus
Calculus 1B: Integration MIT 15 weeks 6-10 hours/week self-paced Calculus 1A: Differentiation
Calculus 1C: Coordinate Systems & Infinite Series MIT 8 weeks 6-10 hours/week self-paced Calculus 1B: Integration
Linear Algebra - Foundations to Frontiers UT Austin 15 weeks 6-10 hours/week self-paced pre-calculus
Introduction to Probability and Data Duke 5 weeks 5-7 hours/week twice a month none
Intro to Statistics Udacity 8 weeks 5-7 hours/week self-paced none

Data Science

Courses School Duration Effort Frequency Prerequisites
Introduction to Data Science in Python University of Michigan 3 weeks 4-6 hours/week self-paced basic programming knowledge
Applied Plotting, Charting & Data Representation in Python University of Michigan 4 weeks 5-7 hours/week self-paced Introduction to Data Science in Python
Applied Machine Learning in Python University of Michigan 6 weeks 5-7 hours/week self-paced Applied Plotting, Charting & Data Representation in Python
Applied Text Mining in Python University of Michigan 5 weeks 5-7 hours/week self-paced Applied Machine Learning in Python
Applied Social Network Analysis in Python University of Michigan 5 weeks 5-7 hours/week self-paced Applied Text Mining in Python

Systems

Courses School Duration Effort Frequency Prerequisites
Build a Modern Computer from First Principles: From Nand to Tetris Hebrew University of Jerusalem 6 weeks 5 hours/week twice a month basic programming knowledge
Build a Modern Computer from First Principles: From Nand to Tetris II Hebrew University of Jerusalem 6 weeks 10-15 hours/week once a month Build a Modern Computer from First Principles: From Nand to Tetris
Introduction to Operating Systems Georgia Tech 8 weeks 5-8 hours/week self-paced Build a Modern Computer from First Principles: From Nand to Tetris II

Theory

Courses School Duration Effort Frequency Prerequisites
Computer Science: Algorithms, Theory, and Machines Princeton 10 weeks 2-5 hours/week once a month Calculus 1A (all), basic programming
Algorithms, Part I Princeton 6 weeks 6-12 hours/week once a month Computer Science: Algorithms, Theory, and Machines
Algorithms, Part II Princeton 6 weeks 6-12 hours/week once a month Algorithms, Part I

Applications

Courses School Duration Effort Frequency Prerequisites
Database Management Essentials CU 7 weeks 4-6 hours/week twice a month basic programming & CS knowledge
Cryptography I Stanford 7 weeks 5 hours/week once a month Linear Algebra - Foundations to Frontiers & Introduction to Probability and Data

Unix

Courses School Duration Effort Frequency Prerequisites
Linux Command Line Basics Udacity 1 week 5 hours/week self-paced none
The Unix Workbench JHU 4 weeks 4 hours/week once a month none
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].