Logo

Python Developer Resources - Made by 0x3d.site

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

Main website: https://0x3d.site

🔥 Hot Python Questions on Stack Overflow

I'm trying to get two functions to run at the same time

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: BioRod
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, python-3.x

Solved

Why do two identical NumPy arrays vastly differ in computational speed?

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: lanerogers
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, numpy, performance

Unanswered

Editing fields in LibreOffice Writer with Python marco using scriptforge library

  • 👍 Score: 1
  • 💬 Answers: 0
  • 👤 Asked by: Jayden67
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, macros, libreoffice-writer

Unanswered

Where do i place/create a dynamically created widget that controls elided text in Tkinter

  • 👍 Score: 1
  • 💬 Answers: 1
  • 👤 Asked by: stevmjon
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, tkinter

Unanswered

Why does Gmail API override the Date header even with internalDateSource: 'dateHeader' and deleted: true in users.messages.insert?

  • 👍 Score: 2
  • 💬 Answers: 1
  • 👤 Asked by: Pitto
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, email, gmail-api

Unanswered

Plot Matplotlib 2D patches with spherical projection

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: aparajito
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, matplotlib, astropy, astronomy

Unanswered

Cupy throwing a unhashable type: 'ndarray' when appending nested tuples to a set

  • 👍 Score: 3
  • 💬 Answers: 1
  • 👤 Asked by: EzTheBoss 2
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, numpy, cupy

Solved

OneNote COM Application Interface events with Python

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: dale
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, events, win32com, onenote

Unanswered

NRF24L01 communication between Raspberry Pi 4 and Raspberry Pi Pico (MicroPython) not working

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: Nicolas
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, raspberry-pi, communication

Unanswered

Retrieve per-class gradients without create_graph=True and retain_graph=True

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: M. Al Jumaily
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, pytorch

Unanswered

Ruamel.yaml, extra dict items getting adding past comment?

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: Dick Visser
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, yaml, ruamel.yaml

Unanswered

Markdown not showing images from local Flask site

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: am84
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, flask, markdown

Unanswered

python program malfunction when converted to .exe

  • 👍 Score: 1
  • 💬 Answers: 1
  • 👤 Asked by: seblenor
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, pyinstaller, exe

Unanswered

Import "llama_index.llms.ollama" could not be resolved

  • 👍 Score: 1
  • 💬 Answers: 1
  • 👤 Asked by: Joshie
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, python-venv, llama, ollama

Solved

CoverageWarning: Unrecognized option '[tool.coverage.run] exclude_also=' in config file pyproject.toml

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: Laurent
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, pytest, coverage.py, pytest-cov

Solved

Trying to write a unit test to test a fastapi app with a middleware that changes the request.url.path

  • 👍 Score: 1
  • 💬 Answers: 2
  • 👤 Asked by: Kevin Piotrowicz
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, fastapi, middleware

Solved

Spelling Bee optimal word set search

  • 👍 Score: 2
  • 💬 Answers: 2
  • 👤 Asked by: qwr
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, algorithm, search, a-star, discrete-optimization

Solved

How can I remove all legends from a matplotlib axes with multiple legends?

  • 👍 Score: 1
  • 💬 Answers: 2
  • 👤 Asked by: BernhardWebstudio
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, matplotlib

Solved

In this python script that checks for integer values, why is one entry not removed? It's the letter x. Works for every other line

  • 👍 Score: -5
  • 💬 Answers: 2
  • 👤 Asked by: Dominic
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, integer

Solved

How to test the concrete method of an abstract class without manual subclassing?

  • 👍 Score: -1
  • 💬 Answers: 3
  • 👤 Asked by: Chriki
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, abstract-class

Solved

Combining unittest with ddt.idata

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: LetMeSOThat4U
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, unit-testing, ddt

Unanswered

How can I optimize a Python RTSP → YOLOv8 face-recognition → WebSocket pipeline to handle 6–8 cameras without lag/stutter?

  • 👍 Score: 2
  • 💬 Answers: 0
  • 👤 Asked by: playkashyap
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, opencv, computer-vision, rtsp, ultralytics

Unanswered

How do I set JWT refresh token location to cookies without having pydantic_core.ValidationError in my fastapi backend?

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: Burhan ud din Fida Ali
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, authentication, jwt, fastapi

Unanswered

How to take multiple arrays and turn them into vertical tables?

  • 👍 Score: 0
  • 💬 Answers: 2
  • 👤 Asked by: Sam Baker
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, arrays, numpy

Solved

PettingZoo + Ray RLlib card game

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: GMarco24
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, artificial-intelligence, ray, pettingzoo

Unanswered

Chromedriver suddenly stopped working even though I didn't update anything

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: limitIntegral314
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, google-chrome, undetected-chromedriver

Unanswered

add_geometries - how to automatically update extent of axis to include the geometry

  • 👍 Score: 0
  • 💬 Answers: 2
  • 👤 Asked by: zwol
  • 📅 Asked on: 8/12/2025
  • 🏷 Tags: python, cartopy

Solved

How to aggregate results from parallel tasks and store only the final result (ignore intermediate outputs)?

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: Temax
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, parallel-processing, celery, workflow

Unanswered

using pydantic.logfire sending data to grafana-otel-container

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: JKupzig
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, grafana, pydantic, open-telemetry

Unanswered

Pyvista volume rendering blocking main thread

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: Fahadh_hostcurator
  • 📅 Asked on: 8/13/2025
  • 🏷 Tags: python, vtk, pyside2, pyvista

Unanswered

Bookmark This Page Now!