Please enable JavaScript.
Coggle requires JavaScript to display documents.
PYTHON - Coggle Diagram
PYTHON
What python does?
creates web application
can be used alongside softwares to create workflows
it can connect database systems
reads and modifies files
can handle big data
perform complex mathematical problems
can be used for rapid prototyping
for production ready software development
why python?
It works on all kinds of different platforms
it has a simple syntax similar to english
it allows to write fewer lines when writing program
it can be treated in a procedural way
codes are executed as soon as written
what is python used for
web developmen
software development
mathematics
system scripting
What are python variables?
Variables are containers for storing data values
A variable is created the moment you first assign a value to it.