Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start 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.
It's a simple application to keep track of your favourite tv shows.
You can add tv shows to your library and view information about their latest and next episode.
It uses tvrage.com to gather information (see tvrage.py) and stores it in a local sqlite database(see db.py).
The application is written in Python 3.3 and uses the pyqt module to realize the user interface.