Python Notes¶
Overview¶
This is a "Hello World" notes & resources for Python Programming.
What's Python Programming?
Python is a high-level, general-purpose programming language reated by Guido van Rossum, and first released on February 20, 1991.
Applications¶
- Data Science: Data Analysis & Wrangling ..
- Artificial Intelligence & ML
- Computer Vision
- Maths: Algebra & Analysis ...
Tools and Frameworks¶
- Numpy: algebra
- Pandas: data exploratory & analysis ..
- Matplotlib: data visualization
- Pillow
- Opencv
- ...
Hello World!¶
Output:
Python & Artificial Intelligence (AI)¶
Python & Embedded Systems¶
Python & Graphics Interfaces¶
References¶
Documentations: - python.org - Wikipedia: - Python Programming Language
Courses & Tutorials: - The Python Tutorial - python.org - IBM Data Science Course: - Python for Data Science and AI Development
- Free Code Camp:
-
Top 5 Python Libraries for Machine Learning and Deep Learning
- Data visualization en Python avec des librairies telles que Matplotlib et Seaborn
- Python Design Patterns Tutorial - tutorialpoint
Books
"Python is an experiment in how much freedom programmers need" - Guido van Rossum¶