#Real Python
Python Keywords: An Introduction
Python keywords are the fundamental building blocks of any Python program. In this tutorial, you'll learn the basic syntax and usage of each of Python's thirty-five keywords and four soft keywords so you can write more efficient and readable code.
#basics #python
By – | Feb 12, 2025
Python News Roundup: February 2025
2025 looks to be an exciting year for Python. A new type of interpreter improves the performance of the upcoming Python 3.14. Additionally, the community is busy developing third-party libraries, challenging each other with new puzzles, and planning conferences.
#community
By – | Feb 14, 2025
#Django Project – Weblog
DSF member of the month – Lily Foote
By Sarah Abderemane | Feb 10, 2025
DjangoCongress JP 2025 Announcement and Live Streaming!
By DjangoCongress JP team | Feb 14, 2025
#Python Insider
Python 3.14.0 alpha 5 is out
By Hugo | Feb 12, 2025
#PyCoders
Issue #668: – NumPy, Compiling Python 1.0, BytesIO, and More
By – | Feb 11, 2025
#Medium
Laravel vs Django vs Node.js: Which One Is Best?
I’ve personally worked with all three: Laravel, Django, and Node.js, and each framework has its pros, its own ecosystem, philosophy, and…
By Hamza Sehouli | Feb 10, 2025
The Repository Pattern in Python: Write Flexible, Testable Code (With FastAPI Examples)
The Repository Pattern is a design pattern that acts as an intermediary between your application’s business logic and its data layer. It…
By Muhsin Kılıç | Feb 10, 2025
A Deep Dive into CI/CD: Automating My Django Deployments with GitHub Actions
If there’s one thing that can make or break a project, it’s the deployment process. You don’t want to be manually pushing code, running…
By Namrata Bhaumik | Feb 10, 2025
Triple Top and Bottom Patterns: Your Python Guide to Technical Analysis Magic
Ever wondered how to catch those elusive market reversals? Let’s dive into the fascinating world of triple top and bottom patterns using…
By Unicorn Day | Feb 10, 2025
Part 1: Mastering Advanced Query Optimization in Django ⚙️
Is your Django app running slower than a sloth on a lazy Sunday? Are your queries taking forever, leaving your users frustrated and your…
By Priyanshu Rajput | Feb 10, 2025
Mastering Django Models: 10 Expert-Level Tips and Tricks
As we all know about Django ORM, It is a impressive, powerful and flexible tool but to utilize it to fullest we need to step out of the…
By Priyanshu Rajput | Feb 10, 2025
7 Secrets to Mastering Python in 30 Days
A Step-by-Step Guide for Aspiring Programmers
By Rahul Sharma | Feb 10, 2025
Django CBV Primer: The setup and dispatch methods
Learn about Django CBV’s setup() and dispatch() methods and when to overwrite them.
By Adrien Van Thong | Feb 10, 2025
Enhancing User Experience with Django’s Messages Framework
Web applications often need to communicate important updates to users — whether it’s a success confirmation, a warning, or an error…
By Ewho Ruth | Feb 10, 2025
Using Django’s SuccessMessageMixin for Class-Based Views
Django provides a powerful messages framework to handle user notifications.
By Ewho Ruth | Feb 10, 2025
Django Messages Framework: Expiration, Parallel Requests, and Testing
Django’s messages framework is a powerful tool for displaying temporary notifications to users.
By Ewho Ruth | Feb 10, 2025
Using Django’s Messages Framework for User Notifications
Introduction
By Ewho Ruth | Feb 10, 2025
You’re Building Django APIs the Hard Way — Here’s How to Fix It
A while ago, I was working on a Django project that needed an API. I thought it would be easy — I had built APIs before, and Django REST…
By Saad Jamil | Feb 10, 2025
Serializing Django Objects: A Complete Guide
Introduction
By Ewho Ruth | Feb 10, 2025
Deserializing Data
Deserializing data in Django is similar to serialization but with a few key differences. Here’s how you can handle it:
By Ewho Ruth | Feb 10, 2025
Django, GraphQL, and Apollo Federation: Towards Scalable Microservices
If you are learning modern web applications, you’ve probably heard terms like GraphQL, microservices, and Apollo Federation thrown around…
By Md. Abdullah Al Arif | Feb 10, 2025
Python for Data Engineering: Topics That Matter
Note: If you’re not a medium member, CLICK HERE
By Vijay Gadhave | Feb 10, 2025
Python Global Interpreter Lock (GIL): A Blessing or a Curse?
Understanding Python’s Threading Limitations and the Power of Multiprocessing
By Rexs | Feb 10, 2025
How was all righteousness fulfilled?
Through the Baptism of Jesus
God had first promised Israel that all the sins of the people
of Israel would be washed away with the laying…
By Muhammad Aslam | Feb 10, 2025
Combining Data Structures Together In Python: The zip() Function
Learn how to easily combine data structures together using Python’s built-in zip() function.
By CyCoderX | Feb 10, 2025
So recently, after over 20 years of coding I decided to take a coding detox… Why?
So recently, after over 20 years of coding I decided to take a coding detox.
Why? …
It wasn’t fun.
By Dale Bridges | Feb 10, 2025
Your Ultimate Guide to Data Analytics Jobs
Read this post to start your data analytics career
By Data Analytics ✨ | Feb 10, 2025
5 Essential Python Tips for Beginners Starting in 2025
Expert Tips To Kickstart Your Python Beginner Journey In 2025 Onwards
By CyCoderX | Feb 10, 2025
Multiprocessing vs. Threading in Python: Which One Should You Use?
Python developers often face a critical decision when optimizing the performance of their programs: should they use threading or…
By Rexs | Feb 10, 2025
The Best Pre-Built Toolkits for AI Agents
Python and TypeScript-based AI agent frameworks, CrewAI, LangChain, Agno, and Vercel AI SDK allow developers to build AI applications with…
By Amos Gyamfi | Feb 10, 2025
LangChain vs LlamaIndex: designing RAG and choosing the right framework for your project
Today, the software developers community offers many intriguing tools for creating RAG systems, with LangChain and LlamaIndex standing out…
By Sophia Philippova | Feb 10, 2025
Deep Dive into Mutable and Immutable in Python
In Python, objects are classified into two categories: mutable and immutable. Mutable objects allow their values to be changed after…
By Akshay Kudale | Feb 10, 2025
RAG (Retrieval-Augmented-Generation) Systems: Your AI Companion
RAG is the go-to option for developers, but why?
By MertGoker | Feb 10, 2025
Building the Duolingo of Python Programming (PyDive Part 2) 🐍
Here’s how we’re making Python learning addictive!
By Hasan Aboul Hasan | Feb 10, 2025
A Complete Guide to PDF Export Integration in Django Admin.
Django PDF Actions Export: How To Export PDF from your Django Admin List Display actions.
By Ibrahim Roshdy | Feb 10, 2025
The Truth About Talent (When Genes Matter and When They Don't)
The Truth About Talent (When Genes Matter and When They Don't)
By AbdulRahman Gurmani | Feb 10, 2025
FastAPI Modern Python Web Framework
FastAPI is a modern, high-performance web framework for building APIs with Python. It is designed for speed, ease of use, and automatic…
By HoOram Shah | Feb 10, 2025
How to Increase the Accuracy of Enterprise RAG Using Gemini Flash 2.0
The typical approach to RAG (Retrieval-Augmented Generation) is pretty blunt — chop up massive unstructured documents into 1000-token…
By Madhukar Kumar | Feb 10, 2025
Stunning Python Streamlit From One Single Simple GPT-4 Prompt
Showcasing data storytelling on the global peace index dataset
By John Loewen, PhD | Feb 10, 2025
How to Make $2,000+ Per Month as a Python Programmer in 2025
Easy Possible
By Arash hadad | Feb 10, 2025
Python’s dataclasses: The Secret Weapon for Clean, Maintainable Code 🚀
When writing Python applications, we often need to create classes to represent structured data. A common approach looks like this:
By Elshad Karimov | Feb 11, 2025
Creating and Packaging The Conda Virtual Environment
Is your virtual environment is shareable ? Check this out ..
By Zubair Siddique 🧐 | Feb 11, 2025
AI-Powered Gaming: Build, Code, Dominate
The Evolution of game AI!
By Afshaan Khan | Feb 11, 2025
AWS Lambda with Matplotlib + Pandas
Helping make matplotlib+pandas in lambdas painless
By MichaelT Shomsky | Feb 11, 2025
The N+1 Query Problem in Django: What It Is and How to Avoid It
Introduction
By Philip Wawazi | Feb 11, 2025
Running MySQL Queries Interactively in Jupyter Notebook
Introduction
By Eurico Paes | Feb 11, 2025
Running MySQL Queries Interactively in Jupyter Notebook
Introduction
By Eurico Paes | Feb 11, 2025
Make money effortlessly while you sleep
How to successfully integrate your ideas with Stripe using Python and Flask?
By Miner Of Ideas | Feb 11, 2025
Code Smells That Weaken Your Codebase-Part 2
🏗️ 5.Code Smells: Knowledge Duplication
By John B Athappully | Feb 11, 2025
Creating a Code Obfuscation Program For C
Imagine you’re trying to sneak past a security guard. If you walk right up wearing a mask and carrying suspicious stuff, you’ll get caught…
By Aleksa Zatezalo | Feb 11, 2025
Improving Python Performance with Concurrency, Parallelism, and Memory Management
Python is easy to use, but performance can sometimes be a challenge. Certain tasks require optimization to make them run faster and become…
By Py-Core Python Programming | Feb 11, 2025
10-Minute Grocery Delivery App: Challenges, Tech Stack, and Key Decisions
As the apps like Blinkit, Zepto, Swiggy Instamart are comming to a boom in the recent years so I decided to create a app myself to see what…
By Divyanshu Lohani | Feb 11, 2025
If You Can Answer These 7 Python Concepts Correctly, You’re Decent at Python (Part 2)
Last week, during a code review, a junior developer asked me why I used a context manager instead of a traditional try-except block.
By Sabrina Carpenter 🐍 | Feb 11, 2025
Part 1: Django Ninja Is More Than Just a Fast API Framework — Here’s What You’re Missing
A while ago, I found myself stuck in yet another API setup. Serializers, viewsets, routers — why was something as fundamental as API…
By Saad Jamil | Feb 11, 2025
Part 1: Django Ninja Is More Than Just a Fast API Framework — Here’s What You’re Missing
A while ago, I found myself stuck in yet another API setup. Serializers, viewsets, routers — why was something as fundamental as API…
By Saad Jamil | Feb 11, 2025
Part 2: Scaling Django with Database Sharding & Replication 👾
Your Django app is a hit! Traffic is booming, users are flooding in, and everything is going great — until your database starts groaning…
By Priyanshu Rajput | Feb 11, 2025
Strings in Depth: A Comprehensive Guide to Mastering Text in Python
By Pooja Pawar | Feb 11, 2025
How To Build & Deploy an AI-Powered News Aggregator with Flask & Vercel for Free 📰
Not A Premium Member : READ HERE
By Sagar Sangwan | Feb 11, 2025
Custom Authentication Systems in Django
Introduction
By Ankita Patel | Feb 11, 2025
UV vs. PIP: 0.06 sec (vs.) 4.64 sec
As Python continues to dominate as a preferred language for everything from simple automation scripts to complex machine learning…
By Mahmoud Nasser | Feb 11, 2025
AI Influencer Automation to earn $10k/month for free
Have you seen the model in picture above anytime ? This instagram model makes more than $10000 per month. And what’s crazy, it’s not even…
By Anil Chandra Naidu Matcha | Feb 11, 2025
FastAPI + Nginx Ubuntu Server Setup Guide
1. System Preparation
By Syamjith | Feb 11, 2025
Instant RAG Applications with Pinecone Assistant
Pinecone Assistant is an online RAG/Vector database solution with a free tier
By Alan Jones | Feb 11, 2025
KubeVox: Sub-200ms Kubernetes Voice Control with Local Llama 3
Build a low-latency, privacy-focused Kubernetes voice interface using Llama 3 and local inference—a step-by-step guide.
By Patrick Kalkman | Feb 11, 2025
FastAPI has gained immense popularity for building high-performance Python APIs due to its…
In this article, we’ll explore the key challenges of FastAPI, compare it with other frameworks, and discuss potential workarounds.
By Ramesh kannan s | Feb 11, 2025
How I Fixed My VS Code Terminal Freezing Issue (And How You Can Too!)
The Day My Terminal Betrayed Me
By Kennedy ML | Feb 11, 2025
asyncio — an introduction (#asyncio
Async programming is about keeping moving efficiently without unnecessary waiting. The idea is to be able to do multiple things at once…
By Rahul S | Feb 11, 2025
C++ vs Java: Which Language is Best for Gaming?
Introduction
By Syed Safeer | Feb 11, 2025
The method of moments estimator for Gaussian mixture models
Signal processing applications with Python
By Mahmoud Abdelaziz, PhD | Feb 11, 2025
The method of moments estimator for Gaussian mixture models
Signal processing applications with Python
By Mahmoud Abdelaziz, PhD | Feb 11, 2025
Mastering Python’s join() Method
Python’s join() method is a powerful tool for concatenating iterable elements into a single string. Whether you're working with lists…
By Allwin Raju | Feb 11, 2025
⚡ Supercharge Your Django Admin with django-admin-generator 🚀
Are you tired of manually writing Django admin classes for every model?
By Sanjay Prajapati | Feb 11, 2025
PostgreSQL as a Message Broker — pgQueue
After reading both Rishabh Agarwal and Kostas Koutsogiannopoulos’ posts and being a Postgres enthusiastic, I decided to modify their…
By Oscar Pires | Feb 11, 2025
Mastering the S.O.L.I.D Principles in Django: A Hands-On Guide
Introduction
By Philip Wawazi | Feb 11, 2025
How to Distill a LLM: Step-by-step
The Google Paper that started efficient LLM distillation. Let’s explore how it works, its math, and how to implement it with code.
By Cristian Leo | Feb 11, 2025
say that." Pause.
say that." Pause. Silence.
By AbdulRahman Gurmani | Feb 12, 2025
Planning and Learning in Reinforcement Learning
Dissecting “Reinforcement Learning” by Richard S. Sutton with Custom Python Implementations, Episode VI
By Oliver S | Feb 12, 2025
Typesense (simple) search
Typesense is an open-source, in-memory, and blazing-fast search engine designed for simplicity and speed. It provides a developer-friendly…
By Venku Buragadda | Feb 12, 2025
Mastering Conditional Statements in Python
Conditional statements are the backbone of decision-making in programming. Imagine you’re writing a recipe app:
By Maria Eloisa Pedro | Feb 12, 2025
Python Web API 6 — Leveraging Asynchronous Python for High-Performance Web APIs
Web API Development with Python — Part 6/12
By Ayşe Kübra Kuyucu | Feb 12, 2025
Strategic Approaches to Data Collection and Integration
Six strategies to streamline data collection and integration.
By @panData | Feb 12, 2025
15 Ways to Use Python’s pathlib for Simple File and Directory Management
Say goodbye to confusing paths and manage your files like a pro.
By Aman Kardam | Feb 12, 2025
The Magic of Type-Based Dispatch:
A Kitchen Adventure 🍳
By Aamir Mushir Khan | Feb 12, 2025
Agentic Design Patterns: Making LLMs More Autonomous
Have you ever asked an AI model to generate code or write an essay, only to find that the output isn’t quite right on the first attempt…
By Ranjeet Tiwari | Senior Architect – AI | IITJ | Feb 12, 2025
Passkey Authentication in Django and React.js: Enhancing Security Without Passwords
Learn how to implement passkey authentication in Django and React.js for a secure, passwordless login system using WebAuthn and FIDO2.
By Shahsad KP | Feb 12, 2025
A Detail Guide About How To Build An API In Python: Understanding What Is FastAPI?
How to build an API in Python?
By Divyansh Vats | Feb 12, 2025
Stop to Code in Python Like a Bitch
Today, I will reveal my deepest secret — not just to learn better, but also to help you improve your skills while developing your code in…
By Miner Of Ideas | Feb 12, 2025
3 Essential Steps Before You Begin Bootstrapping Your Next Startup
Advice to developers from another one 🙂 Advice that I’m following next time!
By The DataByte | Feb 12, 2025
Exploring Django Model Serialization: JSON, JSONL, and YAML
When building web applications with Django, data serialization plays a pivotal role in transforming model data into formats that can be…
By Ewho Ruth | Feb 12, 2025
Understanding Natural Keys in Django Serialization
When working with Django models and serializing data, foreign keys and many-to-many relationships are typically serialized by their primary…
By Ewho Ruth | Feb 12, 2025
Using sessions in views
Django provides full support for sessions, allowing you to store and retrieve arbitrary data on a per-site-visitor basis.
By Ewho Ruth | Feb 12, 2025
Deploying a Spam Filter as a Web App Using Flask or FastAPI
Spam filters are essential tools for keeping our inboxes clean. But what if you could take your trained spam filter model and turn it into…
By Ahmed Ibrahim, PhD | Feb 12, 2025
PyVeritas: The Declarative Data Contract Engine for Python.
Treat data validation as a first-class citizen in your development process.
By Timothy McCallum | Feb 12, 2025
Master Django: A Complete Beginner’s Guide
Master Django: A Complete Beginner’s Guide
By Mahesh Sharma | Feb 12, 2025
Supercharge Your Python Apps: Multithreading for Faster Code
Note: If you’re not a medium member, CLICK HERE
By Vijay Gadhave | Feb 12, 2025
Building Interactive Web Apps with Python and Streamlit
Python has become one of the most popular programming languages. It allows developers to build applications for data analysis, machine…
By Py-Core Python Programming | Feb 12, 2025
15 More Pyspark Interview Questions
PySpark, the Python API for Apache Spark, is widely used for big data processing and analytics. If you’re preparing for a PySpark…
By Turkana Karimova | Feb 12, 2025
8 Simple Ways to Convert Excel Data to Geospatial Format Using Python
Excel may give you the coordinates, but Python gives you the story behind them
By Stephen Chege | Feb 12, 2025
10 Profitable SaaS Ideas You Can Build Today with Django (Python) & PostgreSQL
Step-by-Step Guide to Building & Scaling a Django-Powered SaaS
By Builescu Daniel | Feb 12, 2025
10 Profitable SaaS Ideas You Can Build Today with Django (Python) & PostgreSQL
Step-by-Step Guide to Building & Scaling a Django-Powered SaaS
By Builescu Daniel | Feb 12, 2025
Python Puzzle Challenge: 7 Advanced Coding Tricks to Master Now
I still remember the first time I encountered a particularly clever piece of Python code that made me do a double-take.
By Sabrina Carpenter 🐍 | Feb 12, 2025
Django Ninja: Unlocking Its Full Potential (Part 2)
In Part 1, we explored how Django Ninja simplifies API development, making Django APIs faster and cleaner while fully integrating with…
By Saad Jamil | Feb 12, 2025
Django Ninja: Unlocking Its Full Potential (Part 2)
In Part 1, we explored how Django Ninja simplifies API development, making Django APIs faster and cleaner while fully integrating with…
By Saad Jamil | Feb 12, 2025
Linux File Commands in Python, Part Two
In the previous article, we have discussed how to view working directory and change directory. You have seen that some of the features of…
By Jasenko Krejić | Feb 12, 2025
The Reasons Why Everyone Is Learning Python
Discover why Python is the go-to language for beginners and pros alike.
By CyCoderX | Feb 12, 2025
7 Strange Ways To Write Numbers In Python
Apart from the usual ways of defining numbers eg. 100, 3.14159, we can write numbers in stranger ways if we want to.
By Liu Zuo Lin | Feb 12, 2025
Django vs. REST API vs. Flask API vs. FastAPI: A Detailed Comparison
Choosing the right framework for building your web application or API can be daunting. Python offers several options, each with its own…
By Moguloju Sai | Feb 12, 2025
If You Are Tired of Python Pandas, You Can Try This!!
I don’t know whether you know about this or not…
By Kiran Maan | Feb 12, 2025
Upwork Helped Me Build a Full Time Freelance Career
Stress free Life
By Tsumit | Feb 12, 2025
Python’s functools – The Hidden Powerhouse You’re Not Using! 🚀
When we talk about Python, we often focus on loops, classes, data structures, and frameworks. But did you know that Python has a hidden…
By Elshad Karimov | Feb 12, 2025
Mastering FastAPI: Build a CRUD App in Minutes
FastAPI has taken the Python world by storm with its speed, simplicity, and automatic API documentation. In this article, we will walk…
By Sugandha Bansal | Feb 12, 2025
Django Switchable Theme
Step 1: Preparation, Create Django Project, Inital Migration
create virtualenv: virtualenv venv
start virtualenv: venv/Scripts/activate…
By Adi Ramadhan | Feb 12, 2025
Building a Realworld blog backend in 600 lines of Python
Use 600 lines of Python code to develope a Medium-like complete realworld blog backend
By voidZXL | Feb 12, 2025
5 Programming Habits That Separate the Good Developers from the Great Ones
Here’s what the top 1% of developers do differently
By Mohab A.Karim | Feb 12, 2025
Types of Errors in Python and How to Fix Them
Learn how to identify and fix common Python errors like SyntaxError, TypeError, and NameError with this quick guide
By Gajanan Rajput💚 | Feb 12, 2025
Building a Fantasy Football Discord Bot with OpenAI’s APIs
Applying OpenAI’s Threads & Assistants APIs to a Discord Bot for Fantasy Football banter.
By Jason Freeberg | Feb 13, 2025
ELT Rebooted: How AI & Machine Learning Are Reinventing Data Scrubbing
Do you recall times when dealing with data was really tough? When we had to fix columns by hand, make corrections where things didn’t match…
By Aman Sharma | Feb 13, 2025
How to Improve Decision-Making with Hypothesis Testing in Python
Learn how hypothesis testing in Python can help you make confident, data-driven choices.
By Builescu Daniel | Feb 13, 2025
Automating Research: A Journey Through 5 Years of NeurIPS Papers Using Modern AI Tools
A detailed walkthrough of scraping and classifying thousands of machine learning papers using Python, LLMs, and persistence
By Ayesha Saeed | Feb 13, 2025
Python and GPT: create your AI chatbot
This course consists of 47 activities with an estimated workload of 8 hours and was completed on February 11, 2025. Topics include the…
By Dalvolinda Silva | Feb 13, 2025
Understanding Descriptors in Python
In Python, descriptors provide a powerful way to manage attributes in classes. They allow developers to control access to instance…
By Data Overload | Feb 13, 2025
From Theory to Code: Implementing Linear Regression Training Techniques
How I Built Linear Regression from Scratch — And What I Learned
By Marcus Sena | Feb 13, 2025
Comparing performances: NestJS, Django and FastAPI
We will compare these three popular frameworks, benchmarking the GraphQL performance.
By Rodrigo Arancibia | Feb 13, 2025
Overriding Built-In Field Validators in Django REST Framework ModelSerializers
When building APIs with Django REST Framework (DRF), ModelSerializers provide a quick and efficient way to translate your Django models…
By Eric Abell | Feb 13, 2025
Introducing Rack Root — The Home Lab Inventory Tracking System
A project I came up with to learn web development
By Aaron Longchamps | Feb 13, 2025
Understanding Gini Index Impurity: A Python Implementation
Introduction
By Alireza Malekzade | Feb 13, 2025
HOW TO TURN INSTANT GRATIFICATION TO YOUR ADVANTAGE
By AbdulRahman Gurmani | Feb 13, 2025
Automatic Deployment of a FastAPI Application on AWS EC2 with Nginx and CI/CD using GitHub Actions
Introduction
By Adedayo Ibrahim | Feb 13, 2025
Mastering Django Authentication: Basic vs Token vs JWT — Everything You Need to Know
In modern web development, securing APIs is crucial, and Django provides several built-in methods for authentication. Whether you’re…
By the kishore | Feb 13, 2025
Advanced Python Features for Better Code
Python has many features that make development easier. Some are well known, others not so well known. In this article, I’ll touch base on a…
By Py-Core Python Programming | Feb 13, 2025
WSGI vs. ASGI: A Deep Dive into Gunicorn, Uvicorn, and More
When developing and deploying Python web applications, you may encounter terms like WSGI, ASGI, Gunicorn, Uvicorn, and others. These…
By Aditya Mangal | Feb 13, 2025
Browser-Length Sessions vs. Persistent Sessions in Django
Django allows you to control how long session cookies remain active using the SESSION_EXPIRE_AT_BROWSER_CLOSE setting.
By Ewho Ruth | Feb 13, 2025
Django Session Settings Overview
Django provides several settings to control session behavior across your application. These settings allow for customization based on the…
By Ewho Ruth | Feb 13, 2025
Predicting Term Deposit Subscription: A Machine Learning Approach
In this project, I tackled a classification problem involving a Portuguese banking institution’s direct marketing campaign. The goal was to…
By Sheva Milano | Feb 13, 2025
What does it mean to fulfill all righteousness?
It’s to wash away all sins by passing the sins onto Jesus. So when Jesus was baptized to take away all the sins of the world, were they all…
By Muhammad Aslam | Feb 13, 2025
Mastering Python Basics for Engineers
Python has become an essential tool for engineering students due to its simplicity, readability, and extensive libraries. This article…
By LM Po | Feb 13, 2025
How to Use Python’s warnings Module Which Can Catch Hidden Issues
Have ever tried this module???
By Kiran Maan | Feb 13, 2025
Custom Domain Name with Cloudflare for Heroku Django Application
Heroku provides a sub-domain so we don’t have to purchase a domain name. It’s friendly to the application on development. For the…
By Jen-Hsuan Hsieh (Sean) | Feb 13, 2025
Preparing for PCEP™ — Certified Entry-Level Python Programmer PART 1
Hello everyone , I have decided to start pursuing some certificates that might be helpful in my career. I will be starting out my journey…
By Kristiyan Radev | Feb 13, 2025
Python 3.14.0 Alpha 5 is Out
What’s New and Why It Matters
By Rahul Sharma | Feb 13, 2025
Understanding Error Metrics in Machine Learning: MAE, MSE, RMSE & R² Score
In machine learning, evaluating model performance is as important as building the model itself. When working with regression models, we use…
By Sonu Yadav | Feb 13, 2025
Building a Semantic Search System with Qdrant and FastAPI: A Practical Guide to AI-Powered Customer…
In this article, we explore the fundamentals of semantic search and how vector databases revolutionize information retrieval. We start by…
By Ibrahim Halil Koyuncu | Feb 13, 2025
Mastering Python’s itertools: The Hidden Power of Iterators 🚀
When people think of Python, they often focus on loops, lists, and dictionaries. But what if I told you there’s a secret weapon in Python…
By Elshad Karimov | Feb 13, 2025
Polynomial Regression: From Degree 2 to Degree 10 — A Complete Guide
In machine learning, regression models are used to predict continuous values based on input features. While Linear Regression is simple…
By Sonu Yadav | Feb 13, 2025
NodeJS vs Django: Choosing the Right Backend Framework
Hi, fellow Developers. Sorry for the long wait before a new article. Without further ado, lets get right into it.
By Emmanuel Olakunle | Feb 13, 2025
Automatic Flash Card Creator with GPT-3.5. and Flask — Part II — The Authentification
Last time, I introduced you to the platform I created — a tool that allows teachers to upload their materials, enabling ChatGPT to…
By Sv C Sch | Feb 13, 2025
Building a Django API for Buying BLP Tokens with MetaMask Integration
A Step-by-Step Guide to Purchasing BLP Tokens via a Django API
By Joel Wembo | Feb 13, 2025
Building a Django API for Buying BLP Tokens with MetaMask Integration
A Step-by-Step Guide to Purchasing BLP Tokens via a Django API
By Joel Wembo | Feb 13, 2025
Developing A Snake Game: Inheriting the GUI
I had recently increased my ventures into the realm of GUI and it’s many legacy APIs, such as Turtle, a rather simple API that lets you…
By ömer faruk çınar | Feb 13, 2025
Automatic Deployment of a FastAPI Application on AWS EC2 with Docker, Nginx, and CI/CD using GitHub…
Introduction
Deploying a FastAPI application manually can be challenging, particularly when it comes to managing dependencies, handling…
By Adedayo Ibrahim | Feb 13, 2025
Bullet-proof wakeword/keyword detection
I am Tyler Troy, a co-founder at Look Deep Health Inc. We are a healthcare startup that provides a hardware/software platform for…
By Tyler | Feb 13, 2025
If You Can Answer These 7 Python Concepts Correctly, You’re Decent at Python (Part 3)
After diving into some lesser-known Python concepts in Part 2, let’s explore seven more advanced features that separate proficient Python…
By Sabrina Carpenter 🐍 | Feb 13, 2025
Black: The Uncompromising Python Code Formatter
Ever wasted time in code reviews arguing about commas, indentation, or line breaks?
By Rexs | Feb 14, 2025
Title: Automating Academic Research: Scraping NeurIPS Papers with Python
Introduction
The Conference on Neural Information Processing Systems (NeurIPS) is a cornerstone of AI research, showcasing cutting-edge…
By Ameer Sultan | Feb 14, 2025
Building a Real-Time Audio Translator with AI
Have you ever wished you could speak your native language and have your words instantly translated and spoken in English? In our…
By Parkashom | Feb 14, 2025
Advanced Python Functions You Should Know (With Practical Examples)
Python is one of the most widely used programming languages in the world. It has everything: AI, web development, functional programming…
By Benjamin Figeiredo | Feb 14, 2025
A Beginner-to-Upper Intermediate Data Science Roadmap for 2025 #5: Software Engineering Basics for…
A Step-by-Step Roadmap to Start a Data Science Career In 2025
By Youssef Hosni | Feb 14, 2025
Beyond the Notebook: Building a Local Development Environment with Python
A step-by-step walkthrough of how I built an LDE with Python and the Financial Modeling Prep API to import fundamental data for companies…
By Jacob Ingle | Feb 14, 2025
Your Streamlit Apps Don’t Have to Suck
6 Simple Ways to Customize Your Streamlit Apps
By Anjolaoluwa Ajayi | Feb 14, 2025
Building a Linear Regression Model in Python for Machine Learning
Learn how to build and evaluate a Linear Regression model in Python
By CyCoderX | Feb 14, 2025
I Made My Python App Start 5× Faster without changing the code — Here’s How
Lazy Imports done right
By Dhia Hmila | Feb 14, 2025
Lesson 5~Condition based statements for column updates in Pandas
Condition-based statements (like filtering, applying functions, and conditional modifications) are essential in Pandas because they help in…
By Anuva Das | Feb 14, 2025
Your First Python Project: Add This Feature to Your Project to Impress Interviewers
🚀 The Struggles of Remembering What We Learn
By Saharsh Solanki | Feb 14, 2025
FastAPI vs Flask Compared: Choosing the Right Framework for Your Project
A web framework is a set of libraries and utilities that simplifies web application development. It offers a framework in which developers…
By AppVin Technologies | Feb 14, 2025
Mysql gone away exception in Django
Origin
By Jsmy | Feb 14, 2025
. Imitating the Powerful
By AbdulRahman Gurmani | Feb 14, 2025
Some Python Developers Are Switching to uv, Are You?
For many managing packages and project environments in python has long been synonymous with tools like pip and virtualenv. However, there…
By Py-Core Python Programming | Feb 14, 2025
Pushing Lambda, FastAPI, SQLAlchemy, and RDS to the Limits: Performance, Optimization, and Lessons…
In the first article of this series, I covered setting up AWS Lambda and API Gateway with Amazon Aurora RDS, using Python, FastAPI, and…
By Arttu Pekkarinen | Feb 14, 2025
🚀 Introduction to python Mathematical Optimization : Algorithms That Power the Future 🎯
📌 What is Mathematical Optimization?
By Mahernaija | Feb 14, 2025
Hosting Static Files with FastAPI
8 liner code which can save awful amount of time
By Sreeved Vp | Feb 14, 2025
Best LLM for Translation?
In the previous article, I discussed how the web search functionality of large online AI models is difficult to customize according to…
By Wei Lu | Feb 14, 2025
Is there any more sin for which we must give prayers for repentance?
No 140 The Baptism of Jesus and the Atonement of Sins
Download eBooks and audiobooks www.bjnewlife.org We have been saved from our sins by…
By Muhammad Aslam | Feb 14, 2025
FastAPI — Modern High-Performance Python Web Framework
This article is the first in a series on FastAPI for beginners. It provides an overview of the need for the FastAPI framework, its key…
By Shashir | Feb 14, 2025
Writing Efficient Python
7 Tips To Enhance Your Code’s Speed and Readability
By Mohab A.Karim | Feb 14, 2025
How I Built a Stock Alerts System
Why I Built This Project
By Nitzan Kolatacz | Feb 14, 2025
Extending Database-Backed Session Engines in Django
Django provides the ability to customize its session storage system by creating custom session engines.
By Ewho Ruth | Feb 14, 2025
SessionStore and Custom Session Engines in Django
In Django, sessions are stored and managed using a session store object, which is responsible for interacting with the backend where…
By Ewho Ruth | Feb 14, 2025
The sitemap framework
A Practical Guide to Django’s Sitemap Framework
By Ewho Ruth | Feb 14, 2025
Understanding Sitemap Classes in Django
Introduction
By Ewho Ruth | Feb 14, 2025
Django Sitemap Class Reference: A Complete Guide
Introduction
By Ewho Ruth | Feb 14, 2025
Generating Sitemaps in Django: A Practical Guide
A sitemap is an XML file that helps search engines understand your website’s structure.
By Ewho Ruth | Feb 14, 2025
Creating Sitemaps for Static Views and Large Websites in Django
A well-structured sitemap improves SEO by helping search engines discover your pages efficiently. While Django’s sitemap framework makes it…
By Ewho Ruth | Feb 14, 2025
Customizing Django Sitemaps with Custom Templates
Django’s sitemap framework is powerful, but sometimes you need customization to match specific SEO strategies, branding, or Google News…
By Ewho Ruth | Feb 14, 2025
Customizing Sitemaps and Leveraging Django’s Sites Framework for Multi-Site Management
Django provides powerful built-in tools for managing multi-site applications and optimizing SEO with sitemaps.
By Ewho Ruth | Feb 14, 2025
Unveiling Identity Operators in Python: Understanding is and is not
Welcome, Python enthusiasts! Well, are you ready to get your hands dirty with identity operators? Today we will see how python understands…
By Aryan kumar | Feb 14, 2025
Christofides Algorithm: The Secret Weapon for Route Optimization
The Traveling Salesman Problem (TSP) is one of the most famous and challenging problems in computer science and operations research. The…
By PRIYADARSHAN GHOSH | Feb 14, 2025
Mastering Python’s datetime: 12 Tips to Manage Time Like a Pro
Handle dates and times with precision and avoid common datetime headaches!
By Aman Kardam | Feb 14, 2025
Terraform vs. ClickOps: The Hidden Churn of Python Azure Functions
Managing infrastructure-as-code with Terraform (or any such equivalent tool) should provide a consistent, predictable experience, but when…
By Mark Tinderholt | Feb 14, 2025
Table schema validation against SQL query: fun with SQL parsing in Python
Introduction
By Nicolas My | Feb 14, 2025
Back-End Development: Node.js, Django, and Spring Boot
Discover the power of Node.js, Django & Spring Boot! Learn their features, use cases & how to pick the best back-end tech for your project.
By EaseZen Solutionz | Feb 14, 2025
Turtle BTC Algorithmic Trading with Technical Analysis & Backtesting
Unlock the Potential of Turtle Trading in the BTC-USD Market
By Alexzap | Feb 14, 2025
My Preconfigured Django Template: [Part 4] — Python-Decouple
My Preconfigured Django Template: [Part 4] — Python-Decouple
By Matúš Kočik | Feb 14, 2025
30-Day ML Challenge
Hi! I haven’t written in forever, and I’m not particularly proud of that. I could give the “busy with work” excuse, but my 2025 mindset…
By Qudirah | Feb 15, 2025
Getting Started With Python An Installation Guide For Data Science Projects
A Comprehensive Step By Step Guide by Muhammad Naveed Arshad,MSc |Writer|Editor| AI Engr
By Muhammad Naveed Arshad,MSc |Writer|Editor| AI Engr | Feb 15, 2025
Is It Faster to Fall Through the Earth or Orbit to the Other Side?
How could you make a tunnel through the center of the Earth? Well, you probably couldn’t. However — if you COULD, it would make a great…
By Rhett Allain | Feb 15, 2025
Beyond Traditional Moving Averages: A New Approach to Crossover Trading
Reducing bias and improving signals by using typical price instead of closing price.
By Kridtapon P. | Feb 15, 2025
Building a Desktop GUI for Ollama Chat Interactions using Python
As a data scientist, anytime I am testing out new technologies (APIs, frameworks, etc.) I find myself returning to where it all started…
By Patrick Cooper | Feb 15, 2025
NumCpp: The C++ “NumPy” is Here! Goodbye Python’s Performance Limits!
NumCpp is a high-performance C++ library that replicates NumPy’s core functionality, enabling seamless integration and extreme performance…
By Meng Li | Feb 15, 2025
Pydantic Essentials and Tips: Default Values
Pydantic is the data validation library, which is used in many popular libraries like FastAPI, Langchain, etc. In this article, I’ll be…
By Shreyansh | Feb 15, 2025
THE ANT AND THE CRICKET
By AbdulRahman Gurmani | Feb 15, 2025
Build A Python Temperature Converter : Part-1|Python Project for Beginners
Introduction
By Meera Menon | Feb 15, 2025
Story of Prophet Ibrahim (A.S): The Miracle of the Fire – Allah’s Protection
Imagine standing alone against an entire nation, refusing to follow the beliefs of your people, challenging the most powerful leaders of…
By Muhammad Zawar | Feb 15, 2025
LangGraph Multi-Agent Supervisor: The Future of Intelligent and Scalable Application Development
LangGraph Multi-Agent Supervisor simplifies AI-driven development with modular, scalable and structured agent orchestration. Learn its…
By Pankaj | Feb 15, 2025
Django REST Framework vs FastAPI
A Comprehensive Comparison with Practical Code Examples
By Rahul Sharma | Feb 15, 2025
Django REST Framework vs FastAPI
A Comprehensive Comparison with Practical Code Examples
By Rahul Sharma | Feb 15, 2025
11 Math Symbols That I Forgot About Until Recently
I haven’t dealt with these Math symbols since 2020 maybe (some of these since 2014 even)
By Liu Zuo Lin | Feb 15, 2025
# Django REST Framework Error Handling: A Practical Guide
Introduction
By Sreelekshmi Jayaprakash | Feb 15, 2025
Django Tutorial: Creating an Interactive CSV Export Feature
To export csv data in django we only need the CSV library, interestingly this library is a native python library so you don’t need to…
By Alfin Fanther | Feb 15, 2025
How do we overcome the world and Satan?
By Muhammad Aslam | Feb 15, 2025
HTTP Protocol: How It Works and Why It’s Designed This Way
In the world of the Internet, the HTTP protocol is undoubtedly a fundamental protocol and essential knowledge in the field of web…
By Leapcell | Feb 15, 2025
Improve your excels skills with Python
For a while I have been testing some of the functionality we can do with excel’s PY function, which allows us to run Python code inside…
By Jesús | Feb 15, 2025
Middlewares in FastAPI
Middleware in the context of APIs are components that sit between the server and the application, handling requests and responses before…
By Saurabh Pandey | Feb 15, 2025
7 Powerful Upgrades in Python Pydeck 0.9.1 for Geospatial Visualization in 2025
Learning GIS is like learning a new language — it gives you a new way to see the world.
By Stephen Chege | Feb 15, 2025
This Happens Inside Python…When We Call a Function
Don’t miss this interesting concept!!!
By Kiran Maan | Feb 15, 2025
Finology Stock Fundamentals: Efficient Data Extraction with Python
Introduction In the realm of stock market analysis, having access to fundamental data is crucial for making informed investment decisions…
By Shoeb Ahmed | Feb 15, 2025
🎯 Optimize Your Django REST API with djangorestframework-queryfields 🚀
Ever felt like your Django REST Framework (DRF) API returns too much data? 😵💫
By Sanjay Prajapati | Feb 15, 2025
Getting the Current Domain for Full URLs in Django
Django’s get_absolute_url() convention provides object URLs without a domain name, which is useful when working within the same site…
By Ewho Ruth | Feb 15, 2025
Using Django’s Redirects Framework for Managing URL Changes
When managing a website, URLs sometimes change due to restructuring, renaming, or SEO optimization. Broken links can harm user experience…
By Ewho Ruth | Feb 15, 2025
Advanced Redirect Handling in Django
If your site undergoes frequent URL changes, managing redirects dynamically can save time and improve efficiency. Below are some advanced…
By Ewho Ruth | Feb 15, 2025
Implementing Redirect Tracking in Django’s Admin Panel
If you want to monitor and analyze redirects from the Django admin panel, you can extend Django’s built-in Redirect model by adding a…
By Ewho Ruth | Feb 15, 2025
Phishing Explained: A Simple Example of How Your Credentials Can Be Stolen — part III
Phishing is one of the most common and dangerous types of cyberattack. Attackers use fake websites or emails that look like legitimate ones…
By viraj sameera | Feb 15, 2025
Most Popular Python Data Visualization Libraries in 2025
In this article, we’ll explore some of the most powerful and popular Python data visualization libraries that can help turn your data into…
By Joanna | Feb 15, 2025
Mastering Container Patterns: A Developer’s Guide to Modern Deployment
In today’s world of microservices and containerized deployments, managing how your applications run inside containers is as important as…
By Nabajyoti Borah | Feb 15, 2025
5 Good Python Practices
Mastering Python: 5 Essential Practices for Cleaner & More Efficient Code
By Fuzzy | Feb 15, 2025
5 Bad Ideas In Python
5 Python Pitfalls You Should Avoid at All Costs
By Fuzzy | Feb 15, 2025
FastAPI CRUD Simplified: Base Repository with SQLAlchemy & Pagination
FastAPI has become one of the most popular frameworks for building high-performance web APIs in Python. When working with databases, using…
By Procrastinator | Feb 15, 2025
Connecting Django with MySQL
This guide explains how to connect a Django project to a MySQL database. We’ll create a simple model named “Book” that saves objects to a…
By MD ABDULLAH ALL MAMUN | Feb 15, 2025
Day 43 of 100 Days Agentic Engineer Challenge: AI Agent and FastAPI
I’m continuing my work on InfluenceFlow AI Agent, and this is part two of my development log. Today, I’ll dive deeper into the Python and…
By Damian Dąbrowski | Feb 16, 2025
Announcing Kreuzberg v2.0: A Lightweight, Modern Python Text Extraction library
🔍 What’s Kreuzberg?
By Na'aman Hirschfeld | Feb 16, 2025
Add a simple captcha in Django
*This article requires you to have sufficient knowledge of Django forms.*
By Arno Pretorius | Feb 16, 2025
CrewAI: Using Agents to Code: Part2
Learning that most fixes are not code changes
By MichaelT Shomsky | Feb 16, 2025
Day 5: Python Syntax: Basic Concepts — List in detail
Python in 30 Days: A Practical and Theoretical Approach for Beginner.
By Kirti K | Feb 16, 2025
HMA Crossover Strategy: A Data-Driven Approach to Trading
Refining Trading Signals with HMA and Walk-Forward Optimization
By Kridtapon P. | Feb 16, 2025
The Error That Almost Give me a BURNOUT 😵💫
How to Serialize a DataFrame Correctly ?
By Miner Of Ideas | Feb 16, 2025
How PYTHONPATH Cost My Friend a Job Offer
A small environment variable, a big interview disaster.
By Rahul Beniwal | Feb 16, 2025
Building AI Agentic Systems with AG2 and FastAPI
AG2 is a multi-agent conversation framework facilitating cooperation among multiple agents. It enables agents to collaborate to solve…
By Sandani Sesanika Fernando | Feb 16, 2025
The Importance of User Agents in Web Scraping: To Fake or Not to Fake?
“Faking a user agent can help bypass restrictions, but ethical scraping ensures long-term access.”
By GunKurnia | Feb 16, 2025
Python Sprint: Day 1 (16.02.2025)
Hello all, from today (16.02.2025) we will be starting with Python 30 days sprint challenge. I also need to refresh my python skills while…
By Ramkumar Muniandi Vallimayil | Feb 16, 2025
Change Is the Law
By AbdulRahman Gurmani | Feb 16, 2025
Day 44 of 100 Days Agentic Engineer Challenge: FastAPI Local SSL & OAuth 2.0
I’m working on an AI Agent, which is responsible for growing the followers on X_com. When engaging with the X API (formerly Twitter API)…
By Damian Dąbrowski | Feb 16, 2025
Exploring Similar Word Search with Voyager 🛰️: Fast vector search library
Spotify introduced Voyager, a new approximate nearest neighbor (ANN) search library[¹]. This article serves as a memo, summarizing what I…
By Chiaki Ichimura | Feb 16, 2025
5 Annoying Tasks I Hated Doing Until Python Fixed Them
Save Time and Effort! Here’s How I Use Python to Automate Tedious Tasks
By PURRFECT SOFTWARE LIMITED | Feb 16, 2025
Data analytics
In the initial segment of this paper, we will talk about the hardships of working with tremendous informational collections as well as the…
By Hina Khan. | Feb 16, 2025
Transformer²: Self-Adaptive LLMs and Efficient Fine-Tuning
A comprehensive guide to Transformer², a self-adaptive framework that simplifies LLM fine-tuning through dynamic adaptation and Singular…
By Pankaj | Feb 16, 2025
HNG Stage 2: Deploying a FastAPI Application with a CI/CD Pipeline
Introduction
By Richard Atodo | Feb 16, 2025
Implementing Stripe Checkout in a Flask Web Application
Introduction
By Noman ali | Feb 16, 2025
Design Patterns: Practical Tools for Everyday Coding🤯
💡 Heads Up! Click here to unlock this article for free if you’re not a Medium member!
By Dhruv Ahuja | Feb 16, 2025
Python 3.13.2 & Django Installation On MacOS
Python Installation
By ahmet | Feb 16, 2025
Four Strategies for dealing with Script Kiddies / Probing / Attacks
If you’ve ever set up a website, you’ll notice a number of real annoying behaviours in the logs, such as:
By David Janes | Feb 16, 2025
From Challenge to Innovation: Crafting a JSON Parser for OpenAI’s O3 Family
As we know, in 2025, OpenAI introduced the o3 family — the largest AI models — and they have once again taken the pinnacle of the AI world…
By borandabak | Feb 16, 2025
Under 50 Lines of Python — AI Powered Book Summary Search (with Cloud SQL & Vertex AI)
Unlock the Power of LLMs: Building a Book Summary Search Engine.
By Vasudev Sharma | Feb 16, 2025
Building A Simple Application With FastAPI
FastAPI is a modern Python web framework, very efficient in building APIs. The latest version requires Python 3.6 or above. It is one of…
By Alen Sabu | Feb 16, 2025
The Power of Data Annotation:Automating Research Paper Classification
Introduction:
By Kashish Noor | Feb 16, 2025
#Hashnode
Simple Flask API Creation: A Quick Start Guide For Beginners
Learn Python with this one project!
This article will introduce you to some fundamental concepts of Python, such as declaring variables, type conversion, mathematical operations, and defining and calling functions. Additionally, it will delve into mo…
By Omiete | Feb 10, 2025
Demystifying Authentication: Securing Your Applications
Introduction
In today's interconnected world, securing your applications is paramount. Authentication, the process of verifying a user's identity, plays a crucial role in this. This article explores various authentication types, providing clear exp…
By Sylvester Das | Feb 10, 2025
Using Design Patterns in Python
In this article, we will deep dive into the most common design patterns used in software development with appropriate code skeletons using Python.
Introduction
Design patterns are reusable solutions to common challenges in software design. They serve…
By Saumil Hukerikar | Feb 10, 2025
Unlocking the Power of Python: Modules & Libraries Explained!
🏆 A Story of Python Superpowers!
Imagine you’ve just stepped into Python City, a place where developers are superheroes! 🦸♂️🦸♀️ Every hero needs tools to solve problems, just like every coder needs functions to build applications.
But what if yo…
By Faizan Shaikh | Feb 10, 2025
Creating objects and inheritance in python
Python Objects
An Object an instance of a Class. A class is like a blueprint while an instance is a copy of the class with actual values. Python is an object-oriented programming language that stresses objects.
Importance of creating Objects
They al…
By Lawani Elyon John | Feb 10, 2025
Have a product idea? Use this SaaS template!
Welcome to Anvil's SaaS Template
Anvil's SaaS (Software as a Service) template is a solid starting point and foundation for your subscription-based SaaS product. This template uses Stripe's API for subscription management, and includes simplified use…
By Coding With Ryan | Feb 10, 2025
Understanding Python Code Execution: From Storage to RAM
Ever wondered how Python executes your code? Understanding how Python processes your script—from loading it into RAM to executing each function—is essential for writing efficient programs. Let's break it down step by step.
🚀 1. Code Execution: From…
By Faizan Shaikh | Feb 10, 2025
Understanding Recursion: A Beginner-Friendly Guide
Recursion is a powerful problem-solving technique where a function calls itself to break a larger problem into smaller, more manageable subproblems. It allows us to write cleaner and more elegant code, eliminating the need for explicit loops in many …
By Faizan Shaikh | Feb 10, 2025
Mastering Recursion: The Power of Breaking Problems into Smaller Parts
Recursion is one of the most fascinating concepts in programming. At its core, recursion allows a function to call itself to break down complex problems into smaller, manageable subproblems. It’s like learning Information Technology—you don’t jump st…
By Faizan Shaikh | Feb 10, 2025
Building a Dockerized Python Web Scraper with MySQL Integration
Introduction
Web scraping is a powerful technique for extracting data from websites, but efficiently storing and managing that data requires a robust setup. In this project, we built a Python web scraper that extracts quotes from a website and saves …
By Faizan Shaikh | Feb 10, 2025
Web development #Backend Track
🚀 My Web Development Journey: Learning Python!
Hey everyone! 👋
I’ve recently started my journey into backend web development, and I couldn’t be more excited! Web development has always fascinated me, and now I’m finally taking my first steps into c…
By Juliana Nyakaro Kamau | Feb 10, 2025
Everything About Python Colons
What Python Colons Do
Python sees a colon (:) and thinks, Oh, something’s coming. That something? An indented block. A function. A loop. An if-statement. No colons, no structure. No structure, no Python.
How Python Colons Work in Code
Colons pop up a…
By Mike Vincent | Feb 10, 2025
Why Your Django App Needs AI-Powered Query Optimization 🚀
Slow database queries are the silent killers of user experience. As your Django app scales—more users, more data, more features—queries that once zipped along can grind to a crawl. Traditional fixes like indexing or caching work, but they’re reactive…
By Binshad Ap | Feb 10, 2025
1 Month of Devops
This is a runup of all i covered within one month
Month 1: Foundation Building
Learning DevOps requires a solid foundation, and my first month has been all about establishing core skills that will support my future growth. My journey began with Linux…
By Musa Saleh | Feb 10, 2025
🔥 Scrape Any Website Fast and Cheap with Crawl4AI
Web scraping is one of the most in-demand skills in AI and tech today. Companies are actively seeking professionals who can extract valuable data efficiently.
In this guide, I’ll walk you through building an AI-powered web scraper using Crawl4AI, le…
By Aymen K | Feb 11, 2025
Optimizing Automation Scripts: How We Reduced Execution Time from 1 Hour to 30 Seconds, a 140x Improvement
TL;DR
We optimized our Pub/Sub automation script, reducing execution time from over 1 hour to less than 30 seconds using Node.js. Here’s a quick overview of the improvements:
Initial Python Script: Sequential processing, took over 1 hour.
Improved …
By Suhail Akhtar | Feb 11, 2025
🐍 Mastering Python Data Structures & OOP Concepts! 🚀
Welcome back, data enthusiasts! 🌟 In this blog, we dive into Python's powerful Data Structures and Object-Oriented Programming (OOP) principles. Let's make coding fun and easy! 😄
1️⃣ Lists: Your Go-To Container! 📦
Lists are like shopping bags 👝 …
By Manav Rastogi | Feb 11, 2025
Navigating the API Landscape
APIs, or Application Programming Interfaces, are the unsung heroes of the modern digital world. They're the messengers that allow different software systems to talk to each other, enabling everything from online shopping to social media sharing. But …
By Sylvester Das | Feb 11, 2025
Creating a CRUD Application with Flask and SQLAlchemy: A Step-by-Step Guide
In this blog, we'll walk through building a simple CRUD (Create, Read, Update, Delete) API using Flask and SQLAlchemy. This guide will cover setting up the project, configuring the database, defining models, creating routes, and running the applicati…
By Manthan Ankolekar | Feb 11, 2025
Automating Cloud Operations with Python: AWS, Azure, and GCP
Alright, folks! We’ve come a long way in mastering Python for DevOps, and this blog marks the finale of this series—well, for now! But don’t worry, the journey doesn’t stop here. As we dive deeper into core DevOps topics, we’ll revisit Python wheneve…
By Rajratan Gaikwad | Feb 11, 2025
Day 4: Exploratory Data Analysis (EDA)
Exploratory Data Analysis (EDA) is the process of visually and statistically examining your data to understand its structure, patterns, and potential issues. EDA is very quintessential in answering questions such as “Are there trends or patterns in t…
By Saket Khopkar | Feb 11, 2025
Mastering Python Django Development: A Comprehensive Guide
To master Python Django development, one must delve into its comprehensive framework, designed to streamline web application creation. This guide aims to equip you with the skills and knowledge needed to excel in Django development, from understandin…
By Emmanuel Bwire | Feb 11, 2025
Hari 2 – Pemrograman untuk AI: Bahasa Mana yang Harus Dipilih?
Kalau kamu mau mulai belajar Artificial Intelligence (AI) dan Machine Learning (ML), pasti sempat bingung, “Bahasa pemrograman apa sih yang paling cocok buat AI?” Tenang, kamu nggak sendirian! Ada beberapa bahasa yang sering dipakai, tapi mana yang p…
By Kompak Akademi | Feb 11, 2025
Token-based Authentication 2.0
What is Token-Based Authentication?
Token-based authentication is a security mechanism where a user authenticates once and receives a token, which is then used to access protected resources without needing to re-enter credentials. The token is typica…
By Shubham Agrawal | Feb 11, 2025
Microfrontends: Are They Right for Your Project?
Microfrontends have emerged as a powerful architectural pattern for building large, scalable web applications. Inspired by the principles of microservices, they break down a monolithic frontend into smaller, independent, and deployable units. This ap…
By Opeyemi Ojo | Feb 11, 2025
Mastering Sentiment Analysis: 6 Powerful Python Libraries to Know
Introduction
Sentiment analysis has emerged as a vital tool for companies seeking to comprehend consumer sentiment, social media trends, and market attitudes in the age of data-driven decision-making.
Since Python is the most widely used language i…
By Lucy | Feb 11, 2025
[LeetCode] Top Interview 150 Problems Solving # 27 Remove Element
Understanding the Problem
There is a list of nums as nums and a single integer as val. If the given list has the value val, it should be taken away from the list. The instruction was clear with the finishing words that I need to return k, which is th…
By Ramhee Yeon | Feb 11, 2025
Streamlining Your Code: Refactoring Made Easy with GitHub Copilot
Introduction
Refactoring is the process of improving your code's internal structure without changing its external behavior. Think of it like renovating a house: you're changing the layout and updating systems, but the house still serves the same purp…
By Sylvester Das | Feb 11, 2025
Singular Value Decomposition for Feature Extraction
We know that the images and videos we see around us are often used to interact with AI for multiple forms of analysis and research. In fact, AI has advanced so much that we can even generate such images and videos through simple prompts.
But have you…
By Ayush Saraswat | Feb 11, 2025
What Are Logs in Programming?
Have you ever run a program, and it crashed? No error messages, no hints, just silence. How do you figure out what went wrong? That's where logging saves the day.
Logs keep track of what’s happening inside your code so that when things go wrong, you …
By Syeda Maham Fahim | Feb 11, 2025
AWS re/Start Program: Weeks 5 & 6 – Security & Python Fundamentals
As I progress through the AWS re/Start program, Weeks 5 and 6 have been focused on two crucial aspects: AWS security services and Python programming. This phase has been both exciting and insightful, blending cloud security with programming fundament…
By Pradnya Sutar | Feb 12, 2025
PySpark RDD Cheat Sheet
This cheat sheet provides a quick reference to the most commonly used PySpark RDD operations. PySpark RDDs (Resilient Distributed Datasets) are the fundamental data structure in Apache Spark, providing fault-tolerant, distributed data processing capa…
By Soyoola Sodunke | Feb 12, 2025
How to Scrape Google Search Results With Python – Best Google Search Scraper?
What is Google SERP?
Whenever web scraping Google search results is discussed, you will most likely come across the abbreviation "SERP". SERP stands for Search Engine Results Page. It's the page you get after entering a query in the search bar.
In th…
By Scraper0024 | Feb 12, 2025
Dynamic type vs Static type
Where does this come from?
우리가 프로그래밍 언어를 공부할 때 변수 생성 및 데이터 구조를 공부한다면 Dynamic Type과 Static Type이라는 단어를 볼 수 있다.
위 사진은 JavaScript의 Document의 일부이다. Data type을 설명하는 부분에서 JavaScript가 dynamic한 언어라는 것을 설명하며 dynamic type을 가지고 있다고 말한다. Dynamic type이 무엇인지 자세하게…
By Sungmin Lee | Feb 12, 2025
Understanding the Python @property Decorator: (Getters, Setters, and why you should be using them)
Python’s all about clean, readable code, and it’s packed with features that make life easier for developers. One of those features is the @property decorator. It lets you control how attributes are accessed and modified without cluttering your code. …
By Dean Didion | Feb 12, 2025
Data Science vs cyber security
In today's digital world, technology is growing fast, and two fields are becoming very popular: Data Science and Cyber Security. Many people are interested in these careers, but they often ask, Which one should I choose?
Both fields offer great job o…
By sohan brolly | Feb 12, 2025
Implementing JWT (JSON Web Token) Authentication using Flask
Concept behind Implementation?
After logging in, you need to return both the access token and refresh token in the response.
There are two ways in which you can return these tokens.
a. in response headers
b. in HTTP-only cookies
If you are ret…
By Shubham Agrawal | Feb 12, 2025
Token-based Authentication
What is Token-Based Authentication?
Token-based authentication is a security mechanism where a user authenticates once and receives a token, which is then used to access protected resources without needing to re-enter credentials. The token is typica…
By Shubham Agrawal | Feb 12, 2025
Moments from MERN Full Stack
Understanding APIs: The Backbone of Web Applications
APIs (Application Programming Interfaces) serve as bridges between clients (frontend applications) and servers (backend services). They enable smooth communication between different parts of a web …
By Faizan Shaikh | Feb 12, 2025
Introduction to Python
Introduction
Python is a general purpose programming language that is widely known for its simplicity and versality. It is beginner-friendly and is applicable in a wide range of fields. It has an easy to understand syntax and extensive library suppor…
By Rhoda Oduro-Nyarko | Feb 12, 2025
Implementing Convolutional Neural Network using TensorFlow
Coming Soon
By Nitin Sharma | Feb 12, 2025
Multi Tier Web App with Python Django and PostgreSQL
Prerequisites
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…
By Ankita Lunawat | Feb 13, 2025
From Zero to Hero: Driving Conversions with Organic Search (SEO)
Introduction
This guide provides a comprehensive roadmap for boosting website conversions through organic search engine optimization (SEO), catering to beginners and those looking to refine their existing strategies. We'll demystify SEO, breaking dow…
By Sylvester Das | Feb 13, 2025
Linux From Scratch and learning Python
Dealing with being sick is no way ever fun. I was caught with a cold at the beginning of last week, and it’s only this mid-week that I’m beginning to feel more like myself. As such, any energy I had for doing any work whatsoever went into mostly busy…
By FM | Feb 13, 2025
30 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’t enough—writing Pythonic code is what sets great Python developers apart. If you're looking to refine your coding skills and prepare for job interv…
By Leo Bcheche | Feb 13, 2025
Deploying FastAPI to AWS EC2 and Using NginX as Reverse Proxy coupled with CI/CD
The focus of this project is not on building APIs with FastAPI but focused majorly on deploying to EC2, and integrating NginX as a reverse proxy.
So, what’s AWS EC2?
From the Service Provider website
✔ Amazon Elastic Compute Cloud (Amazon EC2) is a w…
By Henry Nnamani | Feb 13, 2025
[LeetCode] Top Interview 150 Problems Solving # 383 Ransom Note
Understanding the Problem
There are two strings give as parameters, ransomNote and magazine. I need to return True if ransomNote can be constructed with the characters of magazine. As an example,
# sample 1
ransomNote = "ba"
magazine = "aab"
this sa…
By Ramhee Yeon | Feb 13, 2025
Getting Started with Boto3
Getting Started with Boto3
If you have ever wondered how to control AWS services using Python, then Boto3 is your magic wand! 🎩✨
What is Boto3?
Boto3 is the official AWS SDK for Python that helps you talk to AWS services like S3, EC2, Lambda, and mo…
By BinereetDevops | Feb 13, 2025
Unleash the Power of JavaScript Beyond the Browser: An Introduction to Node.js
Imagine JavaScript, the language that powers interactive websites, breaking free from the confines of your web browser and running on your server. That's the magic of Node.js. This open-source runtime environment allows developers to build everything…
By Sylvester Das | Feb 13, 2025
Building a Solid Foundation: Coding Practices for Successful Startups
Starting a tech startup is exciting, but building a product that can grow and thrive requires careful planning, especially when it comes to code. Many startups stumble due to technical debt – code that's hard to maintain and scale. This article outli…
By Sylvester Das | Feb 13, 2025
🚀 Mejora la Eficiencia de tus Scripts en Python: Guía de Optimización de Código
Python es un lenguaje de programación ampliamente utilizado por su facilidad de uso y versatilidad. Sin embargo, su alto nivel de abstracción puede generar ineficiencias si no se aplican buenas prácticas de optimización. En este artículo, aprenderás …
By ByteForce | Feb 14, 2025
Bringing Parseable logstreams into Apache Superset
Apache Superset is one of the leading visualization systems in the data analytics ecosystem. Superset can connect to any SQL-based database and has dozens of features for creating flexible and extensible visualizations.
As the boundaries between anal…
By Chris Chinchilla | Feb 14, 2025
Essential Tools Every Data Engineer Should Know
Introduction: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’re just starting out or looking to level up your skills, mastering …
By 𝓛𝓸𝓿𝓲𝓼𝓱 𝓖𝓸𝓎𝒶𝓁 | Feb 14, 2025
The future of software development in the cloud
Cloud is here to stay
Cloud is not the best choice for everybody but it’s here to stay.
Why?
Because it allows you to get servers and related services & software (think DB etc.) with an API call or a click of a button. Yes it’s more expensive than r…
By Michal | Feb 14, 2025
Python Hacking: Techniques in Python Library Hijacking
Introduction
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…
By Victor Ukoha | Feb 14, 2025
Consider This: Protecting Sensitive Information in Django Applications Connected to External Services
In today's digital age, the importance of data security cannot be overstated. This is especially crucial for platforms that must register their users on third-party cloud SaaS solutions. Safeguarding sensitive information such as API tokens used to a…
By Azeez Aremu | Feb 14, 2025
5 Powerful Python Automation Scripts to Save Hours of Work!
# 5 Best Python Automation Scripts to Skyrocket Your Productivity
🚀 Introduction: Why Waste Time on Repetitive Tasks?
Imagine saving hours of manual work with just a few lines of Python code. Sounds amazing, right? Python is a powerhouse when it com…
By Yug Patel | Feb 14, 2025
3 ferramentas Python essenciais para dominar em 2025
Python 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 …
By Subi pra Nuvem | Feb 14, 2025
Programming Languages Compared: Features, Use Cases, and Performance
Choosing the right programming language can feel overwhelming with so many options available. Each language comes with its own unique features, ideal use cases, and a few limitations. In this article, I’ll break down some of the most popular programm…
By Sukhwinder | Feb 14, 2025
Mastering Django Deployment: Ultimate Guide to Smooth Production
Introduction: Why Smooth Django Deployment Matters
The Importance of a Seamless Django Deployment Process
Deploying your Django project shouldn't feel like navigating a minefield. A smooth deployment process is crucial for several reasons. First, i…
By Mohit Bhatt | Feb 14, 2025
No More AI Guesswork: RAG is the Game-Changer
Artificial Intelligence has transformed the way we interact with information, and one of the most groundbreaking advancements in recent years is Retrieval-Augmented Generation (RAG). This innovative technique enhances the ability of AI models to gene…
By Harshi Nikunj Shah | Feb 15, 2025
[LeetCode] Top Interview 150 Problems Solving # 228 Summary Ranges
Understanding the Problem
There is a sorted list of numbers. The numbers are either consecutive by 1 or non-consecutive. When the number are consecutive, they will be summarized like ”num1→num2” in a string format so It indicates from num1 to num2 th…
By Ramhee Yeon | Feb 15, 2025
Creating A Web App Using Docker & Python
First of all, I was in my docker host which is rhel 9 virtual machine.
Then I created a Python file named app.py
Imported Flask library and routed an app on the “/info” route
And mentioned what to return when someone calls this
Then on my local mach…
By Piyush Kabra | Feb 15, 2025
How to Create a User Registration Page in Django
In the last blog, we set up the login and logout pages in Django. Now, we’ll continue by learning how to create a registration page.
👁🗨️
Thumb Rule in Django
Anytime we are creating any kind of web-page in Django it's a three-step process :
Fi…
By Rohit Rajput | Feb 15, 2025
30 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…
By Leo Bcheche | Feb 15, 2025
Advanced API Concept in Django Rest Framework
This article will discuss some API concepts in Django Rest Framework that make our code shorter and build APIs in Python Django Rest Framework much faster. Below are a few of those concepts:
– Class-based Views (CBVs)- Generic Views (MIxins and Custo…
By Rufai Kudus Adeboye | Feb 15, 2025
2. Python Basics For Machine Learning Data Science _Part 2.
In the previous blog post, we provided a basic introduction to Python, which covered installation, output display, variables, and two categories of data types that can be stored in variables. As promised, this blog post will explore more advanced top…
By Khadija Iddrisu | Feb 16, 2025
Js Data Types
Datatypes are of two types:-
1.Primitive Datatype
2.Non-Primitive Datatype
1. PRIMITIVE DATATYPE
Primitive Datatypes specify mainly the sizes and shapes of the variable values. There are 8 primitive datatypes namely:-char, byte, Boolean, int, long, f…
By Utkarsha Bhuin | Feb 16, 2025
How to install open-webui the easy way on Linux
Hello,
I will show you how to quickly and easily setup open-webui in your Linux distro.
This will allow using Ollama models (which you have already installed locally) from a web user interface (similar to ChatGPT).
Prerequisites
Python 3.11 is recomm…
By Surya Teja Karra | Feb 16, 2025
[LeetCode] Top Interview 150 Problems Solving # 104 Maximum Depth of Binary Tree
Understanding the Problem
This problem asks for the the depth(integer) of the tree as a return. But there are things that I had to consider.
We do not know the depth of the tree, obviously
the parameter comes in TreeNode class type.
The class def…
By Ramhee Yeon | Feb 16, 2025
FastAPI 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’s a high-performance, developer-friendly, and production-ready solution for managing books. Built with FastAPI, this project leverages modern web developm…
By Favour Onyeneke | Feb 16, 2025
Building a Web Page for McCance Foundation Contractor Using Python and Flask
Creating a Web Page for McCance Foundation Contractor Using Python
A professional web presence is essential for any business, including McCance Foundation Contractor. In this blog, we'll walk through creating a simple web page using Python with the F…
By Stella Josephine | Feb 16, 2025
Python User Group Dhaka: Our Journey Begins – Event Recap
On a cool February evening in Dhaka, a group of passionate Python enthusiasts gathered for something special—our city’s first-ever Python User Group meetup. What started as an idea a few weeks earlier turned into a diverse community event, laying the…
By Tamal Chowdhury | Feb 16, 2025
Introduction to Programming
In this article we are going to learn about introduction to programming. Let’s start with the basics.
What is Software?
Software is a set of instructions given to the hardware/computer it consists of program.
What is Programming?
Programming means wr…
By Wave Programmer | Feb 16, 2025
WCCC_YouthGames
MazePlex
For this week's Creative Code challenge by @sableRaph: “ Youth Games”, MazePlex takes a Python heatmap script and transforms the outputs into various mazes.
Poem
Getting Around the Maze
Seeing if there are any crack
Any place
That has enough…
By Kofi / Illestpreacha | Feb 16, 2025
#406 – Matthias
TIL: Tools exist which do not lowercase domain names when requesting websites over HTTP(S)
TIL: Tools exist which do not lowercase domain names when requesting websites over HTTP(S)
About a week ago I received error mails for a surprising behavior (to me!)
where some tool requested an URL from one of our websites using
feincms3-language-si…
By Matthias Kestenholz | Feb 13, 2025
#Dev.to
🚀 Deploying a Flask API on AWS EC2 with Nginx & Gunicorn: My Journey from Zero to Production
#aws #python
By Oluwademilade Oyekanmi | Feb 10, 2025
Hashing at Speed – Learning Rust with a Challenge
#rust #algorithms #python #datascience
By Aaron Stopher | Feb 10, 2025
RandomResizedCrop in PyTorch (1)
#python #pytorch #randomresizedcrop #v2
By Super Kai (Kazuya Ito) | Feb 10, 2025
USSD: The Silent Revolution in Communication & Finance
#webdev #programming #python #ai
By Brian Oginga | Feb 10, 2025
UV Package Manager: Better Python Dependency Management
#python #devops #programming #computerscience
By Cloud Native Engineer | Feb 10, 2025
"[PT-BR] Testes Unitários Eficientes no Django"-Torne a saída mais legível usando o plugin pytest-sugar
#pytest #python #django #testesunitarios
By Luanna | Feb 10, 2025
Automating Blog Posting on DEV with Python
#python #automation #api
By kskkoushik | Feb 10, 2025
Day 36 – Where clause, Order by, subquery ,Aggregate function ,Group by in Database
#python #database #aggregate #groupby
By Lakshmi Pritha Nadesan | Feb 10, 2025
I made my own custom os
#programming #code #python #react
By Cheese King | Feb 10, 2025
Python combined with proxy IP to achieve large-scale data capture
#python #data #scraper #web
By 98IP 代理 | Feb 10, 2025
PyTorch Fundamentals: A Beginner-Friendly Guide
#python #machinelearning #ai #pytorch
By Syed Mohammed Faham | Feb 10, 2025
Getting Started with AWS SageMaker: Train and Deploy a Model in the Cloud for Cybersecurity Threat Detection (Part 1)
#machinelearning #aws #cybersecurity #python
By Hilda Ogamba | Feb 10, 2025
Everything About Python Colons
#python #coding
By Mike Vincent | Feb 10, 2025
Crafting a Digital Masterpiece: The Journey of Building the Rooh London Website with C++, Java, and Python
#javascript #python #c
By Hudson Grey | Feb 10, 2025
ICP駆動のイノベーション
#icp #motoko #typescript #python
By Luke Hop | Feb 10, 2025
ArcticDB Financial and Historical analysis just way faster.
#python #programming #arcticdb
By Tikam Singh Alma | Feb 10, 2025
Stock Fundamental Analysis Using Python and Streamlit
#python #programming
By Tikam Singh Alma | Feb 10, 2025
How does AIAgent work?
#langgraph #llm #aiagent #python
By SONE | Feb 10, 2025
Why WebAssembly (WASM) is the Future of High-Performance Web Apps
#webassembly #webdev #programming #python
By Vaibhav thakur | Feb 10, 2025
Have a product idea? Use this SaaS template!
#python #saas #tutorial #webdev
By Ryan | Feb 10, 2025
Building Scalable Data Pipelines with Python – A Complete Guide
#datascience #dataengineering #python #sql
By Milcah03 | Feb 10, 2025
Data science for marketing
#datascience #python #machinelearning #ai
By sohan brolly | Feb 10, 2025
How Python Is Powering Growth in 5 Leading Industries
#python #ai #machinelearning
By Vaishali | Feb 10, 2025
Deploying a Number Classification API on AWS Lambda + API Gateway using Zappa
#zappa #aws #python #lambda
By Antai Okon-Otoyo | Feb 10, 2025
Food Recognition and Nutrition Estimation using OpenAI
#ai #python #beginners
By Mayank Laddha | Feb 10, 2025
Building a basic Markdown-to-Google Docs converter
#python #google #webdev #api
By Wesley Chun (@wescpy) | Feb 10, 2025
Flask: A Comprehensive Guide
#flask #programming #python #ai
By Muhammad Atif Iqbal | Feb 11, 2025
Django: Turbocharging Performance and Scalability
#django #python #webdev #backend
By Shayan Holakouee | Feb 11, 2025
Django: Turbocharging Performance and Scalability
#django #python #webdev #backend
By Shayan Holakouee | Feb 11, 2025
Mastering Python Context Managers: Efficient Resource Management Made Easy
#python #datascience #softwaredevelopment #pythontips
By keshavadk | Feb 11, 2025
AI, LocalLLM and DeepSeek. What is it all about and how to dive into the world of LLM?
#ai #opensource #python #llm
By Maciej Budzyński | Feb 11, 2025
My Python and Raku Language Solutions to Task 1: Count Common from The Weekly Challenge 308
#raku #python #theweeklychallenge
By Robert McIntosh | Feb 11, 2025
🔥 Scrape Any Website Fast and Cheap with Crawl4AI
#ai #python #tutorial #programming
By Aymen K | Feb 11, 2025
Getting Started with AWS SageMaker: Train and Deploy a Model in the Cloud for Cybersecurity Threat Detection (Part 2)
#machinelearning #aws #python #cybersecurity
By Hilda Ogamba | Feb 11, 2025
RandomResizedCrop in PyTorch (1)
#python #pytorch #randomresizedcrop #v2
By Super Kai (Kazuya Ito) | Feb 11, 2025
First terminal program!
#python
By Damian | Feb 11, 2025
RandomResizedCrop in PyTorch (2)
#python #pytorch #randomresizedcrop #v2
By Super Kai (Kazuya Ito) | Feb 11, 2025
OpenAI tool calling example
#python #openai
By Talles L | Feb 11, 2025
LIBRARY VS FRAMEWORK
#programming #beginners #tutorial #python
By Mince | Feb 11, 2025
Building a CRUD Application with Flask and SQLAlchemy
#webdev #programming #flask #python
By Manthan Ankolekar | Feb 11, 2025
Behind the Scenes: Crafting the Restaurant Headquarters Website
#c #javascript #python
By Zion Pierce | Feb 11, 2025
🚀 Introducing Chat-Based Resume Creator: Your AI-Powered Resume Assistant! 🎯
#chatgpt #openai #python #programming
By Ramandeep Singh | Feb 11, 2025
Semantic search on top of object detection
#ai #computervision #llm #python
By Mayank Laddha | Feb 11, 2025
Why Python is the Best Choice for AI Projects
#webdev #programming #ai #python
By Thomas Adman | Feb 11, 2025
Data Analysis Tools: How to Choose the Best One for Your Project
#webdev #python #database #beginners
By Izabella Albuquerque | Feb 11, 2025
Introducing a new python library biobridge for simulating biological processes
#python #computerscience #computervision
By Okerew | Feb 12, 2025
My Python Language Solution to Task 2: Decode XOR from The Weekly Challenge 308
#perl #python #theweeklychallenge
By Robert McIntosh | Feb 12, 2025
Python: The Ultimate Guide – Features, Concepts, Use Cases, and Best Practices
#python #programming #learning #webdev
By Muhammad Atif Iqbal | Feb 12, 2025
Mendota-103: Training a Language Model AI Chatbot in Just One Hour
#ai #python #nlp
By Mendota-103 | Feb 12, 2025
What Are Variables in Python? – The Ultimate Beginner’s Guide!
#webdev #programming #beginners #python
By vayola pradeep | Feb 12, 2025
Building a Network Monitoring Tool with Python and Linode
#python #devops #monitoring #automation
By Kelechi Edeh | Feb 12, 2025
Python vs PHP: Which One is Better for Website Development? 🤔
#python #php #techdebate #backenddevelopment
By DCT Technology | Feb 12, 2025
ATM e Online Banking in Python Un Launcher All-in-One per Servizi Bancari
#webdev #python #banking #programming
By Serge Guea | Feb 12, 2025
HOW MACHINE LEARNING IS REVOLUTIONIZING INDUSTRIES.
#machinelearning #ai #python #productivity
By Kryon Knowledgeworks | Feb 12, 2025
How to Scrape Google Search Results With Python – Best Google Search Scraper?
#webdev #programming #beginners #python
By Scraper0024 | Feb 12, 2025
How to Scrape Google Search Results With Python – Best Google Search Scraper?
#webdev #programming #beginners #python
By Scraper0024 | Feb 12, 2025
Python Requests: Mastering JSON Data POST
#python #json #programming #development
By Wanda | Feb 12, 2025
15 Most Common SSL Issues on Python Its Solutions to Know
#sslissues #python #sslerror
By Jessica howe | Feb 12, 2025
Python Event Handling Patterns: A Complete Guide for Modern Applications [2024]
#programming #devto #python #softwareengineering
By Aarav Joshi | Feb 12, 2025
#013 | Extract, Transform & Load FX rates: User Acceptance Testing
#mvp #sukoshizutsu #python #xano
By Jian | Feb 12, 2025
Building a Robust Domain Checker with DNS and WHOIS in Python
#python #cli #dns #domain
By Ericson Willians | Feb 12, 2025
Building a Realworld blog backend in 600 lines of Python
#python #django #restapi #backend
By Xulin Zhou | Feb 12, 2025
Sports Data Backup – DynamoDB, ECS, AWS MediaConvert & EventBridge
#aws #devops #terraform #python
By Gbenga Ojo-Samuel | Feb 12, 2025
Mastering the Art of Conversational AI: Insights and Implementations with Python
#ai #conversationalai #python #nlp
By kskkoushik | Feb 12, 2025
Our Unforgettable Journey: Winning Innerve 9 Hackathon at AIT Pune
#hackathon #python #react
By Mohit Nagaraj | Feb 12, 2025
Python input() Function – Detailed Explanation
#webdev #beginners #python #tutorial
By vayola pradeep | Feb 13, 2025
Asynchronous Programming in Django
#webdev #programming #django #softwaredevelopment
By Shayan Holakouee | Feb 13, 2025
A Step-by-Step Guide to LLM Function Calling in Python
#llm #ai #python #programming
By angu10 | Feb 13, 2025
Reformatting dictionaries in Python
#python
By Pinei | Feb 13, 2025
RandomResizedCrop in PyTorch (1)
#python #pytorch #randomresizedcrop #v2
By Super Kai (Kazuya Ito) | Feb 13, 2025
RandomResizedCrop in PyTorch (2)
#python #pytorch #randomresizedcrop #v2
By Super Kai (Kazuya Ito) | Feb 13, 2025
RandomResizedCrop in PyTorch (3)
#python #pytorch #randomresizedcrop #v2
By Super Kai (Kazuya Ito) | Feb 13, 2025
AWS CDK tips and tricks for developers
#aws #programming #javascript #python
By JNN5 | Feb 13, 2025
AWS CDK tips and tricks for developers
#aws #programming #javascript #python
By JNN5 | Feb 13, 2025
RandomResizedCrop in PyTorch (4)
#python #pytorch #randomresizedcrop #v2
By Super Kai (Kazuya Ito) | Feb 13, 2025
Building a Multi-Source AI Agent: Bridging Databases, APIs, and AI Models
#python #fastapi #gemini #ai
By Burhanuddin Ahmed | Feb 13, 2025
What is Metaprogramming?
#programming #python #oop
By hamzaadil56 | Feb 13, 2025
Host ArcticDB on S3 and connect with Lambda
#arcticdb #python #serverless #lambda
By Kyle Foo | Feb 13, 2025
10 In-Demand Data Analyst Skills to Get You Hired in 2025
#python #html #database #learning
By Ajay Sharma | Feb 13, 2025
How Artificial Intelligence is Revolutionizing Career Growth in IT
#ai #python #career #machinelearning
By Naveen Kumar | Feb 13, 2025
Image Processing Script: PNG Converter and Resizer
#webdev #python #programming #productivity
By Muhammad Usman | Feb 13, 2025
How to Scrape Google Maps Using Python?
#webdev #programming #beginners #python
By Scraper0024 | Feb 13, 2025
Unleash the power of Gemini! ✨
#ai #gemini #python
By Remik | Feb 13, 2025
Developing a Python Script to bypass Geetest CAPTCHA: A Full-Throttle Guide for solving Geetest v4 & V3
#webdev #python #geetest #captcha
By Markus | Feb 13, 2025
1. "Python Program to Filter CSV Rows and Write Output to New File"
#python #dataengineering
By Kelvin Kipyegon | Feb 13, 2025
ML Deployment Guide for Freshers
#machinelearning #ai #java #python
By MyExamCloud | Feb 13, 2025
🚀 Seaborn vs. Matplotlib – Which Data Visualization Library Wins? 🎨📊
#python
By Techify Solutions INC | Feb 13, 2025
why you should learn from documentation ?
#beginners #ai #python #javascript
By Kundan Bhardwaj | Feb 13, 2025
Preparing for PCEP™ – My Journey into Python Certification
#python #programming #certification #developer
By Cipher Podliq | Feb 13, 2025
🤯 11 Exciting GitHub Repositories You Should Check Right Now⚡️
#opensource #javascript #webdev #python
By Arindam Majumder | Feb 13, 2025
TechPills per tutti: Metti in moto il tuo primo progetto Django
#backend #django #programming #beginners
By Raffaele Grieco | Feb 13, 2025
Exploring AI's Power: Building a Basic Chatbot in Python
#ai #python #chatbot #machinelearning
By kskkoushik | Feb 13, 2025
Mastering the Art of Conversational AI with Python: A Step-by-Step Guide
#conversationalai #python #rasaframework #chatbotdevelopment
By kskkoushik | Feb 13, 2025
Understanding Backpropagation from Scratch with micrograd – Derivatives
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 13, 2025
Why You Should Avoid Pandas in Production Applications
#python #pandas #programming #productivity
By Sajjad Ali | Feb 14, 2025
The Untold Story Behind O'Reilly's Iconic Animal Book Covers
#javascript #python #discuss #programming
By Leon Martin | Feb 14, 2025
Can You Really Run AI on Your Own PC?
#deepseek #chatgpt #ai #python
By Carlos Polanco | Feb 14, 2025
Online Python events between Feb 13-Feb-22
#python
By Gabor Szabo | Feb 14, 2025
Django Login View & Template Authentication: A Step-by-Step Guide
#webdev #django #programming #authjs
By NJOKU SAMSON EBERE | Feb 14, 2025
Must-Read 20+ Developer Fixes Curated
#github #python #react #programming
By 0x2e Tech | Feb 14, 2025
📈 80/20 Principles
#career #mrzaizai2k #tooling #python
By Mai Chi Bao | Feb 14, 2025
Does Python Open the Doors to Success in IT?
#python #softwaretraining
By Lekshmi | Feb 14, 2025
Why is the Python crawler running so slowly? How to optimize it?
#python #crawler #reptile #efficiency
By 98IP 代理 | Feb 14, 2025
Migrating Poetry to UV Package Manager
#uv #poetry #python #pip
By Pratik Pathak | Feb 14, 2025
Find Capital Indexes
#programming #python #beginners #tutorial
By Lazy Code Crafters | Feb 14, 2025
RandomResizedCrop in PyTorch (5)
#python #pytorch #randomresizedcrop #v2
By Super Kai (Kazuya Ito) | Feb 14, 2025
Functional Programming Explained: A Deep Dive
#programming #javascript #python #typescript
By Leapcell | Feb 14, 2025
Python Training in Chennai
#education #python
By infycletechnologies10 | Feb 14, 2025
Python File System Guide: 10 Essential Operations with Code Examples [2024]
#programming #devto #python #softwareengineering
By Aarav Joshi | Feb 14, 2025
SQL for Automating Data Pipelines with SQL & Python
#datasciencecourse #python #sql #machinelearning
By Devraj More | Feb 14, 2025
Representing Math Expressions As Graphs in micrograd
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 14, 2025
The future of software development in the cloud
#cloud #aws #python #webdev
By Michal | Feb 14, 2025
RandomResizedCrop in PyTorch (6)
#python #pytorch #randomresizedcrop #v2
By Super Kai (Kazuya Ito) | Feb 14, 2025
From Zero to Testing Hero: Setting Up Your First Python Unit Testing Pipeline with CodeBeaver
#python #unittest #testing #github
By Vittorio Banfi | Feb 14, 2025
Unleash the Power of FastAPI: A Step by Step Guide to Building Lightning Fast APIs
#fastapi #python #pydantic #jwt
By lou | Feb 14, 2025
Grayscale in PyTorch
#python #pytorch #grayscale #v2
By Super Kai (Kazuya Ito) | Feb 14, 2025
Particle Swarm Optimization and Its implementation in Python
#python #algorithms
By Damien Pageot | Feb 14, 2025
First Post
#programming #ai #python #flutter
By Kashif Hussain | Feb 14, 2025
My Preconfigured Django Template: Part 4 – Python-Decouple
#webdev #programming #python #django
By Matúš Kočik | Feb 14, 2025
Safe Threading with SQLAlchemy in FastAPI
#sqlalchemy #fastapi #python #threading
By Derrick Zziwa | Feb 15, 2025
How to Run a Local Model for Text Recognition in Images
#llama #windows #python #llm
By Ivan | Feb 15, 2025
"From Beginner to Dev: My First Steps in Tech"
#webdev #python #beginners #programming
By chinzzz | Feb 15, 2025
Trying to understand an error
#python #beginners #newbie
By Firelight | Feb 15, 2025
Automating Daily ArXiv Paper Summaries and Slack Notifications
#python #gemini #arxiv #slack
By M Sea Bass | Feb 15, 2025
Grayscale in PyTorch
#python #pytorch #grayscale #v2
By Super Kai (Kazuya Ito) | Feb 15, 2025
How to Find Best Python Programming Coaching Center Near Me?
#python #programming #ai #cybersecurity
By ankit_Cyber | Feb 15, 2025
SQL-Databse
#sql #database #python #opensource
By Harshit Mishra | Feb 15, 2025
How to be TDD with Spark: Chapter 0 and 1 – Modern Python Setup
#python #tdd #spark
By Nicoda-27 | Feb 15, 2025
Scraping NHK News Web Easy with Python: A Step-by-Step Guide
#python #webscraping #selenium #automation
By Van_mai | Feb 15, 2025
HTTP Protocol: How It Works and Why It’s Designed This Way
#webdev #programming #django #fastapi
By Leapcell | Feb 15, 2025
New to Python & Eager to Learn – Any Beginner-Friendly Tasks?
#programming #beginners #python #devops
By Eric Bawakuno | Feb 15, 2025
GaussianBlur in PyTorch (1)
#python #pytorch #gaussianblur #v2
By Super Kai (Kazuya Ito) | Feb 15, 2025
The Hidden Costs of AI Agents: What No One's Telling You
#ai #softwaredevelopment #programming #python
By hamza4600 | Feb 15, 2025
Criando multi-agents AI de forma simples
#ai #langchain #python #powerautomate
By Airton Lira junior | Feb 15, 2025
vedro-fn: Compact Tests, Clear Results
#python #testing #vedro
By Nikita Tsvetkov | Feb 15, 2025
Back-Propagation Spelled Out – As Explained by Karpathy
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 15, 2025
Quantum Era: A Developer’s Plug-and-Play Roadmap
#programming #beginners #ai #python
By Snappy Tuts | Feb 15, 2025
Setting Up an NBA Data Lake with AWS Services
#aws #python #automation #analytics
By Victor Robin | Feb 15, 2025
Newly Curated 40+ Developer Fixes || Try it now 🙂
#python #rust #nextjs #linux
By 0x2e Tech | Feb 16, 2025
Introduction to Neural Networks
#machinelearning #tensorflow #python #ai
By Pejman Rezaei | Feb 16, 2025
Automating Sports Highlights Backup with AWS ECS, DynamoDB, and S3
#aws #docker #python #devops
By Maxwell Ugochukwu | Feb 16, 2025
GaussianBlur in PyTorch (1)
#python #pytorch #gaussianblur #v2
By Super Kai (Kazuya Ito) | Feb 16, 2025
Deploying a FastAPI Application on AWS EC2 with CI/CD Using GitHub Actions and Nginx
#python #fastapi #awsec2 #githubactions
By Goodluck Ekeoma Adiole | Feb 16, 2025
File Upload and Download with Streamlit in Snowflake
#snowflake #streamlit #python #snowflakedb
By Tsubasa Kanno | Feb 16, 2025
Weekly Challenge: Counting the XOR
#perl #python #theweeklychallenge
By Simon Green | Feb 16, 2025
GaussianBlur in PyTorch (1)
#python #pytorch #gaussianblur #v2
By Super Kai (Kazuya Ito) | Feb 16, 2025
GaussianBlur in PyTorch (2)
#python #pytorch #gaussianblur #v2
By Super Kai (Kazuya Ito) | Feb 16, 2025
Automating Daily arXiv Paper Summaries with Slack Notifications
#python #gemini #aws #slack
By M Sea Bass | Feb 16, 2025
Code Optimization Strategies for Game Development 🔥
#gamedev #python #cleancode #performance
By Programming with Shahan | Feb 16, 2025
Python for Web Developers: A Fast-Paced Guide to the Language
#webdev #python #beginners #javascript
By Austin W | Feb 16, 2025
Building a RAG-Powered Support Chatbot in 24 Hours of Hackathon
#rag #llm #ai #python
By Akshay Gupta | Feb 16, 2025
Streamline Document Processing Pipelines with FalkorDB’s String Loader
#python #learning
By Dan Shalev | Feb 16, 2025
My take on the Agentic Object Detection
#ai #computervision #llm #python
By Mayank Laddha | Feb 16, 2025
Migrating from AWS CDK v1 to CDK v2
#python #devops #migration #aws
By Sami Jaballah | Feb 16, 2025
just a silly game
#memes #python
By anas barkallah | Feb 16, 2025
GaussianBlur in PyTorch (3)
#python #pytorch #gaussianblur #v2
By Super Kai (Kazuya Ito) | Feb 16, 2025
RandomInvert in PyTorch
#python #pytorch #randominvert #v2
By Super Kai (Kazuya Ito) | Feb 16, 2025
Mobile-First Approach for FastAPI Full-Stack Template Authentication: Migrating to phone_number/OTP
#fastapi #python #webdev #backend
By Javad Zarezadeh | Feb 16, 2025
Python User Group Dhaka: Our Journey Begins – Event Recap
#python #pythondhaka #meetups #bangladesh
By Tamal Anwar Chowdhury | Feb 16, 2025
Finished Auth App for Galileo! 🚀
#python #django #restapi
By Khaled Abdelbar | Feb 16, 2025
Unlock the Power of Neural Networks – From Scratch!
#ai #deeplearning #machinelearning #python
By DevInsights Blog | Feb 16, 2025
Ultimate Football Draft (A Python Terminal Game)
#python #gamedev #cli
By Josue Cubillo Espinoza | Feb 16, 2025
Modeling a Neuron in micrograd (As Explained by Karpathy)
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 16, 2025
#Daniel Roy Greenfeld Blogs
Building a playing card deck
Today is Valentine's Day. That makes it the perfect day to write a blog post about showing how to not just build a deck of cards, but show off cards from the heart suite.
By Daniel Roy Greenfeld | Feb 14, 2025
01 Comment
Your blog has become my go-to source for positive and uplifting content Thank you for consistently delivering high-quality posts