awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to joaoventura/full-speed-python

Open-source alternatives to Full Speed Python

30 open-source projects similar to joaoventura/full-speed-python, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Full Speed Python alternative.

  • selfteaching/the-craft-of-selfteachingالصورة الرمزية لـ selfteaching

    selfteaching/the-craft-of-selfteaching

    15,923عرض على GitHub↗

    This project is a framework and curriculum for self-directed learning, providing a structured methodology for mastering complex technical skills without formal instruction. It combines educational content with a technical study methodology centered on deliberate practice and the psychological habits required for independent mastery. The project is distinguished by its use of interactive notebooks and markdown documentation to deliver a sequenced learning path. It integrates test-driven development patterns into the educational process to provide automated feedback and resolve cognitive barrie

    Jupyter Notebook
    عرض على GitHub↗15,923
  • visualize-ml/book1_python-for-beginnersالصورة الرمزية لـ Visualize-ML

    Visualize-ML/Book1_Python-For-Beginners

    6,763عرض على GitHub↗

    This project is an introductory programming course and educational resource designed to teach the basics of the Python language. It serves as a beginner guide to foundational programming concepts and syntax through a structured learning path. The curriculum focuses on Python language learning and scripting basics, enabling learners to build a foundational understanding of how to write and run code. Instructional materials are delivered through an example-driven curriculum that pairs runnable code snippets with hands-on exercises. The content is organized into a modular lesson structure using

    Jupyter Notebook
    عرض على GitHub↗6,763
  • realpython/materialsالصورة الرمزية لـ realpython

    realpython/materials

    5,173عرض على GitHub↗

    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

    Jupyter Notebook
    عرض على GitHub↗5,173

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • trekhleb/learn-pythonالصورة الرمزية لـ trekhleb

    trekhleb/learn-python

    18,058عرض على GitHub↗

    This project is an educational resource designed for learning the Python programming language. It serves as a tutorial repository and programming guide, providing a collection of annotated scripts, code examples, and cheatsheets to help users master syntax and core fundamentals. The resource focuses on moving from basic language syntax to advanced implementation, with a particular emphasis on object-oriented programming, the use of the Python standard library, and scripting automation for business workflows. The content covers a broad range of programming capabilities, including control flow

    Pythonlearninglearning-by-doinglearning-python
    عرض على GitHub↗18,058
  • digitalinnovationone/trilha-python-dioالصورة الرمزية لـ digitalinnovationone

    digitalinnovationone/trilha-python-dio

    5,012عرض على GitHub↗

    This project is a comprehensive collection of instructional guides and modules designed as a structured educational path for mastering the Python programming language. It provides a curriculum that covers everything from core language syntax and fundamentals to professional software development practices. The resource includes specialized guides for object-oriented programming and web development. It focuses on the implementation of server-side applications using web frameworks and the application of design patterns. The material also covers fundamental programming building blocks, including

    Python
    عرض على GitHub↗5,012
  • krishnaik06/complete-python-bootcampالصورة الرمزية لـ krishnaik06

    krishnaik06/Complete-Python-Bootcamp

    2,550عرض على GitHub↗

    This is a comprehensive Python programming course and technical curriculum designed to take users from foundational syntax to advanced development patterns. It serves as a multi-disciplinary educational suite covering programming fundamentals, object-oriented design, and data analysis. The project provides specialized guides on professional development techniques, including the use of decorators, generators for memory management, and dunder-method operator overloading. It also includes instructional material on executing parallel tasks through concurrency and multiprocessing to reduce executi

    Jupyter Notebook
    عرض على GitHub↗2,550
  • yidao620c/python3-cookbookالصورة الرمزية لـ yidao620c

    yidao620c/python3-cookbook

    12,009عرض على GitHub↗

    This project is a Python 3 programming cookbook and reference guide. It provides a collection of translated recipes and implementation patterns designed to solve common coding tasks and software architecture problems using Python 3 syntax. The resource serves as a library for Python design patterns and a guide for applying advanced language features and standard library functions to real-world problems. It focuses on practical examples of programming patterns and software engineering best practices to improve code maintainability and quality. The content is organized as a series of language

    Jupyter Notebookpythonpython3python3-cookbook
    عرض على GitHub↗12,009
  • jakevdp/whirlwindtourofpythonالصورة الرمزية لـ jakevdp

    jakevdp/WhirlwindTourOfPython

    4,006عرض على GitHub↗

    This project is a collection of curricular resources and hands-on tutorials designed to teach Python programming and scientific computing. It consists of a series of interactive lessons and executable notebooks that provide a guided approach to learning Python through a combination of code and prose. The curriculum is specifically designed for experienced programmers to quickly master Python syntax, data structures, and core language semantics. It includes an introductory guide to the libraries and programming environments used for scientific computing and complex dataset analysis. The educa

    Jupyter Notebook
    عرض على GitHub↗4,006
  • python-world/python-mini-projectsالصورة الرمزية لـ Python-World

    Python-World/python-mini-projects

    17,881عرض على GitHub↗

    This repository is an educational collection of standalone Python scripts designed to help developers master foundational programming concepts. It serves as a practical learning resource that demonstrates common coding patterns through modular, independent programs. The project focuses on building utility scripts for tasks such as file manipulation, data conversion, web scraping, and system automation. By relying exclusively on the Python standard library, the collection ensures portability and minimizes the need for external environment configuration. The scripts follow a procedural control

    Pythonautomatelearn-to-codeminiprojects
    عرض على GitHub↗17,881
  • show-me-the-code/pythonالصورة الرمزية لـ Show-Me-the-Code

    Show-Me-the-Code/python

    4,226عرض على GitHub↗

    This project is a curated library of Python code examples, educational resources, and programming tutorials. It functions as an educational repository designed to teach Python language fundamentals through practical implementation tasks, real-world exercises, and functional code snippets. The collection covers a diverse range of implementation examples, including the development of interactive websites and message boards using web frameworks. It also features scripts for audio speech processing, automated media processing for images, and the extraction of data from web content. Additional ca

    HTML
    عرض على GitHub↗4,226
  • microsoft/ai-eduالصورة الرمزية لـ microsoft

    microsoft/ai-edu

    14,065عرض على GitHub↗

    ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation. The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for im

    HTML
    عرض على GitHub↗14,065
  • freecodecampchina/freecodecamp.cnالصورة الرمزية لـ FreeCodeCampChina

    FreeCodeCampChina/freecodecamp.cn

    37,712عرض على GitHub↗

    This project is an interactive coding learning platform and open-source educational courseware designed for mastering web development. It provides a browser-based environment where users can engage with a structured curriculum covering front-end, back-end, and data visualization skills through hands-on exercises. The platform distinguishes itself by integrating a browser-based code sandbox and a nonprofit technical partnership portal. This framework allows learners to transition from guided lessons to building and maintaining real-world software applications for nonprofit organizations. The

    CSScareercertificationcn-freecodecamp
    عرض على GitHub↗37,712
  • leisurelicht/wtfpython-cnالصورة الرمزية لـ leisurelicht

    leisurelicht/wtfpython-cn

    12,724عرض على GitHub↗

    This project is a Chinese translation of a technical reference and educational resource focused on the Python interpreter. It serves as a collection of case studies and examples designed to explain unintuitive execution patterns, obscure language behaviors, and the internal mechanics of the Python language specification. The resource translates complex technical explanations from English to Chinese to improve accessibility. It focuses on mapping specific code patterns to internal execution logic, linking observed results to language rules to resolve confusing behaviors. The content covers se

    Jupyter Notebook
    عرض على GitHub↗12,724
  • dabeaz/python-cookbookالصورة الرمزية لـ dabeaz

    dabeaz/python-cookbook

    4,023عرض على GitHub↗

    This project is a collection of practical and idiomatic Python code recipes, technical tutorials, and programming references. It serves as an example-driven resource that translates theoretical programming concepts into executable Python source code. The repository is organized as a series of standalone scripts and modular recipes. Each sample is designed for stateless execution, allowing individual problem-solving patterns to be run independently without shared global state or complex setup. The content focuses on Python language mastery and software development. It covers the implementatio

    Python
    عرض على GitHub↗4,023
  • jpmorganchase/python-trainingالصورة الرمزية لـ jpmorganchase

    jpmorganchase/python-training

    12,714عرض على GitHub↗

    This project is a comprehensive educational curriculum designed to teach Python programming through the lens of data science and financial analysis. It provides a structured guide for learning how to process complex numerical information, build data models, and perform scientific computing tasks using standard industry libraries. The materials focus on practical applications, enabling users to develop skills in financial data analysis and interactive exploration. By working through these resources, learners gain experience in executing high-performance mathematical operations, transforming ra

    Jupyter Notebookbankingbinderbinder-ready
    عرض على GitHub↗12,714
  • bootdotdev/curriculumالصورة الرمزية لـ bootdotdev

    bootdotdev/curriculum

    3,415عرض على GitHub↗

    This project is an interactive programming curriculum and educational system designed to teach computer science and software engineering. It provides a structured set of courses and professional roadmaps focused on backend engineering, DevOps, and systems fundamentals. The platform is distinguished by an AI-powered coding tutor that provides Socratic guidance and contextual hints to help students find solutions independently. It features a browser-based code sandbox using WebAssembly to eliminate local environment setup, alongside automated test-based grading and spaced-repetition logic to re

    algorithmscomputer-sciencecurriculum
    عرض على GitHub↗3,415
  • gregmalcolm/python_koansالصورة الرمزية لـ gregmalcolm

    gregmalcolm/python_koans

    5,097عرض على GitHub↗

    This project is an automated syntax trainer and interactive Python course designed as a test-driven learning framework. It teaches Python language features and syntax by guiding learners through a series of coding exercises where the goal is to modify source code until a suite of failing tests passes. The system utilizes a test-driven development methodology, providing a sequence of incremental challenges that increase in complexity. It features an automated test runner and file-change monitoring to provide immediate feedback by automatically re-executing tests when source files are modified.

    Pythonkoanspython
    عرض على GitHub↗5,097
  • satwikkansal/wtfpythonالصورة الرمزية لـ satwikkansal

    satwikkansal/wtfpython

    36,990عرض على GitHub↗

    wtfpython is a behavioral reference and catalog of language edge cases for the Python programming language. It serves as a guide to common development mistakes and ambiguous code structures that lead to unexpected results. The project identifies counter-intuitive code patterns and unexpected behaviors to help developers avoid pitfalls and logical errors. It utilizes a collection of curated examples to document language quirks and specific formatting conflicts, such as indentation errors. The reference includes verification of how specific code snippets behave across different versions of the

    Pythondocumentationgotchasinterview-questions
    عرض على GitHub↗36,990
  • sarabander/sicpالصورة الرمزية لـ sarabander

    sarabander/sicp

    4,515عرض على GitHub↗

    This project is a technical text renderer designed to display complex mathematical notation and syntax-highlighted code within digital document formats. It functions as a MathML technical renderer and a system for producing static site generated documentation. The project creates digital textbooks available as both HTML5 digital books and standardized EPUB3 eBooks. It transforms source materials into pre-rendered HTML and EPUB files, ensuring the content is compatible with modern web browsers and electronic book readers. The rendering surface utilizes a responsive layout with viewport adapta

    HTML
    عرض على GitHub↗4,515
  • jagregory/abrash-black-bookالصورة الرمزية لـ jagregory

    jagregory/abrash-black-book

    4,833عرض على GitHub↗

    This project is a digital technical reference and textbook source focused on graphics programming. It consists of a collection of low-level graphics programming guides provided as Markdown source files designed for digital distribution and study. The project utilizes a Markdown ebook build pipeline to transform source text into HTML5, EPUB3, and Mobi formats. This process leverages Pandoc to convert structured technical documents into standardized digital reading formats through a sequential processing pipeline. The system covers technical document formatting and digital textbook distributio

    CSS
    عرض على GitHub↗4,833
  • esokolov/ml-course-hseالصورة الرمزية لـ esokolov

    esokolov/ml-course-hse

    3,782عرض على GitHub↗

    This project is a machine learning course curriculum and educational resource repository. It serves as a centralized hub for accessing theoretical lecture notes, seminar materials, and practical homework assignments designed to teach machine learning fundamentals. The repository functions as an academic video archive, providing recorded university lectures and seminars to support self-paced technical learning and the archiving of historical academic records. The content is delivered via a static site generated from markdown files and organized through a flat-file information architecture.

    Jupyter Notebook
    عرض على GitHub↗3,782
  • xwmx/nbالصورة الرمزية لـ xwmx

    xwmx/nb

    8,210عرض على GitHub↗

    nb is a command-line note manager and personal knowledge management system that organizes plain-text documents and web bookmarks. It functions as a Markdown knowledge base, allowing users to create a structured collection of information through a shell-scripted interface. The system uses Git for versioning and synchronization, tracking full revision history and enabling the sync of notebooks across multiple devices via remote repositories. It provides security for sensitive data through AES-256 or GPG encryption and supports document conversion into various publishing formats using the Pandoc

    Shellarchivingbashbookmark-manager
    عرض على GitHub↗8,210
  • githubdaily/chatgpt-prompt-engineering-for-developers-in-chineseالصورة الرمزية لـ GitHubDaily

    GitHubDaily/ChatGPT-Prompt-Engineering-for-Developers-in-Chinese

    2,106عرض على GitHub↗

    This project serves as a community-driven educational resource focused on prompt engineering for large language models. It provides structured learning materials designed to help developers integrate artificial intelligence tools into their software workflows and optimize the quality of model outputs. The repository distinguishes itself through a comprehensive localization effort, offering translated technical documentation and multilingual subtitle files for instructional video content. By utilizing a collaborative, version-controlled workflow, the project ensures that complex engineering co

    Jupyter Notebookchatgptchinese-translationprompt-engineering
    عرض على GitHub↗2,106
  • nzakas/understandinges6الصورة الرمزية لـ nzakas

    nzakas/understandinges6

    5,412عرض على GitHub↗

    This project is an educational guide and JavaScript language tutorial focused on the ECMAScript 6 standard. It serves as a comprehensive resource for learning the modern syntax, language structures, and object types introduced in this version of the language. The repository contains programming ebook content designed to teach developers how to write cleaner and more efficient code. It provides a structured approach to modern JavaScript education, helping users transition from legacy coding patterns to current industry standards. The materials cover frontend developer training and web develop

    ebookjavascriptleanpub
    عرض على GitHub↗5,412
  • xianhu/learnpythonالصورة الرمزية لـ xianhu

    xianhu/LearnPython

    8,484عرض على GitHub↗

    LearnPython is a programming tutorial consisting of a collection of practical code examples used to demonstrate Python language features and programming patterns. It serves as a comprehensive learning resource that implements core language concepts through functional code. The project provides specialized guides and samples covering several key domains. These include asynchronous network programming with event loops and coroutines, data visualization using numerical datasets for 2D and 3D plots, and web scraping for fetching content and automating login flows. It also features instructions on

    Jupyter Notebooklearning-pythonpythonpython-flask
    عرض على GitHub↗8,484
  • jackzhenguo/python-small-examplesالصورة الرمزية لـ jackzhenguo

    jackzhenguo/python-small-examples

    8,132عرض على GitHub↗

    This project is a comprehensive library of practical Python code examples and patterns. It provides a collection of scripts and snippets designed to demonstrate a wide range of programming tasks, from basic syntax to advanced implementation patterns. The repository focuses on several core domains, including the implementation of concurrency and multithreading examples, data analysis snippets for cleaning and manipulating tabular data, and various data visualization examples. It also covers automation scripts for file system management and a variety of general programming patterns. Additional

    Pythondata-sciencemachine-learningpython
    عرض على GitHub↗8,132
  • programminghero1/100-plus-python-coding-problems-with-solutionsالصورة الرمزية لـ ProgrammingHero1

    ProgrammingHero1/100-plus-python-coding-problems-with-solutions

    933عرض على GitHub↗

    This repository is a structured curriculum and collection of programming exercises designed to build proficiency in Python. It serves as an algorithmic problem-solving resource, offering a series of tasks that range from basic to intermediate levels to help developers master language syntax and logical thinking. The collection distinguishes itself through pattern-based solution decomposition, where complex challenges are broken down into multiple algorithmic approaches. This methodology allows learners to analyze different strategies for achieving code efficiency and understanding core progra

    coding-challengeinterviewlearn-pyton
    عرض على GitHub↗933
  • huangsam/ultimate-pythonالصورة الرمزية لـ huangsam

    huangsam/ultimate-python

    5,873عرض على GitHub↗

    Ultimate Python is a code-first educational resource for mastering the Python programming language. It organizes learning into self-contained, runnable modules that progress from fundamental syntax through advanced features, all without any external dependencies or build tools. The project is structured as a flat file hierarchy where each module is named by topic and can be executed independently. This design enables self-paced, hands-on practice with core Python concepts including built-in data structures, object-oriented programming, and advanced topics such as decorators, threading, and as

    Pythonhacktoberfestinternationallearn-to-code
    عرض على GitHub↗5,873
  • fluentpython/example-codeالصورة الرمزية لـ fluentpython

    fluentpython/example-code

    5,569عرض على GitHub↗

    This project is a collection of practical scripts and reference guides that demonstrate advanced Python language features and idioms. It provides code implementations for mastering concepts such as concurrency, metaprogramming, and data structure design. The repository includes examples of the Python object model, covering custom attribute access, descriptor protocols, and special method overrides. It also features implementations of design patterns that utilize first-class functions and decorators to reduce object-oriented boilerplate. The codebase covers a broad range of capabilities, incl

    Python
    عرض على GitHub↗5,569
  • ronreiter/interactive-tutorialsالصورة الرمزية لـ ronreiter

    ronreiter/interactive-tutorials

    4,729عرض على GitHub↗

    This project is an interactive coding tutorial platform and markdown-based course engine. It functions as a web-based education system that transforms markdown files into structured educational pages with integrated interfaces for writing and running code. The platform utilizes a remote code execution framework to validate user-submitted snippets in real time by integrating with external compilers and execution engines. To ensure consistent delivery across different hosting platforms, the entire learning environment is provided as a containerized deployment. The system covers a broad capabil

    Python
    عرض على GitHub↗4,729