Python programming language codigence

python programming language | codigence

Python programming language

What is python?

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.

It is used for:

  • web development (server-side)
  • software development
  • mathematics
  • system scripting

Characteristics of Python:

  • It supports functional and structured programming methods as well as OOP.
  • It can be used as a scripting language or can be compiled to byte-code for building large applications.
  • It provides very high-level dynamic data types and supports dynamic type checking.
  • It supports automatic garbage collection.
  • It can be easily integrated with C, C++, COM, ActiveX, CORBA, and Java.

Why to Learn Python?

  • Easy to use and Learn
  • Expressive Language
  • Interpreted Language
  • Object-Oriented Language
  • Open Source Language
  • Extensible
  • Learn Standard Library
  • Learn Standard Library
  • Integrated
  • Embeddable
  • Dynamic Memory Allocation
  • Wide Range of Libraries and Frameworks
  • and many more...

Python Libraries & Packages:

    As of January 2023, the Python Package Index (PyPI), the official repository for third-party Python software, contains over 290,000+ packages with a wide range of functionality, including : Automation,Data analytics,Databases,Documentation,Machine learning,Mobile App etc. Some of the popular python packages includes:

  • NumPy
  • pandas
  • Matplotlib
  • Seaborn
  • scikit-learn
  • Requests
  • urllib3
  • NLTK
  • Pillow
  • pytest

Hello World Program 😃


print("Hello World")

Output


Hello World

For Gettng started with python see Python getting started
To learn python basics see Python Basics