3 Repos
Educational content for learners who have mastered basic Python and are advancing their skills.
Distinct from Python Learning Resources: Distinct from Python Learning Resources: specifically targets intermediate-level Python learners, not beginners.
Explore 3 awesome GitHub repositories matching education & learning resources · Intermediate Python Learning. Refine with filters or upvote what's useful.
interpy-zh is the Chinese translation of the Intermediate Python book, an open-source educational resource that makes advanced Python concepts accessible to Mandarin-speaking readers. It serves as an intermediate-to-advanced Python tutorial, covering topics such as generators, decorators, and context managers for developers seeking deeper language mastery. The book is organized into sequential chapters that build from basic to advanced Python concepts, with each topic grouped into self-contained modules for focused study. It teaches primarily through runnable code snippets with inline annotat
Provides intermediate-to-advanced Python learning content for developers seeking deeper language mastery.
This project is a comprehensive collection of Python programming education materials, including tutorials, exercises, and curated code samples. It serves as a learning curriculum and software engineering toolkit, utilizing Jupyter Notebooks to combine executable code with descriptive educational text. The repository provides practical implementation guides for building large language model applications, such as retrieval-augmented generation systems, stateful AI agents, and machine learning workflows. It distinguishes itself by offering a structured approach to agentic coding workflows, cover
Provides foundational instructional materials covering core Python syntax and basic programming logic.
Dieses Repository ist ein strukturierter Lehrplan und eine Sammlung von Programmierübungen, die darauf ausgelegt sind, die Python-Kompetenz zu steigern. Es dient als Ressource für algorithmische Problemlösungen und bietet eine Reihe von Aufgaben, die von grundlegenden bis zu mittleren Schwierigkeitsgraden reichen, um Entwicklern zu helfen, Sprachsyntax und logisches Denken zu meistern. Die Sammlung zeichnet sich durch musterbasierte Lösungszerlegung aus, bei der komplexe Herausforderungen in mehrere algorithmische Ansätze unterteilt werden. Diese Methodik ermöglicht es Lernenden, verschiedene Strategien zur Erzielung von Code-Effizienz zu analysieren und grundlegende Programmiermuster zu verstehen. Der Inhalt deckt wesentliche Informatik-Grundlagen ab und bietet Vorbereitung auf technische Assessments. Alle Materialien sind als statische Markdown-Dokumentation innerhalb einer versionskontrollierten Wissensdatenbank organisiert, was ein portables und strukturiertes Format für die progressive Kompetenzentwicklung gewährleistet.
Provides a structured series of exercises to help developers master language syntax and clean code.