Django News
Discover the latest Django development news, repositories, and conferences at Hackertab.
Latest Django articles

Full Spectrum Mastery: Navigating Full Stack Software Engineering
Full Stack Software Development Roadmap Full-stack software development involves managing...
01 December 2023devto

Back-End Development
Certainly! Back-end development involves working on the server side of a web application, managing databases, and implementing the server-side logic that powers the functionality of a website. Here's a more detailed breakdown: Server-Side Scripting ...
01 December 2023hashnode

Web development and its main areas of application: a complete vision
Today, web development has become a fundamental discipline in the digital world. With the...
01 December 2023devto
Building a RESTful API with Django Rest Framework
Building a RESTful API with Django Rest Framework Congratulations on choosing Django Rest Framework (DRF) for building your RESTful API! Django Rest Framework is a powerful and flexible toolkit for building Web APIs based on the Django web framework. In this article, we will guide you through the process of creating a simple RESTful API using Django…...
30 November 2023medium

Introduction to gRPC and Implementing gRPC in Django with ORM Access
Introduction to gRPC and Implementing gRPC in Django with ORM Access What is gRPC: gRPC stands for Google Remote Procedure Call. gRPC is an open-source RPC framework that is used to create scalable and quick APIs. It enables the development of networked systems and open communication between gRPC client and server applications. gRPC has been embraced by several top tech companies, including Google, IBM…...
30 November 2023medium

Python Applications
Python is a high-level, interpreted, and general-purpose programming language known for its...
30 November 2023devto

Guide to Hire Python Developers for the Inventree Project
Are you looking to expand your team for the Inventree project? Discover the key aspects of hiring...
30 November 2023devto

Day 13: Introduction to Python
Python was created by Guido van Rossum, and released in 1991 What is Python? Python is an Open source, general-purpose, high-level, and object-oriented programming language. Python consists of vast libraries and various frameworks like Django, Tens...
29 November 2023hashnode
What is the best alternative for PHP (for web development) that can run on Windows and Linux operating systems?
Choosing the best alternative for PHP depends on your specific needs and preferences. However, here are some of the most popular and well-regarded alternatives to PHP that can run on both Windows and Linux operating systems: Python: Python is a high...
23 November 2023hashnode

Internationalization and Translation in Django REST Framework
Internationalization and Translation in Django REST Framework Internationalization REST framework ships with translatable error messages. You can make these appear in your language enabling Django’s standard translation mechanisms. Doing so will allow you to: Select a language other than English as the default, using the standard LANGUAGE_CODE Django setting. Allow clients to choose a language themselves, using the…...
30 November 2023medium
Trending Django repositories
vinta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
187,709 stars24,131 forks
coqui-ai/TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
23,030 stars2,551 forks
Farama-Foundation/Gymnasium
An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
4,307 stars520 forks