Skip to content

athulcoder/python

Repository files navigation

Python

what is python

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.

It has built-in data structures, combined with dynamic typing and dynamic binding, making it very attractive for rapid application development, scripting, or as a glue language to connect existing components together.

Python was originally created in 1991 by Guido van Rossum

1200px-Python-logo-notext svg

Main uses of Python:

• Server-side web development
• Software development
• System scripting
• Machine learning

Why Python?

Python is the programming language that most closely resembles human language. This simpler syntax makes Python easy to learn.

Python emphasizes readability, so the cost of program maintenance is reduced.

Modules and packages encourage program modularity and code reuse.

The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms and can be freely distributed.

There is no compilation step, so the edit-test-debug cycle is incredibly fast.

Debugging Python programs is relatively simple; a bug or bad input will never cause a segmentation fault.

About

This is a python based program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages