Skip to content

Latest commit

History

History
6 lines (4 loc) 路 1.48 KB

README.md

File metadata and controls

6 lines (4 loc) 路 1.48 KB

Harvard 馃 CS50x: Introduction to Computer Science

CS50 is Harvard University鈥檚 introduction to the intellectual enterprises of computer science and the art of programming, for concentrators and non-concentrators alike, with or without prior programming experience. (Two-thirds of CS50 students have never taken CS before.) This course teaches you how to solve problems, both with and without code, with an emphasis on correctness, design, and style.

Topics include computational thinking, abstraction, algorithms, data structures, and computer science more generally. Problem sets inspired by the arts, humanities, social sciences, and sciences. More than teach you how to program in one language, this course teaches you how to program fundamentally and how to teach yourself new languages ultimately.

The course starts with a traditional but omnipresent language called C that underlies today鈥檚 newer languages, via which you鈥檒l learn not only about functions, variables, conditionals, loops, and more, but also about how computers themselves work underneath the hood, memory, and all. The course then transitions to Python, a higher-level language that you鈥檒l understand all the more because of C. Toward term鈥檚 end, the course introduces SQL, via which you can store data in databases, along with HTML, CSS, and JavaScript, via which you can create web and mobile apps alike. Course culminates in a final project.