Showing 1404 open source projects for "python basic project"

View related business solutions
  • 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
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 1

    mwetoolkit

    THIS PROJECT MIGRATED TO https://gitlab.com/mwetoolkit/mwetoolkit3/

    ... to virtually any text collection, language, and MWE type. It is a command-line tool written mostly in Python. Its development started in 2010 as a PhD thesis but the project keeps active (see the SVN logs). Up-to-date documentation and details about the tool can be found on the mwetoolkit website: http://mwetoolkit.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MEINC Installer turns a python application into a Windows EXE or a Unix executable. This is based on Gordon McMillian's Installer project that is no longer maintained.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Admin UI for a Field Observation Server

    Vbox machine for server_admin

    ... in a map field; (5) support for validating the correctness of the format of the observation data; (6) support for uploading a selected subset of observation data via Internet to a private server for preservation. This SourceForge project is hosting the VirtualBox version of the web app under Gentoo Linux OS. GitHub repository: https://github.com/KungFuLucky7/server_admin Live URL on OpenShift: http://serveradmincloud-serveradmin.rhcloud.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    NiceVS

    Make Visual Studio 2012 nicer

    ... be pity to stop using it or stick with older version just because Microsoft employs color-blind designers. The goal of this project is to bring nice 2010-era icons back and make Visual Studio more eye-pleasing, user friendly and productive. Icons are customizable. Other goals are to get rid of UPPER CASE menus and change icons of files affiliated with VS in Windows explorer. http://visualstudiogallery.msdn.microsoft.com/a36021f0-770a-4258-854e-724e9d12b8a6
    Downloads: 0 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
  • 5
    FileHelpers Library
    http://www.filehelpers.net The FileHelpers are an easy to use .NET library written in C#. Is designed to read/write data from flat files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Access, SqlServer) Code on GitHub: https://github.com/MarcosMeli/FileHelpers
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    pure python polyfit

    pure python polyfit

    python2/3: compute polyfit (1D, 2D, N-D) without thirdparty libraries

    python2/3: compute polyfit (1D, 2D, N-D) without any thirdparty library like numpy, scipy etc. also can be used for least squares solution computation and for A=QR matrix decomposition. Tested with python 2.7 and 3.4 Consider donating to this project: https://sourceforge.net/p/purepythonpolyfit/donation For a Sample use, refer to the WIKI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ... Architecture: Provides all the basic components needed to field an enterprise-level application. 2. Programmatic Security Model: Incorporates the components needed to dynamically assign users to user roles and user roles to profiles. 3. Meta-Driven Architecture: Use meta-data to dynamically configure 80%-90% of the application using the concepts exemplified in the Compiere open source project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    pylangparser

    pylangparser - Simple language parsing from Python

    pylangparser - Simple language parsing from Python. Project provides classes for parsing formal languages in an easy way. Without using any external libraries, only unittest, re and pprint. There is a Lexer and a Parser class. The lexer produces list of tokens that the Parser then uses to build the AST. The lexer can also be used as a stand alone component. There is support for building customized AST's. The grammars are defined directly into the Python code. In the examples folder you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    UniversalIDE

    UniversalIDE

    Add-on based IDE adaptable to any developement platform

    UniversalIDE is an open source development environment studied to be compatible with any programming language thanks to its add-on based structure. Anyone who knows the .NET Framework can develop add-ons to support a programming language, defining syntax highlighting rules and interfacing the IDE with compilers or interpreters. It is written in Visual Basic .NET, so it requires the .NET Framework to run. The program's GUI is multi-language (actually English and Italian are officially supported...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    Python Programming in iPhone

    Python Programming in iPhone

    Learn Python Programming and Scripting using your iPhone

    About this video Learn Python Programming and Scripting using your iPhone Introduction Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. Like Perl, Python source code is also available under the GNU General Public License (GPL). This tutorial gives enough understanding on Python programming language. Audience This tutorial is designed for software programmers who need to learn Python programming language from scratch...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LightProfiler

    LightProfiler

    Profiler for Oracle extended SQL trace files

    LightProfiler – application for performance analysis of the Oracle databases. It generates detailed resource profile for extended SQL trace files (10046 event), containing information about consuming of response time (by events, by cursors, etc.), data files usage, error analysis (SQL, PL/SQL) and much more. Also it contain tools for additional processing of trace files (extract session data, splitting files) and for management of database's sessions (disconnecting, tracing, monitor...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    phpython

    phpython

    a python interpreter written in php

    Use phpython to write python code in your php projects without using WSGI, CGI or FastCGI. ** IMPORTANT ** Project now on GitHub visit: https://github.com/phpython/phpython
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    iwlib++

    It is a libiw-dev -like library written in C++

    I have gained some basic experience in C programming, and handling wireless interfaces in C with libiw-dev library, and i thought that I could improve my C++ programming skills if I try to implement some basic functionalities of the libiw-dev library in C++ language. I don't have any specific purposes with this project yet, I do it just for learning, and I consider it an amateur implementation. It was created as a MonoDevelop project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    vEMan - VMware ESX/ESXi Manager

    vEMan - VMware ESX/ESXi Manager

    An unofficial VMware® ESX/ESXi Manager for Linux

    ... that there are caveats: Not all features are available in the web client AND it can connect to vCenters only (see: http://kb.vmware.com/kb/1006095) - ESX(i) v3.x or 4.x? - v5.x - but no vCenter? - you want a native Linux vSphere client? Then try vEMan! ------- vEMan is not published or pronounced by VMware Inc. vEMan is an OpenSource project from a private person without any warranty or claim to bother VMware Inc. VMware,vSphere,ESX/ESXi,vCenter are trademarks by VMware Inc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    That project aims at providing a clean API, and the corresponding C++ implementation, for parsing travel-focused requests (e.g., "washington dc beijing monday r/t +aa -ua 1 week 2 adults 1 dog").
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MetaNet

    MetaNet

    Free portable library for meta neural network research

    MetaNet provides free library for meta neural network research. MetaNet library contain feed-forward neural net realisation and several integrated dataset (MNIST).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    C++ Simulated Travel Distribution System
    That project aims at providing a clean API and a simple implementation, as a C++ library, of a Travel-oriented Distribution System. It corresponds to the simulated version of the real-world Computerized Reservation Systems (CRS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    C++ Airline Inventory Management Library
    That project aims at providing a clean API and a simple implementation, as a C++ library, of an Airline-related Inventory Management system. That library uses the Standard Airline IT C++ object model (http://sf.net/projects/stdair).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Travel Market Simulator

    Travel Market Simulator

    Travel Market Simulator

    That project aims at studying the impact of IT systems interactions on traveller demand and airline revenues. Passenger demand is generated (Monte Carlo) and injected into simulated CRS and airline IT systems. Differential analysis is then performed on various changes compared to a bottom line scenario.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Ionflux Tools

    Metaprogramming framework for C++ development with Python bindings

    NOTICE: This repository of IFTools will no longer be maintained. You can find the current version at https://github.com/TehFlux/iftools iftools is an umbrella project for various libraries and utilities that facilitate application development in C++ with full Python bindings. It provides a rich set of features while still maintaining compatibility with other frameworks through a very low overhead and a lack of "tricks". iftools uses its own, easily extensible template system to provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Open Airline Revenue Accounting
    That project aims at delivering a reference implementation of a library, estimating and serving average prices paid for air travel products. It is not intended for use by an actual airline, but rather by simulators or other airline-related modules of
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A-A-P helps you with distributed development of software. Install a program on your system, obtain the sources and make modifications, manage multiple versions of the same project, distribute packages and much more. A-A-P runs on many operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Cactus GUI

    Cactus GUI

    CactusGUI - a GUI for Pygame

    Cactus GUI is a Pygame GUI that allows easy creation of UI Elements within the application and connecting events to them. Elements: textbox, label, image, keybind, button Events: hover, unhover, focus, blur, mouseup, mousedown, click, rightclick, leftclick, keydown,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ReFit

    ReFit

    Eclipse Plug-in for Automatic Refactoring of Fit Tests.

    The ReFit Eclipse plugin performs automatic refactoring of the Fit test specs (http://fit.c2.com) and of the relevant code when a refactoring process is invoked. NOTE: The project is still in Beta, but we think stable enough, to be used. Just try. For more information about the project, installation and use instructions see https://sourceforge.net/apps/trac/fitrefactoring/ We are pleased about the many downloads. We are also pleased for your feedback/review - many thanks!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Neural Libs

    Neural Libs

    Neural network library for developers

    This project includes the implementation of a neural network MLP, RBF, SOM and Hopfield networks in several popular programming languages. The project also includes examples of the use of neural networks as function approximation and time series prediction. Includes a special program makes it easy to test neural network based on training data and the optimization of the network.
    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.