Skip to content

Requirements

Amin Zamani edited this page Mar 22, 2023 · 1 revision

Create a requirements file that contain all your project dependencies

pip freeze > requirements.txt

Install your project requirements (if a requirements file exist)

pip install -r requirements.txt

Python

Python Essentials 1 (PCEP)

Introduction to Python and computer programming

Data types, variables, basic I/O operations, and basic operators

Boolean values, conditional execution, loops, lists and list processing, logical and bitwise operations

Clean Code

Algorithms

Django

Django Rest Framework

API

pip

SQLAlchemy

FastAPI

Pytest

TDD

Git

Linux

Docker

Python Testing

Interview Questions

Clone this wiki locally