Anzhihe | 安志合

Python Advanced (14) – Special Methods of Class Objects (1)

Original link: https://chegva.com/5303.html ◎Knowledge points The special method of class object __len__() Special methods of class objects __iter__() and __next__() Special methods of class objects __add__() and __radd__() ◎Script practice ▽ The special method of class object __len__() “””One, the special method of class object __len__()””” “”” The built-in function len() is used to return […]

Python Advanced (14) – Special Methods of Class Objects (1) Read More »

fat three

Original link: https://chegva.com/5346.html Some time ago, I found that station B now not only has ghost animals, but also many good learning videos, which are about to become a learning website. It is still good for young people and has become a fan. So I wanted to get a better avatar for my number. Previously,

fat three Read More »

Python Advanced (13) – Get special attributes of object information

Original link: https://chegva.com/5288.html ◎Knowledge points Special properties and special methods Special attribute __dict__ Special attribute __doc__ Special attribute __slots__ ◎Script practice ▽ Special properties and special methods “””One, special properties and special methods””” “”” In the return value after calling the built-in function dir(), many attributes and methods start and end with double underscores __,

Python Advanced (13) – Get special attributes of object information Read More »

Interpretation of yin and yang, the three talents of heaven, earth and man, and the process from Wuji to Taiji

Original link: https://chegva.com/5278.html ◎Three talents and core concepts ◎The process from Wuji to Taiji ◎Yin Yang and Wuji, Taiji ◎Video explanation Reference: Interpretation of Yin and Yang in Zhouyi This article is reprinted from: https://chegva.com/5278.html This site is for inclusion only, and the copyright belongs to the original author.

Interpretation of yin and yang, the three talents of heaven, earth and man, and the process from Wuji to Taiji Read More »

Feishu enters Debug mode

Original link: https://chegva.com/5270.html Recently, I am working on chatops and redesigning the service desk robot and knowledge base. I need to use the Feishu development platform. First, let Feishu enter the Debug mode to get some useful debugging information. 1. Enter the debug mode of Feishu Click on your profile picture → Settings → About

Feishu enters Debug mode Read More »

Go language quick start practical development

Original link: https://chegva.com/5202.html ◎ Go language foundation Getting started with Go Go learning resource sharing Go from entry to actual combat Go Language 101 Go Questions Go language design philosophy Go language original ◎ Go language advanced Go Advanced Bootcamp Go data structures and algorithms Go Design Patterns High-performance programming in Go language Advanced programming

Go language quick start practical development Read More »

Python operates xml to open pycharm project

I want to use alfred to open the pycharm project. I found a python version of the workflow on the Internet, but my pycharm 2021.1 version is not easy to use, so I changed it. The project information opened by pycharm is saved in ~/Library/Application Support/JetBrains/PyCharm2021.1/options/recentProjects.xml in the following format: <application> <component name=”RecentProjectsManager”> <option name=”additionalInfo”>

Python operates xml to open pycharm project Read More »