Search Results for "python basic project" - Page 43

Showing 3672 open source projects for "python basic project"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    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

    xmgrace python interface

    xmgrace and qtgrace plotting interface in python

    This is a python module providing a nearly complete interface to the graphing program xmgrace and the new qtgrace (great project... grace works under windows, too, now!). It allows creation of grace plots from within python, which can be customized using python, or through grace after creation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Piplin

    Piplin

    Open source self-hosted continuous integration and deployment system

    Piplin (inspired by "pipeline", pronounced /ˈpɪpˌlɪn/ or /ˈpaɪpˌlaɪn/) is a free, open-source continuous integration and deployment system suitable for various application scenarios related to the automated construction, testing and deployment of software. Support the construction, testing and release of projects such as PHP, Python, JAVA, Ruby, etc. Can be integrated with code hosting platforms such as Gitlab, Github, Gogs, Gitee (Oschina). Flexibility to configure custom build and deployment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    cookiecutter-django-rest

    cookiecutter-django-rest

    Build best practiced apis fast with Python3

    You need to make a scalable api on a deadline. You deeply care about the quality of your work. cookiecutter-django-rest takes care of the details so you can focus on making your api awesome. Scaffolding a project takes seconds and it gives you authentication, user accounts, and the docs and tests to support them. Just add your own resources to the api and start shipping. Start off with full test coverage, continuous integration, and continuous deployment. Complete Django Rest Framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Kickster

    Kickster

    Worry-free deploying to GitHub Pages using Jekyll

    Kickster provides a basic Jekyll project setup packed with web best practises and useful optimization tools increasing your overall project quality. Kickster ships with automated and worry-free deployment scripts for GitHub Pages.
    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
  • 5
    Python-Glade-Application-Design

    Python-Glade-Application-Design

    My Project Quickcal Showing Python-Glade-Application-Design

    Please download the above file to see My Project Quickcal Showing Python-Glade-Application-Design, also packaged for debian. Contains the debian folder as well. The commands for building a debian binary are as follows : On the project source folder: 1. debuild -us -uc --lintian-opts --profile debian 2. cd .. 3. debsign quickcal_1.0_amd64.changes 4. dput mentors quickcal_1.0_amd64.changes ( optional for passing on to debian archives ) All these steps and much more are detailed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AI-Blocks

    AI-Blocks

    A powerful and intuitive WYSIWYG to create Machine Learning models

    A powerful and intuitive WYSIWYG interface that allows anyone to create Machine Learning models! The concept of AI-Blocs is to have a simple scene with draggable objects that have scripts attached to them. The model can be run directly on the editor or be exported to a standalone script that runs on Tensorflow. Variables are parsed from python scripts and can be edited from the AI-Blocs properties panel. To run your model simply press the "Play" button and let the magic happen! The project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Python-Glade-Application-Design-II

    Python-Glade-Application-Design-II

    My Project Helpman Showing Python-Glade-Application-Design

    Please download the above file to see My Project Helpman Showing Python-Glade-Application-Design, also packaged for debian. Contains the debian folder as well. The commands for building a debian binary are as follows : On the project source folder: 1. debuild -us -uc --lintian-opts --profile debian 2. cd .. 3. debsign helpman_1.0_amd64.changes 4. dput mentors helpman_1.0_amd64.changes ( optional for passing on to debian archives ) All these steps and much more are detailed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    My Beaglebone Black Project
    The Beaglebone Black project presented here is a software written by Python and Qt and is intended to show the simple control of inputs and outputs (GPIO), the graphic course of input signals GPIO, the configuration and sending and receiving of data via the UART interfaces, the display of the PIN configuration of the Beaglebone Black and the graphic display of the signal course at the analog inputs. The software runs on the BBB under Debian 8.9 and on Linux computers (as a demo). It is intended...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Madara

    Middleware for distributed applications

    The purpose of the project is to develop a portable programming framework that facilitates distributed and multi-threaded programming for C++, Java, and Python. MADARA was originally developed as an agent-based middleware specifically for real-time, distributed artificial intelligence, but is now more general purpose for distributed timing, control, knowledge and reasoning, and quality-of-service. MADARA is composed of several tools and middleware, and the main entry point into the system...
    Downloads: 12 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    RCPnet

    RCPnet

    A multi-tool for network pen-testing written in python.

    A multi-tool for network pen-testing written in python. It contains effective ping functions, hostname traceroute, and cloudflare detection. This is a modification from the FoxNuke Project, which only intended to be a DOS tool for network pen testing. Contact me [main admin] at leyvarosnel@gmail.com
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Tangent

    Tangent

    Source-to-source debuggable derivatives in pure Python

    Existing libraries implement automatic differentiation by tracing a program's execution (at runtime, like PyTorch) or by staging out a dynamic data-flow graph and then differentiating the graph (ahead-of-time, like TensorFlow). In contrast, Tangent performs ahead-of-time autodiff on the Python source code itself, and produces Python source code as its output. Tangent fills a unique location in the space of machine learning tools. As a result, you can finally read your automatic derivative code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Time Travel sim

    Simple animation of a journey at light speed

    A rudimentary user interface I created as basic idea to develop a 2D adventure game in which the player traveling back and forward through the space-time to avoid the alien invasion on the earth. UI needs to be completed. Totally useless fun project. But feel free to enjoy it and help grow it.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    FXwm

    A minimistic Linux window manager with css style config

    Our take on a basic window manager for Linux which adheres to the philosophy of "do one thing and do it well." As a result, this window manager only manages windows and does not provide any supervision at all. Instead it relies on another program, such as wbar or web.de, to actually provide that functionality. And in order to keep administration to a minimum, there is only one config file that can be manipulated to change the appearance of the window chrome using css styled syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Magic Solver sim

    A rudimentary 2D isometric engine

    A very simple 2D isometric-engine which was created as basic idea to develop an isometric virtual environment in which some programmed robots autonomously they move trough differents rooms to test they abilities to solving problems in the real enviroment. The engine is in the first stage and it needs to be completed. Totally useless fun project. But feel free to enjoy it and help grow it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    AutotestnetServer

    Server part of autotestnet net edition (since 2.0)

    This project is used for server side of autotestnet (start from version 2.0) net edition. From v2.0, autotestnet use http to contact server(mysql) for all data storage, and a public service site was launched in pythonanywhere to support this. Before that, it contact mysql server directly by mysqltcl which need user to maintain mysql server by themselves, and, install mysqltcl is also a pain sometimes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Portfolio-Generator

    Portfolio-Generator

    Portfolios Made Easy, Generate portfolios in 3 easy steps

    A webapp made in Django to generate a portfolio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    pi-sdr

    Raspberry Pi 2 or 3 8Gb image, running rtl-sdr

    This project will enable anyone with a Raspberry Pi to get a visual representation of Radio Frequencies (RF), using Software Defined Radio (SDR) principles - all this contained in a compressed 8Gb microSD card image, ready to run. There is Raspberry Pi image for using Realtek based USB Tv tuner as Software Defined Radio scanner. As a bonus - there is a stripped down version of Raspbian before all of the SDR software was installed and configured. Instructions on how to do it manually...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    EASYMINESERVER
    Hello everybody ! The goal is of easy the life of people for create a Minecraft server. If you have any ideas or suggestions, Join me on teamspeak at this address : hrtm.cf:53487 The project is not stopped.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Complete Beginner's Guide to Django

    A Complete Beginner's Guide to Django

    A Complete Beginner's Guide to Django - Code Samples

    Code samples from the Django tutorial series. I’m starting a new tutorial series about Django fundamentals. It’s a complete beginner’s guide to start learning Django. The material is divided into seven parts. We’re going to explore all the basic concepts in great detail, from installation, and preparation of the development environment, models, views, templates, URLs to more advanced topics such as migrations, testing, and deployment. I wanted to do something different. A tutorial that would...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    RealSpeech
    RealSpeech is a simple and basic Text-to-Speech Software. RealSpeech will take in text written in English and will make your computer speak it out. Programed in C#. Real Speech is my second major C# project as a 14-year old kid. RealSpeech will run on Windows 8/8.1 and 10. For Windows 7 or earlier you will have to install the latest version of .NET Framework to run RealSpeech. Check out my previous C# project "Bruv" at: sourceforge.net/projects/bruv Thank You!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Synaptic

    Synaptic

    Architecture-free neural network library for node.js and the browser

    Synaptic is a javascript neural network library for node.js and the browser, its generalized algorithm is architecture-free, so you can build and train basically any type of first order or even second order neural network architectures. This library includes a few built-in architectures like multilayer perceptrons, multilayer long-short term memory networks (LSTM), liquid state machines or Hopfield networks, and a trainer capable of training any given network, which includes built-in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NNVM

    NNVM

    Open deep learning compiler stack for cpu, gpu

    The vision of the Apache NNVM Project is to host a diverse community of experts and practitioners in machine learning, compilers, and systems architecture to build an accessible, extensible, and automated open-source framework that optimizes current and emerging machine learning models for any hardware platform. Compilation of deep learning models into minimum deployable modules. Infrastructure to automatically generates and optimize models on more backend with better performance. Compilation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Hershey Font Explorer

    The Hershey Font Explorer

    Review, Manage, and Export Vector-Based Fonts

    ...) The Scalable Vector Graphics (SVG) Format for use with HTML5 Feel free to contact me via the blog at my web site if you would like to geek-out over new features, related projects (etc.) p.s. This project is written in Java. If you're into Python, you can `pip install PyHershey_9000` as well. Enjoy. Randall Nagy Soft9000.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    AI learning

    AI learning

    AiLearning, data analysis plus machine learning practice

    ..., and online earning community, with a QQ group of more than 10,000 people and at least 10,000 subscribers. The number of Github Stars exceeds 60k, and it ranks in the top 100 of all Github organizations. The daily up of all its websites exceeds 4k, and the peak of Alexa ranking is 20k. Our core members are certified as CSDN blog experts and short-book programmers as excellent authors. We have established ApacheCN, a non-profit document, and tutorial translation project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Geocanvas project aims to provide a very small and simple set of APIs to assist the developer in creating geographically referenced canvas applications within the GTK/Gnome environment.
    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.