[go: up one dir, main page]

Open Source Python Education Software - Page 21

Python Education Software

View 3984 business solutions

Browse free open source Python Education Software and projects below. Use the toggles on the left to filter open source Python Education Software by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    SimpleDSO
    This program written in Python is used for capture screenshot or raw data from a UNI-T digital storage oscilloscope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    see how new characters from random variation stabilize on the population if natural selection principles are applied
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Free program for learning foreign languages using Supermemo algorithm for calculation of the interrepetition intervals. Snakememory is written in python and uses pygtk and pyglade libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Span-Gles
    A free Spanish - English Translator for Linux. It will translate a phrase (via internet) or single word (built-in dictionary.) Has capability to learn new words and is smart enough to find plural and feminine words. Written using Python/GTK under GPL
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    A simple, easy-to-use program for conjugating spanish verbs in the console or in a snazzy GUI. Recognizes nearly all irregular verbs automatically and it\'s easy to add more. Works on any OS Python supports, including Windows and most unix-based systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SpeedSightRead

    improve your music note sight reading skills

    Improve your music note sight reading skills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Spell Quest is a program designed to help elementary school students improve their spelling of English words and to track their progress toward that goal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Spinning Up in Deep RL

    Spinning Up in Deep RL

    Educational resource to help anyone learn deep reinforcement learning

    Welcome to Spinning Up in Deep RL! This is an educational resource produced by OpenAI that makes it easier to learn about deep reinforcement learning (deep RL). For the unfamiliar, reinforcement learning (RL) is a machine learning approach for teaching agents how to solve tasks by trial and error. Deep RL refers to the combination of RL with deep learning. At OpenAI, we believe that deep learning generally, and deep reinforcement learning specifically, will play central roles in the development of powerful AI technology. To ensure that AI is safe, we have to come up with safety strategies and algorithms that are compatible with this paradigm. As a result, we encourage everyone who asks this question to study these fields. However, while there are many resources to help people quickly ramp up on deep learning, deep reinforcement learning is more challenging to break into.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Springbots is a python application which takes a set of 2d physical structures built with nodes and movable springs and evolve them for specific tasks like walking, swimming and jumping using genetic algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 10
    This is a script to download a book from Springerlink in a nicely named folder with named chapter pdf-s. Example call for http://www.springerlink.com/content/ut18k333h375/?v=editorial is python downloadBookFromSpringerLink.py ut18k333h375 ./
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Stackful is a web-based programming environment for beginners inspired by Hypercard. Users can create web pages live by dropping in page elements, positioning them, and writing the code behind them. Everyone should learn a little programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Steganograph

    Steganograph

    Hide your text message's inside a image

    This software let's you hide text message's inside a image .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Steganometrographia

    Steganometrographia

    Latin titkosító és versgenerátor

    A program rövid üzeneteket tud elrejteni, kódolni latin nyelvű disztichonos versekben. Dekódolni is tudja az ilyen titkosított üzeneteket rejtő verseket. Ezen kívül véletlenszerűen is tud verseket generálni. Minden generált vers értelmes latin nyelvű költemény.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    StepIntoChinese

    StepIntoChinese

    Chinese language tool

    Explore Chinese. Application uses data structure with over 26,000 words/concepts and 8,300 characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a modification to the Storytelling Alice project, based off of Alice 2.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Strum aims to improve your musical skills on stringed instruments; learning scales, chord construction, and how to find them on various instruments with many tunings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Sudoku Maker is a generator for Sudoku number puzzles. It uses a genetic algorithm internally, so it can serve as an introduction to genetic algorithms. The generated Sudokus are usually very hard to solve -- good for getting rid of a Sudoku addiction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Summarize from Feedback

    Summarize from Feedback

    Code for "Learning to summarize from human feedback"

    The summarize-from-feedback repository implements the methods from the paper “Learning to Summarize from Human Feedback”. Its purpose is to train a summarization model that better aligns with human preferences by first collecting human feedback (comparisons between summaries) to train a reward model, and then fine-tuning a policy (summarizer) to maximize that learned reward. The code includes different stages: a supervised baseline (i.e. standard summarization training), the reward modeling component, and the reinforcement learning (or preference-based fine-tuning) phase. The repo also includes utilities for dataset handling, modeling architectures, inference, and evaluation. Because the codebase is experimental, parts of it may not run out-of-box depending on dependencies or environment, but it remains a canonical reference for how to implement summarization via human feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Sydewynder is an SMS receiver and sender application written in Python for S60 phones. It automates the responses of messages and can be used as a mobile application server. It very useful for prototyping mobile applications and educational projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Syllog

    Syllog is a system for teaching logic, with anonymous answer logging

    Syllog is a system for teaching various forms of logic, including syllogistic logic. It consists of a student-facing Java Applet that runs in the student's browser, and a teacher-facing, server-based logging facility for recording the answers given by students. The student-facing part simply poses questions, to which the student must provide an answer. The teacher-oriented logging facility then logs the answers anonymously for further investigation by the teacher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Symath is a symbolic algebra utility that manipulates expressions as you would by hand. The aim is to provide a utility for students to use to solve complex systems as well as learn how it is done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SystemSpecifyer is used to develop and maintain complex, well structured, systems specifications, in normal language. Using the System Matrix double matrix relation building mechanism specs can be tested for completeness, correctness and consistency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TSys2 is a open source on-line contest management and judge system (ACM/KIROV). It can be used in schools for education purposes and for programming contests.Consist of: server part,tester,admin GUI interface,GUI and web(alpha-stage) client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Realtime rear lighting led strip for PC More videos: https://youtu.be/KOzteiKo_Z4 https://youtu.be/8Y_ZgxOdfG0 https://youtu.be/9YNoitDR2JE WARNING: If you are not comfortable working with electronics, soldering and wires, you can mess up your computer, router, Raspberry PI or some people might even find a way to burn down the house! (I watch YouTube, I know you guys are out there...) This is not a beginner project, it involves multiple pieces of equipment and various expertise. Proceed at own risk. Working knowledge of Linux and Windows computers required. This is not a tutorial on how to use your computers. Still here? Awesome! This setup works with a connected PC. You can watch movies and play games with the backglow running. Adds extra ambience to your expeirence. Especially as you transition from bright outdoor scenes to darker indoors ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tablet 83 is an easy-to-use calculator based on the _functionality_ of Texas Instruments' TI-83+.
    Downloads: 0 This Week
    Last Update:
    See Project