DEV Community

aryan015
aryan015

Posted on

Day 2 of python programming 🧡

THEORY - Today we will delve into more python and see Its features and applications.

Features/Characterstics

  1. Python is an open-souce (run by people) programming language.
  2. Easy to understand
  3. It is an interpreted and platform independent which makes debugging very easy.
  4. It has good community support and resources 🧡.

Python application link

  • Machine Learning - Python is a machine learning friendly.
  • Web Development - Frameworks like Django and flask help build web applications.
  • Desktop GUI (Graphical User Interface) - It used in desktop software.
  • Business Applications - Used in ERP and E-commerce sites.
  • Software Developers - Python is often used as support language for software developers.
  • I have attached the official docs for your reference.

IDLE (Integrated Development Environment)

It is feature that comes along with python package. By typing idle in search bar. Though you can always implement this on command line also.

idle
By typing py or python 🤣 It will show the python version with the shell.

cmd

exit() or quit()

quit image

Some Popular Online Python

  1. online-python.com
  2. programiz

🧡Please follow me on dev.to

complete python index🍑

Top comments (0)