Search Results for "python basic project" - Page 36

Showing 5442 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
  • 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
  • 1
    Basically Basic Jekyll Theme

    Basically Basic Jekyll Theme

    Your new Jekyll default theme

    Basically Basic is a Jekyll theme meant as a substitute for the default Minima, with a few enhancements thrown in for good measure. If you're running Jekyll v3.5+ and self-hosting you can quickly install the theme as a Ruby gem. If you're hosting with GitHub Pages you can install as a remote theme or directly copy all of the theme files (see structure below) into your project. Layouts, includes, Sass partials, and data files are all placed in their default locations. Stylesheets and scripts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Trax

    Trax

    Deep learning with clear code and speed

    Trax is an end-to-end library for deep learning that focuses on clear code and speed. It is actively used and maintained in the Google Brain team. Run a pre-trained Transformer, create a translator in a few lines of code. Features and resources, API docs, where to talk to us, how to open an issue and more. Walkthrough, how Trax works, how to make new models and train on your own data. Trax includes basic models (like ResNet, LSTM, Transformer) and RL algorithms (like REINFORCE, A2C, PPO...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    GLogic

    GLogic

    A logic gate simulator for linux developed with Gtk and python.

    GLogic is a logic gate simulator for linux and an adaptation of the gLogic package....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ZXing Android Embedded

    ZXing Android Embedded

    Barcode scanner library for Android, based on the ZXing decoder

    ZXing Android Embedded is a barcode scanning library for Android, using ZXing for decoding. The project is loosely based on the ZXing Android Barcode Scanner application but is not affiliated with the official ZXing project. By default, only SDK 24+ will work, even though the library specifies 19 as the minimum version. For SDK versions 19+, one of the changes changes below are required. Some older SDK versions below 19 may work, but this is not tested or supported. While...
    Downloads: 2 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
    ReinforcementLearningAnIntroduction.jl

    ReinforcementLearningAnIntroduction.jl

    Julia code for the book Reinforcement Learning An Introduction

    This project provides the Julia code to generate figures in the book Reinforcement Learning: An Introduction(2nd). One of our main goals is to help users understand the basic concepts of reinforcement learning from an engineer's perspective. Once you have grasped how different components are organized, you're ready to explore a wide variety of modern deep reinforcement learning algorithms in ReinforcementLearningZoo.jl.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Haircut_MF

    Haircut_MF

    Fetches the historical Haircut data (%) of Mutual Funds and Bonds

    ... (%) of Mutual Funds / bonds listed in NSE at a selected date. Enter the Date (in the format: dd-mm-yyyy) to get Haircut data for equities listed in NSE. It lists the haircut data (%) against the mutual funds on the given date. At the same time .csv file consists of NSE symbol of the equity, previous closing price and haircut value (%) will be downloaded with a filename of the given date. Designed by: Dr. M Kanagasabapathy Project Homepage:https://www.enote.page/2022/06/haircut.html
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    PHP FIG Simple Cache PSR
    This repository holds all interfaces related to PSR-16. Note that this is not a cache implementation of its own. It is merely an interface that describes a cache implementation. You can find implementations of the specification by looking for packages providing the psr/simple-cache-implementation virtual package. Caching is a common way to improve the performance of any project, making caching libraries one of the most common features of many frameworks and libraries. Interoperability...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    eslint-plugin-flowtype

    eslint-plugin-flowtype

    Flow type linting rules for ESLint

    Flow type linting rules for ESLint. This plugin exports a recommended configuration that enforces Flow type good practices. To enable this configuration use the extends property in your .eslintrc config file. ESLint is designed to be flexible and configurable for your use case. You can turn off every rule and run only with basic syntax validation or mix and match the bundled rules and your custom rules to fit the needs of your project. There are two primary ways to configure ESLint. Use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    e-Dokyumento

    e-Dokyumento

    e-Dokyumento is web-based Document Management System (DMS)

    e-Dokyumento is opensource web-based Document Management System (DMS) A Document Management which automates the basic office document workflow such as receiving, filing, routing, and approving through capturing (scanning), digitizing (OCR Reading), storing, tagging, and electronically routing and approving (e-signature) of electronic documents. # Demo : https://e-dokyumento.herokuapp.com/ https://edokyu.seillig.com/ (refer to Readme.md for the accounts...
    Downloads: 19 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 10

    raspberry-gpio-python

    A Python module to control the GPIO on a Raspberry Pi

    To get started with RPi.GPIO, it would be worthwhile reading the examples in the project wiki (link above). Note that this module is unsuitable for real-time or timing critical applications. This is because you can not predict when Python will be busy garbage collecting. It also runs under the Linux kernel which is not suitable for real time applications - it is multitasking O/S and another process may be given priority over the CPU, causing jitter in your program. If you are after true real...
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 11
    Photonix Photo Manager

    Photonix Photo Manager

    A modern, web-based photo management server

    A modern, web-based photo management server. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognition, face recognition, location awareness, color analysis and other ML algorithms. This project is currently in development and not feature complete for a version 1.0 yet. If you don't mind putting up with broken parts or want to help out, run the Docker image and give it a go. I'd love for other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TorchGAN

    TorchGAN

    Research Framework for easy and efficient training of GANs

    The torchgan package consists of various generative adversarial networks and utilities that have been found useful in training them. This package provides an easy-to-use API which can be used to train popular GANs as well as develop newer variants. The core idea behind this project is to facilitate easy and rapid generative adversarial model research. TorchGAN is a Pytorch-based framework for designing and developing Generative Adversarial Networks. This framework has been designed to provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    NPC-Graph-Manager

    A simple portable program that let you manage your P&P RPG NPC's

    This program allows you to manage your NPC's using a social graph, each node is associated to a single NPC and each edge is a relation. For the moment, the project is aimed to manage Classical World of Darkness NPC's and most specifically for Vampire Campaigns, but it is easily adaptable with some basic JS and HTML5 knowledge. We are moving towards a customizable version of this tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    django-summernote

    django-summernote

    Simply integrate Summernote editor with Django project

    Summernote is a simple WYSIWYG editor. Django-summernote allows you to embed Summernote into Django very handy. Support admin mixins and widgets. Although Post model has several TextField, only the content field will have SummernoteWidget. Apply summernote to all TextField in the model. Please mind, that the widget does not provide any escaping. If you expose the widget to external users without taking care of this, it could potentially lead to an injection vulnerability. Therefore you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AnyBackup

    AnyBackup

    A Win32 Specific Backup Program

    AnyBackup is designed to keep two pools of volumes in sync with one another. The primary use case is backing up one large network array to several smaller volumes. These syncs are intended to be periodic and user initiated. Disclaimer: AnyBackup is not an enterprise solution and I make no guarantees and offer no warranties. I have been using it to keep up to date backups of ~11tb of data for the duration of the project and I've suffered no data loss as a result. This, however, does not mean...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    JSSoup

    JSSoup

    JavaScript + BeautifulSoup = JSSoup

    I'm a fan of Python library BeautifulSoup. It's feature-rich and very easy to use. But when I am working on a small react-native project, and I tried to find a HTML parser library like BeautifulSoup, I failed. So I want to write a HTML parser library that can be so easy to use just like BeautifulSoup in Javascript. JSSoup uses tautologistics/node-htmlparser as HTML dom parser, and creates a series of BeautifulSoup like API on top of it. JSSoup supports both node and react-native. JSSoup tries...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Pedaba 2.8

    Pedaba 2.8

    General purpose DataBase application for Linux 64bit.

    ... multi-page data cards where you can enter text, numbers, calculations, images (jpg , png, bmp etc), and dates as data fields. The data card is the basic element of organization! Ιt supports English and Greek languages. Enjoy...!! Fanis Attard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    pyxvcs

    Python-based X-ross Version Control System (svn2git)

    ... and only the Windows is supported. Currently only several limited features is suppported: * one-way limited conversion from svn to git (svn2git) * svn/git basic commands in a project group context * one script per a command in a repository
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The FMI++ Library

    The FMI++ Library

    A High-level Utility Package for FMI-based Software Development

    ... according to the FMI specification by providing high-level functionalities, which ease the handling and manipulation of such models and tools. Furthermore, the FMI++ library provides utilities to implement FMI-compliant interfaces for a large class of simulation tools. The FMI++ library intends to bridge the gap between the basic FMI specifications and the typical requirements of simulation tools. It is distributed using a BSD-like license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The CEDAR project
    The Common Event Driven Application Runtime (CEDAR) is set of software to design, code generate and run, event driven applications. This formalism is an extension of the Shlaer–Mellor method and executable UML, facilitating deployment of domains across multiple hosts, using networked bridges to process and pass events between them. Core technologies: XML, Python, Qt/PySide. Current release solely targets Linux, but has previously run on macOS. Currently released components are: - eda...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pyDesk OS

    pyDesk OS

    An Xubuntu-based distro with Python dev tools

    PyDesk is an Xubuntu-based distribution with basic development tools of Python. In the current version, IDLE, pip, venv and Jupyter Notebook are pre-installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PCRaster

    PCRaster environmental modeling software

    Note: Active projects have been copied to Github: https://github.com/pcraster News, project information, documentation and more are available at http://www.pcraster.eu PCRaster is a collection of tools and software libraries tailored to the construction of spatio-temporal environmental models. Application domains are amongst others hydrology (rainfall-runoff, global water balance, groundwater (with Modflow)), ecology, or land use change. Two scripting languages (PCRcalc and Python...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    PythonCAD

    PythonCAD

    CAD Application entire developed in Python

    PythonCAD is a CAD package written, surprisingly enough, in Python using the PySide2 interface and python3. The PythonCAD project aims to produce a scriptable, open-source, easy to use CAD package (Cross Platforms)
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    manage-fastapi

    manage-fastapi

    CLI tool for FastAPI. Generating new FastAPI projects & boilerplates

    manage-fastapi Project generator and manager for FastAPI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ILS Lite

    ILS Lite

    ILS Lite is an Integrated Library System for pure offline solution for processing, loaning, and returning items and managing patrons. It also contains basic reporting and other management tools. It was designed for the Little Red Reading bus (bookmobile) project that has its own private collection. The checkout allows you to program different locations for checkout which can be used to track checkouts per stop or as branch locations. The scope of patrons can be limited by configuring accepted...
    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.