πExplore file System with Flask π
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: Itβs BSD licensed[1] Jinja2 is just a templating language, means we can keep HTML templates to reuse then and by using its features we can iterate the objects and parse data in...
[Read more]
Angular and Angular CLI
Angular is a platform that makes it easy to build applications with the web. Angular combines declarative templates, dependency injection, end to end tooling, and integrated best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or the desktop. angular-cli stands for...
[Read more]
IRC Bot in Python
IRC (Internet Relay Chat) IRC is a communication medium where peoples talk on the same topic over the world. There are hundreds of channels hosted on IRC. There are client programs who provide a GUI which is easy to log on and chat. IRC servers do use the same socket...
[Read more]
Fileop module in Python
Fileop is a python module written for handling files without maintaining file pointers. It helps to Read, Write, Create, Delete, Append data of file as well as to get permissions, owner and group of files. It also helps to load remote file data to a local file or to a...
[Read more]
Deploy a python app using OpenFaaS
OpenFaaS provides function as a service. FaaS is a framework for building serverless functions on top of containers. FaaS can be run using Docker Swarm. With FaaS developers can focus on development more than servers and deploys. FaaS providers do not charge to their clients for an ideal condition, clients...
[Read more]
ManageIQ Installation in Docker
Docker image for ManageIQ is available. It can be run in a Docker container. There are also other options like Public cloud or Vagrant to get started with ManageIQ. It can run everywhere Docker is available. First thing, you have to install Docker on your system. Follow instructions in Docker...
[Read more]
ManageIQ Database Backup and Restore
Hybrid-Cloud-Automation-Using-Ansible-ManageIQ Nowadays, Automation is the mother of all the inventions, that give rise to all the new technologies. Most of the latest technologies are the reason for automation. This project is one of our tries to automate hybrid cloud using ManageIQ and Ansible. A hybrid cloud is the one with...
[Read more]
Working with PyQt4
Working With PyQt4 PyQt4 is a framework for Gui Design. We were working on project Server-Suite and we were searching for a good GUI provider in python and decided to go with PyQt4. While working on a project I learned many things and I thought about sharing them. Through this...
[Read more]