Published Apr 25, 2024
2 mins read
419 words
This blog has been marked as read.
Double Click to read more
Technology
Software Reviews
Job and Career

Python: As A Beginner

Published Apr 25, 2024
2 mins read
419 words

Hello friends! After a long period of time I again started to chase my blog dream. To make this blog useful for readers I thought to share what I learn in my career. This is my first blog about python programming language. Hope u guys will get to know some of basics of python here. I started learning python a months ago. 

Python - just a language

    Some people will think python is something related to a reptile. Unlike it is named after a BBC show “Monty Python's Flying Circus”.  

Python is simple to use but a real programming language. It offers much more support and structure to larger program.

Who can learn python?

     This tutorial is targeted at the beginners who either know a little programming or a fresher. You don't need to be a computer scientist to learn about python. All you need to learn python is a good computer with sufficient data and lots of interest to learn this new thing. That's all. In this theoretical learning use learn 20% and by practicing you learn 60% . Only by mistake and correction you can learn 90% and above. So keep practicing.

Why Python?

     Compared to other languages such as C, C++  this python has some advantages 

  • High level data types are allows to write complex program in single line.
  • No variable or argument declaration is necessary.
  • High level error checking

No compilation and linking is needed. Python split the program into modules, that can be reused into other python program.

 Example :  

   A simple program to print “hello, world!”

  • In c programming:

              # include <stdio.h>.                             int main () {

                     Print("hello, world!");

                     return 0;

                  } 

  • In python:

            Print('hello, world!')

  Output: hello, world!

Python in real life 

    Python is used in various daily task of man. Some examples

  • Web development
  • Data science
  • Artificial intelligence and Machine Learning
  • Game development
  • Education sector
  • Enterprise applications
  • Software development

Some other applications in real life are 

  •  YouTube 
  •   Google 
  •    Amazon 
  •    Microsoft 

Python a boom in 21st century. why?

      Though python was introduced in 1991 , it become blooming in 21st century. Because of artificial intelligence, machine learning, deep learning, block chain… etc. Python is used in this new technologies. In the new era of technologies python real programming plays a vital role.

Conclusion:

         In this tutorial we have scene what is python, who can start learning python and why it is booming now. In our next session let's learn how to install python and some of basic data structure, syntax etc..

To get continuous python blogs please follow me😉..

4

Candlemonk | Earn By Blogging | The Bloggers Social Network | Gamified Blogging Platform

Candlemonk is a reward-driven, gamified writing and blogging platform. Blog your ideas, thoughts, knowledge and stories. Candlemonk takes your words to a bigger audience around the globe, builds a follower base for you and aids in getting the recognition and appreciation you deserve. Monetize your words and earn from your passion to write.