Skip to main content

Posts

Strings and Strings operations in Python.

Recent posts

First Program : Python For Beginner

 Python : Python is high level programming language with application in numerous areas including web programming, scripting, scientific computing, and artificial intelligence. First Program: "Hello World" So let's take our first foot into the world of Python.Open the console and type :                    print("Hello World") and press enter.                                                                                                                                                  ...

Introduction To Python : Python For Beginners

What is Python ? Python is the most popular general purpose (Multi purpose) programming language now a days.It's used in almost everything  from machine learning to software development.   Python is a high level programming language with application in numerous areas, including web programming, scripting, scientific computing and artificial intelligence.Python is processed at runtime by the interpreter .It focus on object oriented programming and code readability. Why Python ? It's easy to learn :  Python doesn't have very complex syntax structure so it is easier to learn python than the other programming languages. Simple syntax means time needed to learn  python is shorter from many other programming languages. Teaching Python is easy : As we know that the syntax of python programming is simple so teaching it will be easier.Thus the teacher can put more time and energy in general programming techniques. Understanding the python code is easy : Due to its simplicity ...