-
Python and Yahoo! Finance Tutorial to query stocks and shares on the stock market
In this tutorial we will create a simple Python program that presents the current value of a stock, the previous close, and the description of the company using the yfinance library. -
Creating a web application with Python Flask
Flask is a minimalistic framework written in Python that allows you to create web applications quickly and with a minimum number of lines of code. In this workshop we will go step by step developing an application in Flask and then deploying it on the Heroku cloud application platform https://www.heroku.com/.

