Python - from None to AI
  • License
  • Install
  • Python Versions
  • Python History
  • Links
  • References

Basics

  • 1. About
  • 2. Introduction
  • 3. Syntax
  • 4. Numeric
  • 5. Logic
  • 6. Strings
  • 7. Iterables
  • 8. Mappings
  • 9. Nested
  • 10. Unpack
  • 11. Conditional
  • 12. While
  • 13. For
  • 14. Comprehensions
  • 15. Files
  • 16. Functions
  • 17. Exceptions
  • 18. OOP
  • 19. Modules
  • 20. Recap

Intermediate

  • 1. About
  • 2. Syntax
  • 3. Star
  • 4. Enum
  • 5. Match
  • 6. Encoding
  • 7. Regex
  • 8. Datetime
  • 9. Idiom
  • 10. Iterator
  • 11. OOP
  • 12. Serialization
  • 13. Pickle
  • 14. TOML
  • 15. CSV
  • 16. JSON
  • 17. Pathlib
  • 18. Logging
  • 19. Modules
  • 20. Recap

Advanced

  • 1. About
  • 2. Syntax
  • 3. Typing
  • 4. OOP Dataclass
  • 5. OOP Paradigm
  • 6. OOP Inheritance
  • 7. OOP Abstract
  • 8. OOP Metaprogramming
  • 9. OOP Accessors
  • 10. OOP Operator
  • 11. FP Paradigm
  • 12. FP Apply
  • 13. FP Patterns
  • 14. Generators
  • 15. Async Paradigm
  • 16. Async AsyncIO

Performance

  • 1. About
  • 2. Introduction
  • 3. Optimization
  • 4. Profiling
  • 5. Case Study
  • 6. Threading
  • 7. Multiprocessing
  • 8. Extensions

Testing

  • 1. About
  • 2. Introduction
  • 3. Random
  • 4. Syntax
  • 5. Doctest
  • 6. Unittest
  • 7. Recap

CI/CD

  • 1. About
  • 2. DevTools
  • 3. Distribute
  • 4. Lint
  • 5. Quality
  • 6. Security

DevOps

  • 1. About
  • 2. Quality
  • 3. Tests
  • 4. Debugging

Database

  • 1. About
  • 2. Theory
  • 3. ORM
  • 4. Normalization
  • 5. NoSQL
  • 6. SQL
  • 7. SQLite3
  • 8. SQLAlchemy
  • 9. Case Study

Design Patterns

  • 1. About
    • 1.1. About Install
    • 1.2. About Agenda
    • 1.3. About Tutorial
  • 2. Introduction
    • 2.1. About Introduction
  • 3. UML
    • 3.1. UML About
    • 3.2. UML PlantUML
    • 3.3. UML Mermaid
    • 3.4. UML Attributes
    • 3.5. UML Methods
    • 3.6. UML Access Modifiers
    • 3.7. UML Relationship
    • 3.8. UML Notes
    • 3.9. UML Class Diagram
    • 3.10. UML Sequence Diagram
  • 4. Decorators
    • 4.1. Decorator About
    • 4.2. Decorator Mechanics
    • 4.3. Decorator Types
    • 4.4. Decorator Wrapper
    • 4.5. Decorator About Decoree
    • 4.6. Decorator About Arguments
    • 4.7. Decorator Function
    • 4.8. Decorator Method
    • 4.9. Decorator Class
    • 4.10. Decorator Arguments
    • 4.11. Decorate Function
    • 4.12. Decorate Stacked
    • 4.13. Decorate Method
    • 4.14. Decorate Class
    • 4.15. Decorator Wraps
    • 4.16. Decorator Recap
  • 5. Creational
    • 5.1. Singleton
    • 5.2. Borg
    • 5.3. Factory Method
    • 5.4. Abstract Factory
    • 5.5. Builder
    • 5.6. Prototype
  • 6. Behavioral
    • 6.1. Iterator
    • 6.2. Context Manager
    • 6.3. Memento
    • 6.4. State
    • 6.5. Strategy
    • 6.6. Observer
    • 6.7. Command
    • 6.8. Gateway
    • 6.9. Template Method
    • 6.10. Mediator
    • 6.11. Chain of Responsibility
    • 6.12. Visitor
    • 6.13. Interpreter
    • 6.14. State Machine
  • 7. Structural
    • 7.1. Decorator
    • 7.2. Façade
    • 7.3. Adapter
    • 7.4. Proxy
    • 7.5. Composite
    • 7.6. Flyweight
    • 7.7. Bridge

Numpy

  • 1. About
  • 2. Introduction
  • 3. Array
  • 4. Attributes
  • 5. Random
  • 6. Indexing
  • 7. Operations
  • 8. Methods
  • 9. Statistics
  • 10. Math
  • 11. Polynomial

Pandas

  • 1. About
  • 2. Introduction
  • 3. Read
  • 4. To
  • 5. Series
  • 6. DataFrame
  • 7. Date
  • 8. Case Study

Matplotlib

  • 1. About
  • 2. Introduction
  • 3. Figure
  • 4. Style
  • 5. Chart
  • 6. Case Study

Stdlib

  • 1. Modules
  • 2. Collections
  • 3. Math
  • 4. Locale
  • 5. XML
  • 6. Operating System
  • 7. String
  • 8. Builtin
  • 9. Type
  • 10. Loop
  • 11. TkInter

Network

  • 1. About
  • 2. Protocol
  • 3. Web
  • 4. Transport
  • 5. Case Study

webapp

  • 1. About
  • 2. HTTP
  • 3. REST
  • 4. Architecture
  • 5. Auth

Django

  • 1. About
  • 2. Introduction
  • 3. Setup
  • 4. Settings
  • 5. Models
  • 6. Data
  • 7. Admin
  • 8. ORM
  • 9. Views
  • 10. Templates
  • 11. Templatetags
  • 12. Forms
  • 13. Manage
  • 14. Locale
  • 15. Middleware
  • 16. Utils
  • 17. Auth
  • 18. API
  • 19. Ninja
  • 20. Tests
  • 21. Apps
  • 22. Deploy

FastAPI

  • 1. About
  • 2. Introduction
  • 3. FastAPI
  • 4. Pydantic
  • 5. Database
  • 6. Auth
  • 7. DevOps
  • 8. Case Study

Data Science

  • 1. About
  • 2. Jupyter
  • 3. Python
  • 4. Visualization
  • 5. Scipy
  • 6. Geopandas

Machine Learning

  • 1. About
  • 2. Introduction
  • 3. Sklearn
  • 4. Model Quality
  • 5. Decision Trees
  • 6. Regressions
  • 7. K-Nearest Neighbors
  • 8. Bayes
  • 9. Support Vector Machines
  • 10. Clustering
  • 11. Neural Networks
  • 12. References
  • 13. Articles

Artificial Intelligence

  • 1. About
  • 2. Introduction

OOP

  • 1. Paradigm
  • 2. Python

Dragon

  • 1. English
  • 2. Polish
  • 3. ADR
Python - from None to AI
  • 1. About

1. About

About

  • 1.1. About Install
  • 1.2. About Agenda
  • 1.3. About Tutorial

2. Introduction

Introduction

  • 2.1. About Introduction

3. UML

UML

  • 3.1. UML About
  • 3.2. UML PlantUML
  • 3.3. UML Mermaid
  • 3.4. UML Attributes
  • 3.5. UML Methods
  • 3.6. UML Access Modifiers
  • 3.7. UML Relationship
  • 3.8. UML Notes
  • 3.9. UML Class Diagram
  • 3.10. UML Sequence Diagram

4. Decorators

Decorators

  • 4.1. Decorator About
  • 4.2. Decorator Mechanics
  • 4.3. Decorator Types
  • 4.4. Decorator Wrapper
  • 4.5. Decorator About Decoree
  • 4.6. Decorator About Arguments
  • 4.7. Decorator Function
  • 4.8. Decorator Method
  • 4.9. Decorator Class
  • 4.10. Decorator Arguments
  • 4.11. Decorate Function
  • 4.12. Decorate Stacked
  • 4.13. Decorate Method
  • 4.14. Decorate Class
  • 4.15. Decorator Wraps
  • 4.16. Decorator Recap

5. Creational

Creational

  • 5.1. Singleton
  • 5.2. Borg
  • 5.3. Factory Method
  • 5.4. Abstract Factory
  • 5.5. Builder
  • 5.6. Prototype

6. Behavioral

Behavioral

  • 6.1. Iterator
  • 6.2. Context Manager
  • 6.3. Memento
  • 6.4. State
  • 6.5. Strategy
  • 6.6. Observer
  • 6.7. Command
  • 6.8. Gateway
  • 6.9. Template Method
  • 6.10. Mediator
  • 6.11. Chain of Responsibility
  • 6.12. Visitor
  • 6.13. Interpreter
  • 6.14. State Machine

7. Structural

Structural

  • 7.1. Decorator
  • 7.2. Façade
  • 7.3. Adapter
  • 7.4. Proxy
  • 7.5. Composite
  • 7.6. Flyweight
  • 7.7. Bridge
Previous Next

© Copyright 2025, Matt Harasymczuk <matt@python3.info>, last update: 2025-11-08.