Skip to main content

Posts

Showing posts from February, 2017

[T1W8] Lesson 6: Planning of Project

4 main things covered: 1. Project Template 2. Project Idea discussion 3. Research on Ideas 4. Doing up Proposal We started planning up and forming our project. We set up a document for the proposal and researched online for ways to use python and programmes that make use of it. We managed to find games websites that make use of python to play games, and we decided to build up on that idea. I realised that there are many ways that python, along with other softwares can be used to create more complicated webpages. This knowledge helped me develop my idea of a webpage and developed our plan as well. 

[T1W7] Lesson 5: Practice + JSON&Flask

2 main things covered: 1. 10 practice questions 2. Use of JSON 3. Use of Flask 2. Use of the shared domain During the lesson, we were given practice questions that we can test our knowledge and make use of the things we learn to solve problems. If all the conditions were met, the results would come out as "True". This was a good way to practice it ables us to use what we learnt to use and solve problems. We could also download JSON and Flask and tried to open up the webpage and upload images onto the webpage. It was interesting as I was able to setup a website and add images to it as well. 

[T1W6] Lesson 4: If else + Practice

2 main things covered: 1. If else 2. 10 Practice questions If else is used whenever we have conditions to be met for each equation. The expressions go through the whole cycle of  'if and else' and get filtered through it. We were also required to recall our boolean knowledge into learning if else expressions. This is a helpful way to filter out expressions.

[T1W5] Lesson 3: Boolean and String

4 main things covered: 1. Boolean Rule <class'bool'> 2. Truth table 3. String Data Type 4. String Slicing We were introduced to more data types and different ways on how to manipulate data. Using string, and string slicing, we can rearrange letters in the way we want it. This was a bit more complicated for me as it was a new level on top of the basic we learnt lesson. There were also many ways that can be used to come at a result, and not only using one function or data type. This made me realise that it is easier to make mistakes in the different equations, and that I should be more careful.