Importance of programming/coding
Dear all, Do you know the importance of programming? All of the computers and machines are programmed by humans. If you want to learn it there are many programming languages , and the one I suggest is best for beginners is python. Python was first released in 1991 as python 1. Now, we use python 3.8.2 and you can find by going to www.python.org . Now, this is called IDLE. IDLE has a "shell" which means you type something and hit enter and it runs it for you. If you don't want a shell format, click Ctr + n, or click file and there click new file. You can type your code there but if you want something different, you have to install a different IDE. An IDE is a program which allows you to do programming. Really basic programming like move and turn is called coding. You can find a tutorial for python at w3schools.com and search for "python". The python IDE I recommend is spyder(anaconda 3). You need to find the website yourself and after you install it open anacond...