About setting up the development environment, hongmeng developer website has provided similar instructions in the following page.

Developer.harmonyos.com/cn/docs/doc…

This article only adds a few steps to the installation process for Windows.

Installation Node. Js

Visit the official node. js website nodejs.org/en/download…

Here are two additional points:

The instructions on the hongmeng developer website are to use the 64-bit version in the blue circle, but the Windows Installer in the red circle is actually the same installation package.

You are advised to use a download tool because the browser download is slow. It’s much faster.

Install DevEco Studio

Go to the DevEcoStuidio download page below:

Developer.harmonyos.com/cn/develop/…

Selecting Download Now takes you to the download link at the bottom of the page, where you can choose Windows or Mac

Download the zip package and unzip it to get the executable:Execute the fileSelect [Next].Select the installation path.Select [Next] after selecting the build diagram and modifying the system path.Select [Install].Installation in progress… Soon!I don’t know what would happen if I used it without restarting it.

Introduce new book

Live Python Design Patterns is the author’s latest book, keep your eyes open!

The book uses Python’s standard GUI toolkit, Tkinter, to illustrate each of the 23 design patterns with executable examples. On the one hand, readers can understand the application scenarios and problems of each design pattern in real software development work. On the other hand, by explaining the process of solving these problems, readers can understand how to judge the advantages and disadvantages of using design patterns when writing code, and make reasonable use of design patterns.

Readers who are interested in design patterns and want to learn and use them can quickly cross the threshold from understanding to using them. Readers wishing to learn Python GUI programming can use the examples in this book as a design and development reference; Readers who use Python for image analysis and data processing can quickly build their own systems based on the examples in this book.


Find this article helpful? Please share it with more people.

Focus on wechat public number [Object-oriented Thinking] Easy learning every day!

Object-oriented development, object-oriented thinking!