Starting out

199 3 2
                                    

    First thing off write this is a lot I will miss things or just not explain well enough if you encounter that feel free to message me
Dvega9876@gmail.com
I'll answer your questions and help you with what your stuck on.

    Next thing my phone auto caps no command like print() or input() will ever start with a cap if it does in my example sorry.
To get started here you need a few things.
    1. Any computer (phones can but you probably shouldn't there python is out of date and unstable)
    2. Python 3.6.1 because it is the latest on the python website at this time.
Optional
    3. Notepad++ could be useful though the python editor will do the same thing
Now for get everything you think you know about how hard this is going to be. It's not I promise! Here I'll explain python code in chronological order of difficulty no point in you learning how to import random if you have nothing to random.
    We will start with print(). But first you need to open your python terminal open the application that was installed with python should be 2 one should be a white box with a >> on a line you can type on. Start a new file just like you would in say notepad. You should see a new window with a completely blank area to type in. If so you are ready to code.
Things you need to know first!!!
    If there is a ( in a line In python it must have a ) ending it somewhere
Ex print("example") or print(str("example"))
Running the code!
Press f5, name and save the program
And then your program will open in the box with >> in it

Learn python scripting for beginnersWhere stories live. Discover now