Please enable JavaScript.
Coggle requires JavaScript to display documents.
programming world - Coggle Diagram
programming world
programming languages
basics
-
functions
-
-
built-in methods: str, list, isdigit, islower, split, join
-
-
-
file handling
-
-
popular formats: JSON, CSV, YAML, XML
if statement
-
-
-
-
<, <=, ==, is, is not, !=, <, <=
-
-
-
-
-
-
-
-
-
about Python
-
-
-
-
-
-
-
languages have versions, they evolve
-
tooling
git
-
-
-
explanation, visualization
-
-
-
-
-
learning process
writing, writing, writing
-
-
theory
-
-
-
software development methodologies, agile, scrum, waterfall
-
-