Logo

Python Developer Resources - Made by 0x3d.site

A curated list of awesome Python frameworks, libraries, software and resources.

Main website: https://0x3d.site

πŸ“ Latest Python Articles on Dev.to

Thumbnail

Building an Excel Summarizer Using Streamlit, Karo, and LLMs

In this tutorial, We'll show you how to build a Streamlit application that can read Excel files and......

  • ✍️ Author: Ada-Ihueze
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/6/2025
  • 🏷 Tags: ai, programming, python

Thumbnail

5 WTF Moments in Python

This isn't another Python beginner guide or critique of Python's performance issues. Instead, the blog walks through five surprising behaviors in Python that have bitten me in the past, knowing these ...

  • ✍️ Author: Zane Chen
  • πŸ‘ Reactions: 2 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, learning

Thumbnail

How We Built a PDF Compression Tool with Python and Flask

PDF files can quickly become unwieldy. At RevisePDF, we've built a compression tool that......

  • ✍️ Author: Calum
  • πŸ‘ Reactions: 1 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, webdev, pdf, flask

Thumbnail

LangChain Agent with Bright Data Provider

Introduction The future of automation is with β€œAgents”. Whereas, in the business......

  • ✍️ Author: Ranjan Dailata
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/6/2025
  • 🏷 Tags: ai, python, tutorial, langchain

Thumbnail

FitVision - devlog #3

Hey everyone! πŸ‘‹ In this blog I will showcase the latest updates of my project. Some of this important......

  • ✍️ Author: Eric Garcia
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, ai, sideprojects, programming

Thumbnail

How to Fix 'Python Not Recognized' in Windows PowerShell?

Running Python scripts in Windows PowerShell can sometimes lead to the frustrating error: python not......

  • ✍️ Author: Generatecode
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python

Thumbnail

How I Use Perplexity AI for Web Scraping in Python (and Why You Probably Should Too)

When I first came across Perplexity AI, I assumed it was just another AI-powered search engine. But......

  • ✍️ Author: LacrymosaTech
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: perplexityai, webscraping, python, crawlbase

Thumbnail

πŸ•΅οΈ Build a Python β€œSpy Folder” That Detects Sneaky File Changes

🎁 Exclusive Side Hustle Starter Kits (Grab These Now) Before you get into today’s article, here are......

  • ✍️ Author: 0x3d Site
  • πŸ‘ Reactions: 56 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/4/2025
  • 🏷 Tags: programming, beginners, tutorial, python

Thumbnail

We Listened: Pgai Vectorizer Now Works With Any Postgres Database

TL;DR: We're excited to announce that pgai Vectorizerβ€”the tool for robust embedding creation and......

  • ✍️ Author: Team Timescale
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: postgres, python, ai, news

Thumbnail

Drawing the Line: What Makes Support Vector Machines So Effective?

Learn how Support Vector Machines find the optimal hyperplane to classify complex data with precision......

  • ✍️ Author: Leonhard Kwahle
  • πŸ‘ Reactions: 1 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: machinelearning, datascience, python, math

Thumbnail

You're Using HTTP Status Codes Wrong β€” Here's the solution

Question: How would you choose a status code for an order that could not be processed......

  • ✍️ Author: lihil
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: webdev, programming, python, backend

Thumbnail

Dev Diary #1 – Google Agent Development Kit: Lessons I Learned

This diary-tutorial hybrid tracks my first months with Google’s Agent Development Kit (ADK) β€” pure......

  • ✍️ Author: Dmitry Protsenko
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: ai, python, beginners, devjournal

Thumbnail

In case you missed it

Creating self-healing spiders with Scrapling in Python without......

  • ✍️ Author: Karim Shoair
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: webscraping, python, ai, programming

Thumbnail

Setting up my home lab

The Christmas holiday period always brings some opportunity to sneak in some time for hobby projects.......

  • ✍️ Author: Hanswillem
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: vibecoding, python, ai

Thumbnail

Why Modern Languages Are Ditching the Ternary Operator

When programming, we often need to make conditional judgments and choose to execute different......

  • ✍️ Author: Leapcell
  • πŸ‘ Reactions: 6 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: webdev, programming, backend, python

Thumbnail

Flask Nodemon

I'm developing the Flask Project, but I have to change the codes and reload it. I wanna implement......

  • ✍️ Author: James dev
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: flask, python, productivity, webdev

Thumbnail

Building Voice AI Agents with the OpenAI Agents SDK

Explore OpenAI's approach to voice AI agents using their Agents SDK. Learn how to build conversational AI with tools, handoffs, and compare it to WebRTC/LiveKit solutions....

  • ✍️ Author: Roman Piacquadio
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: ai, agents, openai, python

Thumbnail

Verifying two interpreter engines with one test suite

Crosscheck, my cross-engine testing framework for Memphis, had been sitting atop my writing to-do......

  • ✍️ Author: Jones Beach
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: programming, rust, python

Thumbnail

Como instalar o Python no Windows, Linux e Mac

VocΓͺ jΓ‘ pensou em criar um site, automatizar tarefas do dia a dia, programar um robΓ΄ ou atΓ©......

  • ✍️ Author: rodrigozan
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: webdev, programming, python, beginners

Thumbnail

python

A post by Utsav Savaliya...

  • ✍️ Author: Utsav Savaliya
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, programming

Thumbnail

Asyncio Demystified: Rebuilding it From Scratch One Yield at a Time

I don't know about you, but each time I await something in Python, I get a tiny itch in the back of......

  • ✍️ Author: JB
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, webdev, tutorial, asyncio

Thumbnail

Creating ASCII Art with Python: A Fun Guide to Text Transformations

If you’re looking for a playful and creative way to practice Python, converting text into ASCII art......

  • ✍️ Author: DIAMANTINO ALMEIDA
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, programming, creativity

Thumbnail

My Web Dev Journey Begins: From Zero to Full Stack with 3D (Three.js)

Hey Devs! I’m diving headfirst into the world of web development – but not just the usual buttons......

  • ✍️ Author: Jayasurya Mahadevan
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: webdev, javascript, programming, python

Thumbnail

Pydantic in Action: Integrating with FastAPI and SQLAlchemy

In the previous post, we mastered custom validators, field aliases, and model configuration to tailor......

  • ✍️ Author: Akash
  • πŸ‘ Reactions: 2 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, pydantic

Thumbnail

Quark’s Outlines: Python Delimiters

Overview, Historical Timeline, Problems & Solutions An Overview of Python......

  • ✍️ Author: Mike Vincent
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, programming, delimeters

Thumbnail

Python Cheat-Sheet

Intro Happy revenge of the fifth! This week, I've been working with Python as I learn more......

  • ✍️ Author: Kaemon Lovendahl
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: cheatsheet, python, programming, beginners

Thumbnail

Understanding Recursion in Python β€” 3 Beginner-Friendly Problems

Recursion is a powerful technique where a function calls itself to solve smaller instances of a......

  • ✍️ Author: Peter Muthama
  • πŸ‘ Reactions: 1 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: webdev, programming, beginners, python

Thumbnail

How to Fix 'Out of Balance' Error in Tronpy for TRX Transactions?

Introduction When working with cryptocurrencies, particularly TRX using the Tronpy library, you may......

  • ✍️ Author: Generatecode
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python

Thumbnail

Positional & Keyword-Only Parameters in Python

Buy Me a Coffeeβ˜• *Memos: My post explains parameters and arguments in Python. My post explains......

  • ✍️ Author: Super Kai (Kazuya Ito)
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, parameter, argument, function

Thumbnail

An Introduction to Python: The Versatile Programming Language

Python Programming Language Introduction In the ever-evolving world of......

  • ✍️ Author: Python Tutorial
  • πŸ‘ Reactions: 0 | πŸ’¬ Comments: 0
  • πŸ“… Published on: 5/5/2025
  • 🏷 Tags: python, pythontutorial, pythonprogramminglanguage, programming

Bookmark This Page Now!