PYTHON: PROS & CONS

Akash Rao Mallareddy
1 min readJul 2, 2020

--

What is Python?

Python is an interpreted, high-level, general-purpose programming language. It is created by Guido van Rossum and first released in 1991. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

Pros:

  • Easy to learn.
  • Supports multiple systems and platforms.
  • It supports Object-Oriented Programming (OOP).
  • Many inbuilt libraries.
  • It is used in web development.
  • Most popular and used everywhere nowadays.
  • It allows scaling even the most complex applications with ease.

Cons:

  • Python is slow.
  • It is not a good choice for memory-intensive tasks.
  • It is not a very good language for mobile development.
  • Impossible to build a high-graphic 3D game using Python.
  • It has limitations with database access.
  • It is not good for multi-core/multi-processor work.

Python career opportunities:

  • Python Developer
  • Data Scientist
  • Software Engineer
  • Data Analyst
  • Research Analyst
  • Software Developer

What are the best websites to learn about Python?

What are the best platforms to practice Python?

Also Read: Bootstrap vs WordPress

--

--