On December 16th, Huawei released The Hongmeng 2.0 beta version. Taking advantage of this enthusiasm, we also come to experience the application development under the Hongmeng operating system. First enter the home page of Hongmeng Development:

developer.harmonyos.com/cn/home/

If you already have a Huawei account, click Login in the upper right corner. If you do not have a Huawei account, click Register to create a Huawei account.

After successful login, select the management center in the upper right corner of the screen (just below login and registration) for developer authentication.

Choose personal Certification

Select [No] and select the next step after confirming that there are no sensitive applications.

Select [Personal Bank Card Authentication]

Enter the necessary information and select “Next”.

After completing the information, select Submit.

Certification successful! 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!

 


Copyright notice: This article is an original article BY CSDN blogger “Object-oriented Thinking”. It follows the CC 4.0 BY-SA copyright agreement. Please attach the original source link and this statement. The original link: blog.csdn.net/craftsman19…