Train Your Own LLM – Tutorial
This video offers a beginner-friendly, step-by-step guide to training a large language model from scratch. It covers essential topics such as data preparation, tokenization, model selection, and fine-tuning, providing practical insights for those interested in customizing LLMs for specific applications.
https://www.youtube.com/watch?v=9Ge0sMm65jo
This video offers a beginner-friendly, step-by-step guide to training a large language model from scratch. It covers essential topics such as data preparation, tokenization, model selection, and fine-tuning, providing practical insights for those interested in customizing LLMs for specific applications.
https://www.youtube.com/watch?v=9Ge0sMm65jo
YouTube
Train Your Own LLM – Tutorial
This course is designed to help beginners learn how to train a language model from start to finish. Imad will guide you through the whole process, using Moroccan Darija as an example.
In this course, you will learn:
- How to load text data
- How to train…
In this course, you will learn:
- How to load text data
- How to train…
3 Syntax Updates of Python 3.14 That Will Make Your Code Safer and Better
https://medium.com/techtofreedom/3-syntax-updates-of-python-3-14-that-will-make-your-code-safer-and-better-e616c507ebd5
https://medium.com/techtofreedom/3-syntax-updates-of-python-3-14-that-will-make-your-code-safer-and-better-e616c507ebd5
Medium
3 Syntax Updates of Python 3.14 That Will Make Your Code Safer and Better
Stay up to date with the incoming Python version
Python Tutorial: How to rate limit async requests to credit-based APIs
Easily manage rate limits based on a number of credits or computational units per time unit, or cups
https://dev.to/elnaril/python-tutorial-how-to-rate-limit-async-requests-to-credit-based-apis-ahj
Easily manage rate limits based on a number of credits or computational units per time unit, or cups
https://dev.to/elnaril/python-tutorial-how-to-rate-limit-async-requests-to-credit-based-apis-ahj
DEV Community
Python Tutorial: How to rate limit async requests to credit-based APIs
This tutorial demonstrates how to use the Python credit-rate-limit library to manage API rate limits...
Data Engineering with Python and AI/LLMs – Data Loading Tutorial
This course teaches robust data ingestion techniques using Python, focusing on API extraction, schema management, and scalable workflows. It’s designed to help engineers build reliable pipelines with modern tools like dlt, covering incremental loading, data normalization, orchestration, and even LLM-assisted automation.
https://www.youtube.com/watch?v=T23Bs75F7ZQ
This course teaches robust data ingestion techniques using Python, focusing on API extraction, schema management, and scalable workflows. It’s designed to help engineers build reliable pipelines with modern tools like dlt, covering incremental loading, data normalization, orchestration, and even LLM-assisted automation.
https://www.youtube.com/watch?v=T23Bs75F7ZQ
YouTube
Data Engineering with Python and AI/LLMs – Data Loading Tutorial
Master data ingestion for data engineering with Python. Learn to tackle common pipeline failures like schema changes and API limits by adopting the mindset and practices of a senior platform engineer. This course covers essential techniques including extracting…
Git Branching Explained – Merging, Rebasing & More (FastAPI Example)
This video explains Git concepts such as merging, rebasing, and fast-forwarding through a practical FastAPI project example, using GitKraken to visualize and clarify these workflows. The video also compares GitFlow and trunk-based development, discussing their advantages and best use cases for managing branches and releases effectively.
https://www.youtube.com/watch?v=viAZQjs5lHk
This video explains Git concepts such as merging, rebasing, and fast-forwarding through a practical FastAPI project example, using GitKraken to visualize and clarify these workflows. The video also compares GitFlow and trunk-based development, discussing their advantages and best use cases for managing branches and releases effectively.
https://www.youtube.com/watch?v=viAZQjs5lHk
YouTube
How to Use Git Branches Like a Pro (FastAPI Example)
👉🏻 Streamline your Git workflow - get started with GitKraken for free: https://bit.ly/4j8AlRM.
Confused about Git? You’re not alone — but after this video, you’ll have a clear understanding of merging, rebasing, fast-forwarding, and when to use each. We’ll…
Confused about Git? You’re not alone — but after this video, you’ll have a clear understanding of merging, rebasing, fast-forwarding, and when to use each. We’ll…
Python GUI Builder - PyUiBuilder
A web based drag and drop GUI builder for python. Helps build GUIs in tkinter and customtk and generates the code for it
https://pyuibuilder.com
A web based drag and drop GUI builder for python. Helps build GUIs in tkinter and customtk and generates the code for it
https://pyuibuilder.com
Pyuibuilder
Build Python GUI's like Canva - PyUIBuilder
A Drag and drop builder for Python. Create Tkinter, customtk and more GUIs easily
Conf42 Python 2025
A series of presentations and talks from the Conf42 Python 2025 conference.
https://www.youtube.com/playlist?list=PLIuxSyKxlQrBo176Is4wP2F6UCB0yEkWO
A series of presentations and talks from the Conf42 Python 2025 conference.
https://www.youtube.com/playlist?list=PLIuxSyKxlQrBo176Is4wP2F6UCB0yEkWO
YouTube
Conf42 Python 2025
Share your videos with friends, family, and the world
Use any Python AI agent framework with free GitHub Models
This post highlights how to use GitHub Models, which offers free, high-quality AI models, with popular Python AI frameworks by leveraging its OpenAI-compatible endpoints. It provides code examples for frameworks like AutoGen, LangGraph, and Llamaindex, showing how to connect them to GitHub Models using an API key and base URL.
https://blog.pamelafox.org/2025/04/how-to-use-any-python-ai-agent.html
This post highlights how to use GitHub Models, which offers free, high-quality AI models, with popular Python AI frameworks by leveraging its OpenAI-compatible endpoints. It provides code examples for frameworks like AutoGen, LangGraph, and Llamaindex, showing how to connect them to GitHub Models using an API key and base URL.
https://blog.pamelafox.org/2025/04/how-to-use-any-python-ai-agent.html
blog.pamelafox.org
Use any Python AI agent framework with free GitHub Models
I ❤️ when companies offer free tiers for developer services, since it gives everyone a way to learn new technologies without breaking th...
pdf-craft
PDF craft can convert PDF files into various other formats. This project will focus on processing PDF files of scanned books.
https://github.com/oomol-lab/pdf-craft
PDF craft can convert PDF files into various other formats. This project will focus on processing PDF files of scanned books.
https://github.com/oomol-lab/pdf-craft
GitHub
GitHub - oomol-lab/pdf-craft: PDF craft can convert PDF files into various other formats. This project will focus on processing…
PDF craft can convert PDF files into various other formats. This project will focus on processing PDF files of scanned books. - oomol-lab/pdf-craft
15,000 lines of verified cryptography now in Python
https://jonathan.protzenko.fr/2025/04/18/python.html
https://jonathan.protzenko.fr/2025/04/18/python.html
Jonathan Protzenko
15,000 lines of verified cryptography now in Python
In November 2022, I opened issue 99108 on Python’s GitHub repository, arguing that after a recent CVE in its implementation of SHA3, Python should embrace verified code for all of its hash-related infrastructure.
Jupyter’s Architecture Unpacked
This video explores the inner workings of Jupyter with contributors Afshin Darian and Sylvain Corlay, diving into its architecture and execution protocols. It also discusses Jupyter's evolution from a notebook interface to a powerful framework for interactive, collaborative applications.
https://www.youtube.com/watch?v=_-zhMzwpSOQ
This video explores the inner workings of Jupyter with contributors Afshin Darian and Sylvain Corlay, diving into its architecture and execution protocols. It also discusses Jupyter's evolution from a notebook interface to a powerful framework for interactive, collaborative applications.
https://www.youtube.com/watch?v=_-zhMzwpSOQ
YouTube
Jupyter’s Architecture Unpacked (with Afshin Darian & Sylvain Corlay)
Jupyter’s become an incredibly popular programming and data science tool, but how does it actually work? How have they built an interactive language execution engine? And if we understand the architecture, what else could it be used for?
Joining me to look…
Joining me to look…
14 Advanced Python Features
This post highlights 14 advanced Python features that go beyond basic syntax, focusing on concepts like metaprogramming, decorators, and optimization techniques. The article targets intermediate-to-advanced developers seeking to deepen their understanding of Python's powerful but less commonly used capabilities.
https://blog.edward-li.com/tech/advanced-python-features/
This post highlights 14 advanced Python features that go beyond basic syntax, focusing on concepts like metaprogramming, decorators, and optimization techniques. The article targets intermediate-to-advanced developers seeking to deepen their understanding of Python's powerful but less commonly used capabilities.
https://blog.edward-li.com/tech/advanced-python-features/
Edward Li's Blog
14 Advanced Python Features
A collection of advanced Python features that I've found interesting, underrated, or unique - as someone who's seen a lot of Python code.
mcp-use
mcp-use is the easiest way to interact with mcp servers with custom agents.
https://github.com/mcp-use/mcp-use
mcp-use is the easiest way to interact with mcp servers with custom agents.
https://github.com/mcp-use/mcp-use
GitHub
GitHub - mcp-use/mcp-use: mcp-use is the easiest way to interact with mcp servers with custom agents
mcp-use is the easiest way to interact with mcp servers with custom agents - mcp-use/mcp-use
DeepMath
A Large-Scale, Challenging, Decontaminated, and Verifiable Mathematical Dataset for Advancing Reasoning.
https://github.com/zwhe99/DeepMath
A Large-Scale, Challenging, Decontaminated, and Verifiable Mathematical Dataset for Advancing Reasoning.
https://github.com/zwhe99/DeepMath
GitHub
GitHub - zwhe99/DeepMath: A Large-Scale, Challenging, Decontaminated, and Verifiable Mathematical Dataset for Advancing Reasoning
A Large-Scale, Challenging, Decontaminated, and Verifiable Mathematical Dataset for Advancing Reasoning - zwhe99/DeepMath