Introduction to Computer Science and Programming in Python

By MIT OpenCourseWare - 2020-10-20

Description

6.0001 Introduction to Computer Science and Programming in Python is intended for students with little or no programming experience. It aims to provide students with an understanding of the role compu ...

Summary

  • Course Features Course Description 6.0001 Introduction to Computer Science and Programming in Python is intended for students with little or no programming experience.
  • It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals.
  • The class uses the Python 3.5 programming language.

 

Topics

  1. Coding (0.15)
  2. NLP (0.15)
  3. Mobile (0.07)

Similar Articles

PyPy: Faster Python With Minimal Effort

By realpython - 2020-12-28

In this tutorial, you'll learn how you can use PyPy to improve the speed of your applications. You'll see how PyPy compares with other Python implementations like CPython and learn about features that ...

Working With Python Virtual Environments

By realpython - 2021-03-10

This course demonstrates how Python's virtual environments work as a "sandbox" and you get a quick walkthrough on how to set up a new environment (or virtualenv, as they're called for short) and how t ...