DEV Community

Shubham Mehra
Shubham Mehra

Posted on

Python Intro

What is Python?

Interpreted ,High Level ,Open-Sourced & Dynamically Typed language
Easy to read & Understand ,Easy to Code
Replace {} with whitespaces & :



Why should i use it?

Do anything :-
from scripting to web development
from Machine learning to Automation

Why not to use it ?

Until & Unless you don't care about the speed and especially it's integration with Hardware

Application:

  • Automation: Automate stuffs & live happily šŸ˜„
  • Data analytics: Analyse data and
  • Databases:
  • Documentation
  • Graphical user interfaces
  • Image processing
  • Machine learning
  • Mobile App
  • Multimedia
  • Networking
  • Scientific computing
  • System administration
  • Test frameworks
  • Text processing
  • Web frameworks
  • Web scraping

At the End

Every language's first code(Hello world) in python :-

print("Hello world")

done :p

Top comments (0)