awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

3 Repos

Awesome GitHub RepositoriesIn-Browser Python Runtimes

Technologies that allow Python code to execute within a web browser environment.

Distinct from In-Browser Database Engines: Distinct from code editing or database engines; focuses on the execution of the Python language in the browser.

Explore 3 awesome GitHub repositories matching web development · In-Browser Python Runtimes. Refine with filters or upvote what's useful.

Awesome In-Browser Python Runtimes GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • wistbean/learn_python3_spiderAvatar von wistbean

    wistbean/learn_python3_spider

    21,802Auf GitHub ansehen↗

    This project is a comprehensive educational guide and framework for building web scrapers using Python. It provides a course-based approach to data extraction, combining a Python crawler framework with tutorials on web reverse engineering and network traffic analysis. The project distinguishes itself by covering advanced extraction challenges, including the decryption of obfuscated JavaScript and the bypass of anti-scraping measures. It specifically addresses mobile application scraping through the simulation of user interactions and the interception of network traffic. The capability surfac

    Enables the execution of Python code directly within a web browser by embedding it in markup.

    Pythonpython-scriptpython-spiderpython3
    Auf GitHub ansehen↗21,802
  • cs231n/cs231n.github.ioAvatar von cs231n

    cs231n/cs231n.github.io

    10,923Auf GitHub ansehen↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Facilitates iterative experimentation by allowing Python code execution within a web browser.

    Jupyter Notebook
    Auf GitHub ansehen↗10,923
  • brython-dev/brythonAvatar von brython-dev

    brython-dev/brython

    6,598Auf GitHub ansehen↗

    Brython is a Python 3 runtime and interpreter that executes scripts directly in the web browser. It serves as a client-side environment that translates Python source code into executable JavaScript to handle frontend logic without requiring server round-trips. The project provides a bidirectional interoperability bridge between Python and JavaScript, allowing for the integration of external JavaScript libraries. It further functions as a tool for packaging Python scripts into standalone native mobile applications for Android devices. The runtime includes a library for programmatic manipulati

    Provides a complete Python 3 runtime that executes directly within the web browser.

    Python
    Auf GitHub ansehen↗6,598
  1. Home
  2. Web Development
  3. In-Browser Python Runtimes