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
Deliver secure remote access with OpenVPN.
Trusted by nearly 20,000 customers worldwide, and all major cloud providers.
OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
This is a scripting language for the .NET platform, similar to Python. Previously, it had a nice IDE and could run Python code unchanged. This is a from-scratch reimplementation using the dynscript-net project. I hope to reimplement all the old features.
The full name of py-tag-fs project is "tag-based file system in Python". It will be a user-oriented logical file system, which is above the current system-oriented fs(like ext2 and ntfs). The files will be organized with tags, instead of folders.
Framework for writing decorator for FIT [Framework for Integrated Test][http://fit.c2.com/] fixtures. This project also provides a set of standard fit fixtures which can be used to decorate existing FIT table without modifying them.
Sales CRM and Pipeline Management Software | Pipedrive
The easy and effective CRM for closing deals
Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
A regex tool -- A Python GUI for creating, testing and debugging regular expressions for the Python programming language. Kodos utilizes the pyqt library for it's interface. Screenshots available on project homepage.
Simple yet powerful templating engine for Python. Emphasis has been placed on ease of use. Simply put this file into your project directory and do "import template".
xbgtk - an xbase/Harbour/xHarbour object-oriented wrapper for using the GTK+ GUI. This project has been deprecated in favour of https://github.com/tuffnatty/hbgi, an approach that uses GObject Introspection for automatic bindings.
Software tool that emphasizes useful information, communication, and intent. Accomplish any conceivable computer task by transforming fuzzy abstract data-structures in a fractal vector graphics user interface.
SfleX aims at developing a dynamic transaction processing architecture which is fully configurable at run-time. A Zope/Python based prototype is available.
A Java version is under development.
See http://sflex.ilab-tcs.com for details and download.
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.
OpenExposition is a library for automatic construction of user interfaces. After specifying variables/methods that should be exposed, the library automatically generates graphical (FLTK, Cocoa), programmatic (Python, MAX/MSP), and speech-based UI.
Spineless is a generic cross-platform 3D game engine implemented in Python. Focus is on flexibility, clean design and ease of use, not pure speed or bleeding edge graphics.
Python for Maemo project main objective is to turn in Python programming language as the default scripting language for Maemo Platform providing full integration for developers.
This project is an OO-centric design of getopts, based on the standard python implementation of getopts. C-style loop calling of getopts is not OO and does not take advantage of Java's standard library.
The goal is to enable testing frameworks to play tests that have been written in any language. For instance, python tests may be played inside Junit, for Junit may be your framework of choice. Project known as Yactu (Yet Another Cross Testing Utilities)
Kerama is somewhere in the Galaxy. The main purpose of this project is for non-programmers to perform complicated jobs using a GUI, without scripting. It is written in Python.
A Python Library to use Python conveniently as a scripting language for Photoshop (8+) on top of win32api (sf-project: pywin32). Besides convenience we might gain portability and a bit version independence.
Black Wings is a framework built over SDL to make the game/graphical application development easier, by adding a scene system, an event manager, a template manager and a widget system ready to play with, along with many smaller controls.
``Modeling'': an Object-Relational Bridge for python.
Please note: this project is not maintained anymore.
Make your objects persistent in a RDBMS, just by designing how your classes map to an RDBMS schema, without having to write a single line of SQL!
Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application.
Following is an example of a query in Pony:
select(p for p in...
An object-oriented Python framework for the simple implementation of ncurses text user interfaces, allowing for widget development in a GUI-programming manner.
The Golem Engine is a Python-driven project which brings together many open source libraries such as PyOGRE and PyODE into a powerful 3d game engine by and for small and independent game studios. It uses a component-based game entity system for maximum f
The converter performs automatically the full process of converting the files of a C project into the equivalent C++ files. Classes are created, var and functions becomes attributes and methods and the changes are propagated into all files.