Posts

Showing posts with the label Coding

print("Knock, knock.")

In my coding workshop, we just finished going over our third unit. In this unit, we focused on if, elif, else statements. We talked about booleans and why we should leave comments throughout our codes with the # symbol. For our action projects, we had to create a chatbot that consisted of if, elif, else statements, and random.choice. Please be patient because it still is a work in progress. Thank you and enjoy! CH. "Chatbot." Trinket.io, 2021. This project really tested my creativity and what I knew about coding. I had a difficult time in the beginning stages of my code, I experienced writer's block and could not think of any way to start. After looking at other examples of chatbots I finally settled on a chatbot that tells jokes. The most difficult part was debugging my code and then creating a loop. I am very proud of what I have made. Thank you for taking the time to view my project!

print ("Coding.")

For this unit of Coding, we looked at python coding in trinket.io. We learned about input, print, random, and math function. We practiced coding using Codeskultpture and trinket.io. For this AP, we were asked to develop a python code calculator. I decided to focus on creating a calculator that allows users to easily calculate compounding interest. The second part of this AP was to create a form letter that we could use. I created a form letter for students to submit feedback and questions to the GCE student council. Check out my codes and see how they turned out.  Student Council Letter Form Compounding Interest Calculator Overall this AP was very helpful. I was able to code a calculator to help with my economics class which was really nice. I did have to do some research in order to get the calculation that would allow my code to work. I also had to do research to figure out how to change the final amount into currency form so that it would show up in money form. Once I ...