Python Programming/Modules: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
Creating
 
Line 17: Line 17:


== Activities ==
== Activities ==
# Complete one or more of the following tutorials:
#* Python.org
#** [https://docs.python.org/3/tutorial/modules.html Modules]
#* LearnPython
#** [http://www.learnpython.org/en/Modules_and_Packages Modules and Packages]
#* TutorialsPoint
#** [http://www.tutorialspoint.com/python/python_modules.htm Modules]
#* Wikibooks
#** [[Wikibooks: A Beginner's Python Tutorial/Importing Modules]]


== See Also ==
== See Also ==

Revision as of 20:52, 11 June 2016

This lesson introduces Python modules and packages.

Objectives and Skills

Objectives and skills for this lesson include:

Readings

Multimedia

Examples

Activities

  1. Complete one or more of the following tutorials:

See Also

References