Python

How To Install the Django Web Framework on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Django Web Framework on Ubuntu 14.04

Django is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create Python web applications and rely on the framework to do a good deal of the heavy lifting. In this guide, we will show you how to get Django…

Read more
How To Monitor Zabbix Alerts with Alerta on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Monitor Zabbix Alerts with Alerta on CentOS 7

Alerta is a web application used to consolidate and de-duplicate alerts from multiple monitoring systems and visualize them on a single screen. Alerta can integrate with many well-known monitoring tools like Nagios, Zabbix, Sensu, InfluxData Kapacitor, and…

Read more
How To Scrape Web Pages and Post Content to Twitter with Python 3 — step-by-step Python tutorial on Progressive Robot

How To Scrape Web Pages and Post Content to Twitter with Python 3

Twitter bots are a powerful way for managing your social media as well as for extracting information from the microblogging network. In this tutorial, you’ll build a Twitter bot using this Twitter API library for Python. You’ll program your bot to alternately tweet content from these two websites and at set time intervals.

Read more
How To Set Up Object Storage with Django — step-by-step Python tutorial on Progressive Robot

How To Set Up Object Storage with Django

object storage is an object storage solution, ideal for unstructured data such as audio, video, images or large amounts of text. To learn more about Spaces and object storage, you can read through [An Introduction to the cloud provider…

Read more
How To Trick a Neural Network in Python 3 — step-by-step AI And Machine Learning tutorial on Progressive Robot

How To Trick a Neural Network in Python 3

In this tutorial, you will try “fooling” or tricking an animal classifier. As you work through the tutorial, you’ll use OpenCV, a computer-vision library, and PyTorch, a deep learning library. By the end of the tutorial, you will have a tool for tricking neural networks and an understanding of how to defend against tricks.

Read more
CHAT