An open API service indexing awesome lists of open source software.

https://github.com/agent-hellboy/my-pen-on-tech


https://github.com/agent-hellboy/my-pen-on-tech

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# my-pen-on-python

# Project Title

## [Descriptors vs. \_\_getattr\_\_ and \_\_getattribute\_\_](14_Nov_2023.md)

In this section, we will explore the differences between descriptors and the `__getattr__` and `__getattribute__` methods in Python.

## [pythonping vs ping(linux cmd tool)](22_Nov_2023.md)

In this section, we will compare the `pythonping` library with the `ping` command-line tool in Linux. We will examine their features, usage, and differences.