Introduction to Python || Part 1
Last, post I said I wasn't going to teach you Python, but I somewhat changed my mind. What I mean by that, is that I was in the middle of typing it up when I found the link to the exact same thing that I was taught. Now you may be thinking that it is completely useless for me to make this post if I you can probably Google this. The main reason is that it doubles as an archive for me to review what I've seen in class, but it also allows you to follow what I have been learning without me accidentally giving you incorrect information. Anyway, here is a short list of links that will help you understand the basics of Python.
Hello, World
https://www.learnpython.org/en/Hello,_World!
Variables and Types
https://www.learnpython.org/en/Variables_and_Types
Lists
https://www.learnpython.org/en/Lists
Basic Operators
https://www.learnpython.org/en/Basic_Operators
String Formatting
https://www.learnpython.org/en/String_Formatting
Basic String Operations
https://www.learnpython.org/en/Basic_String_Operations
Conditions
https://www.learnpython.org/en/Conditions
Loops
https://www.learnpython.org/en/Loops
If you are eager to learn more, I recommend continuing on that site and just click next tutorial. However, this is how far I've gotten except we jumped over the lists, so I will be looking over that tonight!
Check this...Python Tutorial
ReplyDelete