Self studying

7 curriculums
42 study items

REST API

REST is a software architectural style that defines a set of constraints to be used for creating Web services.
Representational state transfer (REST) is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that conform to the REST architectural st…
One of the most popular VCSs in the world.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
SQL database.
SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream mana…

Flask

Flask is a popular Python mini-framework for web.
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation…

Django

Django is the most popular Python framework which was created over 17 years ago.
Django is powerful and well documented framework. Django has build-in ORM and template engine. It has a huge number of third party libraries.