#Pybites
NLP Made Easy: How We Prioritize Exercise Improvements with a Few Lines of Code
We highly appreciate user feedback for continuous improvement. With hundreds of Bite exercises and thousands of reviews, it’s easy to get overwhelmed by the data. 😱 How do you uncover insights from this sea of feedback? Use code! 😎 Enter TextBlob, a Python library that abstracts away the complexities of Natural Language Processing (NLP). This…
#Data #Projects
By Bob Belderbos | Feb 20, 2025
#Real Python
How to Manage Python Projects With pyproject.toml
Learn how to manage Python projects with the pyproject.toml configuration file. In this tutorial, you'll explore key use cases of the pyproject.toml file, including configuring your build, installing your package locally, managing dependencies, and publishing your package to PyPI.
#intermediate #tools
By – | Feb 18, 2025
#Django Project – Weblog
Django 5.2 beta 1 released
By Sarah Boyce | Feb 19, 2025
#PyCoders
Issue #669: – Joining Strings, MongoDB in Django, Mobile Wheels, and More
By – | Feb 18, 2025
#Medium
3D DMD and Visualization with OpenFOAM and Python
Understanding the complex, dynamic behavior of fluid flows often requires more than just time-averaged statistics. Dynamic Mode…
By Shubham Goswami | Feb 17, 2025
3D DMD and Visualization with OpenFOAM and Python
Understanding the complex, dynamic behavior of fluid flows often requires more than just time-averaged statistics. Dynamic Mode…
By Shubham Goswami | Feb 17, 2025
Ten things to know about python parallel processing — asyncio, threading, multi process and Ray —…
Introduction:
By Retheesh Ravi | Feb 17, 2025
The Obstacle Is the Way
By AbdulRahman Gurmani | Feb 17, 2025
Design Patterns, Simplified
How many times did you feel that the Application could have been designed and built better and that an Enhancement request should not have…
By Rahul Joshi | Feb 17, 2025
10-Day Coding SpeedRun Notes — Day 3
Linked Lists & Two Pointers
By Kevin Wong | Feb 17, 2025
Enhancing Trading Decisions with Moving Average Slope
A Simple Guide to Using Moving Average Slope for Identifying Trend Momentum and Trading Opportunities
By Kridtapon P. | Feb 17, 2025
The Magic of Python Class Decorators
A Spellbinding Tale 🪄
By Aamir Mushir Khan | Feb 17, 2025
Part 3: Going Async — Django Asynchronous Views & ORM
Django has been a popular framework for building robust web applications, and one of its core strengths is its synchronous view handling…
By Priyanshu Rajput | Feb 17, 2025
10 Hidden Python Libraries That Will Supercharge Your Productivity 🚀
"Unlock the Power of Lesser-Known Python Libraries to Streamline Your Workflow”
By Logupradeep | Feb 17, 2025
Django Authentication using an Email Address
Enable Login with Email in Django
By Gajanan Rajput💚 | Feb 17, 2025
How can we FORCE the user to specify the Keyword arguments when calling the function?
A lesser known trick
By Aamir Mushir Khan | Feb 17, 2025
Building DeepSeek R1 from Scratch Using Python
Architecture and Training step by step
By Fareed Khan | Feb 17, 2025
A Seasonal Secret in Forex
Why EM Currencies Depreciate in December
By Fadai Mammadov | Feb 17, 2025
Modify Python Functions At Runtime Using This SINGLE Feature
Don’t miss this out!!!
By Kiran Maan | Feb 17, 2025
Creating Interactive Sliders with Python’s PyQt5
User interface development in Python can be done using frameworks like PyQt5. PyQt5 has tools for designing interactive applications with…
By Py-Core Python Programming | Feb 17, 2025
FastAPI Internals
FastAPI has gained significant popularity as a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on…
By Rajhans Jadhao | Feb 17, 2025
How to Get a Python Job in 2025: Top Interview Questions & Expert Tips
Ace your Python interview with expert insights and must-know questions.
By Builescu Daniel | Feb 17, 2025
Linux File Commands in Python, Part Three
In the previous article, we have discussed how to view file information using os.listdir() and os.scandir(), and how they differ in showing…
By Jasenko Krejić | Feb 17, 2025
How to learn Python from scratch for AI developers
Introduction
By Ibidunni Ridwan Aljebrah | Feb 17, 2025
Solving Markov Decision Processes with Value Iteration
Introduction
By Duraisamy R | Feb 17, 2025
Data Science for Dummies (Like Me, Once Upon a Time)
I start this with a flashback, hope it doesn’t bore you…
By Dhanush Kandhan | Feb 17, 2025
Building a Simple API with FastAPI: A Quick Tutorial
Introduction
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type…
By Chandra Bhatt | Feb 17, 2025
5 Python Code Examples for Secure Message Encryption
Comprehensive Guide of Python Libraries for Message Encryption
By Swathi Ganesh | Feb 17, 2025
Unlock Your Potential: A Collection of Books for Programmers, Professionals, and Kids
If you’re looking to level up your skills in programming, time management, or simply find engaging stories for kids, our collection of…
By Jaya's Trendz | Feb 17, 2025
🚀 Supercharge Your Python Debugging with `Turbo Python Print` in VS Code 🖥️🔥
Ever found yourself adding endless print() statements to debug your Python code? 😩
By Sanjay Prajapati | Feb 17, 2025
One-Product Online Shop With the Python Django Framework and Stripe Payment [ Mini eCommerce…
Integrating Stripe Payment Links in Django: A Step-by-Step Guide
By Joel Wembo | Feb 17, 2025
One-Product Online Shop With the Python Django Framework and Stripe Payment [ Mini eCommerce…
Integrating Stripe Payment Links in Django: A Step-by-Step Guide
By Joel Wembo | Feb 17, 2025
How to Integrate Ollama and Deepseek-R1 with FastAPI for AI-Powered Chatbots
Overview
By Md. Mehedi Hasan | Feb 17, 2025
I Fixed My Slow Nginx + Gunicorn Setup — Here’s How It Became 3X Faster
Before we dive in, a quick disclaimer — I’m not a professional DevOps engineer, just a developer who needed to fix a slow server. After…
By Chimaobi|Roland Okeke | Feb 17, 2025
I Fixed My Slow Nginx + Gunicorn Setup — Here’s How It Became 3X Faster
Before we dive in, a quick disclaimer — I’m not a professional DevOps engineer, just a developer who needed to fix a slow server. After…
By Chimaobi|Roland Okeke | Feb 17, 2025
Top Python Data Visualization Libraries of 2025
Data visualization is no longer just about static charts — it’s the backbone of data-driven decision-making in 2025. With AI integration…
By Open Data Analytics | Feb 17, 2025
25 Amazing Python Tricks That Will Instantly Improve Your Code
Photo by Tudor Baciu on Unsplash
By Aashish Kumar | Feb 17, 2025
6 Boolean Things I’ve Observed In Production Python Code
I’ve worked as a software engineer at 3 multinational companies thus far, and have observed lots of good (and bad) practices in Python…
By Liu Zuo Lin | Feb 17, 2025
What is Python Tuples
In Python, a tuple is an immutable, ordered collection of elements. Unlike lists, once a tuple is created, its elements cannot be modified…
By Blogshub | Feb 17, 2025
Preparation of Bar chart using Counter method
Use Case of plotting the bar graph to identify the top 20 programming languages from a csv file.
By Alok Dubey | Feb 17, 2025
Quick Start Robotics and Reinforcement Learning with MuJoCo
A starter tutorial of its basic structure, capabilities, and main workflow
By Yasin Yousif | Feb 17, 2025
Python’s functools – The Hidden Powerhouse You Should Be Using 🚀
Python has many hidden gems, and one of them is the functools module. If you’re not using functools, you’re missing out on powerful tools…
By Elshad Karimov | Feb 17, 2025
Best Coursera Courses for Syntax Research and Programming
Best Coursera Courses for Syntax Research and Programming
By Riaz Laghari | Feb 17, 2025
Say Goodbye to Type Errors! Type Conversion in Python Can Break Your Code!
Python is a very flexible and powerful language, but one thing that seems to confuse newcomers (and sometimes even seasoned developers) is…
By Aryan kumar | Feb 17, 2025
Wait… What Runs First? Understanding Python Operator Precedence & Associativity
Hello, Python enthusiasts! 🎉 Finally, we are doing some real work — operator precedence and associativity. These are some of the…
By Aryan kumar | Feb 17, 2025
Creating a PDF Upload Application with Flask and AJAX — Easy and Fast!
Flask is one of the popular Python frameworks for building web applications. In this article, we will learn how to create a simple…
By Den D Ginanjar | Feb 17, 2025
Building a Flats Record Keeping Site with Python FastAPI, PostgreSQL and Vite + React
Spin up a tracker in no time.
By Mukesh Vast | Feb 17, 2025
Custom Management Commands in Django: Automating Tasks for Efficiency
Django provides a powerful feature known as custom management commands, which allow developers to extend the manage.py script with their…
By Mohammad Shahbaz Alam | Feb 17, 2025
Predict Mardi Gras with Python and the Computus Algorithm
How often does Mardi Gras fall on Leap Day?
By Lee Vaughan | Feb 18, 2025
🚀 Building Intelligent Agents with Agno: A Hands-on Guide to Python’s Multi-modal Agent Framework
✨ Imagine being able to create an AI assistant that can not only understand text but also interpret images, audio, video to analyze data…
By Vaibhav Krishna | Feb 18, 2025
Python Packaging Demystified: Practical Tips for Every Developer
Packaging your Python project doesn’t have to be a complex task. In this article, we’ll demystify the basics of Python packaging, focusing…
By Thomas Zilliox | Feb 18, 2025
Transforming Non-Stationary Time Series with Differencing
Some time series data follows clear trends or patterns, making it hard to model accurately. Most statistical methods assume stationarity —…
By Kyle Jones | Feb 18, 2025
GCS Fuse CSI Driver — Saviour for Model Deployments
When deploying machine learning models in production, seamless access to model artifacts is crucial. If you’re using Google Cloud Storage…
By Rubihali | Feb 18, 2025
Create Simple Chatbot with Django, Javascript, Bootstrap and Gemini
Django: A powerful Python framework for building a powerful chatbot backend. JavaScript: A programming language that makes the chatbot…
By Alfin Fanther | Feb 18, 2025
Don’t Use This Way to Copy the Objects in Python
You won’t regret learning this!!!
By Kiran Maan | Feb 18, 2025
There Is Something Missing In Python
I’m saying about method overloading….
By Alen Sabu | Feb 18, 2025
There Are No Superior Callings
By AbdulRahman Gurmani | Feb 18, 2025
Python useful Libraries
Python has several built-in functions and constructs that can be replaced or enhanced by external libraries for debugging, logging, or…
By Ankita | Feb 18, 2025
Creating and Theming Buttons with Tkinter and ttkbootstrap in Python
In this tutorial, we will explore how to create a standard button in a Tkinter window using the powerful ttkbootstrap library in Python.
By RSDevX | Feb 18, 2025
How to Set Up Microsoft SSO for Your React and Django Application
Table of Contents
By Divya Gugulothu | Feb 18, 2025
Beyond CRUD: Implementing Advanced Query Optimization in Django ORM
Django’s ORM makes database interactions seamless, allowing developers to write queries in Python without raw SQL. However, as applications…
By Aashish Kumar | Feb 18, 2025
Reinforcement Learning with Python: A Beginner’s Guide
Introduction
By Unza shakeel | Feb 18, 2025
How to use Grok 3 and Python for Stock Market Analysis?
If you haven’t heard of Grok 3, read this first.
By Christian Martinez Founder of The Financial Fox | Feb 18, 2025
Creating Interactive Range and Price Range Sliders with Python’s PyQt5
User interface development in Python can be done using frameworks like PyQt5. PyQt5 has tools for designing interactive applications with…
By Py-Core Python Programming | Feb 18, 2025
A step-by-step guide to automatic documentation using Sphinx
By Cissy Shu | Feb 18, 2025
Understanding Workers, Single-Threaded, and Multi-Threaded Execution in Django
When building a Django application, one of the biggest challenges is scalability — handling multiple users efficiently without slowing…
By Shabeer Ayar | Feb 18, 2025
Top 5 Programming Languages to Learn in 2025
In 2025, Learning Programming languages which can help with AI, Software Development, Cloud Computing and Web Developments can be great…
By javinpaul | Feb 18, 2025
Python’s str.removeprefix() and str.removesuffix(): Finally, a Cleaner Way to Modify Strings
For years, Python developers have relied on slicing or regular expressions to remove prefixes and suffixes from strings. But with Python…
By asierr.dev | Feb 18, 2025
Write Python. Run Wasm.
Simplify the process of turning Python into Wasm components by abstracting the low-level details, making it more accessible to Python devs.
By Timothy McCallum | Feb 18, 2025
Write Python. Run Wasm.
Simplify the process of turning Python into Wasm components by abstracting the low-level details, making it more accessible to Python devs.
By Timothy McCallum | Feb 18, 2025
How long do we sin in the flesh? We sin all our lives until the day we die.
By Muhammad Aslam | Feb 18, 2025
How to Deploy Redis and RedisInsight on Kubernetes EKS with Load Balancer and Ingress public ip
Redis and RedisInsight YAML Configuration for Kubernetes Cluster with Load Balancer and Ingress.
By Joel Wembo | Feb 18, 2025
How to Deploy Redis and RedisInsight on Kubernetes EKS with Load Balancer and Ingress public ip
Redis and RedisInsight YAML Configuration for Kubernetes Cluster with Load Balancer and Ingress.
By Joel Wembo | Feb 18, 2025
The Ultimate .gitignore Guide for Django and Next.js Projects
Not a premium member? READ HERE
By Sagar Sangwan | Feb 18, 2025
The Ultimate .gitignore Guide for Django and Next.js Projects
Not a premium member? READ HERE
By Sagar Sangwan | Feb 18, 2025
Understanding Serializers in Django Rest Framework
Django Rest Framework (DRF) provides powerful tools for building APIs, and one of the most crucial components in DRF is serializers…
By Godswill Utong | Feb 18, 2025
Understanding the Difference Between serializers.Serializer
When building APIs with Django Rest Framework (DRF), we often need to convert complex data types, such as Django model instances, into…
By Godswill Utong | Feb 18, 2025
What Does A Makefile Do In My Python Projects?
About what a Makefile is and how it can help development and team collaboration in Python projects
By Petrica Leuca | Feb 18, 2025
Unlock Stunning Photo Locations With This AI-Powered Agent
A hands-on guide to building ShutterScout.AI using Hugging Face’s SmolAgents framework
By Patrick Kalkman | Feb 18, 2025
Just STOP Using Lambda Functions Like This!!!
You know….I used to love lambda functions a lot.
By Kiran Maan | Feb 18, 2025
Yet another document ingestion project with Docling and IBM Cloud Code Engine (serverless)
A recent project concept, using a serverless application powered by Docling document ingestion/preparation capacities.
By Alain Airom (Ayrom) | Feb 18, 2025
“C++ is faster, bro”
Is C++ that fast?
By Ashwin P Shine | Feb 18, 2025
Developing a toolset for machine learning and data analysis — Blog #33
Written by Gregory R. Flowers Jr.
By Intellect Tech Community | Feb 18, 2025
Deploying FastAPI on a Google Cloud VM: A Step-by-Step Guide
FastAPI is a modern web framework for building APIs with Python, known for its high performance and ease of use. Deploying it on a Google…
By Firdaus Khalid | Feb 18, 2025
Python’s dataclasses: The Supercharged Alternative to Classes 🚀
If you’ve been writing Python classes with __init__, __repr__, and __eq__ manually, you’re working too hard!
By Elshad Karimov | Feb 18, 2025
FastAPI, Nuxt.js, Docker & PostgreSQL Boilerplate: A Starter Kit for Modern Web Development
That’s why I created a FastAPI + Nuxt.js + Docker + PostgreSQL + Alembic boilerplate. It provides a ready-to-use structure for developers,
By Sujeet Singh | Feb 18, 2025
Understanding the Django Admin: The Definitive Guide to Its Nomenclature and Templates
Let’s face it, diving into Django’s Admin Panel isn’t the most advanced topic you’ll encounter in web development. But hey, building…
By Anzalo Quin | Feb 18, 2025
How to Explain Each Core Machine Learning Model in an Interview
From Regression to Clustering to CNNs: A Brief Guide to 25+ Machine Learning Models
By Abhay Parashar | Feb 18, 2025
15 Mind-Blowing Python One-Liners You Need to Know!
Because Python Code Doesn’t Need to Be That Long
By Rishabh Agarwal | Feb 18, 2025
Accelerate Your Django Projects with uv: Fast Python Packaging & Lean Docker Images
Python developers are all too familiar with the challenges of dependency management and virtual environment creation. Enter uv: a blazing…
By Anuraag Khare | Feb 18, 2025
5 Amazing Plotly Visualizations You Didn’t Know You Could Create
Explore Waffle Charts, Calendar Plots, Hexagon Maps, Parliament Diagrams, and Bump Charts for Advanced Data Visualizations in Plotly
By Amanda Iglesias Moreno | Feb 19, 2025
Forecasting Facilities Demand using Time Series Analysis for Return-to-Office Policies
Using Badge Data for Facility Management
By Kyle Jones | Feb 19, 2025
FastAPI in Prod: Handling DB migrations, auth, and more
FastAPI is a modern Python framework known for its speed, developer-friendly features, and (my personal favorite) automatic OpenAPI schema…
By PropelAuth | Feb 19, 2025
Crack ML System Design Interviews Like a Pro — Part 1
Real Stories, Real Strategies: An Interviewer’s Guide to What Actually Works
By Rahul Agarwal | Feb 19, 2025
Building Interactive Data Apps with FastAPI, Pydantic, and Streamlit: A Real-World Example
Introduction
By Jeffrey Taylor | Feb 19, 2025
10-Day Coding SpeedRun Notes — Day 8
Array Processing & Sorting
By Kevin Wong | Feb 19, 2025
Building Smarter AI: Introduction to SmolAgents and Agentic RAG
2025 is shaping up to be the year of AI agents. With advancements in multi-agent orchestration frameworks, we are witnessing a paradigm…
By Vishnu Sivan | Feb 19, 2025
The Ultimate GIS-Python Reference: 50 Must-Know Terms and Acronyms for Geospatial Experts
Key definition that will help in your day to day work
By Stephen Chege | Feb 19, 2025
Best-of-Python: 390+ Top Python Projects with 1.8M+ Stars
Discover Best-of-Python, a curated list of over 390 top Python projects with 1.8M+ stars. Explore categorized, high-quality tools for data…
By Meng Li | Feb 19, 2025
Why Python’s Simplicity is a Trap -And How to Escape It
The Python Illusion: What You’re Missing
By Sarun's Notes | Feb 19, 2025
The Ideal Apprenticeship
By AbdulRahman Gurmani | Feb 19, 2025
12 Hidden Gem Django Libraries You Should Know About!
Django is packed with built-in features, but third-party libraries can take your development to the next level. Here are 12 lesser-known…
By Aashish Kumar | Feb 19, 2025
Introduction to Object-Oriented Programming Paradigm with Python: A Tale of Cats
Hi all, I want to introduce you to the Object-Oriented Programming paradigm using Python. Myself have recently learned Python through the…
By Hans Darmawan | Feb 19, 2025
Making Your Matplotlib Charts POP and Look Amazing
Creating a chart in Matplotlib is straightforward but making that chart presentation-ready requires thoughtful formatting. A great chart is…
By Py-Core Python Programming | Feb 19, 2025
Multi-Tenant Implementation with Python (FastAPI) and Ansible for DevOps Portfolio 🚀
Since you are building a DevOps portfolio with Python, here’s a practical Multi-Tenant Architecture implementation using FastAPI with…
By Erwansistandi | Feb 19, 2025
Create a Confusion Matrix with Scikit-learn
After training a supervised machine learning model such as a classifier, you would like to know how well it works.
By Francesco Franco | Feb 19, 2025
Create a Confusion Matrix with Scikit-learn
After training a supervised machine learning model such as a classifier, you would like to know how well it works.
By Francesco Franco | Feb 19, 2025
Breaking Down the Django Rest Framework Serializer
Django Rest Framework (DRF) serializers play a crucial role in converting complex data types like Django model instances into JSON, making…
By Godswill Utong | Feb 19, 2025
Advanced Django Techniques to Improve Efficiency and Maintainability of code
Introduction
By Sankalp Gautam | Feb 19, 2025
Enhancing the Redirect Analytics Dashboard 📊🚀
Now, let’s add date-based filtering and CSV export functionality to our Redirect Analytics Dashboard.
By Ewho Ruth | Feb 19, 2025
Enhancing Redirect Analytics Dashboard with Interactive Charts & Email Reports 📊📩🚀
Now, let’s improve interactivity with dynamic charts and add an automated email report summarizing redirect analytics.
By Ewho Ruth | Feb 19, 2025
🚀 Real-Time Redirect Analytics Alerts via Slack 🛎️📊
Now, let’s integrate Slack notifications to receive real-time alerts when a redirect is triggered!
By Ewho Ruth | Feb 19, 2025
📊 Logging Redirect Alerts for Analysis
Now that we’ve set up Slack alerts, let’s log all redirect events in the database for later analysis.
By Ewho Ruth | Feb 19, 2025
📊 Weekly Redirect Report via Email
Now that we log all redirects, let’s send a weekly email report summarizing redirect events.
By Ewho Ruth | Feb 19, 2025
📆 Adding Date-Based Filters for Redirect Analytics in Django Admin
Let’s enhance our redirect analytics dashboard by adding date-based filtering to analyze trends over time! 📊📅
By Ewho Ruth | Feb 19, 2025
15 Essential Python Libraries Every AI Engineer Should Master in 2025
By inGrade | Feb 19, 2025
Why Django is Still Thriving in 2025 (And Far from Dead!😵)
By Aashish Kumar | Feb 19, 2025
The Hidden Risk of .save() in Django Application for Async Tasks
How a Small Change Led to a Sneaky Bug in our Application. 🐞
By Malika Srivastava | Feb 19, 2025
Ellipsis: The Python’s Perfectly Valid Syntax (…)😲
💡 Heads Up! Click here to unlock this article for free if you’re not a Medium member!
By Dhruv Ahuja | Feb 19, 2025
Python Decorators: A Game-Changer for Your Code
Leapcell: The Next — Gen Serverless Platform for Python app Hosting
By Leapcell | Feb 19, 2025
All we have to do is to have faith in the words of God.
In John 1:29, it is written, ‘The next day John saw Jesus coming toward him, and said, “Behold! The Lamb of God who The Gospel of the…
By Muhammad Aslam | Feb 19, 2025
Detecting Fraudulent Transactions: A Guide to Building an Advanced Fraud Detection System
As a data scientist, it is easy to get caught up in mastering tools like Python, pandas, scikit-learn and the rest of the data stack. These…
By Nafisa Lawal Idris | Feb 19, 2025
Learn MicroPython with Arduino: From Basics to Robotics 🤖
A practical hands-on guide using the Arduino Alvik Robot
By Leonardo Cavagnis | Feb 19, 2025
Optimizing dbt Models with Common Table Expressions (CTEs)
Writing SQL is one thing, but designing a well-structured dbt model is a whole different game. One key aspect that often separates good…
By Merve Gamze Cinar | Feb 19, 2025
Beyond the Basics: 5 Practical Python Tricks
Almost magical but are actually just well-thought-out design choices. If you want to take your Python skills to the next level and write…
By Rexs | Feb 19, 2025
The Ultimate Guide to Building Secure Backends with FastAPI in 2025
Imagine if your backend were as secure as your grandma’s secret cookie recipe — locked away, protected, and shared only with those you…
By Joël-Steve N. | Feb 19, 2025
Breadth-First Search — Data Structures & Algorithms for Data Scientists
Breaking down one of the famous backtracking algorithms
By Egor Howell | Feb 19, 2025
DIY AI & ML: Logistic Regression
An exercise in gaining an in-depth understanding of the mathematics in a logistic regression model by implementing one in Python without…
By Jacob Ingle | Feb 19, 2025
PSK Signals Performance Under AWGN Channel
Python code to simulate and analyse PSK signals
By Mario Rodriguez | Feb 19, 2025
Building an AI Chatbot with LangGraph, FastAPI & Streamlit — An End-to-End Guide
Creating a chatbot from scratch, using only Python packages.
By Luca Derumier | Feb 19, 2025
Build a Secure Generative AI App with Firebase Authentication
— A Monolithic Approach in Building a Robust & Secure Single Stack Generative AI Application.
By Hadi Rouhani | Feb 19, 2025
Django: The Web Framework That Thinks for You — Here’s Why It’s a Game-Changer
Web Development Shouldn’t Feel Like an Endless Battle
By Mari_Nnanna | Feb 19, 2025
Day 47 of 100 Days Agentic Engineer Challenge: X API with Sveltekit and FastAPI
It’s really frustrating, but I’m completely stuck on the X.com integration and OAuth 2.0. Should I switch to a different social media…
By Damian Dąbrowski | Feb 19, 2025
Never Forget Again: Understanding return and variable scope in Python -Part 3
When working with classes in Python, understanding the return statement and variable scope is crucial. These concepts help you manage data…
By Shwetha M | Feb 19, 2025
Nested Routers in Django REST Framework
In Django Rest Framework (DRF), nested routers are useful when dealing with hierarchical relationships between models. You can achieve this…
By Sunil Nepali | Feb 19, 2025
Understanding get_or_create and update_or_create in Django: A Beginner’s Guide
I found myself scratching my head over database operations. One day, I needed to either create a new record or get an existing one — and…
By Sunil Nepali | Feb 19, 2025
7 Costly Machine Learning Mistakes I Made in Python (and How to Avoid Them)
Avoid these mistakes, save time, and build better ML models.
By Builescu Daniel | Feb 19, 2025
5 Tips to Write Readable Code
Code Smarter, Not Harder
By Dhia Hmila | Feb 19, 2025
How to Manage Django Settings for Local and Production Environments
Not a premium member? READ HERE
By Sagar Sangwan | Feb 19, 2025
Create a Ladder of Descending Goals
By AbdulRahman Gurmani | Feb 20, 2025
Extracting Element Forces, Base Reactions, and 3D Geometry from ETABS with Python
Introduction
By Hakan Keskin | Feb 20, 2025
Vector Databases 101: A Beginner’s Guide to Vector Search and Indexing
How They Work, Why They’re Essential, and How to Get Started
By Afaque Umer | Feb 20, 2025
Vector Databases 101: A Beginner’s Guide to Vector Search and Indexing
How They Work, Why They’re Essential, and How to Get Started
By Afaque Umer | Feb 20, 2025
Exploring Local USGS Water Level Sensor Data With Python
A tutorial on using the USGS data API, and comparing linear regression and Facebook’s Prophet timeseries forecasting techniques
By Anthony Klemm | Feb 20, 2025
Automating your website’s landing page creation and deployment processes
I recently went freelance after my previous role came to an end and I had to set up all the tools I needed to market myself as a data &…
By Julien Coquet | Feb 20, 2025
A scalable Notification System for a Voting Application: Email & Slack Integration
It’s happened many times to all of us in our work environment: a decision needed to be made, but it required employees’ input. How great…
By Mohammad Mahdi Mohajer | Feb 20, 2025
Building an AI-powered application with FastAPI and deplying with Terraform
In the rapidly evolving age of AI, large language models (LLMs) have emerged as transformative technologies, capable of understanding and…
By Kingsley Torlowei | Feb 20, 2025
Using these 8 Python data mining toolkits has significantly boosted productivity!
When working in data science, you might spend a lot of time coding and waiting for the computer to run certain tasks. So, I’ve selected…
By Ben Hui | Feb 20, 2025
Streamlit Cache Refresh: Keep Your Data Up-to-Date Without the Wait
Enhancing User Experience: Auto-Refreshing Cached Data in Streamlit
By Pranay Shah | Feb 20, 2025
The Code of Life: Simulating Evolution by Natural selection
Today, let us take a brief detour into the grand laboratory of nature and peek into a simple, illustrative simulation of evolution. This is…
By Vaibhav Garg | Feb 20, 2025
10 Common Django Mistakes That Can Ruin Your App (And How to Fix Them!)
Django is a powerful and developer-friendly framework, but even experienced developers can make critical mistakes that impact performance…
By Aashish Kumar | Feb 20, 2025
Probability: 1/100 vs 6/600, are they the same?
It’s a serious question if you want to win.
By Shuai Li | Feb 20, 2025
🚀 Keep Your Django Storage Clean: Auto-Remove Unused Files with django-cleanup
Non Member Link: Here
By Miraz Hossain | Feb 20, 2025
Ditch requirements.txt: Elevate Your Django Projects with Poetry! 🚀
If you’re still managing dependencies with requirements.txt, it's time for an upgrade. While pip and virtualenv have served Django…
By Aashish Kumar | Feb 20, 2025
Don’t Trust ChatGPT Programming Solutions at The First Glance
LLMs and ChatGPT
By Mohammad Reza Farzanmehr | Feb 20, 2025
Python Programming: A Beginner’s Guide to Mastering the Most Popular Language
Python has become one of the most popular and widely used programming languages in the world. Whether you are a beginner stepping into…
By Mahesh Sharma | Feb 20, 2025
30 Mind-Blowing Python One-Liners You Need to Try! 🚀
Python is famous for its simplicity and elegance, and one-liners are a perfect example of this.
By Aashish Kumar | Feb 20, 2025
Python Panel vs. Streamlit for Geospatial Data Visualization
Geospatial data visualization is a great way to show location-based trends, mapping population distributions, or analyzing geographic…
By Py-Core Python Programming | Feb 20, 2025
Python Panel vs. Streamlit for Geospatial Data Visualization
Geospatial data visualization is a great way to show location-based trends, mapping population distributions, or analyzing geographic…
By Py-Core Python Programming | Feb 20, 2025
Modern MLOps Guide with Practical Exercises
I recently attended a bootcamp that provided an in-depth look into machine learning operations (MLOps), and I’m excited to share the…
By Ömer YILMAZ | Feb 20, 2025
Will we become sinners if we sin tomorrow?
By Muhammad Aslam | Feb 20, 2025
Recently I Learnt — We Can Add Mutable Custom Objects Into Python Sets
Intuitively, only immutable data types should be allowed to be added into a set.
By Liu Zuo Lin | Feb 20, 2025
Recently I Learnt — We Can Add Mutable Custom Objects Into Python Sets
Intuitively, only immutable data types should be allowed to be added into a set.
By Liu Zuo Lin | Feb 20, 2025
Tired of tracking Time in Python? A Classy Solution!
Let’s face it. We all love Python, but there’s one little annoyance that keeps popping up when measuring execution time.
By Fedeshadow | Feb 20, 2025
Collaboration of Colab, yfinance and TA-Lib, recent issues
In early 2025, I encountered error messages related to importing TA-Lib and using yfinance while working on some of my previous code. In…
By Tobi Lux | Feb 20, 2025
Django vs. Flask: Which One Should You Use for Your Next Project?
You find yourself in a dilemma between using Django or Flask for developing your upcoming web application. Anyone who develops web…
By Oviyan S | Feb 20, 2025
What is Programming? A Simple Guide Before Learning Python
(Part 1 : Python Made Easy: Learn Without Confusion)
By D Naresh | Feb 20, 2025
Your First Python Program — Start Coding Right Away!
(Part 2: Python Made Easy: Learn Without Confusion)
By D Naresh | Feb 20, 2025
Understanding Floating-Point Precision Issues in Python
Problem Statement
By arsh manva | Feb 20, 2025
Optimizing Database Queries in Django: A Developer’s Guide
Django’s ORM is a double-edged sword. While it abstracts SQL complexities and accelerates development, misuse can lead to sluggish…
By Devansh Upadhyay | Feb 20, 2025
STOP Using Python Dictionaries Like This!!!
Sometimes…I see that some people use Python dictionaries incorrectly.
By Kiran Maan | Feb 20, 2025
Building a High-Traffic, Large-Scale Django & Stripe E-commerce Website [Part 1] : Authentication
Securing User Access for a Robust E-commerce Experience Using Django, PostgreSQL, Redis, Celery, Kafka and AWS ECS/EKS/EC2
By Joel Wembo | Feb 20, 2025
Building a High-Traffic, Large-Scale Django & Stripe E-commerce Website [Part 1] : Authentication
Securing User Access for a Robust E-commerce Experience Using Django, PostgreSQL, Redis, Celery, Kafka and AWS ECS/EKS/EC2
By Joel Wembo | Feb 20, 2025
Getting Started with FastAPI: Your First “Hello World” API
Welcome to the world of FastAPI, where building APIs is as enjoyable as sipping your favorite cup of coffee on a lazy Sunday morning! In…
By Joël-Steve N. | Feb 20, 2025
From Prototyping to Performance: Why Python Leads in AI Development
Easy to adapt and use
By lingaswara mallidi | Feb 20, 2025
Gradient Descent: Batch, Stochastic, and Mini-Batch in Machine learning
Introduction to Gradient Descent
By Prem Vishnoi(cloudvala) | Feb 20, 2025
🌟 Django Models: Single File vs Multiple Files — Which One Should You Choose?
Django developers often face a common dilemma: Should I keep all my models in a single models.py file or split them into multiple files? 🤔
By Sanjay Prajapati | Feb 20, 2025
🌟 Django Models: Single File vs Multiple Files — Which One Should You Choose?
Django developers often face a common dilemma: Should I keep all my models in a single models.py file or split them into multiple files? 🤔
By Sanjay Prajapati | Feb 20, 2025
Affordable Python Online Training Options for Every Budget
Introduction
By IRATraining | Feb 20, 2025
Django 5.2: What’s New in the Upcoming LTS Release?
Django 5.2, expected in April 2025, is shaping up to be a game-changing release, packed with new features, performance improvements, and…
By Aashish Kumar | Feb 20, 2025
Building a High-Traffic, Large-Scale Django & Stripe E-commerce Website [Part 2]: Caching with…
Setting up Redis as our caching backend and configuring Celery with Django for robust asynchronous task handling
By Joel Wembo | Feb 20, 2025
Building a High-Traffic, Large-Scale Django & Stripe E-commerce Website [Part 2]: Caching with…
Setting up Redis as our caching backend and configuring Celery with Django for robust asynchronous task handling
By Joel Wembo | Feb 20, 2025
Pandasql: Manipulating dataframes using SQL in Python.
Pandas lib already is awesome for data handling in Python. We can turn a dataset into a dataframe tables and we have all data manipulation…
By Lucianosantosg | Feb 20, 2025
Mastering Indentation in Python: The Key to Clean and Error-Free Code!
Greetings to the best end guide to Python indentation! Even if you wonder why there is an Indentation Error , have trouble write code to…
By Aryan kumar | Feb 20, 2025
Learn FastAPI with a Full-Stack Project: Movie Recommendation
Learn how FastAPI serves a front-end Streamlit application.
By Gustavo R Santos | Feb 20, 2025
How to Try Out an Open-Source AI Model Without Costly Hardware — And What to Know About IBM…
A practical guide on how to quickly try out an open-source language model using Hugging Face Spaces and Gradio
By Sarah Lea | Feb 20, 2025
See Mastery as Salvation
By AbdulRahman Gurmani | Feb 21, 2025
FastAPI ETL: Extracting Data from an API
Introduction
ETL (Extract, Transform, Load) is a widely used process in data engineering. The Extract is the initial phase where raw data…
By Zafer KAHRAMAN | Feb 21, 2025
Tuple & List in Python
Understanding Tuples and Lists in Python: Definitions and Key Differences
By Abdul samad | Feb 21, 2025
Parallel FASTA Aggregation with Bodo: A Python Example for Scalable Bioinformatics
In modern bioinformatics, large-scale genomic data is the norm, requiring efficient ways to read, process, and combine massive collections…
By Rohit | Feb 21, 2025
Trading the Bollinger Band Squeeze: A Python-Based Strategy
Using Data-Driven Insights to Spot and Trade Volatility Shifts
By Kridtapon P. | Feb 21, 2025
The Fastest CRUD Tutorial with Python and Flask
Get started with Python and Flask for backend engineering in under 10 minutes!
By Mohamed Nijadi | Feb 21, 2025
Building an ML Options Arbitrage Detection Model with Python
A guide to combining options and stock data for ML-driven arbitrage analysis
By Nikhil Adithyan | Feb 21, 2025
9 Stunning Scientific Plots I Created Using This Powerful Python Library
Through this article, I aimed to enhance scientific work.
By Ajay Parmar | Feb 21, 2025
Multiprocessing,Multithreading,Asynchronous programming: What do you choose?
While working on a backend service for a performance-critical application, my team and I debated the best concurrency model to use. The…
By Sushruth Harsha | Feb 21, 2025
The Bronze Laver of The Old Testament
Was a Shadow of the Baptism of The New Testament Why did the priests wash their hands and feet before they entered the holy place? Because…
By Muhammad Aslam | Feb 21, 2025
12 Hidden Gem Django Libraries You Should Know About! [PART 2]
This is part 2 of “12 Hidden Gem Django Libraries You Should Know About”. If you didn’t check the part 1 you can read it by clicking below…
By Aashish Kumar | Feb 21, 2025
Anaconda’s 2024 Licensing Changes and Alternatives
In late 2024, Anaconda, Inc. introduced significant changes to its licensing terms, affecting many in the research and academic…
By Py-Core Python Programming | Feb 21, 2025
Python Programming Course In Delhi
Introduction
By Craw Security | Feb 21, 2025
How to Build Dynamic Frontends with FastAPI and Jinja2
FastAPI provides a fast, scalable API built on asynchronous programming, while Jinja2 delivers a flexible templating engine to render…
By Nuno Bispo | Feb 21, 2025
Futures in asyncio (#asyncion 2)
Imagine you’re at a restaurant. When you order a pizza, the waiter gives you a special ticket. This ticket is like a promise — it says…
By Aaweg I | Feb 21, 2025
Build Your Django App in 10 Minutes…..
Want to build a web app fast? With Django, you can go from zero to a working project in just 10 minutes! Let’s dive in and get started. 🚀
By Adegboye Michael Adeoluwa | Feb 21, 2025
InSAR.dev PyGMTSAR (Python InSAR): Burst-based processing in UTM coordinates
As planned, I’ve split my code into 3 libraries: “insardev_toolkit” for tools like ASF Sentinel-1 SLC downloading, SRTM/Copernicus/ALOS…
By Alexey Pechnikov | Feb 21, 2025
Data Visualization using matplotlib — part 4
We have learnt about the line plot and scatter plot in my first post on Introduction to matplotlib; Bar chart, histogram and Pie charts in…
By Alok Dubey | Feb 21, 2025
Serving Django Static Files with a CDN
A Content Delivery Network (CDN) improves the speed and reliability of serving static files by caching them across multiple geographically…
By Ewho Ruth | Feb 21, 2025
Handling Large File Uploads in Django 🚀
Uploading large files (videos, high-resolution images, PDFs) in Django can be challenging due to file size limits, timeouts, and storage…
By Ewho Ruth | Feb 21, 2025
Understanding Validators in Django: Ensuring Data Integrity and Consistency
Data validation is a critical component of any web application, ensuring that the stored data adheres to business rules and constraints…
By Ewho Ruth | Feb 21, 2025
90% of Python Developers Ignore This Simple LIST Trick!!!
You won't regret learning this!!!
By Kiran Maan | Feb 21, 2025
Django Developers, Stop Using .all() for Queries – Here’s Why!
Django’s ORM is powerful, but using .all() indiscriminately can lead to performance bottlenecks, unnecessary database hits, and…
By Aashish Kumar | Feb 21, 2025
Building Effective AI Agents with Python: A Practical Guide — Part 1
In this series, we’ll explore practical implementations of AI agent patterns described in Anthropic’s blog post titled “Building Effective…
By Mayuresh K | Feb 21, 2025
Implementing “CRUD” Operations in a Simple Warehouse Stock Management System Using Python
By RIDHA SHAHNABIEL HAYAT | Feb 21, 2025
Liberty Framework & Liberty Core: The No-Code Backend & Developer-Friendly React UI Library for…
In the fast-paced world of application development, developers and businesses alike need solutions that are both efficient and scalable…
By Franck Blettner | Feb 21, 2025
Gotta Scrape ’Em All: A Python Web Scraping and API Guide with Pokemon!
Long story short, I stumbled on a technical test for a backend position. Considering I am unemployed at the moment, I have a little bit of…
By Miftahul Muhaemen | Feb 21, 2025
Flask vs. Django vs. FastAPI: Choosing the Right Python Web Framework
Introduction
By Arora Ajay | Feb 21, 2025
AI Chapter I: Integrate Foundation Models Using Bedrock in Python
…to be an AI Expert
By Indra Bonia | Feb 21, 2025
A Deep Dive into Asynchronous Request Handling and Concurrency Patterns in FastAPI
In today’s fast-paced digital world, speed isn’t just a luxury — it’s a necessity. Imagine if your API could juggle dozens, or even…
By Joël-Steve N. | Feb 21, 2025
How Django Functions Under The Hood: From Request to Response
Django is a powerful web framework that makes it incredibly easy to build web applications. But have you ever wondered what happens behind…
By Priyanshu Rajput | Feb 21, 2025
Supercharge Your Django App with Context Processors — Say Goodbye to Repetition! 🚀
Django context processors are an underrated feature that can eliminate repetitive code, making templates cleaner and more maintainable. If…
By Aashish Kumar | Feb 22, 2025
Why I Stopped Using Django 🚀?
Four years ago, when I first learned Django, I thought it was the best backend framework.
Even today, I still believe it’s one of the…
By Bernabas Tekkalign | Feb 22, 2025
The Real Secret
By AbdulRahman Gurmani | Feb 22, 2025
Tech Blog #5: A Slice of Redux
Welcome to the fifth entry in my beginners blog! In this entry we’ll be exploring the useful state tool, Redux. Redux is a helpful…
By Brenden hartman | Feb 22, 2025
Solve Scheduling Problems With Relationship Coloring and Neo4j
When multiple entities interact but can only interact with one other entity at a time, we can model the problem as a graph
By Nathan Smith | Feb 22, 2025
Open source AI Operator — Browser Automation with Browser Use
An alternative to OpenAI Operator — Save $200/month
By Joe T. Santhanavanich | Feb 22, 2025
Git: The Ultimate Guide to Mastering Version Control
Even If You’ve Never Used It Before!
By Shuai Li | Feb 22, 2025
Run a Media Mixed Model with No Code in Minutes!
Easiest way to run a Media Mixed Model. Run a marketing Mixed Model with no code
By Aayush Sethi | Feb 22, 2025
Stop Writing Functions Like That in Python 🤬
How to improve your function development in Python?
By Miner Of Ideas | Feb 22, 2025
14 Powerful Prompt Engineering Techniques You Need to Try
Because with the right prompt, there’s no limit to what AI can do
By Abhay Parashar | Feb 22, 2025
Python: How Django Transactions Work
Transactions are how Django manages all the DB operations that your app runs. Learn how to best use them and avoid costly mistakes.
By Michael T. Andemeskel | Feb 22, 2025
Hosting LLMs on Raspberry Pi 5
Things I started with:
By Kumar Gaurav Pandey | Feb 22, 2025
The Ultimate Django Commands Cheat Sheet — Everything You Need! 🚀
Django’s command-line interface (CLI) is packed with powerful commands that make development faster and easier.
By Aashish Kumar | Feb 22, 2025
19 Powerful Python Automation Scripts to Simplify Your Daily Tasks
By inGrade | Feb 22, 2025
Setting Up Apache Airflow with Docker Compose and Reverse Proxy
Apache Airflow® is an open-source platform for developing, scheduling, and monitoring batch-oriented workflows. Airflow’s extensible Python…
By Karthik S | Feb 22, 2025
Many Can’t Write These 4 Python Functions In One Line. Can You?
# Answers and derivation included
By Liu Zuo Lin | Feb 22, 2025
80% of Python Developers Are STILL Doing This WRONG!!!
Don’t be one of them…
By Kiran Maan | Feb 22, 2025
How to Build an AI Chatbot Using Python in 2025
Introduction
By TP Technicals | Feb 22, 2025
Python’s functools Library: The Hidden Gem for Advanced Programming
When was the last time you used Python’s functools module? If your answer is "never" or "rarely," you’re not alone. Often overshadowed by…
By Elshad Karimov | Feb 22, 2025
Building a High-Traffic, Large-Scale Django & Stripe E-commerce Website [Part 3]: Product Inventory…
Best Approach for Managing E-commerce Product Data with Stripe: Complete RESTful API to manage your product inventory and synchronize it…
By Joel Wembo | Feb 22, 2025
Understanding Django ORM (Object-Relational Mapping)
Django ORM is a great way to work with the database in Django applications. The ORM is a powerful abstraction layer that lets you interact…
By Mehedi Khan | Feb 22, 2025
Creating Dynamic HTML Tables with Flask and Backend Data
In this article, we’ll discuss how to pass some table data from our backend to our HTML frontend and create a decent-looking table based on…
By Kuldeepkumawat | Feb 22, 2025
Numerical Modeling of wave propagation using Python Scripting
Wave propagation analysis is a cornerstone of understanding dynamic phenomena in engineering, from seismic activity to structural…
By Akshansh Mishra | Feb 22, 2025
Benchmarking PDF to Markdown Document Converters — Part 2
Testing 4 more Python Markdown converters on a benchmark PDF document for better RAG results with LLMs
By Dr. Leon Eversberg | Feb 22, 2025
High-Traffic Django & Stripe E-commerce Website [Part 5]: Deploying Celery & Redis on AWS EKS…
Accelerate Your Django Performance on AWS EKS
Transform Your Django Workflow: AWS EKS, Celery & Redis for Background Tasks
By Joel Wembo | Feb 22, 2025
VSCode-Python: The All-in-One Efficient Development Tool for Python Developers
Enhance your Python development with VSCode-Python. Enjoy features like smart code completion, debugging, and seamless code formatting for…
By Meng Li | Feb 22, 2025
When to Avoid Python for AI Development (And What to Use Instead)
Python is the undisputed king of AI and machine learning development, thanks to its vast ecosystem of libraries, ease of use, and massive…
By Coders Stop | Feb 22, 2025
Guide to Deploying FastAPI with Helm on Kubernetes
Deploying applications on Kubernetes can be complex, requiring intricate configurations for scalability, service discovery, and management…
By Shunya Vichaar | Feb 22, 2025
Navigating Data Platform Architecture: A Generic Approach to SCD2 Processing
Introduction
By Michal Postek | Feb 22, 2025
Leveraging Pydantic for Robust Data Models and Reliable APIs
Imagine building an API where every piece of incoming data is automatically checked, validated, and transformed into a clean, predictable…
By Joël-Steve N. | Feb 22, 2025
🚀 Deploying Django Applications: Docker, CI/CD, and Cloud Deployment Guide
Deploying a Django application can feel overwhelming, but with the right approach, it becomes a smooth and automated process. In this…
By Priyanshu Rajput | Feb 22, 2025
Python Interview Prep — Day 74 of 100 Days of Data Engineering, AI and Azure Challenge
Python has emerged as one of the most versatile and widely-used programming languages, powering applications across diverse domains such…
By Karthik | Feb 22, 2025
Create CRUD with FastAPI using SQL RAW
Some projects or MVPs need to create basic projects, so in this case a good option is to use FASTAPI, with which the compact project was…
By wilson zauma rojas | Feb 22, 2025
Choose Time
By AbdulRahman Gurmani | Feb 23, 2025
FastAPI ETL: Transforming Data for a Clean & Structured API Response
📖 Introduction
By Zafer KAHRAMAN | Feb 23, 2025
🚀 You’ve Been Lied To About Multithreading in Python!
Python’s Dirty Secret: The Hidden Lock That Slows You Down
By Anshuman Silori | Feb 23, 2025
Methods and Tools for Extracting Information from Websites
The internet is filled with valuable data, from market trends to research insights. But how do you collect this information efficiently…
By Paritosh | Feb 23, 2025
Why 0.1 + 0.2 ≠ 0.3 in Python (How I Fix It)
Shocking truth about Python Floats
By Kiran Maan | Feb 23, 2025
How to Customize CSS in Streamlit: The Ultimate Guide
Streamlit is a powerful Python framework for building interactive web applications with minimal code. However, one common challenge…
By Kuldeepkumawat | Feb 23, 2025
Building an AI Research Assistant: A Three-Part Series
Introduction
By Arjun Prabhulal | Feb 23, 2025
Django Security Checklist: 10 Steps to Bulletproof Your DjangoWeb App
I have been working with Django for the past five years, and my journey with it continues. Django is one of the most secure web frameworks…
By Aashish Kumar | Feb 23, 2025
Learning FastAPI in 30 blogs: 01 — Creating a Simple FastAPI Application
What is FastAPI?
By Alen Sabu | Feb 23, 2025
🚀 Mastering Django Managers: Supercharge Your Querysets Like a Pro! 🏆
Boost your Django ORM skills with custom managers! Learn how to optimize queries, filter data, and structure your models efficiently. 🚀
By Sanjay Prajapati | Feb 23, 2025
Customizing Django Admin Like a Pro: Tips & Tricks
Django’s built-in admin panel is very powerful, by customizing Dajngo admin it can supercharge productivity and improve usability. Whether…
By Aashish Kumar | Feb 23, 2025
Mastering Random Variables: A Data Scientist’s Guide to PMF, PDF, and Expectation
Unlocking the Math Behind Randomness
By Emama Shahzad | Feb 23, 2025
Data Types in Python (Part 3)— determining datatypes
How do I determine the datatype of a variable? Can I create my datatype?
By Antarip Giri | Feb 23, 2025
His baptism is what made His death relevant to us
Ryan Burt, USA His baptism is what made His death relevant to us. It’s what connected us and our sin to His judgment on the Cross. The last…
By Muhammad Aslam | Feb 23, 2025
10 Must-Have Flask Extensions to Supercharge Your Web App
Unlock the Full Potential of Flask with These Powerful Extensions
By Fuzzy | Feb 23, 2025
Top 10 Python Libraries Every Data Scientist Should Know
Unlocking the Power of Python for Data Science Success
By Fuzzy | Feb 23, 2025
Create Your Own House Style for Matplotlib Plots and Charts
Customise your Matplotlib plots with off-the-shelf style sheets — or design your own
By Alan Jones | Feb 23, 2025
• Jesus Christ
JESUS: “For He will save His people from their sins” (Matthew 1:21). Jesus refers to the Savior, the One who has saved all people from…
By Muhammad Aslam | Feb 23, 2025
Automation With Python | Full Python Tutorial For Beginners
Automation is one of the most powerful capabilities of Python, allowing you to simplify repetitive tasks and enhance productivity. Whether…
By Cloud Guru | Feb 23, 2025
Automating Document Creation (Part 1)
The following series of articles will cover the programmatic generation of Word documents. We’ll move from a pure programming approach to…
By Vibha Sharma | Feb 23, 2025
Enhancing FrameBlender with LangChain and Ollama
By Deepak, Contributor at Red Hen Lab
By Deepak | Feb 23, 2025
Why Haven’t I Given Up on Being a WebGIS Developer Yet?
When I first entered the field, I ended up working more as a GIS developer. For those who are developers, you know this is already a niche…
By Felipe Limeira 🌍 | Feb 23, 2025
#Hashnode
Python Essentials: Concepts For Every Programmer
It is true that there’s a lot to learn about Python as it is uniquely different from other programming language. It can be used on a server to create web applications – check out my recent article on web applications.
I am getting trained to be certi…
By Oyoenisai Andrew-Essien | Feb 17, 2025
Mastering Docker for DevOps: A Simple Guide with a Flask App
🚀 Learn how to use Docker effectively for your DevOps journey!
Introduction
Docker makes it easy to build, run, and deploy applications in a lightweight and scalable way. Whether you’re working on microservices or large-scale applications, understan…
By Amit Singh | Feb 17, 2025
Running AI Workloads In-House: A Guide to OPEA Microservices
Introduction
In this guide, we'll explore how to run AI workloads in-house using OPEA (Open Protocol for Enterprise AI) components. We'll specifically focus on setting up and orchestrating two microservices: text-to-image and image-to-video generatio…
By The DevOps Crossroads | Feb 17, 2025
Django Explained: Basics of the Popular Web Framework
What is Django?
You might be wondering, or perhaps you already know what Django is. Here's a brief explanation as we begin this guide.
Django is a web framework for Python. It's that simple. Django was created to meet fast-paced newsroom deadlines wh…
By Emmanuel Bwire | Feb 17, 2025
A Beginner’s Guide to Pydantic: Simple Steps for Data Validation
Are you tired of writing repetitive code to validate user inputs? Do you want to ensure your Python objects have the correct data types and values effortlessly? If so, Pydantic might be the library you've been searching for.
What is Pydantic?
Pydanti…
By Maanvi Alung | Feb 17, 2025
How to learn Python from scratch for AI developers
Introduction
Python is widely regarded as the "Swiss Army Knife" of programming languages, particularly in the world of artificial intelligence (AI). Its beginner-friendly syntax, powerful libraries, and extensive community support make it the perfec…
By Ridwan Ibidunni | Feb 17, 2025
[OCI] Revelación del secreto de una Vault
En este artículo vamos a explorar el uso de Vault por vía de un Instancia. Para ello, definiremos una Vault, asumiendo que ya disponemos de una VCN e Instancia.
En este ejemplo de uso, utilizaremos la Vault para guardar la configuración de OCI-CLI qu…
By David Sanz | Feb 17, 2025
How to Connect to PostgreSQL via Python
Install sqlalchemy library
$ pip install sqlalchemy # This package enables connectivity for all types of databases
Sample Program for connecting to PostgreSQL database
import pandas
import sqlalchemy
# Create the engine to connect to the PostgreSQL …
By Baskar | Feb 17, 2025
Writing your first Django app
Before starting your first Django project, make sure Python is installed on your system. As of now, the latest version is Python 3.13.2. If Python isn't installed, follow the steps below to get started.
Python installation
Download Python from the o…
By Emmanuel Bwire | Feb 17, 2025
Mastering Functional Programming in Python
Index
Introduction to Functional Programming
Pure Functions
The map() Function
The filter() Function
The zip() Function
The reduce() Function
Lambda Expressions
List Comprehensions
Set and Dictionary Comprehensions
Decorators
Higher-Order …
By Satyam Sandilya | Feb 17, 2025
Mastering File Handling in Python
It is essential to learn how to work with files as part of mastering Python programming. Python provides built-in functions that make it easy to read, write, and manipulate files in real-time. In this blog, we'll cover various file operations and how…
By Muskan Yadav | Feb 17, 2025
Installing VS Code on Windows 10/11
For installing VS Code on your computer, follow the steps below based on the OS –
Step 1) Visit – “VS Code official download page“
Step 2) Click on “Windows” option, to start the download of the .exe file -”VSCodeUserSetup-x64-1.97.2.exe”
Step 3) On…
By Vipul Murumkar | Feb 17, 2025
Python Basics
How to find the Python Installed Version:
CMD> python –version
CMD> python3 –version
$ python –version
$ python3 –version
$ which python
$ which python3
How to find Python Installed Location:
Suppose if you have installed Python in two differe…
By Baskar | Feb 17, 2025
Avoid ORM querys at Global Scope
Because …
(1) The query runs every time the application comes up
Elastic applications that scale with load, result in an unnecessary DB hits when new instances are added. The effect is multiplicative for each process of your application per pod or co…
By Danny Crasto | Feb 18, 2025
The Hidden Risks of AI-Generated Code: A Case Study on Blackbox AI
Artificial Intelligence (AI) is rapidly transforming software development, with tools like Blackbox AI offering to generate code snippets from natural language prompts. While these tools can enhance productivity, they also introduce significant secur…
By Eric Maddox | Feb 18, 2025
🐍 Mastering Python Decorators, File Handling & Exception Handling! 🚀
Welcome back, Python enthusiasts! 🌟 In this blog, we'll explore some advanced Python concepts, including Decorators, File Handling, Exception Handling, Logging, and Importing Modules. Let’s dive in! 😃
1️⃣ Decorators: Enhancing Functions Dynamicall…
By Manav Rastogi | Feb 18, 2025
Decoding the Digital: My Journey Helping Others Conquer Code
Decoding the Digital: My Journey Helping Others Conquer Code Coding. Just the word itself can evoke a mix of awe and anxiety. I remember staring at my first lines of code, a jumbled mess of characters that looked more like hieroglyphics than instruct…
By Logo Design Space | Feb 18, 2025
Decoding Django ORM: Mastering aggregate() and annotate()
Django's ORM (Object-Relational Mapper) is a powerful tool for interacting with your database. Two particularly useful, but sometimes confusing, methods are aggregate() and annotate(). Both allow you to perform calculations on your data, but they dif…
By Rohit Ranjan | Feb 18, 2025
Getting Started with Jinja Templates in Django
Understanding Jinja2 Tags with Examples
Django is a powerful web framework that allows developers to build robust web applications. To get started with the Tailwind CSS refer to
Jinja2 is a powerful templating engine for Python, widely used in web fr…
By Lakshminarayana | Feb 18, 2025
Why I'm building Stelvio
Before, I wrote about The future of software development in the cloud.
Today, I want to tell you why I'm building Stelvio and what problems it solves.
I've been writing code for 20+ years, with the last decade mostly focused on Python and cloud. Past…
By Michal | Feb 18, 2025
Write Python. Run Wasm.
You don’t just accidentally fall into implementing WebAssembly (Wasm). There is a lot to learn and it takes time. For example, the current Wasm specification document spans three hundred pages.
We inevitably want to achieve wide adoption of Wasm. But…
By Tim McCallum | Feb 18, 2025
How to Add Tailwind CSS and Flowbite to Your Django Project
Django 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…
By Lakshminarayana | Feb 18, 2025
[LeetCode]
Top Interview 150 Problems Solving # 13 Roman to Integer
Understanding the Problem
The problem is direct and very simply understandable. Changing roman number to integer and returning the integer is the only task.
But it is quite tricky when it comes to the combination of the numbers.
# basic roman numbers…
By Ramhee Yeon | Feb 18, 2025
Real-Time Intelligence with PySpark / Python Notebooks and Power BI –
The Perfect Trio for Tracking the International Space Station (ISS)
Introduction
Did you know that astronauts aboard the International Space Station (ISS) witness 16 sunrises and sunsets every day?
Travelling at 28,000 km/h (17,500 mph), the ISS completes 15.5 orbits around Earth daily, making it one of the most fasc…
By Nalaka Wanniarachchi | Feb 18, 2025
Get Ready for AI Agents: How Developers Can Adapt and Thrive
Okay, imagine a world where software practically builds itself. Where tedious tasks are handled automatically, leaving programmers free to be creative geniuses. Sounds like science fiction, right? Well, it's getting closer to reality thanks to someth…
By Opeyemi Ojo | Feb 18, 2025
Python VS C for Machine Learning : A comprehensive comparison
Machine learning plays a crucial role in modern technology by analyzing massive datasets and creating models that solve real-world problems in major sectors such as health, finance, and marketing. From self-driving cars to breast cancer detection, ma…
By Enaba Salman | Feb 18, 2025
A Guide to BlueSky Post Collection via API
Introduction
Here, we will discuss how to collect posts from the BlueSky Social Media Platform using a search term. In this tutorial, we will understand how these BlueSky APIs work and how to collect many posts using the cursor concept of APIs.
For t…
By Shreyansh Agarwal | Feb 18, 2025
FastAPI Tutorial: Build, Deploy, and Secure an API for Free
This article is written by Marcelo Trylesinski, a > FastAPI expert and > maintainer of Starlette and > Uvicorn. You can check out more of his work > here. All opinions expressed are his own.
Some weeks ago, Zuplo sent me an email asking to write a b…
By Adrian Machado | Feb 18, 2025
Mnemonics for Python
I've been writing and creating mnemonic memory poems to help memorize functions, concepts, etc… for the Python language related to computer science concepts. I'm writing one for the popular algorithm list. I email out a mnemonic once a month to my …
By Nate Sire | Feb 19, 2025
Python Inner Working
Taking a break from MERN stack, i started learning Python today from our one and only Hitesh Choudhary Sir (Hitesh Choudhary). As a class assignment i’d like to explain you all about inner working of python.
Python is an interpreted and loosely typed…
By Aryan Shandilya | Feb 19, 2025
Creating a CRUD Application with Flask and MongoDB: A Step-by-Step Guide
In this blog, we will build a simple CRUD (Create, Read, Update, Delete) API using Flask and MongoDB. Unlike traditional relational databases, MongoDB is a NoSQL database that stores data in flexible, JSON-like documents. We will use Flask-PyMongo fo…
By Manthan Ankolekar | Feb 19, 2025
Python vs. R: Which One Should You Learn for Data Science in 2025?
Data science is evolving at a rapid pace, and choosing the right programming language is crucial for anyone looking to excel in the field. Python and R are the two most popular languages for data science, but which one should you learn in 2025? The a…
By SymbiosisDistance | Feb 19, 2025
Stop Copy-Pasting AI Code! Learn to Code With AI (Not Instead of It)
I've been experimenting with AI coding tools like ChatGPT Gemini2.0 pro and Claude, and it's been a transformative experience – but not in the way I initially expected. My early attempts to just let the AI "do the work" led to messy code, hidden bugs…
By Opeyemi Ojo | Feb 19, 2025
If you work with Python… You need to know this 3 tools NOW!
Python continues to be one of the most versatile languages for software development.
And in 2025, some libraries/frameworks have become part of the Swiss Army knife for those who develop in the language of snakes, especially if you aim to build effic…
By Subi pra Nuvem | Feb 19, 2025
How to Create an Application with React, Django, and MySQL stack (part 1/2)
In this series of 2 articles, we will build a basic application using the React + Django + MySQL stack. The system will include user authentication, product CRUD operations, and communication between the frontend and backend.
Let’s start with the bac…
By Leo Bcheche | Feb 19, 2025
From Zero to Full Stack | A Simple Yet Fully Functional React, Django, and MySQL App
In this series of 2 articles, we will build a basic application using the React + Django + MySQL stack. The system will include user authentication, product CRUD operations, and communication between the frontend and backend.
Let’s start with the bac…
By Leo Bcheche | Feb 19, 2025
Building Local AI Agents: A Practical Guide to Frameworks and Deployment
Welcome back to our three-part series on AI Agents. In the first article, "AI Agents Explained: Architecture, Benefits, and Real-World Applications," we established a solid understanding of what AI Agents are, their internal components, and the advan…
By Sina Tavakkol | Feb 19, 2025
Python In Evryday Life
Introduction
Brief overview of Python as a programming language
Importance of Python in modern technology and daily applications
Purpose and scope of the article
Python and Home Automation
Smart home devices and IoT
Automation scripts for daily tasks…
By Gorakh Sawant | Feb 19, 2025
♨️ Introducing Yellowstone Fumarole ♨️
We are thrilled to unveil Yellowstone Fumarole : a new persistent streaming solution that empowers you to subscribe to geyser event without losing any data, even in the event of network connection errors.
This blog post will go in depth on why we cre…
By Louis-Vincent Boudreault | Feb 19, 2025
Day 9: OOPS in Python – Abstraction and Encapsulation
Abstraction
It is the process of hiding the implementation details of a class and only showing the essential features to the user.
For example, when you drive a car, you don’t need to understand how the engine works internally. You only need to know …
By Rishitha | Feb 20, 2025
Understanding Backend Development: The Engine Powering Web Applications
In web development, the backend plays a crucial role in ensuring that applications function smoothly, handle data efficiently, and provide seamless user experiences. While frontend development focuses on what users see, backend development is the bac…
By Jane Wangui | Feb 20, 2025
Host a FastAPI Application Without a Server
FastAPI is one of the fastest and most efficient frameworks for building APIs with Python. However, deploying a FastAPI application typically requires setting up a cloud server, which can be complex and time-consuming. In this guide, we'll show you h…
By Lightning Developer | Feb 20, 2025
Understanding Production-Ready Docker: From Start to Finish
In a production environment, managing Docker containers effectively ensures scalability, reliability, security, and observability. This guide outlines the key stages of the production-level Docker lifecycle.
1. Development & Image Creation
Dockerfil…
By Harendra Barot | Feb 20, 2025
Python Progress: Lists, Logic, and Building Interactive Tools
Introduction
Learning Python is like peeling an onion—every layer reveals something new, exciting, and occasionally tear-inducing (hello, off-by-one errors). Over the past week, I’ve delved deeper into lists, slicing, the range() function, conditiona…
By Moh | Feb 20, 2025
🚀 Automating Flask To-Do App with AWS: Terraform, Jenkins & Docker
💡 Introduction
Welcome to the world of DevOps! 🚀 Today, we’re diving into Flask by building a simple To-Do List application and then taking it to the next level with DevOps automation. This is part of our Python-for-DevOps series, where we combine …
By Pravesh Sudha | Feb 20, 2025
Step-by-Step Terraform Techniques for Deploying in Production
Introduction
Terraform has become the go-to Infrastructure-as-Code (IaC) tool for automating cloud resources, but using it in production requires a well-structured workflow. A robust Terraform lifecycle ensures scalability, security, and consistency …
By Harendra Barot | Feb 20, 2025
A Guide to Kubernetes Lifecycle in Production Environments
Introduction
Kubernetes has become the de facto standard for container orchestration in production environments. Managing a production-level Kubernetes application requires a structured approach encompassing deployment, monitoring, security, and main…
By Harendra Barot | Feb 20, 2025
The Rise of Edge AI: Running Deep Learning Models on Mobile & IoT
Artificial Intelligence (AI) and Machine Learning (ML) continuously deliver astonishing advances, with many changes and demands occurring simultaneously in favor of real-time processing and low-latency. One such development is Edge A I, where deep le…
By Devraj More | Feb 20, 2025
Python 3 Tutorial: How to Rotate Proxies and IP Addresses
In web crawlers and automated tasks, frequent use of the same IP address may lead to the blocking of the target website. This article will explain how to implement proxy and IP rotation with Python 3 through 3 mainstream solutions, and provide detail…
By Lewis Kerr | Feb 20, 2025
Proforma con Optimizador de Corte
Un cliente me comenta de un problema muy recurrente que le estaba pasando y que ya le estaba costando mucho tiempo y dinero cada vez que ocurría. Resulta que este cliente se dedica a la venta de placas de melamina con servicio de corte a medida de pi…
By Federico Carnevale | Feb 20, 2025
10 Truques Escondidos do Python Que Poucos Dev's Usam
Python é uma linguagem excelente pra quem está começando no mundo da programação, mas possui muitos detalhes que podem passar despercebidos pelos iniciantes.
Neste post, você aprenderá 10 truques que todo programador Python deveria conhecer para escr…
By Subi pra Nuvem | Feb 20, 2025
Beginners' Introduction to Python Packages and NumPy
Key Points
Python packages are folders with code files (modules) and need an __init__.py file.
Install packages using pip install package_name in the terminal, like pip install numpy for NumPy.
NumPy helps with math, using fast arrays for calculat…
By Arnav Singh | Feb 20, 2025
10 Hidden Python Tricks Unveiled
Python is an excellent language for those who are starting out in the world of programming, but it has many details that can go unnoticed by beginners.
In this post, you will learn 10 tricks that every Python programmer should know to write better co…
By Subi pra Nuvem | Feb 20, 2025
Gestión de pedidos y operaciones con DJANGO.
Un cliente trabajaba con un ERP para gestionar sus ventas y realizar entregas con remitos. Pero esa funcionalidad no le bastaba y solicitó un desarrollo para poder gestionar pedidos, visualizarlos, prepararlos, dividirlos, setera estados, pedir merca…
By Federico Carnevale | Feb 20, 2025
Encapsulation (Understanding Key Concepts)
Encapsulation is one of the fundamental principles of Object-Oriented Programming (OOP). It refers to the bundling of data and methods that operate on that data into a single unit, usually a class.
Concepts of Encapsulation
Public Varaibles
Protect…
By Lawani Elyon John | Feb 20, 2025
#Python Software Foundation
Where is the PSF? 2025 Edition
By Marie Nordin | Feb 18, 2025
#Dev.to
Project Translate: The Translate API (Part 2)
#python #aws #lambda
By Emmanuel Akolbire | Feb 17, 2025
RustyNum Follow-Up: Fresh Insights and Ongoing Development
#rust #python #opensource #datascience
By IgorSusmelj | Feb 17, 2025
A GUI App Which You Can Visulise Signal Waveforms With Python
#python #signal #programming #application
By Gökhan ERGEN | Feb 17, 2025
RandomPosterize in PyTorch
#python #pytorch #randomposterize #v2
By Super Kai (Kazuya Ito) | Feb 17, 2025
Writing Pythonic Code With Python Data Model
#programming #tutorial #python #oop
By Noble-47 | Feb 17, 2025
What to do if the selenium crawler is detected?
#selenium #python #crawler #automatic
By 98IP 代理 | Feb 17, 2025
RandomInvert in PyTorch
#python #pytorch #randominvert #v2
By Super Kai (Kazuya Ito) | Feb 17, 2025
RandomPosterize in PyTorch
#python #pytorch #randomposterize #v2
By Super Kai (Kazuya Ito) | Feb 17, 2025
Complete Guide to Virtual Environments (Virtualenv) in Python
#python #virtualenv
By Mahdi Ahmadi | Feb 17, 2025
BrushinBella: Crafting a Digital Experience to Make Parents’ Lives Easier
#python #javascript #programming
By Griffin Cole | Feb 17, 2025
RandomSolarize in PyTorch
#python #pytorch #randomsolarize #v2
By Super Kai (Kazuya Ito) | Feb 17, 2025
🚀 Boost Your Resume Instantly – For FREE!
#career #openai #python #programming
By Ramandeep Singh | Feb 17, 2025
EXCITEMENT, DISCOVERY AND CHALLENGES- a media guru’s journey to tech begins.
#programming #beginners #tutorial #python
By moshood Akinleye | Feb 17, 2025
Python OOP
#python #oop
By An Vo | Feb 17, 2025
Fast Data Entry: Automating Data Entry for Efficiency
#dataentry #python #pandas #easyocr
By Roopkumar Das | Feb 17, 2025
Automate Your Invoice Reminders with Python and Credit-IQ
#programming #tutorial #python #productivity
By CreditIQ | Feb 17, 2025
Day 1 – Starting My Django Journey
#django #webdev #programming #beginners
By Rishav Upadhaya | Feb 17, 2025
Day 1 – Starting My Django Journey
#django #webdev #programming #beginners
By Rishav Upadhaya | Feb 17, 2025
Deploying a Gemini-powered Mesop app to Cloud Run
#ai #gemini #python #cloudcomputing
By Remik | Feb 17, 2025
The rise of AI models capable of creating content, designs, and solutions across various industries.
#programming #ai #python #machinelearning
By cros links | Feb 17, 2025
Python Project Setup With uv – Virtual Environments and Package Management
#python
By Bas Steins | Feb 17, 2025
How to Write and Test a Smart Contract in Python on the Xian Blockchain
#programming #smartcontract #python #web3
By crosschainer | Feb 17, 2025
From Vision to Execution: Building the MedTech Talent Platform
#programming #javascript #beginners #python
By Kade Wilder | Feb 17, 2025
Understanding File I/O in Python: Reading, Writing, and Managing Files
#webdev #programming #beginners #python
By Hesbon limo | Feb 17, 2025
What is Python Tuples
#python #tupel #django
By Blogshub Blogshub | Feb 17, 2025
Python vs. Java: A Comparative Overview
#java #python #software #coding
By MyExamCloud | Feb 17, 2025
From Zero to Testing Hero: Adding Unit Tests to Your Django Project with CodeBeaver
#django #testing #unittest #cicd
By Vittorio Banfi | Feb 17, 2025
Base64 Encoding Explained: How It Works and Why It Matters
#python #javascript #typescript #react
By Leapcell | Feb 17, 2025
Fully Automated Gradient Calculation on Expression Graph (As Explained By Karpathy)
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 17, 2025
Inner Os Day 1
#python #inneros #programming #inthemaking
By Olico | Feb 17, 2025
Mastering API Design & Documentation with OpenAPI
#django #api #documentation #openai
By kihuni | Feb 17, 2025
Doing Evil Things with Generative AI and Recipes
#generativeai #python #development
By Raymond Camden | Feb 17, 2025
Don't Waste Time—Learn Golang Now!
#go #programming #backend #python
By Leon Martin | Feb 18, 2025
An introduction to function calling and tool use in LLMs
#programming #ai #tutorial #python
By Saurabh Rai | Feb 18, 2025
Project Translate: The Translate API (Part 3)
#aws #python #lambda #programming
By Emmanuel Akolbire | Feb 18, 2025
Chatbot with Semantic Kernel – Part 6: AI Connectors 🔌
#ai #semantickernel #python #microsoft
By David Sola | Feb 18, 2025
Execution Flows Programming Paradigm – Harvesting the Power of Nullary Functions
#python #opensource #executionflows #flowcompose
By Vinko Buble | Feb 18, 2025
RandomAdjustSharpness in PyTorch
#python #pytorch #randomadjustsharpness #v2
By Super Kai (Kazuya Ito) | Feb 18, 2025
RandomInvert in PyTorch
#python #pytorch #randominvert #v2
By Super Kai (Kazuya Ito) | Feb 18, 2025
RandomSolarize in PyTorch
#python #pytorch #randomsolarize #v2
By Super Kai (Kazuya Ito) | Feb 18, 2025
RandomAutocontrast in PyTorch
#python #pytorch #randomautocontrast #v2
By Super Kai (Kazuya Ito) | Feb 18, 2025
How Proxy IPs Enhance API Performance and Security
#api #python #performance #security
By 98IP 代理 | Feb 18, 2025
The Difference Between AI Agents and Traditional AI Models
#ai #openai #machinelearning #python
By Abhishek Jaiswal | Feb 18, 2025
Fixing A Bug in micrograd BackProp (As Explained by Karpathy)
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 18, 2025
Is Python Still Necessary in 2025?
#python #softwaretraining
By Lekshmi | Feb 18, 2025
Oxford Summer School Online Strategies to Motivate Your Students
#programming #webdev #ai #python
By Oxford Scholars | Feb 18, 2025
Create package using Poetry, and deploy on private PyPi Server
#python #tutorial #development
By Oktapian Candra | Feb 18, 2025
Building a CRUD Application with Flask and MongoDB
#python #webdev #programming #beginners
By Manthan Ankolekar | Feb 18, 2025
Embarking on a Python Journey: Sharing Knowledge, Insights, and Best Practices
#python #programming #backend #learning
By NK | Feb 18, 2025
Understanding Python: High-Level, Interpreted, and Dynamically Typed
#python #programming #beginners #learning
By NK | Feb 18, 2025
Building a Dashboard Web App Using Google Sheets and Markdown
#python #spreadsheets #dataviz #tutorial
By hayato onodera | Feb 18, 2025
Understanding Python’s Memory Management: Reference Counting, Garbage Collection, and Optimization
#python #programming #learning #memorymanagement
By NK | Feb 18, 2025
Security Best Practices for Python Smart Contracts on Xian
#blockchain #web3 #smartcontract #python
By crosschainer | Feb 18, 2025
Python’s Execution Model – Bytecode, PVM, and JIT Compilation
#python #programming #learning #performance
By NK | Feb 18, 2025
Open-source is like all eyes looking at it, with Cam Saul, Metabase
#podcast #clojure #opensource #python
By Artem Barmin | Feb 18, 2025
Yield in Python – beyond the data generation
#python #pikotutorial
By pikoTutorial | Feb 18, 2025
Creating a Multi Agent System using CrewAI
#multiagentsystems #python #ai #mach
By Christian Green | Feb 18, 2025
The Interpreters
#beginners #writing #python #data
By moshood Akinleye | Feb 18, 2025
Creating a Multi Agent System using CrewAI
#python #ai #aiagent #multiagentsystems
By Champ of Greatness | Feb 18, 2025
Which Is the Best Python Web Framework: Django, Flask, or FastAPI?
#django #fastapi #flask #webdev
By Evgenia Verbina | Feb 18, 2025
7 Python CLI Libraries for Building Professional Command-Line Tools [2024 Guide]
#programming #devto #python #softwareengineering
By Aarav Joshi | Feb 18, 2025
Python Automation Guide: 7 Scripts for Efficient System Administration (with Code Examples)
#programming #devto #python #softwareengineering
By Aarav Joshi | Feb 18, 2025
ColorJitter in PyTorch (1)
#python #pytorch #colorjitter #v2
By Super Kai (Kazuya Ito) | Feb 18, 2025
Day 2: Breaking Down Django Apps & Project Structure
#django #webdev #programming #beginners
By Rishav Upadhaya | Feb 18, 2025
Cash App Limits: How Much Can You Withdraw, Send and Receive Daily?
#webdev #javascript #ai #python
By Georgia mercy | Feb 18, 2025
ColorJitter in PyTorch (2)
#python #pytorch #colorjitter #v2
By Super Kai (Kazuya Ito) | Feb 18, 2025
Python Fundamentals – Data Types, Control Flow, and Loops
#python #programming #beginners #learning
By NK | Feb 18, 2025
ColorJitter in PyTorch (3)
#python #pytorch #colorjitter #v2
By Super Kai (Kazuya Ito) | Feb 18, 2025
ColorJitter in PyTorch (4)
#python #pytorch #colorjitter #v2
By Super Kai (Kazuya Ito) | Feb 18, 2025
Centralized log collection in python
#python #programming
By Miklos Halasz | Feb 18, 2025
Functions and Object-Oriented Programming (OOP) in Python
#python #programming #beginners #oop
By NK | Feb 18, 2025
UUID migration in Django with PostgreSQL
#database #django #programming #python
By Iga Karbowiak | Feb 18, 2025
Master Data Science with Python – Advanced Level!
#programming #coding #softwaredevelopment #python
By Bobby | Feb 18, 2025
RandomEqualize in PyTorch
#python #pytorch #randomequalize #v2
By Super Kai (Kazuya Ito) | Feb 18, 2025
Yet another document ingestion project with Docling and IBM Cloud Code Engine (serverless)
#fastapi #streamlit #docling #python
By Alain Airom | Feb 18, 2025
How to write a DRY combined sync / async Python package
#python #programming #tutorial #async
By Sam | Feb 18, 2025
Javascript => Python
#javascript #beginners #python
By Christopher Jimenez | Feb 18, 2025
Why I'm Building Stelvio
#aws #python #cloud #webdev
By Michal | Feb 18, 2025
Recognizing Barcodes With Embedded Python
#programming #python #json #learning
By InterSystems Developer | Feb 18, 2025
From debug mode enabled to PII disclosure via BFLA
#django #pii #swagger #bfla
By Blue Byte | Feb 18, 2025
🚀 Top 25+ Must-Read Productivity Articles for Everyone — 2025's February Edition
#productivity #python #ai #react
By Dev Resources | Feb 18, 2025
Online events: Python in English (Feb 18-Feb 28)
#python
By Gabor Szabo | Feb 19, 2025
Hello World!
#python
By Lexan Consult | Feb 19, 2025
FastAPI in Prod: Handling DB migrations, auth, and more
#python #fastapi #webdev #tutorial
By Victoria | Feb 19, 2025
Learning Pandas, A Powerful Library For Data Visualization, Data manipulation, and Analysis
#pandas #python #programming #beginners
By Andii Zhu | Feb 19, 2025
20 Things I Learned While Writing a Multiplayer Game with Django and React
#django #react #typescript #webdev
By Abdelatif Igounad | Feb 19, 2025
FastAPI Tutorial: Build, Deploy, and Secure an API for Free
#python #tooling #tutorial #api
By Adrian Machado | Feb 19, 2025
JPEG in PyTorch
#python #pytorch #jpeg #v2
By Super Kai (Kazuya Ito) | Feb 19, 2025
Ever Wonder How AI "Sees" Like You Do? A Beginner's Guide to Attention
#ai #python #chatgpt #learning
By angu10 | Feb 19, 2025
From JavaScript to Python – Day 1
#webdev #programming #javascript #python
By Joshua Garvey | Feb 19, 2025
Day 3: Connecting the Dots with Views & URLs
#webdev #programming #beginners #django
By Rishav Upadhaya | Feb 19, 2025
Dynamic Skill Management in LivinGrimoire: The Power of AI Hormones
#ai #designpatterns #devlog #python
By owly | Feb 19, 2025
From Messy to Masterpiece: Cleaning FIFA Data with Python ⚽🚀
#datascience #data #dataengineering #python
By allan-pg | Feb 19, 2025
Best Python Programming Language Course in Delhi for 2025
#python #programming #cybersecurity #career
By ankit_Cyber | Feb 19, 2025
Organizing Code in Python – Modules and Packages
#python #programming #beginners #modules
By NK | Feb 19, 2025
File Handling in Python – Reading, Writing, and Managing Files
#python #programming #beginners #filehanding
By NK | Feb 19, 2025
Advanced FastAPI Patterns: Building Production-Ready APIs with Python [2024 Guide]
#programming #devto #python #softwareengineering
By Aarav Joshi | Feb 19, 2025
Python Decorators: A Game-Changer for Your Code
#python #flask #django #fastapi
By Leapcell | Feb 19, 2025
🔥 13 Most Exciting GitHub Projects This Week – 2025-02-19
#github #opensource #programming #python
By Bruh Buh | Feb 19, 2025
Python virtual env cheat sheet
#python #cheatsheet #pip #beginners
By Will Sheppard | Feb 19, 2025
ColorPicker. (Python, Tkinter) https://LiborBenes.Blogspot.com
#colorpicker #gui #tkinter #python
By Libor | Feb 19, 2025
🔥 13 Most Exciting GitHub Projects This Week – 2025-02-19
#github #opensource #programming #python
By Bruh Buh | Feb 19, 2025
🔥 13 Most Exciting GitHub Projects This Week – 2025-02-19
#github #opensource #programming #python
By Bruh Buh | Feb 19, 2025
Desatando el Poder de los Modelos de Lenguaje y la Ingeniería de Prompts
#ai #python #spanish #promptengineering
By Andrea Liliana Griffiths | Feb 19, 2025
Concurrency and Parallelism in Python – Threads, Multiprocessing, and Async Programming
#python #programming #concurrency #async
By NK | Feb 19, 2025
How to Use Swagger UI with Django
#python #django #webdev #openai
By kihuni | Feb 19, 2025
I created my own search engine
#webdev #python #mongodb #bootstrap
By techtech | Feb 19, 2025
🚀 Kv – Your AI-Powered Deep Research Companion 🌍🔍
#opensource #programming #python #deepresearch
By VAMSI KRISHNA | Feb 19, 2025
Production-Ready Django REST API Template with Full Github Actions CI/CD
#python #devops #cicd #django
By Aidos Kanapyanov | Feb 19, 2025
Building a Multi-Agent AI with LangGraph: A Comprehensive Guide
#llm #langchain #langgraph #python
By Hulk Pham | Feb 19, 2025
DAY 01: PYHTON PROGRAMMING
#python #coding #100daysofcode #programming
By Prashant Gyawali | Feb 19, 2025
Day-01 of learning python
#python #programming #webdev #beginners
By KAPIL SHAH | Feb 19, 2025
Host a FastAPI Application Without a Server
#webdev #python #fastapi #javascript
By Lightning Developer | Feb 20, 2025
Project Nairobi Update: Progress, Pitfalls, and Lessons Learned
#aws #python #githubactions #distributedsystems
By Loïc Rutabana | Feb 20, 2025
Gemini manual function calling
#python #gemini
By Talles L | Feb 20, 2025
How to Scrape Address and Phone Number from Google Maps?
#webdev #programming #beginners #python
By Scraper0024 | Feb 20, 2025
Building a Hangman Game in Python – With a Linguistic Twist!
#terminalgames #python #beginners #gamedev
By eglasb | Feb 20, 2025
🔥 13 Most Exciting GitHub Projects This Week – 2025-02-20
#github #opensource #programming #python
By Bruh Buh | Feb 20, 2025
The Making of Nannyz: Innovating Domestic Care Through Cutting‐Edge Web Development
#programming #javascript #beginners #python
By Paxton Ortiz | Feb 20, 2025
Asynchronous Server: Building and Rigorously Testing a WebSocket and HTTP Server
#python #testing #devops #githubactions
By John Owolabi Idogun | Feb 20, 2025
🔥 13 Most Exciting GitHub Projects This Week – 2025-02-20
#github #opensource #programming #python
By Bruh Buh | Feb 20, 2025
Python Progress: Lists, Logic, and Building Interactive Tools
#programming #python #100daysofcode #beginners
By Moh | Feb 20, 2025
Python's "batteries included" was a bad idea
#python
By Yuval Greenfield | Feb 20, 2025
Day 4: Bringing My App to Life with Templates & Static Files
#webdev #programming #beginners #django
By Rishav Upadhaya | Feb 20, 2025
🔥 13 Most Exciting GitHub Projects This Week – 2025-02-20
#github #opensource #programming #python
By Bruh Buh | Feb 20, 2025
🔥 13 Most Exciting GitHub Projects This Week – 2025-02-20
#github #opensource #programming #python
By Bruh Buh | Feb 20, 2025
Kie.ai: Affordable and Secure DeepSeek R1 API Platform
#webdev #python #java #ai
By Fred’s AI Journey | Feb 20, 2025
Day 01 python programming (19/02/2025)
#webdev #programming #python #javascript
By Rajan Kaushal | Feb 20, 2025
Day 02 python programming(20/02/2025)
#webdev #javascript #programming #python
By Rajan Kaushal | Feb 20, 2025
🔥 13 Most Exciting GitHub Projects This Week – 2025-02-20
#github #opensource #programming #python
By Bruh Buh | Feb 20, 2025
How to bypass hCaptcha in 2025: Did Mavr Get Booted for a New Challenger? Unpacking the Revived Bypass Trick
#webdev #hcaptcha #python #bypasshcaptcha
By Markus | Feb 20, 2025
Breaking Down tanh into Its Constituent Operations (As Explained By Karpathy)
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 20, 2025
Common SQL Mistakes Data Scientists Make and How to Avoid Them
#datascience #sql #python #machinelearning
By Devraj More | Feb 20, 2025
Step-by-Step Guide: Building Your First Image Classification Project with Machine Learning
#machinelearning #deeplearning #computervision #python
By ransika silva | Feb 20, 2025
Step-by-Step Guide: Building Your First Image Classification Project with Machine Learning
#machinelearning #deeplearning #computervision #python
By Ransika Silva | Feb 20, 2025
Pandas — For Beginners
#programming #python #pandas #datascience
By akshay | Feb 20, 2025
How To Build a Machine Learning Model For Heart Failure Prediction From Scratch
#computerscience #ai #machinelearning #python
By luthfisauqi17 | Feb 20, 2025
Day -02 of learning python programming language..
#webdev #python #coding #programming
By KAPIL SHAH | Feb 20, 2025
Basic Selenium – The Easy Peasy Introduction, Chapter 1 of 3
#python #tutorial #selenium #automation
By brk | Feb 20, 2025
Basic Selenium – The Easy Peasy Introduction, Chapter 2 of 3
#python #selenium #webautomation #codingtutorial
By brk | Feb 20, 2025
Generating ~450 images for $0.50
#ai #python #showdev
By Peter Kim Frank | Feb 20, 2025
Basic Selenium – The Easy Peasy Introduction, Chapter 3 of 3
#seleniumautomation #python #automationscripting #webdriver
By brk | Feb 20, 2025
Basic Selenium – Bonus
#programming #bestpractices #python #beginners
By brk | Feb 20, 2025
ErrGroup: Unlocking Go's Concurrency Power
#go #gin #python #javascript
By Leapcell | Feb 20, 2025
🚀 Besoin d'un hébergement web performant et fiable ? Découvrez o2switch ! 🚀
#o2switch #python #django #cpanel
By Dominique Megnidro | Feb 20, 2025
DAY 02: PYTHON PROGRAMMING (2/20/2025)
#python #100daysofcode #github #programming
By Prashant Gyawali | Feb 20, 2025
Learn Faster, Code Smarter! 25+ Programming Resources to Boost Your Skills!
#programming #python #tutorial #productivity
By Dev Resources | Feb 20, 2025
N19-Crypt and N19-Chain: Development of a cryptographic algorithm,a blockchain prototype inspired by the number 19 from Quran
#cryptocurrency #python #cpp #cryptography
By Inquisitive41 | Feb 21, 2025
## Master Django Redirects in Under 3 Minutes 🚀
#django #python #webdev #programming
By NJOKU SAMSON EBERE | Feb 21, 2025
Python 3.13 No-GIL: What You Need to Know
#python #nogil #cpython #programming
By zakaria chatouane | Feb 21, 2025
A Beginner's Guide to Learning Ren'Py and Creating Your First Visual Novel
#gamedev #python #renpy #udemy
By Arsen S. | Feb 21, 2025
AutoAugment in PyTorch
#python #pytorch #autoaugment #v2
By Super Kai (Kazuya Ito) | Feb 21, 2025
I developed an Ecommerce App with Django
#programming #webdev #python
By nlansong | Feb 21, 2025
ElasticTransform in PyTorch (1)
#python #pytorch #elastictransform #v2
By Super Kai (Kazuya Ito) | Feb 21, 2025
How Django Finds Static and Template Files: A Quick Guide
#django #tutorial #learning #webdev
By John Johnson Okah | Feb 21, 2025
TIL: 3️⃣ ways I use Large Language Models to increase learning efficiency
#mrzaizai2k #career #tooling #python
By Mai Chi Bao | Feb 21, 2025
ElasticTransform in PyTorch (2)
#python #pytorch #elastictransform #v2
By Super Kai (Kazuya Ito) | Feb 21, 2025
N19-Chain
#cryptocurrency #devops #python #cpp
By Inquisitive41 | Feb 21, 2025
Ultimate Guide to Data Science Careers
#datascience #machinelearning #ai #python
By Deepika Jagdeesh | Feb 21, 2025
Building Peacock Rentals: A Deep Dive into the Creation of a Modern Rental Platform
#programming #javascript #beginners #python
By Bodhi Wave | Feb 21, 2025
What is a RESTful API? A Beginner’s Guide
#webdev #api #django #python
By kihuni | Feb 21, 2025
Implementing Layer and MLP Classes in micrograd (As Explained By Karpathy)
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 21, 2025
Why Python Developers Should Dive Into Blockchain Now
#blockchain #programming #web3 #python
By crosschainer | Feb 21, 2025
Real-Time Audio Processing in Python: A Complete Guide with Code Examples [2024]
#programming #devto #python #softwareengineering
By Aarav Joshi | Feb 21, 2025
The 5 best programming languages of 2025
#programming #language #javascript #python
By ScrapeStorm | Feb 21, 2025
Python Data Parsing Guide: 10 Advanced Techniques for Structured Data (2024)
#programming #devto #python #softwareengineering
By Aarav Joshi | Feb 21, 2025
Pad in PyTorch
#python #pytorch #pad #v2
By Super Kai (Kazuya Ito) | Feb 21, 2025
FiveCrop in PyTorch
#python #pytorch #fivecrop #v2
By Super Kai (Kazuya Ito) | Feb 21, 2025
🔥 13 Most Exciting GitHub Projects This Week – 2025-02-21
#github #opensource #programming #python
By Bruh Buh | Feb 21, 2025
**"🚀 Dive into Innovation: Top Trending GitHub Projects Shaping the Future of AI!"**
#github #opensource #programming #python
By Bruh Buh | Feb 21, 2025
Discover the Future of Tech: Trending GitHub Projects Revolutionizing AI and Development 🚀
#github #opensource #programming #python
By Bruh Buh | Feb 21, 2025
Day 5: Managing User Input with Forms
#webdev #programming #beginners #django
By Rishav Upadhaya | Feb 21, 2025
Explore the Future: Trending GitHub Projects Revolutionizing Tech 🚀✨
#github #opensource #programming #python
By Bruh Buh | Feb 21, 2025
Discover the Hottest GitHub Projects Revolutionizing Tech Today 🚀🌐
#github #opensource #programming #python
By Bruh Buh | Feb 21, 2025
Project Translate: The Translate API (Part 4)
#aws #python #terraform #cloud
By Emmanuel Akolbire | Feb 21, 2025
Generate Tailored Cover Letters with AI: A Step-by-Step Guide Using FastAPI and OpenAI
#programming #ai #tutorial #python
By ResumeBurger | Feb 21, 2025
🚀 Day 2 #100DaysOfCode
#codenewbie #dsa #programming #python
By xscoox | Feb 21, 2025
Day-03 of Kapil’s learning python programming
#webdev #python #programming #100daysofcode
By KAPIL SHAH | Feb 21, 2025
I Just Found Out You Can Switch Search Engines—Here’s How! 😁
#webdev #beginners #python #django
By kihuni | Feb 21, 2025
RandomRotation in PyTorch
#python #pytorch #randomrotation #v2
By Super Kai (Kazuya Ito) | Feb 21, 2025
This Week In Python
#python #thisweekinpython
By Bas Steins | Feb 21, 2025
Building a Homegrown LLM with Python: Training on Hacker News Data
#python #machinelearning #ai #llm
By Davide Santangelo | Feb 21, 2025
What is LangGraph and How to Use It for Building AI Agents
#langgraph #ai #python #langchain
By Juan Stoppa | Feb 21, 2025
📓 How to Use Jupyter Notebooks in VSCode with Poetry Virtual Environments 🚀
#vscode #poetry #jupyter #python
By dorinandreidragan | Feb 21, 2025
How I built an AI-Powered Code Reviewer (and you can too).
#openai #api #python #programming
By Manas Moon | Feb 22, 2025
Progzee: Simplifying Proxy Management for Developers
#python #programming #webdev #cli
By aldin | Feb 22, 2025
RandomAffine in PyTorch (1)
#python #pytorch #randomaffine #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
RandomAffine in PyTorch (2)
#python #pytorch #randomaffine #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
How to Create Python Virtual Environments on Ubuntu
#python #programming #ubuntu
By Luiz Gustavo Erthal | Feb 22, 2025
RandomAffine in PyTorch (3)
#python #pytorch #randomaffine #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
RandomAffine in PyTorch (4)
#python #pytorch #randomaffine #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
Open-Source Book Creator with Multi-Agent AI
#ai #opensource #python
By Fernando Guerra | Feb 22, 2025
Seamlessly Compare Maps on QGIS with the QMapCompare Plugin
#qgis #python
By Raymond Lay | Feb 22, 2025
RandomAffine in PyTorch (5)
#python #pytorch #randomaffine #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
RandomAffine in PyTorch (6)
#python #pytorch #randomaffine #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
Day 6: Mastering Models & Database Relationships
#webdev #programming #beginners #django
By Rishav Upadhaya | Feb 22, 2025
Building a REST API with Django REST Framework: A Beginners Guide
#webdev #python #django #beginners
By kihuni | Feb 22, 2025
🚀 Day 3 of #100DaysOfCoding
#programming #dsa #python #codenewbie
By xscoox | Feb 22, 2025
RandomPerspective in PyTorch
#python #pytorch #randomperspective #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
5 Best Programming Languages to Learn: Decoding the Future
#programming #javascript #webdev #python
By Navin Rao ✍️ | Feb 22, 2025
Resize in PyTorch
#python #pytorch #resize #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
CenterCrop in PyTorch
#python #pytorch #centercrop #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
Grayscale in PyTorch
#python #pytorch #grayscale #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
RandomPosterize in PyTorch
#python #pytorch #randomposterize #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
RandomAdjustSharpness in PyTorch
#python #pytorch #randomadjustsharpness #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
RandomInvert in PyTorch
#python #pytorch #randominvert #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
RandomSolarize in PyTorch
#python #pytorch #randomsolarize #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
RandomAutocontrast in PyTorch
#python #pytorch #randomautocontrast #v2
By Super Kai (Kazuya Ito) | Feb 22, 2025
Wk 3 Orchestration: MLOPs with DataTalks
#programming #tutorial #python #machinelearning
By Akan | Feb 22, 2025
COMMON MANUAL TESTING TECHNIQUES
#programming #python #testing #softwaredevelopment
By SAIKIRAN R | Feb 22, 2025
Dynamic Data Tables Concept in Flask
#dynamicprogramming #tables #flask #python
By Sm0ke | Feb 22, 2025
Day -04 of learning python(02-22-2025)
#webdev #python #100daysofcode #programming
By KAPIL SHAH | Feb 22, 2025
Loss Functions and NN Parameter Accumulation in micrograd
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 23, 2025
Estudos em Python – Objeto iterável
#python #programming #beginners
By Douglas "Amarelo" Lopes | Feb 23, 2025
25+ Little-Known Python Resources That Will Make You a Pro!
#python #programming #beginners #ai
By Dev Resources | Feb 23, 2025
Observability Made Easy: Adding Logs, Traces & Metrics to FastAPI with Logfire
#python #backend #api #fastapi
By Joel Gee Roy | Feb 23, 2025
파이썬으로 Epitope binning 하기
#python #visualization #epitopebinning
By Joconan | Feb 23, 2025
Fixing Django FieldError at /admin/accounts/customuser/add/
#django #python #authentication #programming
By Will Vincent | Feb 23, 2025
ElasticTransform in PyTorch (1)
#python #pytorch #elastictransform #v2
By Super Kai (Kazuya Ito) | Feb 23, 2025
ElasticTransform in PyTorch (2)
#python #pytorch #elastictransform #v2
By Super Kai (Kazuya Ito) | Feb 23, 2025
ElasticTransform in PyTorch (3)
#python #pytorch #elastictransform #v2
By Super Kai (Kazuya Ito) | Feb 23, 2025
Write AI agent from scratch without LangChain and CrewAI
#python #openai #ai
By Franz Wong | Feb 23, 2025
Day 7: Unlocking User Authentication & Authorization
#webdev #programming #beginners #django
By Rishav Upadhaya | Feb 23, 2025
Build Your Own AI Agents – From Scratch & with Frameworks! (YouTube Tutorial)
#ai #aiagent #python #tutorial
By Bytes Institute | Feb 23, 2025
Getting micrograd to Perfectly Predict Answers To A Sample Problem
#programming #ai #python #machinelearning
By Shrijith Venkatramana | Feb 23, 2025
Testing using Vitest and jest
#webdev #javascript #ai #python
By robert sims | Feb 23, 2025
How to be Test Driven with Spark: 2 – CI
#python #tdd #ci #uv
By Nicoda-27 | Feb 23, 2025
Port Forwarding with Ngrok 🚀: Quick Guide
#webdev #mobile #kotlin #python
By Victor Chiaka | Feb 23, 2025
PyPy
#python #opensource
By Sanika Sree A.K | Feb 23, 2025
Agricultural Product Classification
#programming #python #machinelearning #datascience
By Agam Singh | Feb 23, 2025
Simple AI Sound Mixer in Python
#python #programming #ai #software
By MyExamCloud | Feb 23, 2025
MegaParse: Your One-Stop Solution for Effortless Document Parsing
#python #parsing #document #opensource
By GitHubOpenSource | Feb 23, 2025
Help Me Simplify Virtual Environments with 'pve' – Community Input Needed!
#python #pythonpackage #virtualenv
By Jaswant Vaddi | Feb 23, 2025
Building a Banking Intelligence System: Transforming Customer Data for Insights
#webdev #programming #python #mysql
By Precious Adedokun | Feb 23, 2025
Need help with my python project.
#python #fastapi #performance #discuss
By tash | Feb 23, 2025
#Daniel Roy Greenfeld Blogs
TIL: Undecorating a functools.wraps decorated function
Another reason to use functools.wraps!
By Daniel Roy Greenfeld | Feb 21, 2025
