Python Frameworks

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
How To Create a URL Shortener with Django and GraphQL — step-by-step Python tutorial on Progressive Robot

How To Create a URL Shortener with Django and GraphQL

GraphQL is an API standard created and open-sourced by Facebook as an alternative to REST APIs. It exposes a single endpoint for all communication instead of multiple URLs for different resources and solves the overfetching issue by returning only the data asked for by the client. In this tutorial you will create a backend for a URL shortener with Python 3, the Django web framework, and the Graphene-Django implementation, while diving into GraphQL concepts like queries and mutations.

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

How To Install the Django Web Framework on Ubuntu 16.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
CHAT