All Posts tagged as "software development"

Software Development - Quick Tips

Following are some quick tips related to Software Development:

Read

Creating Snaps for PyQt5 applications

Snap Apps or Snaps are applications for the Linux platform. They are managed using the Snappy package management system. Applications implemented using the Snap format can be installed across a wide range of Linux distributions.

Read

Creating desktop applications with Python using PyQt5

PyQt5 is a Python package that provides a wrapper for accessing the Qt framework libraries.

Read

Separating source code and development environment using Docker

A common problem faced by developers involves setting up development environments. Tools such as Docker and Vagrant allow separating source code and development environments.

Read