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
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.
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:
You can draw a Sierpinski Carpet with Chaos Game too. Read the first Chaos Game project first to understand what Chaos Game is. In this project, you start with a
Continuing from previous Accelerating and Rotating Spaceship project, make the spaceship fire the bullets. Each bullet have limited range and there should be some time gap between the firings so
Develop a Game of Snake with Python Turtle with multiple difficulty levels. You may need to use features or libraries: List, Random, Keyboard Event, Timer Event, Colorsys.
Knowing how to draw random mountains and random clouds, draw a scene that combines both. You may want to check out these tutorials for this project:Drawing random cloudsDrawing random mountains
Knowing to how to draw a single puffy cloud, draw many of them in random locations, shapes, and sizes. You want want to check out tutorial on how to draw