Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
Save Up to 91% on Cloud Compute With Spot VMs
Automatic sustained-use discounts. One free VM per month. No negotiation needed.
Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
Radio automation software developped in python with a modular conception. Basic components are a player seperated from the front end GUI that permit live, an automation component is also planned.
View and navigate on raster map with GPS. I want to use it in offroad expeditions. Import oziexplorer raster map. Use GDAL readable format, geotiff is preferred. Import/export data to GPX format. Using python scripts for core AI tasks.
Ride is a full featured gaming platform that is based on open source software. Aiming for capabilities similar to the xbox360 and ps3. Ride will be able to run on old and new hardware, it will also offer free games and a great multimedia experience.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Pocoo, the Python powered bulletin board software. Pocoo is easily extensible, highly scalable and portable. For more information, SVN access and trackers please visit <http://www.pocoo.org>.
This is an item Manufacture Manager for the online game EVE-Online (www.eve-online.com).
It provides functionality to manage and plan your items construction and calculate its associated costs.
You can manage flow from material stocks to final product.
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.
The project purpose is to allow SAP R/3 servers to communicate with external devices such as fax and GSM modems by sending and receiving a fax or SMS. The system provides an easy way of configuration based on web interface and JMX console.
OpenSource mud client designed to work on both windows,linux and MAC OS X. Written in Gtk+ and C with SQLLite, Python, MSP, MXP, HTML, and ZMP support. Provides plugin support, automapper functionality, triggers, aliases and macros.
PDO: Python Database Objects.
Database Module for Python based upon DB-API 2.0: featuring column access by name and high performance. Similar in API to ADO, JDBC.
BEstory is a storyboard application which allows the end-user to construct and animate a complete film storyboard. It is a portable and multi-lingual application to cater for all sorts of audience.
E-Cookbook is an electronic cookbook or recipe organizer. It will replace the old tattered cookbook in your kitchen. Easily decide on something to make for dinner, or see what you can make based on the ingredients in your refrigerator.
pyDATR is an implementation of the DATR language written in Python and usable as Python library. It provides a means for persistence and some extensability with Python functions.
uDOS is a free operating system built on the FreeDOS kernel with DJGPP. uDOS provides an integrated suite of features inluding Perl, Python, etc., as well as a Watt-32 based networking environment and ELF library support. Can be run live from CD image.
A wiki engine written in Python, backed by Sqlite, providing user authentication, powerful command line administration facilities and a simple, clear web interface for editors.
...Following is an example of a query in Pony:
select(p for p in Product if p.name.startswith('A') and p.cost <= 1000)
Pony translates queries to SQL using a specific database dialect. Currently Pony works with SQLite, MySQL, PostgreSQL and Oracle databases.
Pony ORM also include the ER Diagram Editor which is a great tool for prototyping. You can create your ER diagram online at https://editor.ponyorm.com, generate the database schema based on the diagram and start working with the database using declarative queries in seconds.