Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
training:python [2016/08/25 21:26] kluong created |
training:python [2021/09/19 21:59] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
Python is a useful programming language for scripting, applications and more. | Python is a useful programming language for scripting, applications and more. | ||
- | ===== Installation on Windows ===== | + | ===== Installation ===== |
- | Use this: https://www.python.org/downloads/windows/ | + | Windows users: https://www.python.org/downloads/windows/ |
+ | |||
+ | |||
+ | ===== First Timers ===== | ||
+ | |||
+ | If this is your first time learning a scripting language, spend a couple of weekends running through the codeacademy python tutorial: https://www.codecademy.com/learn/python | ||
+ | |||
+ | If you've already learned a language it wouldn't hurt to go through the examples. |