Overview of this tri
What did I learn?
-
Data Abstraction
-
Learn about make something into something
-
name = Aaron
-
age = 16
-
-
Algorithms
-
Learn about some Mathematical Operations
-
Learn about len() can know the lenght
-
-
Boolean If
-
Learn about the if statement: if, elif, else
-
Learn about the Relational Operators: and, or, not, xor(Two value are different then is True), nand, nor
-
-
Iteration
-
Learn about while loop
-
Learn about range
-
Learn about for loop
-
Learn about try and except
-
Continue and Break
-
-
Developing Algoritms
-
An algorithm is a procedure or formula used for solving a problem
-
Combine what we learn from the past
-
import random
-
-
List and Search
-
List is a []
-
Learn thing that can do with a list like input, append, pop, del, etc.
-
Binary Search: Search from the middle
-
-
Developing Procedures
-
A procedure is a named group of code that has paramaters and return values.
-
Learn about a return value
-
Learn about class, is an outline for a set of nested functions and variables.
-
-
Libraries
-
A file that contains procedures that can be used in a program is called a library.
-
Libraries allows the imported procedures from the library to interact with the rest of your code.
-
from import
-
import as
-
-
Simulations
-
A simulation uses a mathematical descriptions, or models, of a real system in the form of a computer program.
-
earn about Random
-
Combine what we learn before with simulations
-
Reflection of Tri 1
-
Throughtout the first trimaster, I gained a lot of new skills on coding. I learned a lot about python during the student teaching, but I also learned a lot of stuff throughout my teammate and classmate. I will go ask questions to people in class, and everytime I can gian some useful skills or recommendation from them.
-
On the passion project, I usually do frontend for this project. At the begining of this class and this project, I have 0 expressence on the html, CSS, or JS, but throughout the project I learned a lot from it. I also know how the backend and the fronted works.
Memories and Learning
-
Getting help from others
-
Working on solving problems for the passion project
-
Learn how to work on coding in a group
-
Learing using new coding language
What I want to Learn Next Tri
- Learn more about html, JS, CSS
- I want to learn more about AWS
- I want to know more knowledge about frontend and backend