PYTHON-Course-in-Guntur
PYTHON-Course-in-Guntur
What is Python?
Python could be a standard artificial language. it absolutely was created by Guido van Rossum and discharged in 1991.
It is used for:
web development (server-side),
software development,
mathematics,
system scripting.
What will Python do?
Python is used on a server to make net applications.
Python is used aboard packages to make workflows.
Python will connect with information systems. It may also browse and modify files.
Python is wont to handle huge knowledge and perform advanced arithmetic.
Python is used for speedy prototyping, or for production-ready package development.
Why Python?
Python works on completely different platforms (Windows, Mac, Linux, Raspberry Pi, etc).
Python contains an easy syntax just like the English language.
Python has a syntax that enables developers to put in writing programs with fewer lines than other programming languages.
Python runs on Associate in Nursing interpreter system, which means that code is dead as shortly because it is written. this implies that prototyping is terribly fast.
Python is treated in an exceedingly procedural method, Associate in Nursing object-oriented method, or a useful method.
Good to grasp
The most recent major version of Python is Python three, which we have a tendency to shall be victimization during this tutorial. However, Python 2, though not being updated with something aside from security updates, remains quite standard.
In this tutorial, Python is written in an exceedingly text editor. it's doable to put in writing Python in Associate in Nursing Integrated Development setting, like Thonny, Pycharm, Netbeans or Eclipse that area unit significantly helpful once managing larger collections of Python files.
Python Syntax compared to alternative programming languages
Python was designed for readability and has some similarities to the English language with influence from arithmetic.
Python uses new lines to finish a command, as against alternative programming languages that regularly use semicolons or parentheses.
Python depends on indentation, victimization whitespace, to outline scope; like the scope of loops, functions, and categories. alternative programming languages typically use curly-brackets for this purpose.
Comments
Post a Comment