Skip to content

[Python] Tutorial(15) Class

[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

[Python] Tutorial(8) function, default , *args, **kwargs

Last Updated on 2021-04-09 by Clay

The previous tutorial teach how to create a basically function. Today I note a skill I rarely to use, the value we will give function: default, *args, **kwargs.

The explanation part will a bit in my way, I guess you go trying more different code, don’t care about my nonsense. Hahahahaha.

Read More »[Python] Tutorial(8) function, default , *args, **kwargs
Exit mobile version