Kivy is awesome library for developing GUI applications in Python. It’s possible to build same application for desktop, Android or iOS. It’s something like Cordova/PhoneGap […] Read More
Tag: Python
Evaluation of conditions is very important part programming. True is ture, false is false… Or not? It might surprise you, but not all languages evaluate […] Read More
It’s quite easy to set up virtual a environment with isolated packages for Python in PowerShell. There are several methods Method 1. Pipenv This is […] Read More
Project Edge allows seamless integration of NodeJS and PowrShell. Just install packages: npm install edge npm install edge-ps Create NodeJS application which contains PowerShell code: […] Read More
Cloud9 IDE is cloud base IDE for NodeJS, Python, Ruby or PHP projects. The cool thing about this IDE is that code editor has support […] Read More