Structure of Python back-end process, Advantages, Disadvantages, and Application of Python

Kishan Tongrao
2 min readJul 3, 2021

Hello, my name is Kishan Tongrao. Today we are discussing the back-end procedure of python.

Photo by Alain Pham on Unsplash
  • As we can see the extension of the python file is .py and then that script is pass to the Python interpreter for syntax and rules check.
  • The output Python interpreter is Byte code.
  • That Byte code is passed to CPython Virtual Machine, if we see here we are using the official python virtual machine that is CPython.
  • With the help of CPython VM, we can run the python script of our machine.

Advantages of Python

  • Open source
  • Good official libraries already present in it.
  • Easy to learn
  • Easily support third-party modules.
  • Interpreted language
  • More code readability
  • Less code as compare to other programming languages.
  • Support new trends like AI,ML,DL etc…
  • More productive than other languages.

Disadvantages of Python Programming Language

  • Python is slow programming language.
  • Weak in mobile development

Application of Python Programming Language

  • Scientific and Computational applications.
  • Games
  • Web Framework and Web Application.
  • Language development
  • Operating System
  • Networking programming
  • Desktop based applications

Enjoy !

Contact

Email — tongs.the10@gmail.com

LinkedIn — linkedin.com/in/kishan-tongrao-6b9201112

--

--