Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python - Coggle Diagram
Python
What python does?
creates web aplication
can be use alongside softwares to create workflows
it can connect database system
reads and modifies files
can handle big data
perform complex mathematical problems
can be used
for production ready software development
Why python?
it works on all kinds of diferent platform
it allows to write fewer lines when writing problem
it has a simple syntax similar to english
it can be treated in a procedural way
codes are executed as soon as written
What is python used for
web devolpment
software development
mathematical
system scripting
What are python variables?
A variables is craeted yhe moment you first assing a value to
it
Variables are contaires for storing data values