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
- Host: GitHub
- URL: https://github.com/agent-hellboy/my-pen-on-tech
- Owner: Agent-Hellboy
- License: mit
- Created: 2023-11-14T12:22:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T15:46:12.000Z (over 2 years ago)
- Last Synced: 2025-01-09T09:18:13.322Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.