Friday, June 7, 2019

Introduction to Python programming

Python is one of the richest programming languages! Easy to use, whether you are new to programming or an experienced developer, it's really so easy to learn and use python.
Python is a  general purpose programming language and can used for developing both desktop and web applications. 
Also, you can use Python for developing complex scientific and numeric applications.
Let's not forget the data analysis and visualization features that come with it.


  • History of python:
                  Invented in the Netherlands, early 90s by
                  Guido van Rossum.
                Named after Monty Python.

                Open sourced from the beginning.
                Considered a scripting language, but is much more.
                Scalable, object oriented and functional from the beginning.
                Used by Google from the beginning.

Truth is, you are not not to learn all of it in one night, it takes practice, resilience, and sleepless nights haha but when you get there you will see how it was all worth it.

Here's  an example of a simple program l created.

            This can be written in the python IDLE ie Integrated Development Environment, below;


            And the result got after running the program is;

            2 comments:

            1. New here,hope to learn a thing or more,thank u Liz

              ReplyDelete
              Replies
              1. You are welcome and l promise you won't leave the same

                Delete