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

asagulenko/MITx-6.00.1x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%