Develop a typing game to improve keyboard skill as demonstrated in the following YouTube video. At any moment ten random letters fall from the top of screen. When you hit
Develop a typing game to improve keyboard skill as demonstrated in the following YouTube video. At any moment ten random letters fall from the top of screen. When you hit
Draw from a single point to ten points that fall into a single line. Also draw dots on the end points. Source Code:
A complete bipartite graph is a graph with two sets of vertices where there is no edge between vertices belonging to the same set; but all vertices of different sets
In a previous project we draw real stock price charts by reading data from files. We also draw stock moving averages in this project. Download historical stock prices for Google, Apple, and SPY
We have project that draws fully connected 24-gon. Use colorsys library to gradually change the hue of lines as they get longer.
Refer to fully connected octagon before drawing this fully connected 24-gon.
Use nested for loop and list to draw the following fully connected octagon.
Draw a regular hexagon that have vertices connected to the center. Use for loop to draw this shape. Source Code:
Download historical stock prices for Google, Apple, and SPY. Read the file and draw the stock charts for these companies. The following figures show the stock prices for these companies:
Moving averages can smooth out the stock prices and reduce the randomness. Based on the previous projects (stock price random walk with candlestick chart, and trending stock price random walk