Introduction To Programming
In this tutorial we will cover what it means to write computer codes and also how to install python on our PC or code from our mobile devices
In this tutorial we will cover what it means to write computer codes and also how to install python on our PC or code from our mobile devices
Programming is the process of writing computer code to instruct the computer to perform a specific task for you by writing it in an approach
of the algorithms you made for the problem solving.
When computer codes are given to the computer to execute , it can only do so if the language is in the binary form, but binary is not easy to be used for creating long codes, and it would be very hard to debug your own codes if you make a single mistake.
Python is a high level and object oriented programming language that funtion as the other programming languages such as C++,C#,Java,etc
Python is a very powerful weapon to use as a programmer and also it have a large community.
This programming language can be used for creating UI, dynamic websites,games and many more.
To install the python programming language on our computer , we will download the python executable file on their main page which is python.org .
Navigate throug for the download option
Select your platfrom type [ windows , mac, etc ]
Press ctr + J in your browser to see it downloding and open it after it's done
Ready to be Installed
Installing

Press Ctrl + R and type Cmd

Open the cmd and type the command [ python --version ] to verify that the python was successfully installed on your pc
Type [ pyton ] and press enter to launch to python shell
There is this android app called pydroid 3 which also is very cool and perfect to practice python with.
Comments
Post a Comment