Python: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=What?= It's a computer language. =Learning Python= *Visualize its execution - http://www.pythontutor.com/") |
(Added some more information) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
=Learning Python= | =Learning Python= | ||
* | *[https://www.youtube.com/watch?v=ry1hpm1GXVI&index=2&list=PLJR1V_NHIKrCkswPMULzQFHpYa57ZFGbs Khan Academy - 24 part series] | ||
*[https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ freeCodeCamp Youtube Channel] | |||
*[http://www.pythontutor.com/ Visualize its execution] | |||
=See Also= | |||
*[[Programming Languages]] | |||
=Useful Links= | |||
*[https://en.wikipedia.org/wiki/Python_(programming_language) The Wikipedia Page on Python (Programming Language)] | |||
Latest revision as of 06:13, 28 December 2019
What?
It's a computer language.