Python Programming/Introduction: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
Line 19: Line 19:


== Activities ==
== Activities ==
# Complete one or more of the following tutorials:
#* [https://docs.python.org/3/tutorial/interpreter.html Python.org: Using the Python Interpreter]
#* [http://www.learnpython.org/en/Hello%2C_World%21 LearnPython: Hello, World!]
#* [http://www.tutorialspoint.com/python/python_environment.htm TutorialsPoint: Python 3 Environment]
#* [https://www.codecademy.com/learn/python Codecademy: Python Syntax]
#* [[Wikibooks: A Beginner's Python Tutorial/Installing Python]]


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

Revision as of 19:29, 11 June 2016

This lesson introduces the Python programming language and environment.

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