Get Started. It's Free
or sign up with your email address
Python by Mind Map: Python

1. Testing

1.1. PyTest

1.1.1. Test Randomization

1.2. NoseTest

1.3. DocTest

1.4. UnitTest

2. Storage

2.1. Caching

2.1.1. Memcached

2.1.2. Redis

2.2. Relational

2.2.1. Postgres

2.2.2. MySQL

2.3. NoSQL

2.3.1. MongoDB

2.3.2. DynamoDB

2.3.3. Redis

2.3.4. Cassandra

2.3.5. Couchbase

3. Up your game

3.1. ElasticSearch

3.2. Docker

4. Package Manager

4.1. Poetry

4.2. PIP

5. Frameworks

5.1. Sync

5.1.1. Django

5.1.1.1. ORM

5.1.1.1.1. Django ORM

5.1.1.2. REST API

5.1.1.2.1. Django Rest Framework

5.1.1.3. Permissions

5.1.1.3.1. Django Guardian

5.1.2. Flask

5.1.2.1. ORM

5.1.2.1.1. SQLAlchemy

5.2. Async

5.2.1. aiohttp

5.2.2. gevent

6. Message Brokers

6.1. RabbitMQ

6.2. SQS

7. Clean Code

7.1. PEP-8

7.2. Linting

7.2.1. Flake8

7.2.2. Pylint

7.2.3. AutoPep8

7.3. Formatting

7.3.1. Black

7.3.2. yapf