Skip to content

This repository contains workshop materials and practice problems to supplement MITx: Introduction to Computer Science and Programming Using Python.

License

Notifications You must be signed in to change notification settings

ndubuisia/ET6-Recitations-6001x

This branch is 23 commits behind MIT-Emerging-Talent/ET6-Recitations-6001x:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

78dcc1e · Mar 3, 2025
Jan 24, 2025
Jan 24, 2025
Jan 27, 2025
Feb 10, 2025
Feb 11, 2025
Feb 11, 2025
Feb 19, 2025
Feb 24, 2025
Feb 20, 2025
Feb 28, 2025
Mar 3, 2025
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025
Jan 24, 2025

Repository files navigation

ET Cohort 6: Recitations Resources for 6.00.1x

This repository contains workshop materials and practice problems to supplement MITx: Introduction to Computer Science and Programming Using Python.

Running Python Files 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:
    • as a script:$ python -m unittest path/to/tests/test_file.py
    • as a module:$ python -m unittest path.to.tests.test_file

MIT Emerging Talent Logo

About

This repository contains workshop materials and practice problems to supplement MITx: Introduction to Computer Science and Programming Using Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%