Important Modules To Learn About
- Flask
- micro web framework in python
- Django
- web framework running on a web server
- FastAPI
- fast
- HTTP-based service APIs in python3.8+
- automatically generates documentation for the API
- requests
- HTTP client library that maps HTTP protocol onto Python's object-oriented semantics
- pydantic
- use in python3.8+
- data validation library
- fast and extensible
- type hints
- Dataclasses, TypedDicts
- custom validators
- custom Models for creating APIs
- selenium
- automate web browser interaction
- python3.9+