Follow

Python || Download Python || online python compiler

PYTHON

python
Python is high level , interpreted scripting language . python is most popular scripting language it created by Guido van Rossum in February 1991. Python is on two programming language
1. ABC language (created as a replacement of BASIC)
2. Modula-3
File extensions : .py,.pyi,.pyc,.pyd,.pyo,.pyw,.pyz

Why use python

  • python work on multiple platforms.
  • easy to use and simple syntax.
  • interpreted (line by line code exucate).
  • Expressive language
  • Interpreted language
  • Its completeness
  • Cross-platform languagle / Portable language
  • Free and open source
  • Variety of usage / applications

Minus of python

  • Not the fastest language
  • Lesser libraries than C, JAVA ,Perl
  • Not strong on type-binding
  • Not easily convertiable
Interpreter
  • It converts the code line by line
  • Any error is found , it stops and do not move
  • It is slower is execution
  • It consumes memory for longer peroid of time.
Compiler
  • It convert the code all together in a single run
  • All the errors are detected together and displayed at the end with their line numbers.
  • It is faster in executation
  • It consumed memory for less peroid of time
Topics
Frist program
Commennts
Variable
Data Types
String
List
Tuple
Dictionary
Sets
Operators
For loop
While loop
Functions

Download python

For window 8,8.1,10,11 :Download
For MacOS:Download
For other platforms:Download

Python Books


python projects

Python Projects

No comments:

Post a Comment

Tell us how you like it.