+ 2

I'm new in this programming and coding field, what's the best way to get started

How to start coding

12th Aug 2017, 1:23 AM
king carlos
3 Answers
+ 1
I would start by taking the Python course on this app then installing Python on your own computer and trying things out, from there it all depends on what you want to accomplish
12th Aug 2017, 1:37 AM
Jared
Jared - avatar
0
I'm using windows7 86bit, I downloaded and installed Python last night but it was giving some kind of error message...what do I do?
12th Aug 2017, 12:09 PM
king carlos
0
Make sure you added Python to your windows PATH variable (this can be done from within the python installer). Also ensure you're either using the 64-bit or 32-bit versions of Windows (if you don't know which you can check using Windows' dxdiag program). x86 is an architecture for CPUs that has been pretty standard for Windows for a long time now. Good luck! 😁 Post again if you are still having difficulties.
12th Aug 2017, 3:13 PM
Jared
Jared - avatar