python qrcode

Sample program – PostgreSQL and Python

Working with PostgreSQL and Python is a common task when developing database-driven applications. Python provides…
python qrcode

Pyglet – Python library for 2D and 3D graphics

Pyglet is a Python library for creating games and multimedia applications, including 2D and 3D…
python qrcode

Python with OpenGL – a common approach to developing 2D and 3D graphics applications

Python has several libraries and wrappers that make it relatively easy to work with OpenGL.…
OpenGL database

Simple program for OpenGL in combination with database

OpenGL is a graphics library primarily used for rendering graphics and is not designed for…
OpenCL

Simple program for vector addition using OpenCL

OpenCL is a framework for parallel computing that allows you to execute code on different…
OpenGL database

Simple program to create a simple cube in OpenGL

Creating a simple cube in OpenGL involves defining the vertices, connecting them to form the…
PostgreSQL

Advantages of PostgreSQL

PostgreSQL is an excellent choice for many types of applications, from web and mobile apps…
ruby PostgreSQL

Simple program to Create dabatase connection Ruby and PostgreSQL

PostgreSQL, often referred to as “Postgres,” is a powerful, open-source, object-relational database management system (ORDBMS).…
swift

Creating a search bar in Swift

Creating a search bar in Swift is a common task in iOS app development. You…
swift

Creating a full-fledged database in Swift with SQLite

Creating a full-fledged database in Swift from scratch is a complex task that usually involves…