😅
Beginners Guide
  • Basic Configuration
  • Algorithm
    • Asymptotic Analysis
    • Time and Space Complexity
    • Master Theorem
    • Divide and Conquer
    • Greedy Algorithm
    • Dynamic Programming
  • C/C++
    • Searching
    • Sorting
    • Divide and Conquer
    • Greedy
    • Dynamic
  • Python
    • FastAPI
    • Django
      • SQLite to PostgreSQL
    • Async Techniques
  • AWS
    • S3
    • EC2
      • Amazon Machine Image
      • SSH
        • Ubuntu
        • Windows
      • Static IP
    • Route53
    • Lightsail
  • Azure
  • Node
    • Express
    • API using Node and Express
  • Relational Database
    • Functional Depedency
    • Normalization
    • SQL (Structured Query Language)
    • PostgreSQL
    • Transaction and Concurrency
    • Indexing
  • GitHub
    • GitHub Actions
  • Server
    • Ubuntu
    • Django App Deployment
    • CI/CD
  • API Testing
    • Postman
    • Python Request Package
    • Powershell
      • Invoke-RestMethod
      • Invoke-WebRequest
    • cURL
  • Certification
    • AWS
      • 🏁AWS Certified Cloud Practitioner
      • 🏁AWS Certified Solutions Architect - Associate
      • AWS Certified Developer - Associate
      • AWS Certified Solutions Architect - Professional
      • AWS Certified Advanced Networking - Specialty
      • AWS Certified Database - Specialty
      • AWS Certified Security - Specialty
      • AWS Certified: SAP on AWS - Specialty
    • Azure
      • Azure Fundamentals (AZ-900)
    • Google
      • Cloud Digital Leader
Powered by GitBook
On this page

Was this helpful?

Python

All required data on Python

Contents

  1. FastAPI

  2. Django

    1. SQLite to PostgreSQL

  3. Async Techniques

It is a good practice to create a virtual environment, it helps in organizing the packages for each project

python -m venv {environment name}

replace "environment name" with something simeple like "env'.

PreviousDynamicNextFastAPI

Last updated 2 years ago

Was this helpful?