Kronos
A Foundation Model for the Language of Financial Markets.
https://github.com/shiyu-coder/Kronos
A Foundation Model for the Language of Financial Markets.
https://github.com/shiyu-coder/Kronos
GitHub
GitHub - shiyu-coder/Kronos: Kronos: A Foundation Model for the Language of Financial Markets
Kronos: A Foundation Model for the Language of Financial Markets - shiyu-coder/Kronos
Ducky
An open-source, all-in-one desktop application for network engineers, students, and enthusiasts.
https://github.com/thecmdguy/Ducky
An open-source, all-in-one desktop application for network engineers, students, and enthusiasts.
https://github.com/thecmdguy/Ducky
GitHub
GitHub - thecmdguy/Ducky: Ducky is a powerful, open-source, all-in-one desktop application built with Python and PySide6. It is…
Ducky is a powerful, open-source, all-in-one desktop application built with Python and PySide6. It is designed to be the perfect companion for network engineers, students, and tech enthusiasts, com...
How to Build Python Code with Bazel (and Why)
The post details how Bazel can optimize building Python projects by managing dependencies accurately, avoiding unnecessary rebuilds, and supporting multi-language setups like adding Rust extensions. Bazel’s declarative build configurations enable efficient and consistent builds, improving CI turnaround times and scalability as projects growattached file.
https://ohadravid.github.io/posts/2025-09-hello-bazel/
The post details how Bazel can optimize building Python projects by managing dependencies accurately, avoiding unnecessary rebuilds, and supporting multi-language setups like adding Rust extensions. Bazel’s declarative build configurations enable efficient and consistent builds, improving CI turnaround times and scalability as projects growattached file.
https://ohadravid.github.io/posts/2025-09-hello-bazel/
ohadravid.github.io
How to Build Python Code with Bazel (and Why)
How can you build Python code with Bazel? Why would you even want to do that?
This is the topic of a lightning talk I gave at PyCon IL this year. Below are the …
This is the topic of a lightning talk I gave at PyCon IL this year. Below are the …
HKUDS / DeepCode
"DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)"
https://github.com/HKUDS/DeepCode
"DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)"
https://github.com/HKUDS/DeepCode
GitHub
GitHub - HKUDS/DeepCode: "DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)"
"DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)" - HKUDS/DeepCode
Intro to Fine-Tuning Large Language Models
This course explores key techniques for adapting pre-trained LLMs to specialized tasks, including supervised fine-tuning, RLHF, and efficient QLoRA-based methods. It covers both theory and hands-on implementation, guiding viewers through practical steps to fine-tune and deploy massive language models using Python, PyTorch, and Hugging Face tools
https://www.youtube.com/watch?v=H-oCV5brtU4
This course explores key techniques for adapting pre-trained LLMs to specialized tasks, including supervised fine-tuning, RLHF, and efficient QLoRA-based methods. It covers both theory and hands-on implementation, guiding viewers through practical steps to fine-tune and deploy massive language models using Python, PyTorch, and Hugging Face tools
https://www.youtube.com/watch?v=H-oCV5brtU4
YouTube
Intro to Fine-Tuning Large Language Models
Learn about fine-tuning large language models (LLMs). The course covers key methodologies, including supervised fine-tuning and reinforcement learning with human feedback (RLHF). It also introduces a technique called QLoRA, which enables you to fine-tune…
Scaling asyncio on Free-Threaded Python
A recap on the work done in Python 3.14 to enable asyncio to scale on the free-threaded build of CPython.
https://labs.quansight.org/blog/scaling-asyncio-on-free-threaded-python
A recap on the work done in Python 3.14 to enable asyncio to scale on the free-threaded build of CPython.
https://labs.quansight.org/blog/scaling-asyncio-on-free-threaded-python
labs.quansight.org
Scaling asyncio on Free-Threaded Python
A recap on the work done in Python 3.14 to enable asyncio to scale on the free-threaded build of CPython.
Testing the compiler optimizations your code relies on
Sometimes you can trick the compiler into generating more efficient code. How can you test this optimization continues to be applied?
https://pythonspeed.com/articles/testing-compiler-optimizations/
Sometimes you can trick the compiler into generating more efficient code. How can you test this optimization continues to be applied?
https://pythonspeed.com/articles/testing-compiler-optimizations/
Python⇒Speed
Testing the compiler optimizations your code relies on
Sometimes you can trick the compiler into generating more efficient code. How can you test this optimization continues to be applied?
spec-kit
Toolkit to help you get started with Spec-Driven Development.
https://github.com/github/spec-kit
Toolkit to help you get started with Spec-Driven Development.
https://github.com/github/spec-kit
GitHub
GitHub - github/spec-kit: 💫 Toolkit to help you get started with Spec-Driven Development
💫 Toolkit to help you get started with Spec-Driven Development - github/spec-kit
10 Standard Library Modules That Make Python Insanely Powerful
The video highlights 10 powerful, sometimes overlooked Python standard library modules such as dataclasses for reducing boilerplate, pathlib for modern file path handling, functools for caching and functional utilities, and tomllib for parsing TOML configs. It showcases practical code examples illustrating how these modules can simplify development, improve performance, and reduce depend...
https://www.youtube.com/watch?v=eZ9RqnkJxsk
The video highlights 10 powerful, sometimes overlooked Python standard library modules such as dataclasses for reducing boilerplate, pathlib for modern file path handling, functools for caching and functional utilities, and tomllib for parsing TOML configs. It showcases practical code examples illustrating how these modules can simplify development, improve performance, and reduce depend...
https://www.youtube.com/watch?v=eZ9RqnkJxsk
YouTube
Python Has the Best Standard Library Ever: 10 Modules You Need to Know
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Python’s standard library is one of its greatest strengths, but many developers only scratch the surface. In this video, we explore 10 powerful and sometimes overlooked modules…
Python’s standard library is one of its greatest strengths, but many developers only scratch the surface. In this video, we explore 10 powerful and sometimes overlooked modules…
Production-Grade Python Logging Made Easier with Loguru
This guide will walk you through building a robust logging system with Loguru. We'll directly address the patterns and pain points of the standard logging module and show how Loguru simplifies them.
https://www.dash0.com/guides/python-logging-with-loguru
This guide will walk you through building a robust logging system with Loguru. We'll directly address the patterns and pain points of the standard logging module and show how Loguru simplifies them.
https://www.dash0.com/guides/python-logging-with-loguru
Dash0
Production-Grade Python Logging Made Easier with Loguru · Dash0
Learn how to use Loguru for structured contextual and productiongrade logging in Python without the boilerplate of the standard logging module
Starplot
Starplot is a Python library for creating star charts and maps of the sky.
https://starplot.dev/
Starplot is a Python library for creating star charts and maps of the sky.
https://starplot.dev/
starplot.dev
Star charts and maps of the sky in Python
Python REPL Shortcuts & Features
Python 3.13 introduced a completely redesigned REPL with a much more modern feel. It's easy to overlook many of the features in the new Python REPL. Let's explore the various hidden features the new Python REPL supports, with a focus on tips that are useful for everyday usage.
https://www.pythonmorsels.com/repl-features/
Python 3.13 introduced a completely redesigned REPL with a much more modern feel. It's easy to overlook many of the features in the new Python REPL. Let's explore the various hidden features the new Python REPL supports, with a focus on tips that are useful for everyday usage.
https://www.pythonmorsels.com/repl-features/
Pythonmorsels
Python REPL Shortcuts & Features
Discover the new Python REPL features introduced in Python 3.13. From keyboard shortcuts to block navigation, this reference guide will help you better utilize Python's interactive shell.