Posts

Showing posts from March, 2021

Mondrian's Comp2 RedBlueYellow using P5.js

Image
 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:

Reviewing SimpleGui & Fundamental Computing

Image
 This week I have been reviewing the SimpleGUI application along with Rice University's Fundamental Computing course. I took the first two courses of the Fundamental Computing specialization. I am interested in continuing with the specialization so I need to remember how to code with SimpleGUI. The SimpleGUI app uses Python 2 for programming.  This week I have been working on building an interactive calculator.  Below are some pictures of the calculator.

50 days of coding: Reviewing the basics

 Things have changed in 2021 and because of this I will need to advance and explore new topics.  But before I can advance, I have decided that it is best to review the basics.  So in the month of March 2021, I will be going over     - Python     - C++     - C I will mostly be going over Python and C++ but I also want to review C.  I hope to post updates everyday this month...

New Personal Website 1st draft

Image
 I've been learning how to build website using a popular course from Angela Yu. She is the founder of the App Brewery in London. She gets a lot of good reviews and has developed a course on Udemy.  I started following the course in order to develop a website for my dad, but I have found the material easier to understand if I work on developing my own website. Here are a few pics from my new website. It is still under construction.  I am using the Atom IDE for the code.  I prefer Visual Studio Code but I find it better to use the IDEs the professors use during the course.