Today, I am posting some different visualizations that I made with Python. This is just a posting to show the different things that can be done with Python.
This is my first attempt at a maze game in Python. The white squares are the walls and the blue circle is the first player. I will continue on with the game and post the final version. After learning how to make basic games in Python using Turtle, I plan to move on to making simple games using Pygame.
Today, I have been working on replicating a Piet Mondrian painting using P5.js. This is for a class on Computer Programming. Since Mondrian is one of my favorite painters, I have decided to try to replicate more of his artwork. Here is the first painting below:
Today I was working with Heart Data with Matplotlib. I was learning how to develop multiple row plots and then change the style of the plots. The first plot uses the "default" Matplotlib style. The second plot uses the "fivethirtyeight" style. I also changed the cmap colors to "winter". There is a big debate about whether it is easier to make figures, charts, plots in R than in Python. I think that both programs require a lot of work. However, once you get the basics down, it is just about copying code.
Comments
Post a Comment