Difference between revisions of "Python Landscape"
From Sustainability Methods
Line 8: | Line 8: | ||
* [[Conditions and Branching in Python|Conditions]] | * [[Conditions and Branching in Python|Conditions]] | ||
* [[Loops in Python|Loops]] | * [[Loops in Python|Loops]] | ||
− | * [[Lists, Tuples, Sets, and Dictionaries|Lists, Tuples, Sets, and Dictionaries | + | * [[Lists, Tuples, Sets, and Dictionaries in Python|Lists, Tuples, Sets, and Dictionaries]] |
* [[Exceptions in Python|Exceptions]] | * [[Exceptions in Python|Exceptions]] | ||
* [[Functions in Python|Functions]] | * [[Functions in Python|Functions]] | ||
* [[Objects and Classes in Python|Classes]] | * [[Objects and Classes in Python|Classes]] | ||
− | * [[Objects Python|Objects]] | + | * [[Objects in Python|Objects]] |
* [[Types, Expressions, and Variables in Python|Types, Expressions, and Variables]] | * [[Types, Expressions, and Variables in Python|Types, Expressions, and Variables]] | ||
Revision as of 12:46, 19 March 2024
Python is a high-level, interpreted programming language known for its simplicity and readability. It's widely used in various fields, from web development to data science and artificial intelligence.
Contents
Setting up your environment
- Install and setup Anaconda
- Setting up Jupyter Lab
Starting with Python basics
- Conditions
- Loops
- Lists, Tuples, Sets, and Dictionaries
- Exceptions
- Functions
- Classes
- Objects
- Types, Expressions, and Variables
Doing some math with Python
Handling data in Python
Statistics with Python
- Binomial Distribution
- Bootstrapping
- Correlations
- Decision Trees
- Factor Analysis
- Linear Regression
- Multiple Regression
- Outlier Detection
- Poisson Distribution
- Regression, Correlation, and Ordinary Least Squares Estimator
Data Visualization
Machine Learning
Data Engineering
Use of API Cloud computing