[PYTHON] [Words spelled to me when I was in the first grade ①] I'm not afraid to build a programming environment.

・ When I was an engineer enrolled, I suddenly remembered it. ・ Although I was able to overcome various difficulties such as environment construction, learning methods, and tools used, I was helped by many online articles and communities in this open society era. ・ Currently, I am still a young engineer. However, it has grown slightly from that time. ・ Good. Let's write a solution to what I was worried about at that time. ・ In fact, let's leave the simple and extreme thing that I was inspired by watching the movie "Orange".

Java environment construction

―― "Install JDK" ・ ・ ・ Go to Official Site and decide which one to install. Take time. ―― "Addition of environment variables" ... I think that I will endure for a long time and finally start learning, but it will not work unless I add environment variables and so on. I have no idea what it is, I am at a loss, and it takes time to resolve it the next day. ―― "Installation and setting of Eclipse" ... Environment variables are completed, and I thought that only Eclipse was left, but I was out of luck. Learning is not so good because of long, detailed settings, heavy weight, etc.

→ For these reasons, it is often demoralizing.

① Regarding "*** JDK installation " and " environment variable addition ***" ...

With a tool called Chocolatey, install and add environment variables at the same time with a single command.

② Regarding "*** Eclipse installation and settings ***" ...

From the viewpoint of learning, an integrated development environment such as EClipse is not essential.

→ If you only want to learn, you can just extend it with Visual Studio Code, a text editor. (Detailed procedure is here) → You can also study in a browser execution environment such as paiza.io without adding Java. → When you need Eclipse, you can look it up or listen to it. → By the way, Eclipse can also be installed with the above Chocolatey.

- It's sad that you stumble at the beginning and lose your learning motivation. </ font> - It's never embarrassing to use the latest and useful tools. </ font> - Even if you stumble now, don't worry because the future is bright. </ font>

Summary

――This time, I will write an article while feeling the deep emotion of Java construction during the programming debut period. ――As a Chocolatey enthusiast, can you imagine yourself as a hobby of repeatedly adding and removing installations and enjoying the flow of commands with a grin? ――The “Orange pretend” of letters to the past is fun, so let's continue steadily in the future.

Recommended Posts