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 anaconda navigator. There will be icons and under the spyder icon click launch or install then launch. And the spelling is really spyder. S-P-Y-D-E-R stands for scientific python development. I will not give you a whole tutorial but I will give you one bit of code:

print("Hello world!") 

I know it's a really basic command but I can't type all the code HERE!!! There is also something called "indentation" which means the computer automatically puts spaces for you like:

g = "5"                                                                                                                                                              if g < 10:                                                                                                                                                                print('5 is smaller than 10')

And the result will be:

5 is smaller than 10

There is also javascript and java and c and c++, all of the tutorials can be found in w3schools.

Bye,

Abir

 

Comments

  1. Thank you! Also, I'm getting a bit confused with the name so there is an option to change that.

    ReplyDelete
  2. This is amazing Abir. I use Spyder in my daily job and it is so mind blowing that you already are learning about it๐Ÿ˜€ keep up the good work!!

    ReplyDelete
  3. Too good Abir! Good to see that you already have a recommendation for an IDE. Way to go! Keep learning and keep blogging!

    ReplyDelete
  4. It is really amazing, Abir! You are doing something which most of the people from my generation could not even think of!! We do use some of this in our work but at a very minuscule level. Keep it up. God bless you.

    ReplyDelete
  5. Very well written Abir. Keep it up.

    ReplyDelete
  6. I think you have to end the programme with endif. Otherwise loop will not be completed.

    ReplyDelete
  7. Thanks everyone! PS: I am doing this with my mom's account because my own google account is under 13 so it's not allowed.
    Bye

    ReplyDelete

Post a Comment