Skip to main content

Posts

Showing posts from June, 2022

How python is different from another language

 The biggest strength of python is huge collection of standard which can be used for the following : - Machine learning  GUI application ( like kivy , tkinter , pyQt ) etc. Web frame work like Django ( used by youtube , instagram , dropbox ) Image processing (like open CU , pillow ) web scripting ( like scrapy , beautiful saup , selenium ) Test processing  Multimedia Scientific computing  Text processing and many more .... python features python provides lots of features that are listed below. 1) easy to learn and use :- python is easy to learn and use it is developer frendly and high level language programming. 2) expressive language :- python is an interpreted language the code line by line at a time this wakes debugging easy and thus suitable for beginners.  3) cross - platform : - python can run equally on different platforms such as window , macintosh etc. so we can say that python is a portable language. 4) free and open source : - python langu...

Some Facts About Python

  Some Facts About Python.    python is the currently the most widely used in multi-purpose, high-level language programming language. python allows programming in object oriented and procedural paradigm.  python programs generally are smaller than other programming languages like java. programming have to type relatively less and indentation requirement of the language. makes them readable all the time. python language is the being used by almost all tech-giant companies like - google , amazon , facebook , instagram , dropbox , uber...etc

How python is the giant programming language

  What is Python ? Python is the most famous programming language ? which was made by Guido Van Rossum in early 1990's and its latest version 3.10.5. we can simply call its a python 3. python   3.0 was released in 2008. and its interpreted language i.e its not compiled and he interpreted will check the code line by line. this article can used to learn very basics of python programming language.