~/victorpierre.dev ❯ ls learning/programming/python/
Python
Browse the notes, references, and topic maps collected under this part of the learning archive.
Topic map
Explore Python
Language Concepts
Python aims to be simple, readable, and easy to learn. That simplicity comes with trade-offs and idiosyncrasies. These are my notes on the idioms and …
Concurrency
Concurrency runs multiple tasks in overlapping periods rather than sequentially. The payoff is mostly in I/O-bound work: file reads, network calls, …
Python is a high-level, general-purpose programming language that is widely used in development, data science, and automation. It is known for its simplicity and readability.
Python is widely used in data science, and has gained popularity due to the rise of machine learning and artificial intelligence, with libraries like PyTorch, TensorFlow, NumPy, and Keras.