https://github.com/vitorhonna/this-is-cs50
Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. This is CS50.
https://github.com/vitorhonna/this-is-cs50
c computer-science cs50 css data-structures flask harvard harvardcs50x html javascript python scratch sql sqlite
Last synced: 3 months ago
JSON representation
Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. This is CS50.
- Host: GitHub
- URL: https://github.com/vitorhonna/this-is-cs50
- Owner: vitorhonna
- Created: 2021-10-20T02:52:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T02:34:00.000Z (over 3 years ago)
- Last Synced: 2025-01-14T18:04:16.515Z (5 months ago)
- Topics: c, computer-science, cs50, css, data-structures, flask, harvard, harvardcs50x, html, javascript, python, scratch, sql, sqlite
- Language: C
- Homepage: https://cs50.harvard.edu/x/2021/
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is CS50
*Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.*> This course teaches students how to think algorithmically and solve problems efficiently. Topics include abstraction, algorithms, data structures, encapsulation, resource management, security, software engineering, and web programming. Languages include C, Python, and SQL plus HTML, CSS, and JavaScript. Problem sets inspired by the arts, humanities, social sciences, and sciences. Course culminates in a final project. Designed for concentrators and non-concentrators alike, with or without prior programming experience. Two thirds of CS50 students have never taken CS before. Among the overarching goals of this course are to inspire students to explore unfamiliar waters, without fear of failure, create an intensive, shared experience, accessible to all students, and build community among students.
## Certificate
## Final Project
## Content
- ✔️ Week 0: Scratch
- ✔️ Week 1: C
- ✔️ Week 2: Arrays
- ✔️ Week 3: Algorithms
- ✔️ Week 4: Memory
- ✔️ Week 5: Data Structures
- ✔️ Week 6: Python
- ✔️ Week 7: SQL
- ✔️ Week 8: HTML, CSS, JavaScript
- ✔️ Week 9: Flask
- ✔️ Week 10: Ethics