awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesEducational Python Implementations

Pure Python codebases written for clarity and readability to teach internal algorithm logic.

Distinct from Pure Language Implementations: Distinct from general Pure Language Implementations: focuses specifically on the pedagogical use of pure Python for transparency.

Explore 4 awesome GitHub repositories matching part of an awesome list · Educational Python Implementations. Refine with filters or upvote what's useful.

Awesome Educational Python Implementations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rushter/mlalgorithmsrushter का अवतार

    rushter/MLAlgorithms

    10,983GitHub पर देखें↗

    MLAlgorithms is an educational machine learning algorithm library consisting of core predictive models implemented from scratch in Python. It serves as a reference for developers to study the internal logic and mathematical workings of these models through clean, minimal implementations. The codebase focuses on the study of algorithm implementation and machine learning education, providing a way to understand internal mechanics by building components without relying on heavy external libraries. The project utilizes object-oriented encapsulation and NumPy-based vectorization to manage model s

    Uses pure-Python logic to implement mathematical formulas, ensuring the internal workings are transparent and readable.

    Python
    GitHub पर देखें↗10,983
  • zotroneneis/machine_learning_basicszotroneneis का अवतार

    zotroneneis/machine_learning_basics

    4,418GitHub पर देखें↗

    This project is a collection of foundational machine learning algorithms and tools implemented from scratch in Python. It serves as a library of core implementations for regression, classification, and clustering models, designed to demonstrate the underlying mathematical structures of these algorithms without relying on high-level machine learning frameworks. The project focuses on the manual implementation of algorithmic logic, including neural networks with forward propagation and weight updates, as well as various supervised and unsupervised learning models. It utilizes NumPy for vectoriz

    Provides algorithmic implementations in pure Python to ensure the internal logic and mathematics are transparent and readable.

    Jupyter Notebookalgorithmipynbk-nearest-neighbor
    GitHub पर देखें↗4,418
  • jack-lee-hiter/algorithmsbypythonJack-Lee-Hiter का अवतार

    Jack-Lee-Hiter/AlgorithmsByPython

    4,082GitHub पर देखें↗

    AlgorithmsByPython कंप्यूटर विज्ञान के मूल सिद्धांतों के रननेबल Python कार्यान्वयन प्रदान करने वाली एक संदर्भ लाइब्रेरी और शैक्षिक रिपॉजिटरी है। यह एल्गोरिथम पैटर्न, मुख्य डेटा संरचनाओं और प्रतिस्पर्धी प्रोग्रामिंग और तकनीकी साक्षात्कार चुनौतियों के समाधान के लिए एक व्यापक गाइड के रूप में कार्य करता है। यह प्रोजेक्ट संदर्भ कार्यान्वयन की एक विस्तृत श्रृंखला की पेशकश करके खुद को अलग करता है, जिसमें सामान्य LeetCode समस्याओं के लिए समाधानों का एक समर्पित सेट शामिल है। यह शैक्षिक और व्यावहारिक उपयोग के लिए सैद्धांतिक कम्प्यूटेशनल लॉजिक को व्यावहारिक Python कोड में अनुवाद करने पर केंद्रित है। यह रिपॉजिटरी रैखिक संग्रहों, पेड़ों और ग्राफ के डिज़ाइन के साथ-साथ खोज और छंटाई रणनीतियों के कार्यान्वयन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। इसमें ग्राफ थ्योरी के लिए उपयोगिताएँ शामिल हैं, जैसे कि सबसे छोटा रास्ता और न्यूनतम स्पैनिंग ट्री गणना, और डिस्क इंडेक्सिंग और टेक्स्ट पैटर्न मैचिंग के लिए तंत्र प्रदान करती है।

    Offers a collection of pure Python codebases designed to teach internal algorithm logic and data structure implementation.

    Python
    GitHub पर देखें↗4,082
  • thonny/thonnythonny का अवतार

    thonny/thonny

    3,852GitHub पर देखें↗

    Thonny is an educational integrated development environment designed for beginners learning Python programming. It serves as both a Python IDE and a microcontroller firmware editor, providing a simplified user interface for writing, testing, and debugging code. The environment focuses on Python programming education through graphical code debugging. It utilizes visual tools to illustrate program execution flow and variable states, allowing users to step through code to understand how logic and data change during runtime. The tool also supports microcontroller firmware development, enabling t

    Provides a toolset that uses visual feedback and debugging to teach Python programming.

    Python
    GitHub पर देखें↗3,852
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Frontend Frameworks
  5. No-Framework Frontends
  6. Pure Language Implementations
  7. Educational Python Implementations

सब-टैग एक्सप्लोर करें

  • Educational Python ToolsSoftware tools designed to help students learn Python through visual feedback and debugging. **Distinct from Educational Python Implementations:** Distinct from Educational Python Implementations: focuses on the tool interface for learners rather than pure codebases for algorithm study.
  • Pedagogical EditorsIntegrated development environments specifically designed to teach programming concepts through visual feedback. **Distinct from Educational Python Implementations:** Distinct from Educational Python Implementations: focuses on the IDE interface for students rather than pure Python codebases for algorithm study.