Skip to content

Example, Exercises, Resources and Workshops for the Emerging Talent Foundations track (cohort 6)

License

Notifications You must be signed in to change notification settings

MIT-Emerging-Talent/ET6-Programming-With-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

493fa10 · Jan 9, 2025

History

63 Commits
Dec 18, 2024
Dec 3, 2024
Nov 22, 2024
Dec 18, 2024
Jan 7, 2025
Dec 18, 2024
Jan 9, 2025
Dec 7, 2024
Dec 18, 2024
Dec 18, 2024
Dec 18, 2024
Dec 18, 2024
Jan 9, 2025
Jan 7, 2025
Nov 19, 2024
Nov 15, 2024
Dec 18, 2024
Jan 7, 2025

Repository files navigation

ET6: Programming With Python

This repository contains workshops, exercises and resources for learning Python at Emerging Talent.

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

Example, Exercises, Resources and Workshops for the Emerging Talent Foundations track (cohort 6)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages