카테고리
useful information

Jigsaw Puzzle 2000 Piece Tips and Reviews (Sunflower Field Picture)

Not long ago, my mother wanted to hang a painting of sunflowers at home and asked me to buy one, so I did a search and found it was too expensive. I didn't give up and kept looking, and I happened to find a picture puzzle, and the price was cheaper than I thought. I made an offer to my mother. Wouldn't it be more meaningful to buy a puzzle and put it together than to just buy a picture and hang it? […]

카테고리
coding

Python conditional statements (using if, dictionary)

Let's take a quick look at Python conditional statements. The result of the if statement is: An if statement with only one condition. Since 10 is less than 5, the condition is true and the phrase ‘It’s True.’ is printed. Here is the result: The above case is an if/elif statement with two conditions. If there are two or more conditions, you can add them with an elif statement. Here, 15 is not less than 10, so the first condition is not satisfied. […]

카테고리
useful information

How to Download Instagram Videos and Images Online

This time, I would like to introduce you to a site that helps you easily download Instagram videos. I know there are many other complicated methods, but there is no need to access it that hard when there is such a good site. Site Introduction The following sites provide a function to easily download Instagram videos. https://en.savefrom.net/118/download-from-instagram If the following screen appears, it is normal. I know how to do it now […]

카테고리
useful information

Latest web browser available for Windows XP

Internet Explorer and the last version of Chrome supported by Windows XP cannot access Tistory blogs or other websites with the latest web features. ie the browser doesn't display the page at all like this: I didn't really have a reason to connect, but out of curiosity, I wanted to find a way to connect. Then I found the answer in an unexpected place. I don't usually use the Firefox browser, so I wasn't very interested. just maybe […]

카테고리
coding

Python def and lambda syntax and differences comparison

Let's take a look at two keywords that have similar functions. Wouldn't you have made two uselessly? def Description First, let's take an example. Here is the result: Functions are written with the def keyword. add is the name of the function, and the arguments to be passed are defined as x and y. It has a function that returns the result of adding two values. When I passed 3 and 5 as arguments to the add function created in this way, the result was 8. […]

카테고리
coding

Different ways to parse Python BeautifulSoup

While studying Python, I tried to organize various ways to get specific tags from html documents. HTML Example Code Let's take a look at how to parse specific tags using the BeautifulSoup module assuming that there is an HTML document as follows. The goal is the tag below. Utilization of find() method The following is the output result. Utilization of find_all() method The following is the output result. Utilization of select_one() method The following is the output result. select() method […]

카테고리
useful information

Nintendo DS recommended emulator melonDS Android latest version

This time, we would like to learn how to install the Android version of melonDS, one of the Nintendo DS emulators running on smartphones. The paid DraStic emulator was once said to be the best, but with the recent discontinuation of updates, melonDS is being talked about as a new alternative. I haven't tried it, but melonDS may be a better choice because it supports multiplayer. Download the apk file The emulator installation file can be downloaded from the following Github site […]

카테고리
ETC

Reasons for moving from a free blogging service to an installed WordPress blog

hello. Until recently, I used a free blog service (Tistory). Then I recently installed a WordPress blog. I would like to tell you briefly about why or why I started a WordPress blog. Freely add features you want The biggest reason for moving to WordPress is that you can't create the features you want in a free service blog. One of the things I wanted to do was to automatically translate texts. […]

카테고리
useful information

How to get nintendo switch emulator yuzu latest version and prod.keys file

This time, I would like to introduce the Nintendo Switch Emulator. They usually recommend yuzu emulators. Download and install yuzu emulator You can download it from the following site. yuzu – Go to the Nintendo Switch Emulator site and click the Download button to go to the download page. If you look at the bottom, we recommend the version suitable for each operating system. I am a Windows 10 64-bit version, so I will download it by clicking the Download for Windows x64 button. other purpose […]

카테고리
useful information

Instagram Reels Before/After SScan lookalike filter, why can't it be me?

I thought it was a bit of a trend these days, so I tried to do it, but I shoveled a lot in the beginning, so I'll share how to use it in the hopes that those who read this won't get lost. First, open Instagram, press the + button, and select Reel. On the next screen, press the Effect button. Search with the word before in the search item. And select Before/After SScan. The important thing here is adding media. It doesn't automatically find similarities, just you […]

en_USEnglish