Dev Conventions
  • Dev Conventions
  • Git
    • Branch Flow
    • Conventional Commits
    • Pull requests template
    • Before making the PRs in typescript, keep in mind
  • Typescript
    • Introduction
    • Good practices
    • Solid
    • Using pnpm for Package Management
    • NestJs
    • NextJs
    • React
    • NestJs Testing
    • React Testing
    • Npm Registry
  • PYTHON
    • Introduction
    • Good practices
    • Testing
    • Naming Convention
  • DevOps
    • Introduction
    • Github Actions
    • Creating a Github Actions Workflow
  • Agile
    • Story Points
Powered by GitBook
On this page
  1. PYTHON

Introduction

💡 Python is a high-level, interpreted programming language whose philosophy emphasizes the readability of its code. It is a multi-paradigm programming language, as it partially supports object-oriented, imperative programming, and to a lesser extent, functional programming.

PreviousNpm RegistryNextGood practices

Last updated 11 months ago