Python Programming

In the 4th round of Multimedia/technology, we continued our lesson which related to Python Programming. By this time, I’ve an idea of what exactly the basic of python is, as well as having a lot of new experiences related to the concept. In addition, this round we discovered some new Python areas such as functions, lists, and dictionaries. Throughout the learning of programming, challenges are always there, however it attached with positive solutions that I’ve put all of my effort into. One of an example of projects that I’ve worked in this class is called Where is the Space Station? Basically, in this project we use a web service to find out the current location of the International Space Station and plot in its location on the map. This project was really fascinating for me. However, there are some challenge I’ve met which took a period of time for me to solve. The challenge wants us to add the script so that is also prints out the craft that the astronauts is in with their name. At that time, My mind was trying to think of the best solution as I can. My first strategy on this challenge was just to add a string, which say (“In ISS”). But later on, I don’t think it is the best or the right answer at all. So, by this time, I went to the instruction page again and try to read and read those instruction again and again. Then, I’ve come up with a new idea so I quickly went to the code club to change it and let see if it works. My idea was to called up the value of craft. And it worked, I was really amazed at that time. What I learned from this project is about reading instruction again and again and make sure that I understand clearly on that area before I move on.

Here is a piece of my challenge code

Leave a Reply

Your email address will not be published. Required fields are marked *