Python
6 best Django tutorials and books for advanced Python developers
if($show_excerpt):?>So, you’re a mid-level Python developer and want to learn Django? This article is for you. Finding beginner Django tutorials is easy. But if you’re a little more seasoned [...]
endif;?>- Feb, 2020
- 7 min
Python
Python best practices: How to contribute to Python open-source projects
if($show_excerpt):?>Note: This article was updated on February 2nd, 2020. One of the things we love about Python is its rich ecosystem that comprises countless modules, libraries, and frameworks – [...]
endif;?>- Feb, 2020
- 5 min
Python
The Ultimate Tutorial for Django REST Framework: Selective Fields and Related Objects (Part 7)
if($show_excerpt):?>This is the last part of my tutorial for the Django REST framework. Be sure to catch up with the work we’ve completed in other parts of the series: [...]
endif;?>- Aug, 2019
- 14 min
Python
The Ultimate Tutorial for Django REST Framework: Functional Endpoints and API Nesting (Part 6)
if($show_excerpt):?>Here’s another part of my tutorial for Django REST framework. Be sure to catch up with the work we’ve completed in other parts of the series: In this article, [...]
endif;?>- May, 2019
- 6 min
Python
The Ultimate Tutorial for Django REST Framework: Filtering (Part 5)
if($show_excerpt):?>I’m back with another part of my tutorial for Django REST framework. Be sure to catch up with the work we’ve completed in other parts of the series: Today, [...]
endif;?>- Apr, 2019
- 7 min
Python
The Ultimate Tutorial for Django REST Framework: Pagination (Part 4)
if($show_excerpt):?>I’m back with another part of my tutorial for Django REST framework. Be sure to catch up with the work we’ve completed in other parts of the series: Today, [...]
endif;?>- Feb, 2019
- 5 min
Data science Python Web development
The Ultimate Tutorial for Django REST Framework: Custom Fields (Part 3)
if($show_excerpt):?>If you’ve been keeping a close eye on our blog, you probably didn’t miss the last two parts of this tutorial. Be sure to catch up with the work [...]
endif;?>- Aug, 2018
- 5 min
Data science Python Web development
The Ultimate Tutorial for Django REST Framework: Login and Authentication (Part 2)
if($show_excerpt):?>In the previous article in this series, I showed you how to prepare an API that implements basic CRUD on objects quickly. This time, I’ll show you how to [...]
endif;?>- Aug, 2018
- 6 min
Data science Python Web development
The Ultimate Tutorial for Django REST Framework: CRUD (Part 1)
if($show_excerpt):?>Joining a project that uses Django REST Framework (DRF) is often stressful because of things like spaghetti code or antipatterns. I encounter the problem so often that at some [...]
endif;?>- Jul, 2018
- 5 min
Data science Python
Django, Flask, or Pyramid? How to choose the right Python framework for your project?
if($show_excerpt):?>Django, Flask, and Pyramid are frameworks for web development in Python. A web framework includes a collection of packages or modules that allow developers to write web applications without [...]
endif;?>- Jul, 2018
- 4 min