Python

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
How To Use Python-Markdown to Convert Markdown Text to HTML — step-by-step Python tutorial on Progressive Robot

How To Use Python-Markdown to Convert Markdown Text to HTML

Markdown is a markup language commonly used to simplify the process of writing content in an easy-to-read text format, which a software tool or programming library can convert into HTML to display in a browser or another writing program. In this tutorial, you will install the Python-Markdown library, use it to convert Markdown strings to HTML, convert Markdown files to HTML files, and use the Python-Markdown command line interface to convert Markdown to HTML.

Read more
CHAT