Lakshminarayanalnbg.hashnode.dev路9 hours agoHow to Add Tailwind CSS and Flowbite to Your Django ProjectDjango is a strong web framework that helps developers create solid web apps. To improve the look and user interface of your Django project, you can add Tailwind CSS and Flowbite components. This guide will show you how to add Tailwind CSS, turn on T...Tailwind CSS
Lakshminarayanalnbg.hashnode.dev路15 hours agoGetting Started with Jinja Templates in DjangoUnderstanding Jinja2 Tags with Examples Django is a powerful web framework that allows developers to build robust web applications. To get started with the Django setup and installation refer here. Jinja2 is a powerful templating engine for Python, w...1 likejinja
Satyam Sandilyapyoopinsights.hashnode.dev路Feb 16, 2025Deep Dive into Object-Oriented Programming (OOP) with PythonIndex Introduction to OOP in Python Procedural vs Object-Oriented Programming Classes and Objects in Python Constructors (__init__ Method) Instance Variables and Methods Class Variables and Methods (@classmethod) Static Methods (@staticmethod)...PyOOP
Favour Onyenekeonlyfave.hashnode.dev路Feb 16, 2025FastAPI Book Management API with CI/CD: A Modern Developer's Guide Overview馃敟FastAPI Book Management API The FastAPI Book Management API is not just another RESTful API, it鈥檚 a high-performance, developer-friendly, and production-ready solution for managing books. Built with FastAPI, this project leverages modern web developm...1 like2Articles1Week
Leo Bchecheleobcheche.hashnode.dev路Feb 15, 202530 Ways to Write More Pythonic Code and Improve Your Job Readiness (part 2 of 6)Python is widely celebrated for its readability, simplicity, and elegance. However, writing functional code is just the beginning. If you're looking to elevate your coding skills and stand out in technical interviews, mastering Pythonic patterns will...Python
Subi pra Nuvemsubipranuvem.hashnode.dev路Feb 14, 20253 ferramentas Python essenciais para dominar em 2025Python continua sendo uma das linguagens mais vers谩teis para desenvolvimento de software. E em pleno 2025, algumas bibliotecas/frameworks se tornam parte de um canivete su铆莽o para quem desenvolve na linguagem das cobras, principalmente se voc锚 tem o ...32 readsPython
Victor Ukohatpscript.hashnode.dev路Feb 14, 2025Python Hacking: Techniques in Python Library HijackingIntroduction Today, a lot of programming languages are being used for development of software ranging for simple to complex applications. Of these languages used, Python is a largely used language which has grown in popularity over the years, since i...ArticlesPython
饾摏饾摳饾摽饾摬饾摷饾摫 饾摉饾摳饾搸饾挾饾搧lovishgoyal.hashnode.dev路Feb 14, 2025Essential Tools Every Data Engineer Should KnowIntroduction:Data engineering is a tool-driven field. The tools you use can make the difference between a smooth, efficient data pipeline and a chaotic, error-prone mess. Whether you鈥檙e just starting out or looking to level up your skills, mastering ...1 likeData Science
Leo Bchecheleobcheche.hashnode.dev路Feb 13, 202530 Ways to Write More Pythonic Code and Improve Your Job Readiness (part 1 of 6)Python is known for its readability, simplicity, and elegance. But writing code that merely works isn鈥檛 enough鈥攚riting Pythonic code is what sets great Python developers apart. If you're looking to refine your coding skills and prepare for job interv...Python
Ankita Lunawatcloudhub2295.hashnode.dev路Feb 13, 2025Multi Tier Web App with Python Django and PostgreSQLPrerequisites An AWS account with an Ubuntu instance, Django 5.1.5, Python 3.12.3, PostgreSQL 16.6 installed, and basic knowledge of Python and Django are required. What is Python? Python is a high-level, interpreted programming language known f...Python 3