WebThinker
Empowering Large Reasoning Models with Deep Research Capability.
https://github.com/RUC-NLPIR/WebThinker
Empowering Large Reasoning Models with Deep Research Capability.
https://github.com/RUC-NLPIR/WebThinker
GitHub
GitHub - RUC-NLPIR/WebThinker: ๐ WebThinker: Empowering Large Reasoning Models with Deep Research Capability
๐ WebThinker: Empowering Large Reasoning Models with Deep Research Capability - RUC-NLPIR/WebThinker
US Routing โ Python library for fast local routing in the United States
https://github.com/ivanbelenky/us-routing
https://github.com/ivanbelenky/us-routing
GitHub
GitHub - ivanbelenky/us-routing: us cached road graph, freeways, primary and secondary roads
us cached road graph, freeways, primary and secondary roads - ivanbelenky/us-routing
SparkDQ
A declarative PySpark framework for row- and aggregate-level data quality validation.
https://github.com/sparkdq-community/sparkdq
A declarative PySpark framework for row- and aggregate-level data quality validation.
https://github.com/sparkdq-community/sparkdq
GitHub
GitHub - sparkdq-community/sparkdq: A declarative PySpark framework for row- and aggregate-level data quality validation.
A declarative PySpark framework for row- and aggregate-level data quality validation. - sparkdq-community/sparkdq
pipask
Safer python package installs with audit and consent ๐ฃ๐ฆ๐ง๐ฐ๐ณ๐ฆ install.
https://github.com/feynmanix/pipask
Safer python package installs with audit and consent ๐ฃ๐ฆ๐ง๐ฐ๐ณ๐ฆ install.
https://github.com/feynmanix/pipask
GitHub
GitHub - feynmanix/pipask: Safer python package installs with audit and consent ๐ฃ๐ฆ๐ง๐ฐ๐ณ๐ฆ install
Safer python package installs with audit and consent ๐ฃ๐ฆ๐ง๐ฐ๐ณ๐ฆ install - feynmanix/pipask
Procrastinate - PostgreSQL Task Queue for Python (Celery Alternative!)
This video introduces Procrastinate, a PostgreSQL-based task queue for Python, offering a simpler alternative to Celery by leveraging Postgres for task management, eliminating the need for additional services like Redis or RabbitMQ. The tutorial covers setting up Procrastinate with Django, defining and triggering tasks, including scheduled tasks, and integrating it with the Django admin ...
https://www.youtube.com/watch?v=6puV9y7K0z8
This video introduces Procrastinate, a PostgreSQL-based task queue for Python, offering a simpler alternative to Celery by leveraging Postgres for task management, eliminating the need for additional services like Redis or RabbitMQ. The tutorial covers setting up Procrastinate with Django, defining and triggering tasks, including scheduled tasks, and integrating it with the Django admin ...
https://www.youtube.com/watch?v=6puV9y7K0z8
YouTube
Procrastinate - PostgreSQL Task Queue for Python (Celery Alternative!)
โ๏ธ ๐๐๐ ๐บ๐ฒ ๐ฎ ๐ฐ๐ผ๐ณ๐ณ๐ฒ๐ฒ:
To support the channel and encourage new videos, please consider buying me a coffee here:
https://ko-fi.com/bugbytes
โญTop resource to learn Python - https://datacamp.pxf.io/kOjKkV โญ
In this video, we'll look at Procrastinate, a PostgreSQLโฆ
To support the channel and encourage new videos, please consider buying me a coffee here:
https://ko-fi.com/bugbytes
โญTop resource to learn Python - https://datacamp.pxf.io/kOjKkV โญ
In this video, we'll look at Procrastinate, a PostgreSQLโฆ
The REAL Reason You Should Use Type Hints in Python
This video explains that the true power of type hints in Python lies in how they encourage better code design by prompting developers to think more generically about data structures. The video also highlights the principle that inputs should be as generic as possible (contravariant), while outputs should be as specific as possible (covariant).
https://www.youtube.com/watch?v=0oBLMwHdZ2Y
This video explains that the true power of type hints in Python lies in how they encourage better code design by prompting developers to think more generically about data structures. The video also highlights the principle that inputs should be as generic as possible (contravariant), while outputs should be as specific as possible (covariant).
https://www.youtube.com/watch?v=0oBLMwHdZ2Y
YouTube
The REAL Reason You Should Use Type Hints in Python
๐ท Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, Iโm going to show you why type hints in Python are useful, how to add them to your Python code, as well as some interesting properties of type hintsโฆ
In this video, Iโm going to show you why type hints in Python are useful, how to add them to your Python code, as well as some interesting properties of type hintsโฆ
Scaling Python Task Queues Effectively
Task queues are a great way to offload work to the background but scaling Python task queues is tricky. Learn how you can keep your task queues chugging along!
https://judoscale.com/blog/scaling-python-task-queues
Task queues are a great way to offload work to the background but scaling Python task queues is tricky. Learn how you can keep your task queues chugging along!
https://judoscale.com/blog/scaling-python-task-queues
Judoscale
Scaling Python Task Queues Effectively
Task queues are a great way to offload work to the background but scaling Python task queues is tricky. Learn how you can keep your task queues chugging along!
agent-api
A minimal, open-source setup for serving Agents using FastAPI and Postgres. Built for speed, clarity, and dev happiness.
https://github.com/agno-agi/agent-api
A minimal, open-source setup for serving Agents using FastAPI and Postgres. Built for speed, clarity, and dev happiness.
https://github.com/agno-agi/agent-api
GitHub
GitHub - agno-agi/agent-api: A minimal, open-source setup for serving Agents using FastAPI and Postgres. Built for speed, clarityโฆ
A minimal, open-source setup for serving Agents using FastAPI and Postgres. Built for speed, clarity, and dev happiness. - agno-agi/agent-api
Pyrefly: A new type checker and IDE experience for Python
https://engineering.fb.com/2025/05/15/developer-tools/introducing-pyrefly-a-new-type-checker-and-ide-experience-for-python/
https://engineering.fb.com/2025/05/15/developer-tools/introducing-pyrefly-a-new-type-checker-and-ide-experience-for-python/
Engineering at Meta
Introducing Pyrefly: A new type checker and IDE experience for Python
Today we are announcing an alpha version of Pyrefly, an open source Python type checker and IDE extension crafted in Rust. Pyrefly is a static type checker that analyzes Python code to ensure type โฆ
The first year of free-threaded Python
A recap of the first year of work on enabling support for the free-threaded build of CPython in community packages.
https://labs.quansight.org/blog/free-threaded-one-year-recap
A recap of the first year of work on enabling support for the free-threaded build of CPython in community packages.
https://labs.quansight.org/blog/free-threaded-one-year-recap
labs.quansight.org
The first year of free-threaded Python
A recap of the first year of work on enabling support for the free-threaded build of CPython in community packages.
Writing N-body gravity simulations code in Python
https://alvinng4.github.io/grav_sim/5_steps_to_n_body_simulation/
https://alvinng4.github.io/grav_sim/5_steps_to_n_body_simulation/
Python Simulator of David Deutschโs "Constructor Theory of Time"
https://github.com/gvelesandro/constructor-theory-simulator
https://github.com/gvelesandro/constructor-theory-simulator
GitHub
GitHub - gvelesandro/constructor-theory-simulator
Contribute to gvelesandro/constructor-theory-simulator development by creating an account on GitHub.
3 Python AI Projects for Beginners - Full Tutorial
This video provides a step-by-step guide on how to build three beginner-friendly Python AI projects: an AI agent, a resume critiquer, and an image classifier. The tutorial covers the necessary Python libraries and tools, including Langraph, Langchain, Streamlit, TensorFlow, and OpenCV.
https://www.youtube.com/watch?v=XZdY15sHUa8
This video provides a step-by-step guide on how to build three beginner-friendly Python AI projects: an AI agent, a resume critiquer, and an image classifier. The tutorial covers the necessary Python libraries and tools, including Langraph, Langchain, Streamlit, TensorFlow, and OpenCV.
https://www.youtube.com/watch?v=XZdY15sHUa8
YouTube
3 Python AI Projects for Beginners - Full Tutorial
Get started with Recraft today and get $11 off any Recraft plan using code "TIM11" at: https://go.recraft.ai/tim
Today, you'll learn how to build three Python AI projects that are designed for beginners. I'll be walking you through each step by step, โฆ
Today, you'll learn how to build three Python AI projects that are designed for beginners. I'll be walking you through each step by step, โฆ