/MITx6.00.1x

Coding exercises and Problem Sets for MITx: 6.00.1x Introduction to Computer Science and Programming Using Python, EdX, 2018-04-27

Primary LanguagePython

Introduction

Coding exercises and Problem Sets for MITx: 6.00.1x Introduction to Computer Science and Programming Using Python, EdX, 2018-04-24

Point

This is a hard course.It is easy to get discouraged, but don't!

Reference

Documentation

  • Official Python 3 Documentation
    • "official"/technical explanation of what a particular function/operator does, examples of correct syntax, what the various libraries are, etc.

Textbooks/Tutorials

More practice problems

  • Python Challenge
    • a series of puzzles you can try to test your Python abilities
  • Project Euler
    • additional programming challenges you can try once your Python knowledge becomes stronger; problems are sorted by increasing difficulty
  • Coding Bat
    • problems you can solve within an online interpreter
  • Codewars
    • improve your skills by training on real code challenges