Hey Everyone. Welcome to this new article. In this article we'll discus some important questions regarding to Python. So without wasting time lets move to original topic. The first and most asking question is What is Python??Answer is too simple. Python is a programming language which is general a high programming language(Human understandable). It was created by Guido van Rossum and released in 1991. Ok the next most asking question is that What can Python Do?? You are surprising to know the facts about it?? Yes sweetheart then you are on the right place. Python can be used on a sever to create web applications. It can connect to database systems. It can be used to handle big data and perform complex Mathematics.
Have you ever think Why Python??. Stuck?? Oh man! Why you are worry I am here to answer you. Python works on different platforms (Windows, Mac, Linux, Raspberry Pi etc.). I has a simple syntax similar to English language. It has syntax that allows developers to write programs with fewer lines than some other programming languages. It also has a big advantage that is it runs on an interpreter system, execution line by line meaning that code can be executed as soon as it is written. This means that prototyping can be very quick. It can also be treated in a procedural way, an object oriented way or you can say it an Multi-Paradigm Programming Language. Ok now we look on About Python Python is Interpreted: Python is processed at runtime by the interpreter. You do not need to compile your program before executing it. If you know about PERL and PHP then you'll get this point easily as this is similar to PERL and PHP. Python is Interactive: You can actually sit at a Python prompt and interact with the interpreter directly to write your programs. Python is a Beginner's Language: Python is a great language for the beginner-level programmers and supports the development of a wide range of applications from simple text processing to WWW browsers to game. It is a case sensitive language. It is a OOP language. It is dynamically typed language. It is more readable. Indentation is used in place of curly brackets. Use variables without declaration.
Do you know Features of Python?? No?? Don't worry I am here to tell you all about it. Easy to learn: Python has few keywords, simple structure and clearly defined syntax. This allows a student to pick up the language quickly. Easy to read: Python is more clearly defined and visible to the eyes. Easy to maintain: Python's source code is fairly easy to maintain. Portable: Python can run on a wide variety of hardware platforms and has the same interface on all platforms. Databases: Python provides interfaces to all major commercial database. GUI Programming: Python supports GUI applications that can be created and ported to many system calls, libraries and windows systems, such as Windows MFC and the X Window system of Unix. Scripting Language: It can be used as a scripting language or can be compiled to byte-code for building large applications. Automation: It supports automatic garbage collection.
Ok now, let we talk about the Famous Applications Developed In Python I am listing down the some famous applications developed in Python. Instagram Google Spotify Netflix Uber Dropbox YouTube Pinterest Quora Bit Torrent These are some famous applications of the present era. You can developed them by Python. Ok now just talk about Your Future with Python: Wanna know?? GUI application development with Python Web application development with Python Python for mobile application development Python for data science Python for machine learning Python for IOT
If you want to learn python from beginning level check this playlist I am teaching Python from beginning level free of cost.
So this was today's article about Intro of Python in detail. I hope you enjoyed this article. If you have any query then comment it. I'll see you in the next article now.
0 Comments