django-planet

Denis Mashutin

Blog Info The PyCharm Blog
Blog website Link

How to Connect Django With MongoDB

Jan. 9, 2024 » The PyCharm Blog » [Archived Version]

One of the most popular web frameworks, Django, has adopted the “batteries included” philosophy. This means that you can build a production-ready application using only the vanilla Django with no extensions or other frameworks. Even the database SQLite is available out of the box. SQLite is great for learning and developing small applications, but has […]

Read More

Django vs Flask: Which is the Best Python Web Framework?

Nov. 10, 2023 » The PyCharm Blog » [Archived Version]

Overview Even if you are new to web development, you probably already know that there are two main web frameworks in the Python world: Django and Flask. According to the Python Developers Survey 2022 conducted by JetBrains, 39% of developers reported using either or both. Whether you are a beginner thinking of what to learn […]

Read More

Building APIs With Django REST Framework

Sept. 28, 2023 » The PyCharm Blog » [Archived Version]

In this Django REST framework tutorial, you will create a rental platform API. The tutorial demonstrates how to use Python and Django REST framework in PyCharm to develop APIs. By the time you complete the tutorial, you will be able to answer the following questions: Prerequisites To successfully complete the Django REST framework tutorial, you’ll […]

Read More