Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ET6: edXtras

This repository contains examples and exercises to complement 6.00.1x and 6.00.2x.

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

About

Examples and exercises to complement 6.00.1x and 6.00.2x. This repo is a work in progress! We'll continue updating it based as you progress through the edX courses based on your feedback. PRs welcome!

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages