1995parham-teaching / python101

An Introduction to Python
GNU General Public License v2.0
3 stars 1 forks source link

Provide lecture on python modules #3

Closed 1995parham closed 1 year ago

1995parham commented 1 year ago

After an introduction to python, we can move to python modules. First, we will discuss how we can write modules and how we can use python built-in modules. For built-in modules we have lots of choices including os, multithreading, etc.