BOBOBK

Python implementation for Qianqian Music MP3 download

MISCELLANEOUS
Python implementation for Qianqian Music MP3 download

Python to draw horizontal and vertical lines as dividing lines

MISCELLANEOUS
Python to draw horizontal and vertical lines as dividing lines

When plotting, you often encounter situations where you need to add dividing lines. So, which functions in Python can conveniently draw horizontal or vertical lines? Below are two functions that can easily add horizontal or vertical lines.

Mounting an External Hard Drive in Linux

MISCELLANEOUS
Mounting an External Hard Drive in Linux

Drawing Violin Plots with Seaborn

TECHNOLOGY
Drawing Violin Plots with Seaborn

Google Advertisement

Five Easy Steps to Achieve Linux Passwordless Login

MISCELLANEOUS
Five Easy Steps to Achieve Linux Passwordless Login

The difference between shadowcopy and deepcopy in python

TECHNOLOGY
The difference between shadowcopy and deepcopy in python

python3 requests module usage examples

TECHNOLOGY
python3 requests module usage examples

The network module in python3 is much more convenient compared to python2. The requests package combines several python2 packages. This article explains the usage of requests with examples, serving as a review and future reference.

Detailed Explanation of Python Magic Methods

MISCELLANEOUS
Detailed Explanation of Python Magic Methods

What are magic methods? Of course, they have nothing to do with magicians. They are everywhere in object-oriented Python. They are special methods that allow you to add "magic" to your classes. These methods are automatically called during certain operations and represent the wisdom of Python's object-oriented design.

boxes: An Interesting Command-Line String Shaping Tool

MISCELLANEOUS
boxes: An Interesting Command-Line String Shaping Tool

When frequently using GitHub, you may notice others' repository code help information or website source code always has beautifully shaped patterns made of strings, but your own code lacks these decorations and looks plain. So how can you generate such stylish string shapes? The answer is to use the interesting command-line string shaping tool boxes.