Skip to content

My practice and challenges throughout 6.001 coursework

License

Notifications You must be signed in to change notification settings

ahdbasan/6.001-MITx-Ahd

Repository files navigation

This repository contains Ahd exercises and handouts from learning Python at MITx 6.001 coursework

Running Scripts in this Repository

  • Running a plain Python script:
    • Simply run the script: $ python path/to/file.py
    • Print the program's trace to the console: $ python -m trace -t path/to/file.py
    • Count how many times each line is executed: $ python -m trace -c path/to/file.py
  • Run a file with Unit Tests: $ python -m unittest -c path/to/tests/test_file.py

About

My practice and challenges throughout 6.001 coursework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages