Showing 148 open source projects for "python basic project"

View related business solutions
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    Note: The project has moved to https://github.com/pyhys/minimalmodbus The files available here are very old, download from Github instead. MinimalModbus is an easy-to-use Python module for talking to instruments (slaves) from a computer (master) using the Modbus protocol, and is intended to be running on the master. Example code includes drivers for Eurotherm and Omega process controllers. The only dependence is the pySerial module (also pure Python). This software supports the ‘Modbus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Darkfall Emulator

    Darkfall Emulator

    Develop an emulated Darkfall Online Server.

    This project is the development of an open source fully emulated Darkfall Online Server and reverse engineering the proprietary game engine that DFO uses, the SF3D engine as well as its source code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    calc2booktab.latex

    calc2booktab.latex

    Script for OpenOffice/LibreOffice to convert tables to Latex-Code

    UPDATE: The project was moved to github (https://github.com/schober-ch/calc2booktab). The soruceforge page won't get any bugfixes, please use the github repo if you want to try this macro. -------------------------------------------------------------------------- A Python extension for OpenOffice/LibreOffice to convert selected cells to LaTeX-Code. Its similar to Calc2Latex, but typographic formatting is more advanced (numeric columns, dcolumn-package, booktab-package) Script is tested...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FlightFeather's goal is "social networking for everyone". This means that anyone should have a chance to run a popular social networking site -- on minimal hardware, and without wasting bandwidth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5

    SPARQL Endpoint interface to Python

    This project has been moved to http://rdflib.github.io/sparqlwrapper/

    A library to allow query a SPARQL end-point in Python
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Framework (scripts, configuration, code) to build free and public services around travel and leisure data. That project makes an extensive use of already existing data sources such as Geonames and dbPedia, and adds some glue around those (eg, links).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Yascade

    Yascade prepares documents to be formatted

    Yascade uses Excel to build document projects. Add your info into Excel without formatting and press a hotkey and Yascade builds your project into a formatted document or series of numbered documents. Overview (20min): http://www.youtube.com/watch?v=IDq53MknLRg Tutorial #1 (45min): http://www.youtube.com/watch?v=mqqqs0F9F3Q Tutorial #2 (2hrs): http://www.youtube.com/watch?v=w7HXVo9IL40 Visit us on Reddit: http://www.reddit.com/r/Yascade Hotkey to open or create a new document on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Shared desktop ontologies provide RDF vocabularies for the Semantic Desktop. This includes basic ontologies like RDF and RDFS and all the Nepomuk ontologies like NRL, NIE, or NFO which are also maintained and developed in this open-source project
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 9

    py-collectd-csv

    A python module and scripts for fetching specific CollectD CSV data.

    CollectD-CSV is a small project providing utilities for analyzing CollectD CSV data locally. CollectD_CSV module provides functions for fetching data with a specified time interval and regular expressions matching the end of the path without the datestamp. The fetched data can be saved into files or returned as a list. fetchCSV.py script can be used to fetch the data matching the given parameters and save to files in a specified directory. monitorCSV.py script calculates the minimum...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    csvtolatex

    converts csv-files to LaTeX Code

    ... this project then send me an email to <csvtolatex@t-online.de>.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project is moved to: https://github.com/libyal/libewf This site still contains contibs.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12

    C++ Airline Travel Solution Provider

    C++ Airline Travel Solution Provider

    The name has changed: that project has become the Airline Travel Solution Provider, AirTSP for short.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    7train is an XSLT 2.0 tool for generating METS files from XML input. It builds the basic METS structure so that the user can worry about what is specific to the user's project. Includes examples for generating METS from OAI and CONTENTdm records.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Aurora Application Server is a new Python Web Application Server and Framework. The main goal of the project is to provide the developer with a complete set of tools to speed up the application development process. See project wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    A Nibble of a Byte

    Bit manipulation and unique compression of limited data sets

    This project uses bit manipulation to do limited types of compression and single byte key character (XOR) manipulation. Both VB.Net and C# versions are available. There are two files associated either the VB.Net version (ANibbleOfAByte) or the C# version (CSharpNibbleOfAByte) that can be downloaded. One is a .exe that demonstrates various kinds of vb.net bit manipulation. (Both the C# and VB.Net exe's are available.) The other file is a .zip of the entire project. The .zip includes...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    OPyCua

    OPyCua

    OPC UA communication stack written in python

    The goal of this project is to implement an OPC UA communication stack using the python programming language. Currently we are working on a series of articles, describing how we can use python to implement the communication stack. Some code snippets have already been written!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    jFeedMe

    jQuery based cross-domain feed subscriber and renderer into HTML

    ... of items you want to display>'> tag. 3. Fully customisable: YMMV depending on your HTML skills (basic is enough). :) 4. Optimised execution with 'wait' indicator. 5. Just need to change relevant paths of the wait animated gif and voila! ******************************************************** NOTE: This is a hobby project under WTFPL, so don't expect prompt support. If you are stuck, feel free to drop me a line from the contact page. ********************************************************
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    PROJECT HAS MOVED: https://github.com/wiki2beamer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Figerty Editor

    Basic HTML Editor with Visual Realtime Preview

    Figerty Editor is a basic HTML editor with a visual Preview system that allows you to view your design in one window while you code in the other. The preview window updates in realtime as you type. Aimed at designers, Figerty Editor is in early stages and great features are planned.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    VERTIS Virtual Scanner

    VERTIS Virtual Scanner

    A virtual scanner for 3D models.

    A virtual scanner that converts 3D models (in Wavefront .obj format) into pointcloud files (in PCL .pcd format). Useful for simulating robotic input. NOTE: This project has been merged into the project at https://github.com/canderegg/cfg_obj
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Angosso

    Angosso

    Performance and stability

    Develop: domain secure, and performing secure Domain Name System (DNS) dynamic updates. Domain Name System Security Extensions Servlet API Package The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Hylt is a file format that provides HYperLinked Text with minimal markup, meant to be both easy to view in any program and easy to keep in a version control system. The Hylt project covers the file specification, viewers, and tools to manage Hylt files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Html Assembler
    Html Assembler is a static site generator. It automatically integrates page content such as text and photos in a modifiable page template creating a complete set of html files ready for upload to your site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Scientific Book Document Project is developing three new formats: SBP, SBD and SBR. These formats will be designed to make reading e-friendly. The most part of the project is implemented in Python, but there are plans for remaking it in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This work is directed to C programmers with basic knowledge in SMPP protocol, at least in the specification and handling of sessions. Extending the development of the library, the scope of the same might involve a development of protocols on TCP/IP.
    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.