Python
Python is a very nice, easy and useful programming language. If you are new to programming you should start from this, because it's very easy to fall in love with it, once you start knowing how it easily can be used by anyone for a lot of purposes, more than you can imagine.
If you want to install python, just go here
when you have it installed, go in cmd (ctrl + r and write cmd in the window that appears) and write python.
The interpreter will start. Write the following code:
>>> print("Hello World")
Hello World
Hello World Ok, you're done. It's easy, isn't it?
Ok, you made your first line of code in Python. It was easy and all of Python is easy.
Comments
Post a Comment