Accessing Baidu Cloud Files on a Linux Server

Accessing Baidu Cloud Files on a Linux Server

Linux & Baidu Cloud My Server Configuration # Modify the saved Linux interface theme source ~/.bashrc # If base is not activated, activate it source miniconda3/bin/activate conda install python=3.10.4 which python # Find the location python # Enter the editor exit() # Exit the editor Baidu Cloud Disk Settings pip install bypy bypy info > … Read more

Overview of Python Standard Library

Biomechanics Laboratory: A must-read public account in the field of biomechanics The Python Standard Library is a collection of modules that can be used without needing to install them via pip. Below is an introduction to all standard libraries: Text Processing Services string — Common string operations string.templatelib — Support for template string literals re … Read more

Accessing Local Files Perfectly with WeChat on Linux

Accessing Local Files Perfectly with WeChat on Linux

Due to personal preference, I have been using Fedora as my desktop system. Although I am not fond of WeChat, it is unavoidable in my work. Currently, the Flatpak version of WeChat for Linux is significantly better than the previous web version. However, I have found that when using it, the Flatpak version does not … Read more