Skip to main content

[T2W7] Lesson 12: Database + Self Learning

3 main things covered:
1. Learning of Pycharm 
2. Learning function of Database

Today we had a long lesson on how to use Pycharm and the different functions of using this programme. We were introduced to oit by Mr Zhou, and it was a very long process trying to use Pycharm and different codes to run a simple website. Also, we learnt about the coding of a Database and CRUD, how to Create, Read, Update, Delete our database. There was a lot of content covered and steps to take note of, which was quite confusing for me. I learnt that a simple mistake/ detail that went wrong could not make the database work, and that i have to be careful with everything while coding. 

Comments

Popular posts from this blog

[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.

[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.

[T3W3] Lesson 16: Final Project Work

2 main things covered: 1. HTML CSS Learning 2. Coming together to put up our webpage in one computer I continued learning CSS, and experimented with different styles and functions to come up with a nice design. My groupmate was having troubles with his database and we came together as a group to figure out where was the problem. In the end, it was because of a minor spelling mistake. I learnt that we always ave to be careful when coding, as different things may not come up like what we expected it to be. At the end, we consolidated all different codes into one laptop that we could run on.