Showing 175 open source projects for "python programming language"

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    imeight

    imeight

    The imaginary eight-bit machine

    Try-it page: https://imeight.sourceforge.io/ (development environment, which is not mobile friendly) An HTML5 emulator of a machine that never existed. The emulator brings back memories from the 1980s, offers graphical features like sprites, character generator, 16-color palette. One goal is to create a framework for making games with 8-bit look and feel, including the process of programming. The programming tutorial helps beginners enter the world of programming in a gamified way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DeepLearning

    DeepLearning

    Deep Learning (Flower Book) mathematical derivation

    ... feedforward networks, regularization, optimization algorithms, convolutional networks, sequence modeling and practical methods, and investigates topics such as natural language processing, Applications in speech recognition, computer vision, online recommender systems, bioinformatics, and video games. Finally, the Deep Learning book provides research directions covering theoretical topics including linear factor models, autoencoders, representation learning, structured probabilistic models, etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Portable SLiMS

    Portable SLiMS

    This project is for Portable SLiMS.

    Portable SLiMS is a way to make SLiMS being use without any hassle. Within portable SLiMS, you already have apache as the web server app, mariadb as database app, including php as the emulator for programming language. Our motto is "extract and go!".
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    Freebasic Beginners Guide

    An updated Beginners guide to FreeBASIC

    The purpose of this project is to create and update a beginners guide to FreeBASIC. Over the years I have noticed that there was only three real ways to learn FreeBASIC. The FreeBASIC Documentation, the FreeBASIC Community Forum, and A old beginners guide written by Richard D. Clark and Ebben Feagan. Each of these sources are great, but they all assume some experience with a programming language. This Project is taking Richard D. Clark's and Ebben Feagan's "A Beginner's Guide...
    Downloads: 11 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    jieba

    jieba

    Stuttering Chinese word segmentation

    "Jaba" Chinese word segmentation, do the best Python Chinese word segmentation component. Four word segmentation modes are supported. Precise mode, which tries to cut the sentence most precisely, suitable for text analysis. Full mode, scans all the words that can be formed into words in the sentence, the speed is very fast, but the ambiguity cannot be resolved. The search engine mode, on the basis of the precise mode, divides the long words again to improve the recall rate, which is suitable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    Computer Science Books

    Computer Science Books

    Computer Science Books Computer Technology Books PDF

    The books in this warehouse come from the Internet, and the copyright belongs to the original author. It is not for profit, but only for learning and use. If there is any infringement, please contact us.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    CRC

    CRC algorithms, test code, libraries and tables

    This is a modified version of the CRC algorithms by Lammert Bies. It supports more algorithms and has been ported to several languages. It's also useful for learning how to do hexadecimal calculations and bitwise operations in various programming languages. Disclaimer: These test programs demonstrate the calculation of CRC. I made these translation with a basic knowledge of each language. They may or may not be appropriately formatted / secured / robustified / idiot proofed or any...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    nuBASIC

    nuBASIC

    BASIC language interpreter (multiplatform)

    nuBASIC is an implementation of an interpreter of the BASIC programming language and IDE. It has been designed mainly for educational purposes and it is suitable for simple games, educational or small business programs.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    Python Cookbook

    Python Cookbook

    Python Cookbook, 3rd edition translation

    Translators have always insisted on using Python 3 because it represents the future of Python. Although backward compatibility is its flaw, this situation will change sooner or later, and the future of Python 3 needs everyone's help and support. At present, most of the tutorial books on the market and online manuals are basically 2.x series, and there are few books based on 3.x series. "Python Cookbook" 3rd Edition, which is completely based on Python 3, is a very well written book...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!" Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic. JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Write a hash table in C

    Write a hash table in C

    Learn how to write a hash table in C

    Hash tables are one of the most useful data structures. Their quick and scalable insert, search and delete make them relevant to a large number of computer science problems. Understanding of how a fundamental data structure works under the hood. Deeper knowledge of when to use hash tables, when not to use them, and how they can fail. Exposure to new C code. The language doesn't come with one included. It is a low-level language, so you get deeper exposure to how things work at a machine level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    OpenRTDynamics

    A framework for implementing real-time control systems

    ... other nice features. Because of a high-level schematic-description language -- in form of provided Scilab commands -- only a minimal implementation-effort (no error-prone C-programming) is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PyMathProg

    An easy and flexible mathematical programming environment for Python.

    PyMathProg is a Python reincarnation of AMPL and GNU MathProg modeling language, implemented in pure Python, connecting to GLPK via swiglpk. Create, optimize, report, change and re-optimize your model with Python, easily integrate database, plotting, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Learning JavaScript Design Patterns

    Learning JavaScript Design Patterns

    Repo for my 'Learning JavaScript Design Patterns' book

    ... and a fascinating topic to explore in any programming language. One reason for this is that they help us build upon the combined experience of many developers that came before us and ensure we structure our code in an optimized way, meeting the needs of problems we're attempting to solve. Design patterns also provide us a common vocabulary to describe solutions. This can be significantly simpler than describing syntax and semantics when we're attempting to convey a way of structuring a solution in code form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Swift Programming Language Chinese

    The Swift Programming Language Chinese

    The Swift Programming Language in Chinese

    The Chinese version of Apple's official Swift tutorial "The Swift Programming Language" Swift is a fantastic way to write software, whether it’s for phones, desktops, servers, or anything else that runs code. It’s a safe, fast, and interactive programming language that combines the best in modern language thinking with wisdom from the wider Apple engineering culture and the diverse contributions from its open-source community. The compiler is optimized for performance and the language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    HermeneutiX

    HermeneutiX

    Your graphical tool for Syntactic/Semantic Structure Analysis of texts

    HermeneutiX is a tool for diagramming syntactic and semantic structures of complex (not necessarily foreign-language) texts (e.g. bible or other historical excerpts). HermeneutiX is now part of SciToS (the scientific tool set). Starting with version 2.0.0, HermeneutiX can be found on GitHub. Please check out the release summary: https://github.com/scientific-tool-set/scitos/releases For an introduction, check out this video: https://youtu.be/uQjewyG0Ad8 PS: To run a Java application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Ezhil-Lang

    Ezhil-Lang

    தமிழில் கணினி மொழி

    எழில் - ஒரு தமிழ் நிரலாக்க மொழி; தமிழ் மாணவர்களுக்கு இது முதல்முறை கணி Ezhil is a Tamil script based programming language for children and teens in the K-12 grade schools. Ezhil enables learning imperative programming like BASIC or LOGO in Tamil language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenTeacher
    OpenTeacher is an opensource application that helps you learn a foreign language vocabulary. Just enter some words in your native and foreign language, and OpenTeacher tests you.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    Python Advanced

    Python Advanced

    Intermediate Python Chinese version

    "Advanced Python" is the Chinese translation of "Intermediate Python". Python, as an "experienced" and "small and fresh" development language, has been loved by many talented men and women. We have also evolved from being the most basic Python fan to the old Python ghost over time. The book "Intermediate Python" is simple to read, and easy to translate. Whether you are a Python beginner or a Python expert, it will always show you the best things in Python. In the process of translation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JBioFramework

    JBioFramework

    Growing suite of proteomics simulations for educational purposes

    JBioFramework (JBF) is a set of two different chemical separations simulations (2D Electrophoresis and Mass Spectrometry) that are frequently used in chemistry, biochemistry and proteomics research. It is written in the Java programming language and will run on any and all systems that have the JVM installed. As we continue to develop the software over the coming months/years and attempt to quantify the success of our efforts with testing and reviews, user input is very important. Please...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    OhodO

    OhodO

    OhodO optical marks recogination

    OhodO is optical marks recogination, written by python 3.6, opencv 3, tkinter. work with webcam of the laptop or usb webcam.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Of Mages and Magic

    A Simple RPG fighting game for teaching Python

    Of Mages and Magic is an RPG based fighting game which may be used to teach simple programming concepts. Students write artificial intelligences which hook into the main Of Mages and Magic executable. These mages can be organised into teams which fight each other until only one team remains. The game is currently in early alpha, meaning some aspects of the interface are a bit clunky. However, in its current iteration, it is fairly suitable for teaching. Any and all feedback would...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    In programming assignments, students tend to copy from one another as they are given the same set of questions. This conduct should not be allowed as it is an individual assignment and each student must complete on his own. The existing program is available to detect plagiarism through source code similitude. However, it is hard to detect similarity in source code especially if the number of students is high. Furthermore, it is better to prevent plagiarism before it is committed. The “Anti...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project concerns the development of human language technology resources, based on the approach to share or recycle resources between closely related language. http://gerhard.pro/closely-related-languages/
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.