Posts by Category

Coding_test

Back to Top ↑

TIL

Back to Top ↑

Python

Python 10

If you know Javascript, there is a famous framework called react

Python 09

Python has a higher order functions, and we will go through .map() and .filter() in this post.

Python 08

It is time to practice our skills

Python 07

Another intersting data type is set

Python 06

The dictionaries are very useful if we want to create more complex data structures

Python 05

If you want to describe the days of the week or fruits that you love, what would you do?

Python 04

Lambda is a function that has no name. It makes the function a one-liner function

Python 03

Let’s bring our old apps from the previous posts

Python 02

Let’s build some logic for a very simple number guessing

Python 01

Similar to Javascript, python has a code to show the result in the console

Back to Top ↑

Frontend

Back to Top ↑