Search Results for "python code editor" - Page 93

Showing 4472 open source projects for "python code editor"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 1
    Laverna

    Laverna

    JavaScript note taking application with Markdown editor

    Laverna has a simple and robust markdown editor, which can help you write faster than ever before with our live markdown preview. The editor can be switched to distraction free mode where you can focus solely on writing notes. Make your notes available on any device with your Dropbox & RemoteStorage account. You can make your notes available only to you by enabling encryption.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    Swagger Introduction & Examples

    Swagger Introduction & Examples

    Introduction and Example for OpenAPI specification & Swagger

    Introduction and Example for OpenAPI specification & Swagger Open Source Tools, including swagger-editor, swagger-codegen and swagger-UI. Auto generation example for client SDKs, server code, asciidoctor, and HTML documents. OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe your entire API. Swagger is a set of open-source tools built around the OpenAPI Specification that can help you design, build, document and consume REST APIs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CuteCODE

    CuteCODE

    A minimalistic open-source code editor written in pure Tcl/Tk

    A minimalistic cross-platform code editor written in pure Tcl/Tk SOURCES: https://github.com/maksimKorzh/CuteCODE INFORMATION: CuteCODE is NOT released yet though I do already work in it in order to test it and just because this is great). Pre-alpha version with only FileSave/FileSaveAs feature is available at Files->CuteCODE.zip - please feel free to test it or at least give it a try.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Pygorithm

    Pygorithm

    A Python module for learning all major algorithms

    A Python module to learn all the major algorithms on the go! Purely for educational purposes. If you are using Python 2.7 use pip instead. Depending on your permissions, you might need to use pip install, user pygorithm to install. To see all the available functions in a module, you can just type help() with the module name as an argument.
    Downloads: 0 This Week
    Last Update:
    See Project
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 5

    CsBatch

    Write C# code and run it as a you do with batch files

    This program registers a .csbat file type. Run for the first time CsBatch.exe then chose the Settings->Register menu. When a .csbatch file is doubble-clicked, the content will be compiled as c# code and then run. The compilation output is a temporary dll. After execution the library is deleted. If you right click the .cdbat file and chose Edit a basic text file editor is opend. The code can also be developed in Visual Studio using basic .Net assemblies. No imports are allowed. Only the following references are available: System; System.IO; System.Collections.Generic; System.Linq; System.Text; System.Threading.Tasks; System.Windows.Forms; System.Diagnostics;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vimux

    Vimux

    Easily interact with tmux from vim

    vimux provides tight integration between Vim/Neovim and tmux so you can run shell commands, tests, and REPLs in a tmux pane without leaving the editor. It standardizes a set of actions—open a runner pane, send the current line or visual selection, rerun the last command, interrupt, and close—so the edit-run-inspect loop becomes muscle memory. You can keep your code in one window and a tmux pane dedicated to build or test output, toggling focus as needed. The plugin works well with language tooling and test runners, making it easy to wire project-specific commands to mappings. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    An easy-to-use tool, to foster a model driven architecture.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    CoffeeLint

    CoffeeLint

    Lint your CoffeeScript

    coffeelint is a linter for CoffeeScript code, analyzing style, syntax, potential errors, and code consistency issues. It scans CoffeeScript files for patterns such as missing semicolons, inconsistent indentation, unused variables, suspicious constructs, and bad practices, and reports warnings or errors. The tool is configurable via a ruleset file so projects can tailor which rules to enforce and which to allow or warn only. Because CoffeeScript’s syntax can mask subtle errors or ambiguity, a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    PathNinja

    PathNinja

    Quickly Edit PATH and File Assoication on Windows 7,8,10

    Edit the PATH, PATHEXT, and file associations in one application. Quickly setup Python, Perl, or other scripting language to run like a native windows script from the PowerShell Window. Quickly, add your favorite editor or bin of tools to the search PATH. Quickly search for EXE's and DLL's in your PATH.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Whirlwind Tour of Python

    A Whirlwind Tour of Python

    The Jupyter Notebooks behind my OReilly report

    ...The material is aimed at people who already know how to program in another language and want to transition efficiently into idiomatic Python, particularly for research and analytical work. Each notebook mixes short explanations with executable code cells, encouraging readers to run, modify, and experiment with examples as they go. The project also backs a free O’Reilly report and an online version of the book, making it easy to read in the browser or work locally with the notebooks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    multiplierz
    Open-source Python software library and GUI desktop environment for direct bioinformatic analysis of mass-spectrometry data through powerful scripting tools and interfaces to many machine data formats, database search engines, and peptide data formats. For a copy of the source code, check out our Github repositories: mzDesktop: https://github.com/MaxAlex/mzDesktop multiplierz: https://github.com/MaxAlex/multiplierz
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Integrated development environment for the FreeBASIC compiler.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 14
    Leer Copy

    Leer Copy

    Quick and Accurate Screen Capturing Application For Windows

    ...HIT "MORE INFO" AND "RUN ANYWAY" TO RUN THE INSTALLER. IF YOU WOULD LIKE TO EASE YOUR CONSCIENCE BEFORE RUNNING FEEL FREE TO LOOK OVER THE SOURCE CODE ON GITHUB (https://github.com/B3W/LeerCopy) OR CONTACT ME WITH ANY QUESTIONS. ****
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Seq2Seq Chatbot

    Seq2Seq Chatbot

    Chatbot in 200 lines of code using TensorLayer

    Seq2Seq Chatbot is an implementation of a sequence-to-sequence chatbot model using TensorLayer, demonstrating how to build conversational agents with minimal code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pootle Django

    Pootle Django

    Online translation tool

    Pootle is written in Python using the Django framework and therefore can be installed on any web server that supports serving WSGI applications. Key localization file formats are supported, including Gettext PO, XLIFF, Java .properties, PHP arrays and many more supported by the Translate Toolkit. Ensures the best quality localizations by automatically detecting common errors made by translators. Integrates user suggestions, terminology, Translation Memory, Machine Translation, and more. A...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    mooedit
    A text editor.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 18
    rospell is a UTF-8 text editor for programmers and general use. It features syntax highlighting, a code beautifier for C and C++, and support for ctags, grep, diff, and merge. It also includes a speller for English and Romanian.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 19
    Perl Text Editor

    Perl Text Editor

    Source code for perl simple text editor.

    Simple text editor. Run: $perl 01text0.pl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    httpbin

    httpbin

    HTTP request and response service, written in Python + Flask

    httpbin is a HTTP request & response service. It is written in Python and Flask. With the HTTP methods you can test different HTTP verbs. You also have auth methods, status codes to generate responses with given status code, request inspection features to inspect the request data, response inspection to inspect the response data like caching and headers. The response formats feature returns responses in different data formats, the dynamic data feature generates random and dynamic data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Power Text

    Power Text

    code and program i a simple yet another intelligent text editor

    SOURCE CODE in files. Code and edit like document in Power text which is a simple yet intelligent text editor. Power Text support syntax highlighting for over 15 programming language, it is readilly extensible by creating plugins. Change the look of the editor by choosing from the theme list or create your own theme or import another user theme(XML) into Power Text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Cabot

    Cabot

    Self-hosted, easily-deployable monitoring and alerts service

    Cabot is a free, open-source, self-hosted infrastructure monitoring platform that provides some of the best features of PagerDuty, Server Density, Pingdom and Nagios without their cost and complexity. It provides a web interface that allows you to monitor services (e.g. "Stage Redis server", "Production ElasticSearch cluster") and send telephone, sms or hipchat/email alerts to your on-duty team if those services start misbehaving or go down - all without writing a line of code. Best of all,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    auto_ml

    auto_ml

    Automated machine learning for analytics & production

    auto_ml is designed for production. Here's an example that includes serializing and loading the trained model, then getting predictions on single dictionaries, roughly the process you'd likely follow to deploy the trained model. Before you go any further, try running the code. Load up some data (either a DataFrame, or a list of dictionaries, where each dictionary is a row of data). Make a column_descriptions dictionary that tells us which attribute name in each row represents the value we’re...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sistem Informasi Desa Kawasan

    Sistem Informasi Desa Kawasan

    Aplikasi Sistem Informasi Desa Dan Kawasan

    ...Untuk Menjalankan cukup mudah , tinggal di install dan dijalankan . secara Default aplikasi akan diintall di c:\wxSID dan untuk memeriksa seluruh hasil baik pembuatan surat layanan masyarakat Otomatis dan lainnya seluruh filenya berada di C:\WxSID\Data . Untuk masuk kesetiap layanan : Nama : admin Password : admin Bila membutuhkan Source Code secara keseluruhan dapat menghubungi twitter @pythonesiaorg . Aplikasi ini dikembangkan dengan menggunakan : a. Python2.7 b. WxPython2.8 c. Python-Docx d. Jinja2 e. Docxtpl f. Openpyxl g. Pymysql
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a patch for Notepad++, a great code editor. It adds a support to Progress 4gl syntax.
    Downloads: 5 This Week
    Last Update:
    See Project