Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ET Cohort 6: Social Coding

This repository contains starter code and resources for Social Coding workshops covering 1-off fun subjects like generative art, coding competitions, code reading sessions or pseudocoding.

Team Members

  1. Muhammad Muqaddas Rehman
  2. Nimatallahi Masuud
  3. Zaid Altahhan
  4. Rouaa Hamzah
  5. Samuel Gai

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 starter code and resources for Social Coding workshops covering 1-off fun subjects like generative art, coding competitions, code reading sessions or pseudocoding.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages