Python

How To Make a Calculator Program in Python 3 — step-by-step Python tutorial on Progressive Robot

How To Make a Calculator Program in Python 3

In this tutorial, we’ll go through how to make a simple command-line calculator program in Python 3. We’ll be using math operators, variables, conditional statements, functions, and take in user input to make our calculator.

Read more
How to Perform Flask-SQLAlchemy Migrations Using Flask-Migrate — step-by-step Python tutorial on Progressive Robot

How to Perform Flask-SQLAlchemy Migrations Using Flask-Migrate

*The author selected Apache Software Foundation to receive a donation as part of the Write for DOnations program.* Introduction Flask is a lightweight Python web framework that provides valuable tools and features for creating web applications in the Python Language. SQLAlchemy is an SQL toolkit offering efficient and high-performing relational database access. It provides ways […]

Read more
How To Set Up a Jupyter Notebook with Python 3 on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Jupyter Notebook with Python 3 on Debian 9

This tutorial will walk you through setting up Jupyter Notebook with Python 3 to run from a Debian 9 server, as well as teach you how to connect to and use the notebook. Jupyter notebooks (or simply notebooks) are documents produced by the Jupyter Notebook app which contain both computer code and rich text elements (paragraph, equations, figures, links, etc.) which aid in presenting and sharing reproducible research.

Read more
CHAT