In this article you will find several examples about how to consume APIs using the library "requests", you will know more about HTTP verbs, response codes and more.
. Read moreFrameworks
FastAPI
Modern and fast framework for building APIs with
Python.
Strongest advantage: Automatic documentation and is becoming
more and more popular.
Flask
Micro Framework to develop easily web
applications.
Strongest advantage: It’s has a small and easy-to-extend
core.
Django
Django is a high-level Python web framework that
encourages rapid development and clean, pragmatic design.
Strongest
advantage: Django is the heavyweight of Python's frameworks.
Databases/ORMs
SQL
The Database's language.
SQLAlchemy
The most popular ORM for Python applications.
Peewee
This ORM is an excellent alternative for operating the models in Python applications.
Other technologies
Git/Github
This is a must nowadays for collaborative teams.
Docker
Standardized environments using local containers permit setting the developing environment in minutes.
Jenkins
The most popular continuous integration server on the market.
Nice to meet you
Hello, my name is Fernando Carrillo and I am a backend developer with a focus on Python technologies. With 5 years of experience in the industry, I have a deep understanding of the language and its various frameworks, such as Django, Flask and FastAPI. I have worked on a variety of projects, from developing RESTful APIs to building data pipelines. I am passionate about using my skills to solve complex problems and deliver high-quality solutions. I am always looking for new challenges and opportunities to learn and grow as a developer. Thank you for visiting my website!
Download CVI'd appreciate a message
Email: fer@fernandoc.devLet's code.
I believe that sharing knowledge is one of the best ways to learn.Algorithm practices
Here you can find programming logic exercises from books or websites like HackerRank or LeetCode, as well as technical tests.
Algorithm practicesMy programming notes
Here you can find different notes product of my summaries about the technologies that I've studied.
Notes