Every engineer has at least once dreamed of a world that is completely connected. A futuristic world where you tell your watch or your digital assistant where you want to go and a car just comes up to your doorstep and takes you there. A world where you just control all the lights and appliances […]
Auto Deploying a Django App using Capistrano with GitLab CI/CD
Yes, you read that right. We are using Capistrano – a very popular application deployment tool that is written in Ruby to deploy a Python Django app. In fact, you can deploy any application written in any language using Capistrano. We have been using Capistrano to deploy Rails apps for a very long time and […]
Python 2: The End Of An Era
When the clock struck 12 on January 1st, 2020, along with the end of the year came the end of Python 2, marked on the Python clock. With the retirement of Python 2.7, it denotes the end of a bygone era. And what does this end denotes? The Python team will not upgrade or provide […]
Python vs R: The A.I Tool
We live in a fast-developing age of AI, ML and data science leaving is no time for long consideration on how and what to do. Programming can be compared to a game of chess. Learning the rules is relatively simple but becoming an expert is another story. For a large number of crowd, Artificial Intelligence, […]
An Introduction to Tensorflow with Python
Artificial Intelligence, Machine Learning, and Deep Learning are very popular and important in the world of technology. There are few libraries in Python to work with these fields. TensorFlow is a very popular open source library used for deep learning. TensorFlow can be controlled by a simple Python API TensorFlow is an open source […]