Table of Contents


#Real Python

Getters and Setters: Manage Attributes in Python

In this tutorial, you'll learn what getter and setter methods are, how Python properties are preferred over getters and setters when dealing with attribute access and mutation, and when to use getter and setter methods instead of properties in Python.
#intermediate #python
By | Jan 20, 2025


How to Deal With Missing Data in Polars

In this tutorial, you'll learn how to deal with missing data in Polars to ensure it doesn't interfere with your data analysis. You'll discover how to check for missing values, update them, and remove them.
#intermediate #data-science #python
By | Jan 22, 2025


How to Download Files From URLs With Python

In this tutorial, you'll find the right tools to help you download files from URLs with Python and manage the data retrieval process. You'll cover data streaming, thread pools, and asynchronous downloads.
#basics
By | Jan 24, 2025


Python and TOML: New Best Friends

TOML is a configuration file format that's becoming increasingly popular in the Python community. In this tutorial, you'll learn the syntax of TOML and explore how you can work with TOML files in your own projects.
#intermediate #data-structures
By | Jan 25, 2025


Executing Python Scripts With a Shebang

In this tutorial, you'll learn when and how to use the shebang line in your Python scripts to execute them from a Unix-like shell. Along the way, you'll run custom scripts written in your domain-specific language interpreted by Python.
#intermediate #best-practices
By | Jan 25, 2025


How to Flush the Output of the Python Print Function

In this tutorial, you'll learn how to flush the output of Python's print function. You'll explore output stream buffering in Python using code examples and learn that output streams are block-buffered by default, and that print() with its default arguments executes line-buffered when interactive.
#intermediate #python
By | Jan 25, 2025


Python's raise: Effectively Raising Exceptions in Your Code

In this tutorial, you'll learn how to raise exceptions in Python, which will improve your ability to efficiently handle errors and exceptional situations in your code. This way, you'll write more reliable, robust, and maintainable code.
#intermediate #python
By | Jan 25, 2025


How to Download Files From URLs With Python

In this tutorial, you'll find the right tools to help you download files from URLs with Python and manage the data retrieval process. You'll cover data streaming, thread pools, and asynchronous downloads.
#basics
By | Jan 25, 2025


Python's Mutable vs Immutable Types: What's the Difference?

In this tutorial, you'll learn how Python mutable and immutable data types work internally and how you can take advantage of mutability or immutability to power your code.
#intermediate #data-structures #python
By | Jan 26, 2025


Python's "in" and "not in" Operators: Check for Membership

In this tutorial, you'll learn how to check if a given value is present or absent in a collection of values using Python's in and not in operators, respectively. This type of check is known as membership test in Python.
#basics #best-practices #python
By | Jan 26, 2025


Python's zipfile: Manipulate Your ZIP Files Efficiently

In this guided tutorial, you'll learn how to manipulate ZIP files using Python's zipfile module from the standard library. Through hands-on examples, you'll learn how to read, write, compress, and extract files from your ZIP files quickly.
#intermediate #python
By | Jan 26, 2025


Python Folium: Create Web Maps From Your Data

You'll learn how to create web maps from data using Folium. The package combines Python's data-wrangling strengths with the data-visualization power of the JavaScript library Leaflet. In this tutorial, you'll create and style a choropleth world map that shows the ecological footprint per country.
#intermediate #data-science #data-viz
By | Jan 26, 2025



#Hashnode

Create Stunning QR Codes in Minutes with Python on Google Colab!

QR codes are everywhere—on product packaging, business cards, websites, and even restaurant menus. They’re a quick and efficient way to share information. But did you know you can create your own custom QR codes using Python, and it’s super easy to d…
By Chemical Engineer | Jan 20, 2025


Using OpenTelemetry to Instrument Flask API and Expose HTTP Metrics

Instrumenting a Flask API with OpenTelemetry to expose HTTP metrics involves setting up the Open Telemetry SDK and configuring exporters and instrumentations.
Prerequisites

AWS Account with EC2 Instance.

Python 3, pip, and a Python virtual environ…
By Ankita Lunawat | Jan 20, 2025


Python Inner Working

How does Python works behind the scene?
Python is one of the most popular and versatile languages today, so it makes sense to understand how it works.
First, Python compiles the source code into bytecode. Then, the bytecode is interpreted and execute…
By Sonu | Jan 20, 2025


Building a Data Lake with AWS

Building a Data Lake with AWS
Hi Peepz,
It officially the Day 3 of the #DevOpsAllStarsChallenge .
#DevOpsAllStarsChallenge is a challenge that aims to equip devops engineers with on demand skills required of them.

Project Architecture Diagram
Projec…
By Mmesoma Okaro | Jan 20, 2025


Python: Updated Object Oriented Programming and Classes Tutorial

Overview
This article will explain the basics and how to use Object Oriented Programming when using classes in the Python programming language.
Materials

Python

IDE

What is Object Oriented Programming?
Object oriented programming fully utilizes t…
By Andrew Dass | Jan 20, 2025


Understanding Data Categories: From Formation to Application

The concepts of data and information are fundamental across various fields, including computing, data analytics, data science, and knowledge management. While these terms are often used interchangeably, they serve distinct purposes and play unique ro…
By Soyoola Sodunke | Jan 20, 2025


Automate Your Job Search: Scraping 400+ LinkedIn Jobs with Python

The average job seeker spends 11 hours per week searching for jobs, according to LinkedIn. For tech roles, it's even worse, you're dealing with hundreds of postings across multiple platforms. When my partner started her job search, she was spending h…
By Francisco Moretti | Jan 20, 2025


Learning Django (1 of many, I hope)

Learning Django: A Journey from Intimidation to Understanding

Here is the link to: Writing your first Django app.

To my surprise, the tutorial didn’t begin with creating a model (which I expected), but instead started with creating a view. This wa…
By Victor | Jan 20, 2025


Dependent breaking pytest's

New unit-tests were added that were passing when run in isolation. They were breaking when run all together by the CI/CD pipeline. Previous tests were affecting ours. The question was which ones? We thought it could be a data issue with persistent da…
By Danny Crasto | Jan 21, 2025


Day 3 of My Python Journey: Exploring Dictionaries and Sets

Hello, fellow Python learners! 🚀
Today, I dove into two fundamental data structures in Python: Dictionaries and Sets. Both are powerful and versatile, with unique features that make them essential tools for solving a variety of problems. Here’s a su…
By Rishitha | Jan 21, 2025


A Step-by-Step Guide to Log Analysis Using Python

System Logs act as a window into a system’s operational state, making them essential for diagnosing problems, monitoring performance, and maintaining security. These logs typically include information such as timestamps, process identifiers, error me…
By Obinna Iheanacho | Jan 21, 2025


The true meaning of mutable & Immutable in Python

mutable → Changeable / modifiable

immutable → Unchangeable / unmodifiable

Python works in a way that only a few programming languages do.
X = 10
Y = X
X = 20
print(X) # 20
print(Y) # 10

What happened here, right?

Let’s go, step by …
By Sonu | Jan 21, 2025


AI-Powered Translation for Univer Sheets: Automating Cell Content Translation

Background
With the globalization of work and study, communication across languages has become increasingly important. For users who work with spreadsheets containing multilingual data, the need to translate content in cells becomes a common requirem…
By Spreadsheet_uni | Jan 21, 2025


Learning Django (2 of more)

I’ve decided to try something new for this post: separating the text from the ASCII art so I can format the fonts better. Let’s see how it goes!

Today, I started part two of the Django tutorial (link here). Finally, we’re diving into models, which I…
By Victor | Jan 21, 2025


XLS vs XLSX: Key Differences and How to Convert Them in Python

When working with Excel files, you may come across two formats: XLS and XLSX. While both formats seem similar and can be opened and used in MS Office, what exactly sets them apart? Why are there two formats in the first place? And most importantly, h…
By Casie Liu | Jan 21, 2025


Speeding Up Spark: The Simple Trick That Saved Me 2 Hours

Hello there, fellow coders and web enthusiasts!Today, I want to share a challenge I was recently assigned, one that had me scratching my head for a bit. Finding a solution was not as straightforward as I’d hoped, but I’m excited to walk you through t…
By Aaron Jevil Nazareth | Jan 21, 2025


What is a Cross Site Request Forgery
(CSRF) attack?

Cross site request forgery is a cyber attack where an attacker takes advantage of a logged in user’s session cookie and makes inappropriate request to the website that the user is authenticated to.
Consider an example, where a user logs in to his/her…
By Soujanya T | Jan 21, 2025


When Should You Use FastAPI Instead of Django or Flask? An In-Depth Guide

Python is home to several powerful web frameworks designed to cater to different needs. Django and Flask have long been dominant players, offering solutions for web development for over a decade. However, FastAPI has emerged as a modern framework pur…
By Esubalew Chekol | Jan 21, 2025


How to Build a Real-Time Intrusion Detection System with Python and Open-Source Libraries

An Intrusion Detection System (IDS) is like a security camera for your network. Just as security cameras help identify suspicious activities in the physical world, an IDS will monitor your network to help detect any potential cyber attacks and securi…
By Chaitanya Rahalkar | Jan 21, 2025


How the python works in hindi (Behind the scenes)

1. Source Code (Python Code):

Aap jo code likhte ho (.py file) usse source code kehte hain.

Example:
pythonCopyEditprint("Hello, World!")

2. Conversion to Bytecode:

Jab aap Python code run karte ho, Python ka interpreter us code ko bytecode …
By Omkar Mahadik | Jan 21, 2025


Python Basics-Syntax And Semantics

Syntax and Semantics in Python
Python is a versatile and beginner-friendly programming language that relies significantly on syntax and semantics. These two fundamental aspects ensure the code is structured properly and meaningfully. Let's explore th…
By Muhaiminul Islam Sazid | Jan 21, 2025


DB Race Condition Errors, Silent Killer of DB Consistency

If you are a web-developer that works on simple and soft web projects, then probably you have never noticed about Database race conditions.
First of all, let me talk a little about race conditions. What are they, how they happens and what should we t…
By Mostafa Motahari | Jan 21, 2025


Building an NBA Data Lake project

Introduction
This is the Day 3 of DevopsAllStarsChallenge
This project automates the creation of a data lake for NBA analytics using AWS services. A Python script integrates Amazon S3, AWS Glue, and AWS Athena, and sets up the infrastructure needed t…
By Olugbenga Ajayi | Jan 22, 2025


Learn Python One-Liners: Tips, Tricks, and Examples

Python is renowned for its readability and versatility, but did you know it’s also a great language for writing concise, powerful one-liners? Whether you’re trying to solve a problem quickly, write a script, or just impress your peers, Python one-lin…
By Abhishek Prakash | Jan 22, 2025


From VB6.0 to Today: A Journey Through the Evolution of Software Development

If you started your programming career with Microsoft Visual Basic 6.0 (VB6.0), you're part of an era that revolutionized desktop application development. VB6.0 was a gateway for many to enter the world of programming. It was simple, visual, and powe…
By Code Sky | Jan 22, 2025


Python: How to Make and Use Single Line For-Loops

Overview
This article will explain how to create a for loop in one line of code and why and when using this is preferred than the standard for loop syntax.
Standard For Loop Syntax
A for loop is written with at least two lines:
for i in range(0, 3):

By Andrew Dass | Jan 22, 2025


Python: How to use the Lambda Function

Overview
This article will explain what a Lambda function is in Python, the syntax for it and how to use it.
What is the Lambda Function
The Lambda function is an expression that can be customized to take the keyword “lambda”, variables and a stateme…
By Andrew Dass | Jan 22, 2025


A Complete Python Tutorial to Learn Data Science from Scratch

Data Science has become one of the most sought-after fields within the contemporary tech world. Since Python becoming the world's most sought-after programming language used for data analysis Learning Python from scratch to master data science is a g…
By Kelly Gloria | Jan 22, 2025


Protecting Your FastAPI Routes Using Auth0

Hello everyone! In this blog, I will guide you through protecting your FastAPI routes using Auth0. This guide is structured so you can follow it step by step from scratch and get authentication up and running. Let’s dive in!
Step 1: Setting Up Your F…
By Aryan Khurana | Jan 22, 2025


Internal Python Structure

1. From Source Code to Bytecode: The Journey Begins
When you write Python code, it first gets converted into bytecode, a low-level, platform-independent representation of your code. This bytecode isn’t directly executed by your hardware. Instead, it’…
By sarim nadeem | Jan 22, 2025


🔥 Apache Kafka with Zookeeper in Django – A Complete Guide

Kafka is a distributed event streaming platform used for real-time data processing. It’s similar to Celery + RabbitMQ but is more scalable and fault-tolerant.
🚀 Why Use Kafka in Django?

Handles large-scale real-time data (e.g., stock market prices,…
By Keshav Agarwal | Jan 22, 2025


My first steps with Playwright

In my previous company, I developed a batch job that tracked metrics across social media, such as Twitter, LinkedIn, Mastodon, Bluesky, Reddit, etc. Then I realized I could duplicate it for my own "persona". The problem is that some media don't provi…
By Nicolas Fränkel | Jan 23, 2025


Learning Django (3 of more)

By Victor | Jan 23, 2025


Building a REST API with FastAPI, PostgreSQL, and Swagger Documentation

Using FastAPI, we’ll create a basic API for employee performance review. This API will be tied to a PostgreSQL database, ensuring the data storage and retrieval. Later on, we’ll use Swagger documentation for interacting with the API. FastAPI automati…
By Dinesh Nair | Jan 23, 2025


How Ruby on Rails Empowers LLM and AI Development for Modern Applications in 2025

How Ruby on Rails Empowers LLM and AI Development for Modern Applications
Ruby on Rails (RoR), often celebrated for its "convention over configuration" philosophy, has remained a cornerstone of web development.
With the rise of artificial intelligenc…
By Chetan Mittal | Jan 23, 2025


🌟 Build a Lightning-Fast API with Bun in Minutes!

Looking to build a super fast API? Meet Bun—a sleek, high-performance JavaScript runtime that’s making waves in the dev community. In this blog post, I’m going to show you how to create a simple API using Bun that’s fast and easy to set up.🎉

What’s…
By Vinit Patel | Jan 23, 2025


Variables in Python: A Comprehensive Guide

Variables are fundamental elements in programming used to store data that can be referenced and manipulated in a program. In Python, variables are created when you assign a value to them, and they do not need explicit declaration to reserve memory sp…
By Muhaiminul Islam Sazid | Jan 23, 2025


Building a Smart To-Do List Manager with Python, MongoDB & Kivy (Part 4: Filter & Search)

Hello everybody and welcome (back) to my blog!
This is the part 4 (and the last article) of our series about building a smart To-Do list Manager with Python, MongoDB and Kivy! xD
The search & filter features are crucial functionalities of an applicat…
By Mahugnon DOUSSO | Jan 23, 2025


How to Add or Remove Cell Borders in Excel with Python [Comprehensive Tutorial]

To make Excel sheets more visually organized, adding borders is a simple yet effective solution. Borders not only enhance the structure of the data but also help differentiate between sections or topics. However, manually setting and adjusting cell b…
By Casie Liu | Jan 23, 2025


Building A Nba Game Notification System

Challenge of the day:
I would like a way to be made aware of the NBA GAMES happening. It is sometimes hard to check through a website to find out the game stats.
Solution:
I have been able to build a game notification system that sends you a notifica…
By Mbengi | Jan 23, 2025


Replace C language! Many Python developers are joining the Rust team

In the future, more and more libraries will use Python as the front end (improving programming efficiency) and Rust as the back end (improving performance).
python
Rust is replacing C as the “backend” for high-performance Python packages. What is the…
By Leo Q | Jan 23, 2025


How to Handle High Demand with Rate Limiting

High demand events, like exam result releases, concert ticket sales, or airdrop token claims, can cause websites to crash due to server overload. When millions of people try to access the same site at once, without proper controls in place, this can …
By Ayomikun Osota | Jan 23, 2025


Build a Simple Ai DAW

wtf is an Ai DAW!?
Well first, wtf is a DAW? For the non-musicians, a Digital Audio Workstation (DAW) is a program one uses to create music such as Logic Pro, Ableton, FL Studio, even Garage Band.

They can be a bit complicated but this is the modern…
By Johannes Naylor | Jan 23, 2025


What Jobs Can You Get After Learning Python Development?

Python has rapidly become one of the most loved and widely used programming languages in the world, thanks to its simplicity, versatility, and the vibrant ecosystem of tools and libraries that support it. If you're diving into Python or planning to, …
By Chhavi Gupta | Jan 23, 2025


Python Text to Speech API: Meet HyperVoice

Want to turn written text into clear, human-like speech in seconds? Don’t want to mess with complex setups or spend hours coding?
I get it.
Most text-to-speech solutions can feel overwhelming or clunky, especially when you’re just looking for somethi…
By TaskAGI | Jan 23, 2025


Learning Django (part 4)

In case you are following along, here is where I am at.
Also I’m sad the cover photo didn’t get posted in full so here’s the entire image:
By Victor | Jan 24, 2025


How to Use Rotating Proxies for Web Requests in Python

When making network requests in Python, using rotating proxies is a very useful technique, especially when you need to avoid IP blocking, bypass geographical restrictions, or perform large-scale data collection. This article will introduce how to use…
By Lewis Kerr | Jan 24, 2025


Easily improve efficiency by translating spreadsheet cell content with AI in just one click.

Unlock the spreadsheet for one-click translation:
Hi 👋, let me introduce a template based on Univer Go — AI Cell Translator. This template uses the GLM-4 API to automatically translate selected cell content in Univer Sheets. It supports batch transl…
By Spreadsheet_uni | Jan 24, 2025


30 Days DevOps Challenge – Weather Dashboard #Week2-Day1

30 Days DevOps Challenge: Week 2 – Day 1
NFL Schedule API Project
Introduction
Welcome to Week 2 of the 30 Days DevOps Challenge! Today, we're diving into an exciting project where you'll learn how to create an API to fetch the NFL schedule using Ser…
By Wilford Gonzales | Jan 24, 2025


Making Pulumi Feel Like Terraform: A Python Developer's Guide

If you have been using Terraform for more than five minutes, you would have come across variables and replacing default values for instances using a .tfvars file. Below is a snippet of replacing default values for an EC2 Instance using Terraform:
ec2…
By Jason | Jan 24, 2025


How We Built a Scalable FastAPI Backend for Our AI Product: Zero to Production

🖖 Prateek Joshi and Akhil Kalwakurthy
As AI engineers building complex machine learning systems, we often face a critical challenge: creating backend infrastructure that's both performant enough for real-time AI processing and maintainable enough fo…
By Prateek Joshi | Jan 24, 2025


How to Build an End-to-End Food Chatbot in Dialogflow with MySQL and FastAPI

There are countless online tutorials on AI concepts like Machine Learning, Natural Language Processing (NLP), and Large Language Models (LLMs). Many of them are project-based learning. However, most tutorials only cover fragments of a project pipelin…
By Egop Gogo-Job | Jan 24, 2025


30 Days DevOps Challenge – NBA Game Scheduler

Automating NBA Game Schedule Notifications with Azure Services
In this blog post, we'll create a Python function app that requests NBA game schedules from SportsDataIO.io, sends the data to an Azure Service Bus topic, and uses Azure Logic Apps to sen…
By Wilford Gonzales | Jan 24, 2025


VSCode DevContainer for Python Programmers

In today's article, we will explore how to set up a VSCode devcontainer for Python programmers. We will cover the basics of what is a devcontainer and why it's useful, how to create one, and some tips on how to use it effectively.
What is a DevContai…
By Navneet Karnani | Jan 24, 2025


Getting Started with Python: Core Basics Explained

Mastering Python Essentials
Today I went through all the basics of Python which are essential for the journey path. Mastering Python essentials is a crucial step for anyone looking to become proficient in this versatile programming language. Python i…
By Rahul Chowdari | Jan 24, 2025


Top 5 Programming Languages to Master in 2025

Programming language theory is the subfield of computer science that studies the design, implementation, analysis, characterization, and classification of programming languages.
1. Java
You might ask, “Is Java obsolete?” Of course not.
Why is Java st…
By Leo Q | Jan 25, 2025


30 Days DevOps Challenge – NBA Player Stats

#Week1-Day3 #DevOpsAllStarsChallenge
Automate Deployment of Azure Data Factory using Python and Creating pipelines for Data Factory
In this blog post, we'll walk you through an exciting DevOps challenge from Week 1 – Day 3, where we automate the crea…
By Wilford Gonzales | Jan 25, 2025


The Role of Programming in DevOps: Why It Matters and Where to Start

Foundational programming knowledge is not just beneficial—it’s essential—for excelling as a DevOps engineer. This article explores the importance of programming skills in DevOps roles, helping you answer the common question: "Which language should I …
By Rajratan Gaikwad | Jan 25, 2025


Mastering Proxy Integration with Python Requests and Playwright

In Python development, sometimes we need to send network requests through a proxy server to hide the real IP, bypass access restrictions, or increase access speed. This article will introduce how to use the requests library and playwright library in …
By Lewis Kerr | Jan 25, 2025


[Python TIL] Range 함수와 반복문

Python을 사용하다 보면 숫자 시퀀스를 다루거나 반복문을 작성할 때 range를 자주 사용하게 됩니다.
이 함수는 메모리를 효율적으로 사용하면서 간단한 문법으로 반복 작업을 처리할 수 있게 해주는데요.
이번 글에서는 range의 기본 사용법부터 실수 방지 팁까지 살펴보겠습니다!

1. range 함수란?
range 함수는 다음과 같은 문법으로 사용할 수 있습니다:
range(start, stop, step)

start: (선택 사항) 시…
By KiwiChip | Jan 25, 2025


Navigating the Shift: What I Learned Moving from C# to Python

As of this moment, I have full immersed myself into Python for two months. Although I've dabbled in it sporadically throughout my career, this was my first deep dive. Transitioning from C#, a language I've mastered over the past decade, presented its…
By kyle benderoth | Jan 25, 2025


Deploying Django Todo App on AWS EC2 with Kubernetes: A Step-by-Step Guide

This guide walks through the process of deploying a Django Todo application on AWS EC2 using a Kubernetes cluster set up with Kubeadm. We'll cover everything from initial EC2 setup to final deployment verification.
Prerequisites

AWS Account with EC2…
By Kanav Gathe | Jan 25, 2025


Learning Django (part 5, testing)

By Victor | Jan 26, 2025


Using GestureDetector Instead of TextButton and FlatButton in Flutter

Introduction
With recent Flutter updates, FlatButton has been deprecated in favor of TextButton, ElevatedButton, and OutlinedButton. However, when working with tappable images or widgets that do not look like traditional buttons, GestureDetector prov…
By fakhir hassan | Jan 26, 2025


What is the role of a Backend Engineer in Web Development?

When you use a website or app, everything you see and interact with—the buttons, images, and layout—is the result of frontend development. But what about the magic that happens behind the scenes? That’s where the backend engineer steps in! While the …
By Joy Tari-Bagshaw | Jan 24, 2025


Django Templates Explained: A Guide to Dynamic Web Pages

What is Django Template out pages ?

Templating out a website in Django means breaking down your HTML into reusable components (like headers, footers, or navigation bars) and then assembling them into different pages programmatically.

Later, Django …
By Rohit Rajput | Jan 26, 2025


DIY Letterboxd Wrapped: Analyzing Your Movie Data for Free

Why pay $20 for your personalized Letterboxd Wrapped when you can use years of study and spend 20 hours developing a similar analysis yourself? Some might say it's a waste of time (and they’re not wrong), but it's more about the joy of discovery than…
By Filippo Mameli | Jan 26, 2025


Python Basics Notes

CPU Operations are also known as Computing
x = 5 ( 5 is Data )x -> Variable / Placeholder / Reference
In a Real Scenario, The Kernel is the one that controls the whole device, not the operating System.
y = 10print (y) → 10type (y) → intid (y) → 14039…
By Piyush Kabra | Jan 26, 2025


📧Univer Go: Spreadsheet combined with AI, automatically extract information and send emails

Unlock the spreadsheet that will automatically send emails:
Hi👋, I’d like to introduce a template developed based on Univer Go —AI Email. By integrating the Phidata API, it can intelligently access AI services, automatically extract key information …
By Spreadsheet_uni | Jan 26, 2025


Architecting Cloud-Native Apps with AI

In today's rapidly evolving tech landscape, designing complex cloud-native architectures has become a fundamental skill for developers and solution architects. But creating these visualizations manually can be time-consuming and tedious. What if you …
By Max Comperatore | Jan 26, 2025


Started Learning Python Practically by Youtube @ChaiAurCode.

Understanding Python's Internal Working: A Beginner's Dive 🐍
Python is widely loved for its simplicity, but understanding its internal workings can elevate your programming skills to the next level. If you’ve ever wondered how Python works under the…
By Shubham Singh | Jan 26, 2025



#Honey Badger

The ultimate guide to Python logging

Logging is a valuable tool for performance, monitoring, and debugging. Jump into this article to learn best practices for practical Python logging.
By Ravgeet Dhillon | Jan 24, 2025



#Dev.to

7 Powerful Techniques to Boost Database Performance in Python Applications

#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 20, 2025


Mastering Python Memory Optimization: Techniques for Data Science and Machine Learning

#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 20, 2025


How to Become an AI Developer in 2025 (Full Guide + Resources)

#ai #python #programming #career
By Oleg Dubovoi | Jan 20, 2025


[HANDS ON] Instrument Python FastAPI with Prometheus Metrics

#prometheus #monitoring #fastapi #python
By Adam Gardner | Jan 20, 2025


Distributed Validation: The Emergence of Truth in Network Consensus

#python #architecture #development #hypergraph
By d1d4c | Jan 20, 2025


CenterCrop in PyTorch

#python #pytorch #centercrop #v2
By Super Kai (Kazuya Ito) | Jan 20, 2025


Use Selenium and proxy IP to easily crawl dynamic page information

#selenium #python #proxyip #crawl
By 98IP 代理 | Jan 20, 2025


RAG vs GraphRAG

#ai #graphrag #python #rag
By angu10 | Jan 20, 2025


𝐅𝐢𝐧𝐞 𝐯𝐬 𝐂𝐥𝐚𝐮𝐝𝐞 & 𝐂𝐡𝐚𝐭𝐆𝐏𝐓 – 𝐖𝐡𝐚𝐭'𝐬 𝐭𝐡𝐞 𝐝𝐢𝐟𝐟𝐞𝐫𝐞𝐧𝐜𝐞 ❔

#ai #tooling #python #react
By Dror Wayne | Jan 20, 2025


Building Intelligent Agents with LangChain and OpenAI: A Developer's Guide

#webdev #python #langchain #openai
By es404020 | Jan 20, 2025


Python for Javascript Newbies

#javascript #python #beginners
By Mary Alice | Jan 20, 2025


15 Prompting Techniques Every Developer Should Know for Code Generation

#python #promptengineering #flask #llm
By nagasuresh dondapati | Jan 20, 2025


Things to Know about Python in 2025

#software #python
By Lekshmi | Jan 20, 2025


Create Stunning QR Codes in Seconds with Python – Here’s How!

#webdev #qrcode #python #programming
By Chemical Engineer | Jan 20, 2025


7 Practical Hacks for Avoiding “Mocking Hell” in Python Testing

#python #mocking #unittest
By nagasuresh dondapati | Jan 20, 2025


AWS CDK Validation in Python

#aws #awscdk #cdk #python
By Krzysztof Slowinski | Jan 20, 2025


Automate Google Search with Python Selenium

#selenium #python #webautomation #webdev
By Basil Ahamed | Jan 20, 2025


Advanced Database Query Optimization Techniques: A Practical Approach with Django

#python #database #django #sql
By EzeanaMichael | Jan 20, 2025


0dev, agents that generate code

#ai #opensource #node #python
By Sam | Jan 20, 2025


Python for Fintech

#python #fintech
By Bhagvan Kommadi | Jan 20, 2025


SQL Transactions – COMMIT, ROLLBACK, and Savepoints with Python

#python #database #sql #tutorial
By Luca Liu | Jan 20, 2025


Golang Vs. Python Performance: Which Programming Language Is Better?

#go #python #course #technology
By Ellis Velly | Jan 20, 2025


Random Password Toolkit: The Ultimate Password Generator – Secure, Fast & Customizable

#npm #python #module #news
By Krishna Tadi | Jan 20, 2025


6 Powerful Python Libraries for High-Performance Async Web Development

#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 20, 2025


10-Minute Grocery Delivery App: Challenges, Tech Stack, and Key Decisions

#python #redis #reactnative #django
By DivyanshuLohani | Jan 20, 2025


From Docker to Lambda: An AWS Admin's Journey into Python Applications

#aws #python
By ndewijer | Jan 20, 2025


Copier vs Cookiecutter

#beginners #programming #python #productivity
By Cloud Native Engineer | Jan 20, 2025


Experiment with Chainlit AI interface with RAG on Upsun

#chainlit #ai #python #upsun
By Guillaume Moigneu | Jan 20, 2025


Why Coding Bootcamps Are Failing Developers

#javascript #programming #python #career
By Leon Martin | Jan 21, 2025


Scale a Stateful Streamlit Chatbot with AWS ECS and EFS

#ai #python #aws #streamlit
By Gabriel Koo | Jan 20, 2025


Automate Your Job Search: Scraping 400+ LinkedIn Jobs with Python

#automation #python #tools
By Francisco Moretti | Jan 21, 2025


Декоратори

#programming #beginners #python #learning
By Григорій Лізанець | Jan 21, 2025


FiveCrop in PyTorch

#python #pytorch #fivecrop #v2
By Super Kai (Kazuya Ito) | Jan 21, 2025


Building a Web Crawler with Python: Extracting Data from Web Pages

#python #data #webscraping #proxyip
By 98IP 代理 | Jan 21, 2025


Day 5: Python Lists Demystified: Tips, Tricks, and Best Practices

#python #ai #machinelearning #computerscience
By Praneeth | Jan 21, 2025


PWA and Django #4: Installing a PWA as a native application

#python #django #pwa
By Andrés Álvarez Iglesias | Jan 21, 2025


Run PySpark Local Python Windows Notebook

#bigdata #python #spark #dataengineering
By chuongmep | Jan 21, 2025


Created Text Behind Video

#python #machinelearning #github
By tansihmittal | Jan 21, 2025


Hellow World : Coder , freelancer

#webdev #javascript #productivity #python
By Saurabh Saha | Jan 21, 2025


Unleashing Federated Learning on AWS: Empowering Secure, Scalable, and Private AI at the Edge

#aws #machinelearning #devops #python
By Mursal Furqan Kumbhar | Jan 21, 2025


Mastering JWT (JSON Web Tokens): A Deep Dive

#webdev #javascript #go #python
By Leapcell | Jan 21, 2025


HybridSimilarity Algorithm

#python #machinelearning
By Davide Santangelo | Jan 21, 2025


5 Most Used Programming Languages in 2024

#javascript #python #java #csharp
By Emma Richardson | Jan 21, 2025


Top 5 Must-Have Features for Building a Successful WhatsApp Clone App

#webdev #programming #python
By Primocys – IT Company | Jan 21, 2025


Portfolio Project – Python Terminal Game

#python #beginners #coding #portfolio
By Roy Saunderson | Jan 21, 2025


Capture and stream video on browser with Python-FLASK

#python #flask #opencv
By Shelwyn Corte | Jan 21, 2025


Finally, an application for my FSM library! Advent of Code 2024 day 11

#finitestatemachine #python #adventofcode
By Choon-Siang Lai | Jan 20, 2025


10 Python Techniques for Efficient Log Analysis and Processing

#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 21, 2025


Comprehensive LuxDevHQ Data Engineering Course Guide

#dataengineering #python #sql #airflow
By Mwenda Harun Mbaabu | Jan 21, 2025


How To Structure a Large Flask Application-Best Practices for 2025

#flask #python #coding #programming
By Gajanan Rajput | Jan 21, 2025


Building an NBA Stats Pipeline with AWS, Python, and DynamoDB

#dynamodb #aws #python #devops
By Osagie Anolu | Jan 21, 2025


How to build and deploy a Python library

#python #softwaredevelopment #programming #testing
By Edun Rilwan | Jan 21, 2025


Resize in PyTorch

#python #pytorch #resize #v2
By Super Kai (Kazuya Ito) | Jan 21, 2025


Windows Tools

#tooling #programming #python
By SilverRabbit90 | Jan 21, 2025


Is it necessary to delve deeper into OOP in Python?

#python #oop #django #career
By allaks | Jan 22, 2025


Top Programming Languages to Become Ultimate Developer in 2025

#programming #javascript #python #coding
By Leon Martin | Jan 22, 2025


How to maximize crawler efficiency?

#python #crawler #data #mongodb
By 98IP 代理 | Jan 22, 2025


adaptive-classifier: Cut your LLM costs with smart query routing (32.4% cost savings demonstrated)

#ai #opensource #machinelearning #python
By Asankhaya Sharma | Jan 22, 2025


How to Build a Chatbot using Python? A Complete Guide

#python #programming #webdev #ai
By Eric Walter | Jan 22, 2025


371 SUM OF TWO INTEGERS – leetcode – Python

#learning #python #programming #datastructures
By Jaimin Bariya | Jan 22, 2025


(Odoo Series) – #1. Simple Odoo Development on Ubuntu Desktop

#webdev #erp #python #postgres
By Galuh Ibrahim | Jan 22, 2025


2025 Startup Tech Stack Blueprint

#javascript #python #typescript #webdev
By Abubaker Siddique | Jan 22, 2025


Best Desktop Customization App

#webdev #programming #python #ionic
By Deskime | Jan 22, 2025


Python Expertise: Senior Developer Questions and Answers

#pythoninterview #python #seniordeveloper #pythonadvanced
By Abhay Singh Kathayat | Jan 22, 2025


Docs-as-code in action: Documenting a Python library.

#documentation #python #programming
By Edun Rilwan | Jan 22, 2025


6 Powerful Python Techniques for Efficient Graph Processing and Analysis

#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 22, 2025


6 Essential Python Libraries for Blockchain Development: Boost Your Smart Contract Skills

#programming #devto #python #softwareengineering
By Aarav Joshi | Jan 22, 2025


Step-by-Step Guide to Building Domain-Specific AI Agents with Phidata SDK

#ai #beginners #python #openai
By Farhan Ahmad | Jan 22, 2025


Functions in Python: Exploring Tuple Unpacking

#python #coding #programming #computerscience
By Samita Khanduri | Jan 22, 2025


Unlocking Business Success with Microsoft Dynamics: A Comprehensive Guide

#javascript #programming #python #career
By Teja sri | Jan 22, 2025


ColorJitter in PyTorch

#python #pytorch #colorjitter #v2
By Super Kai (Kazuya Ito) | Jan 22, 2025


Python Typed Parameterized Decorators in Test Automation

#python #testing #qa #development
By Nikolai Filatov | Jan 22, 2025


AIOMQL

#python #algotrading #trading #metatrader5
By Ichinga Samuel | Jan 22, 2025


Automated Job Search: LinkedIn Jobs to Notion Board

#career #notion #linked #python
By Naman Vashistha | Jan 22, 2025


Who is interest in ai make join in make AI

#ai #learning #python #git
By manoj dahal | Jan 22, 2025


Meet LoRA: The AI Hack That’s Smarter, Faster, and Way Cheaper Than Your LLM’s Full Training Routine!

#llm #ai #coding #python
By Alexander Uspenskiy | Jan 22, 2025


Learn Python by Building a Lisp Interpreter

#beginners #python #codenewbie #programming
By Vishal Shukla | Jan 22, 2025


Create Stunning Images from Text with a Telegram Bot 🚀

#python #telegram #pillow #opensource
By Naman Vashistha | Jan 22, 2025


Introducing Fincept Terminal 1.0: A New Era of Financial Analysis 🚀

#python #ai #opensource #github
By jaimin patel | Jan 22, 2025


How to Create and Publish a Python Package on PyPI 🐍

#webdev #programming #beginners #python
By Athreya aka Maneshwar | Jan 23, 2025


Exploring emoji encodings

#encodig #emoji #python #strings
By Sharfin Jahan Sakib | Jan 23, 2025


Why is the Python crawler running so slowly? How to optimize it?

#python #crawler #network #ip
By 98IP 代理 | Jan 23, 2025


New in Dev

#webdev #javascript #python
By Hasan Mahmud | Jan 23, 2025


Just Stop Writing Python Functions Like This!

#python #tutorial #cleancode #webdev
By Abhay Singh Kathayat | Jan 23, 2025


How to Start in Python (2025): A New Coder’s Guide

#python #flask #django #javascript
By Jay Ramoliya | Jan 23, 2025


How to Start in Python (2025): A New Coder’s Guide

#python #flask #django #javascript
By Jay Ramoliya | Jan 23, 2025


CenterCrop in PyTorch

#python #pytorch #centercrop #v2
By Super Kai (Kazuya Ito) | Jan 23, 2025


Простір імен

#programming #beginners #python #learning
By Григорій Лізанець | Jan 23, 2025


Web scraping com selenium

#webdev #python
By Henrique Vital | Jan 23, 2025


Debugging Your Crew: Isolating Agents and Tasks in CrewAI

#crewai #python #genai #ai
By Alex | Jan 23, 2025


Different Orchestration Tool Analysis: Airflow, Dagster, Flyte

#dataengineering #tooling #python #opensource
By Aryan Samaria | Jan 23, 2025


Mastering Machine Learning Workflows

#python #programming #beginners #machinelearning
By Sai Chinmay Tripurari | Jan 23, 2025


Publishing Private Python Packages on PyPI with Poetry (Because Hiding Code Is the New Open Source) 😉

#python #opensource
By Prasad Bhalerao | Jan 23, 2025


Building an Availability Checker for Refurbished Steam Decks in Europe

#python #programming #tutorial #opensource
By rafrafek | Jan 23, 2025


Execution Over Excuses: How Developers Can Level Up

#beginners #productivity #opensource #python
By 0x2e Tech | Jan 23, 2025


How to Dockerize FastAPI

#docker #devops #python #tutorial
By Jonas Scholz | Jan 24, 2025


Dictionary Tutorial

#python #payilagam #dictionarytutorial
By Poornima Ravi | Jan 24, 2025


Free Books Python, Linux and Programming

#python #rust #linux #programming
By sc0v0ne | Jan 24, 2025


How to deploy a SpringBoot API on AWS ECS using CDKTF?

#aws #python #cdktf #springboot
By abdelino17 | Jan 24, 2025


Unlock the Magic of Images: A Quick and Easy Guide to Using the Cutting-Edge SmolVLM-500M Model

#ai #vlm #python #howto
By Alexander Uspenskiy | Jan 24, 2025


Should I choose HTTP or SOCKS5 when crawling to collect data?

#python #http #socks5 #crawling
By 98IP 代理 | Jan 24, 2025


Race Condition in Python.

#python #interview #softwareengineering #webdev
By Hitesh | Jan 24, 2025


R-Lock vs Lock in Python

#interview #python #softwareengineering #threading
By Hitesh | Jan 24, 2025


R-Lock vs Lock in Python

#python #threading #softwareengineering #asynchronus
By Hitesh Chawla | Jan 24, 2025


FiveCrop in PyTorch

#python #pytorch #fivecrop #v2
By Super Kai (Kazuya Ito) | Jan 24, 2025


Unlocking the Benefits of Using cURL with Python

#curl #python
By Swiftproxy – Residential Proxies | Jan 24, 2025


This Week In Python

#python #thisweekinpython
By Bas Steins | Jan 24, 2025


Greedy Algorithms in Python and JavaScript: Examples & Uses | Mbloging

#algorithms #datastructures #programming #python
By Muhaymin Bin Mehmood | Jan 24, 2025


FastAPI vs Django/Flask

#python #django #fastapi #flask
By Hitesh | Jan 24, 2025


TIL: MoveDuplicates – My Solution to Duplicate Image Clutter 💡

#python #mrzaizai2k #todayilearned #tooling
By Mai Chi Bao | Jan 24, 2025


Top 9 Sites To Buy Gmail Accounts Aged &PVA

#javascript #python #machinelearning #api
By Frankieds Rosario | Jan 24, 2025


Mastering Flask: A Deep Dive

#python #flask #django #fastapi
By Leapcell | Jan 24, 2025


How to Create a Wikipedia CLI

#python #cli #tooling
By Muhammad Noraeii | Jan 24, 2025


Why the Single Responsibility in Software Development?

#webdev #beginners #programming #python
By HILQIA KENDA | Jan 24, 2025


Python Virtual Environments: Why You Need Them and How to Use Them

#webdev #programming #beginners #python
By Athreya aka Maneshwar | Jan 25, 2025


Build, Deploy, Repeat: Python Web Development Without the Fluff

#webdev #react #python #typescript
By Resource Bunk | Jan 24, 2025


Securing Applications with PyTM:A Developer’s Guide to PyTM

#python #cybersecurity #security #coding
By Moshood Adekunle | Jan 24, 2025


First Post 1/24

#python
By Matthew Fitzgerald | Jan 24, 2025


ElasticTransform in PyTorch

#python #pytorch #elastictransform #v2
By Super Kai (Kazuya Ito) | Jan 25, 2025


Page Transactions as a new way to organize your testing automation

#python #patterns #testing #automation
By Douglas Cardoso | Jan 25, 2025


The Ultimate Guide to Programming Languages: Choosing the Right Tool for the Job

#python #java #rust
By Mohammad Reza Mahdiani | Jan 25, 2025


Python Complexity Cheat Sheet 🚀

#python #datastructures #webdev #career
By Jaimin Bariya | Jan 25, 2025


Trading Bot trained using ensemble learning

#python #machinelearning #algorithms #computerscience
By Yeon Lee | Jan 25, 2025


Authentication & Authorization in FastAPI with Keycloak

#fastapi #python #webdev #keycloack
By FOLASAYO SAMUEL OLAYEMI | Jan 25, 2025


Protect Your APIs from Abuse with FastAPI and Redis

#fastapi #python #webdev #redis
By FOLASAYO SAMUEL OLAYEMI | Jan 25, 2025


2025's Top 10 Python Web Frameworks Compared

#python #fastapi #flask #django
By Leapcell | Jan 25, 2025


Refatorada do dia – Ts + Python + recursividade e tipos

#webdev #javascript #python #programming
By Jean Nascimento | Jan 25, 2025


How We Built OpenETL: A Simple, Scalable Data Migration Tool for Everyone 🚀

#python #programming #beginners #dataengineering
By Rusab Naeem Khan | Jan 25, 2025


ElasticTransform in PyTorch

#python #pytorch #elastictransform #v2
By Super Kai (Kazuya Ito) | Jan 25, 2025


Implementing user authentication in Django

#django #authentication #python #tutorial
By Shakhzhakhan Maxudbek | Jan 25, 2025


Django Models Simplified: A Quick 4-Minute Guide for Beginners

#webdev #django #python #database
By NJOKU SAMSON EBERE | Jan 26, 2025


Supervised vs. Unsupervised Learning

#machinelearning #python #datascience #ai
By Pejman Rezaei | Jan 26, 2025


How to be confident in coding?

#ai #chatgpt #javascript #python
By Manas Moon | Jan 25, 2025


MicroPie – ultra micro WSGI web framework for Python

#python #flask #wsgi #webdev
By Harrison Erd | Jan 26, 2025


Why You Should Rethink Your Python Toolbox in 2025

#webdev #python #machinelearning #programming
By HarshVardhan Jain | Jan 26, 2025


How to create a model from my data on Kaggle

#tutorial #ai #python
By 卜乐 | Jan 26, 2025


Pad in PyTorch

#python #pytorch #pad #v2
By Super Kai (Kazuya Ito) | Jan 26, 2025


AI SDK by Vercel vs. Pydantic AI: A Tale of Two Frameworks for Modern AI Development

#webdev #typescript #python #ai
By Simplr | Jan 26, 2025


Python Logging: loguru vs logging

#python #flask #django #logging
By Leapcell | Jan 26, 2025


Python Caching mutable values

#python #caching #lru #architecture
By Ninad Mhatre | Jan 26, 2025


Top 5 Web Data Collection Tools for 2025

#python #go
By Scraper0024 | Jan 26, 2025


Top 5 Web Data Collection Tools for 2025

#python #go
By Scraper0024 | Jan 26, 2025


Get started with Vector Search in Azure Cosmos DB

#vectordatabase #azure #python #javascript
By Abhishek Gupta | Jan 26, 2025


Deploying Django and Wagtail on Cloud Servers: A Step-by-Step Guide

#webdev #django #wagta #cloud
By MatyaSina | Jan 26, 2025


Use RAG to chat with PDFs using Deepseek, Langchain and Streamlit

#python #ai #rag #llm
By Nariman Esmaiely fard | Jan 26, 2025


Why FastAPI Full-Stack Template Is My Go-To for Modern Web Development

#fastapi #python #webdev
By Javad Zarezadeh | Jan 26, 2025


Implementing the Active Record Pattern in Python with SQLModel

#python #sqlmodel #activerecord #rails
By Eric Berry | Jan 26, 2025


Blog automation with CrewAI

#ai #aiagent #programming #python
By Bob Head | Jan 26, 2025


GenAI: Building RAG Systems with LangChain

#genai #langchain #ai #python
By Ajmal Hasan | Jan 26, 2025


Techniques for Field Validation in Django

#django #python
By guzmanojero | Jan 26, 2025


Portable Python Bundles on Windows

#python #microsoft #virtualenv #pip
By Chris | Jan 26, 2025



#Data School

Stop overthinking your AI prompts 🧠

Writing effective prompts for ChatGPT doesn't have to be complicated! Learn six simple tips for getting better results from any AI model.
By Kevin Markham | Jan 26, 2025



#Daniel Roy Greenfeld Blogs

Installing LÖVE on Mac

How I install LÖVE, a 2d gamework written in C++ that uses Lua as its scripting language. Nothing against GODOT or Unity, but I want a tool where I don't need a specialized IDE to build games for my little girl.
By Daniel Roy Greenfeld | Jan 22, 2025