Search Results for "python code generator" - Page 62

Showing 3039 open source projects for "python code generator"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 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

    Kaengu

    kaengu: Framework to build C-Code Flow Graphs and to calculate Metrics

    Kaengu is a framework to build Code Flow Graphs from C-Source Code and to calculate different metrics. Graphical view on Code is a strong tool to a.) understand software and b.) detect flaws. Additionally, Kaengu can calculate some interesting metrics, such as the newly developed F-Complexity as well as Graph energy and propositions for Code Refactoring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PyDbModel provide the class Model written in Python. The class Model provides functions to manipulate (a) a database record (insert, update, delete, read) and (b) a set of data (select and search). This class can also perform a query created by the user. Can use with MySQL and SQLite 3 A brief example: from pydbmodel import * config_sqlite('dbexample.db') e = Model('stock') print e.select() A simple source code in Files, called PyDbModel_example.zip, will provide a complete...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Python Embed C++

    Embed C++ in Python source code, dynamically compile and access data

    Moved to http://github.com/ftrias/pyembedc Python module to embed C/C++ code within Python source code and scripts. Automatically compile and dynamically link the code. Transparently allow native access to python data from C code and vice versa. Module provides all the "glue" to dynamically convert data types, arrays and structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Moose

    Multiscale Neuroscience and Systems Biology Simulator

    Moose is the core of a modern software platform for the simulation of neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, large networks, and systems-level processes. We have moved Github.com. This should be your source for the latest version of the code.
    Leader badge
    Downloads: 1 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
  • 5

    RSE

    Email Encryption using HYBRID Encryption RSA+AES

    Repository of code for sending and encrypting email using Python v3.4 . Due to RSA algorithm's limits, it uses AES to encrypt the message and subject of the email. It creates a .PEM for every new user login. And then RSA to Encrypt the AES Key. The basic UI has been created with PyQt5. PyCrypto and Crypto libraries have been used. Visual Studio was used as the primary IDE. This code has still some flaws. Any kind of contribution would be greatly appreciated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    PyPES Library

    Library of analytic potential energy surfaces

    The PyPES library is a python-based library of high quality semi-global potential energy surfaces for 50 molecules, each containing 3-6 atoms. The PyPES code enables the generation of energy derivatives to 6th order about any point on the potential energy surface in a range of common coordinate systems, including curvilinear internal, Cartesian and normal mode coordinates. For portability, FORTRAN, C, MATLAB and Mathematica wrappers are provided to interface with PyPES, reading in PyPES...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    The Junicon Project

    Java-based Dialect of the Unicon Programming Language

    Junicon is a Java-based implementation of Unicon, a very high level object-oriented goal-directed programming language that lives at Unicon.org. Junicon features seamless Java object access, interactive interpretation, and numerous cleanups and enhancements while retaining Unicon's core expression-evaluation semantics. Please see the Junicon Project Web Site for publications about Junicon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Klonwerk

    advanced variability management tool

    Klonwerk is an advanced and easy-to-use tool for reactive variability management and large-scale software reuse. It allows you to automatically clone and modify directories of textural or binary files (e.g. code, architecture, documentation), based on conceptual feature/decision models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Python Control Systems Library

    Python Control Systems Library

    Feedback control system analysis and design

    The Python Control Systems Library, python-control, is a python module that implements basic operations for analysis and design of feedback control systems. This homepage for this project is at http://python-control.org and the code base in maintained at https://github.com/python-control/python-control. Information on this page is out of date, but left here for posterity.
    Downloads: 3 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
  • 10
    Promet-ERP

    Promet-ERP

    An Management System for Contacts,Messages,Documents,Orders,Projects

    Promet ERP is an ERP system in addition to the ERP functionality also provides message management, task / project management, document management. Any functionality can also be used individually. All data is stored in a central database. MSSQL, PostgereSQL, Firebird, SQLite, are the supported database systems. Orders, persons, articles can be managed with the ERP functionality. With the integrated report generator reports can be created visually. The Document Management helps to magage...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    ChannelFinder Directory Service
    Generic directory service (for the EPICS tool set). Directory entries are channels with properties and tags. Applications can query a web service to retrieve channels based on wildcard matching on properties and tags, and manipulate the directory data. Code has been moved to GitHub at https://github.com/ChannelFinder
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    PortOpt

    PortOpt

    A portfolio-optimizer using Markowitz(1952) mean-variance model

    PortOpt [Portfolio Optimizer] is a C++ program (with Python binding) implementing the Markowitz(1952) mean-variance model with agent's linear indifference curves toward risk in order to find the optimal assets portfolio under risk. You have to provide PortOpt (in text files or - if you use the api - using your own code) the variance/covariance matrix of the assets, their average returns and the agent risk preference. It returns the vector of assets' shares that composes the optimal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pyInspect

    pyInspect

    Create a simple class diagram with docstring and variable infomation.

    Create a simple class diagram with docstring and variable descriptions. The program takes a .py file as an input and creates a class diagram in a form of a html file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Robot Framework FTP Library

    Robot Framework FTP Library

    FTP client for Robot Framework

    SOURCE CODE MOVED TO https://github.com/kowalpy/Robot-Framework-FTP-Library . NEW RELEASES WILL APPEAR ONLY AT GITHUB AND PYPI. This Python library makes it possible to test or use FTP server using Robot Framework keywords. Together with the library, there are also available project example and keywords documentation created by libdoc. This sourceforge webpage is linked from http://robotframework.org/#test-libraries as external library so it can be considered as the official Robot Framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Django Autocomplete Light

    Django Autocomplete Light

    A fresh approach to autocomplete implementations

    A fresh approach to autocomplete implementations, specially for Django. Python 2.7, 3.4, Django 2.0+ support (Django 1.11 (LTS), is supported until django-autocomplete-light-3.2.10), Django (multiple) choice support, Django (multiple) model choice support, Django generic foreign key support (through django-querysetsequence), Django generic many to many relation support (through django-generic-m2m and django-gm2m). Multiple widget support: select2.js, easy to add more. Creating choices...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Scaffold_Builder

    Scaffold_Builder

    Combining de novo and reference-guided assembly with Scaffold_builder

    ... cite: "Combining de novo and reference-guided assembly with Scaffold_builder", Source Code for Biology and Medicine 2013.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    PyRadmon Reborn

    PyRadmon Reborn

    PyRadmon, a Python script to use on both Linux and Windows.

    PyRadmon Reborn. This project started after the original programmers quit supporting it. The project now contains support for audio*, has a version that supports two Geiger counters** and a cleaner, more stable code. * = PyAudio is used as library for the audio support. ** = The two counters both run in their own thread. UPDATE-2015-2: * Added timeouts to sockets to prevent crashing of the script. * Updated some comments. UPDATE-2015-1: Since there have been some passed time I...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    fpcconvert

    g-code and HPGL code generator for FreePCB

    A command line tool for PCB job processing written in java. Input .fpc file should be generated by FreePCB. HPGL or gcode output is supported. Java ported General Polygon Clipper library is used for net contour creation. Linux and Windows platforms are tested.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    cBroadcast

    cBroadcast

    Playout Server that can act as a TV Station in a Box

    *** this version is outdated email : software.chasapis@gmail.com to get the latest code Bug fixes, code optimization + compliance recorder, ingest recorders, stream renderer (udp, rtsp, hls) e.t.c. TV Station in a box server This is a TV Station scheduled playout video server with statics and animated graphics. (png sequences) Position/Alpha/Size of the PNGs are total configurable. Rundown with time calculations and program scheduling. The software acts like a video server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Network of Information

    Information Centric Networking using the NetInf paradigm.

    This project hosts code and information for various packages implementing or using the Network of Information paradigm. The software provides implementations of the NI naming scheme (draft-farrell-decade-ni) and other NetInf features (such as convergence layers, forwarding, caching) in different languages, including C, Clojure, Java, PHP, Python, and Ruby. It also contains additional tools such as patches to curl and wget and shells scripts for web server support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Meta Tag Generator. Allows you to research SEO keywords generate proper compliant meta tags and output them to a HTML or text file for insertion into a finished web project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This python code uses rawpy, astropy and astrometry.net to stack together deep sky images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Python code to get statistics from a Flickr account - MOVED TO GITHUB!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ASN.1 library for Python
    ASN.1 types and codecs (BER, CER, DER) implementation in Python programming language. A collection of various ASN.1-based protocols data structures is supplied in a dedicated Python package. Project moved to GitHub: https://github.com/etingof/pyasn1
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Software for speech research. It includes programs and libraries for signal processing, along with general purpose scientific libraries. Most of the code is in Python, with C/C++ supporting code. Also, contains code releases corresponding to publishe
    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.