The Python Package Index commonly known as PyPI is a repository of software for the Python programming langauge. Every time you run pip install $PACKAGE you are using PyPI. In this post, you will learn how to continously deploy your own Python packages to... (more…)
Read more »
Our Ubuntu systems have had a /usr/bin/python that was Python 2 for
more or less as long as we've had Ubuntu systems, which by now is
more than fifteen years. Over that time, our users have written a
certain amount of Python 2 programs that use '#!/usr/bi... (more…)
Read more »
πA CLI to encrypt all the files and folder in your current working directory. - IamStefin/wdcrypt... (more…)
Read more »
Learn how you can leverage Python and Pandas from directly inside PostgreSQL to build your own recommendation engine. (more…)
Read more »
Image classification of Bird species using Keras in Python step by step. Here we are using a huge dataset already available on Kaggle. (more…)
Read more »