Skip to content

September 2019

[PS4] 《Monster Hunter World: Iceborne》(MHWI) Play Experience

Last Updated on 2021-04-10 by Clay

The most familiar game Monster Hunter is back! For the game of ancestor of the “Large-scale-co-playing” game, I even give up a report of a game (technology competition), of course this is a bad demonstration! Since the game selling date, I have been fighting all the way, and returned to the high school times again with my friends and bros. The carefree time to enjoy the hunting monsters let me thinking about the Monster Hunter when I going to lab to run the experiment!

Read More »[PS4] 《Monster Hunter World: Iceborne》(MHWI) Play Experience

[Python] Tutorial(11) Tuples, Sets, Dictionary

Last Updated on 2021-04-10 by Clay

Python has many kinds of data types, so it’s hard to me to give examples of all of them.

So, I introduce the data type we use in Python by simple today.

“Tuple”, as similar as List. We can store the different data type value in them. But tuple we can’t add, remove, update our value in tuple.

Read More »[Python] Tutorial(11) Tuples, Sets, Dictionary