Difference between list.sort() and sorted() in Python

    πŸ“… May 27 2020

    Both sort() and sorted() can be used to sort a list. So what’s the difference? πŸ”— Read more...

    Get started with Selenium

    πŸ“… May 23 2020

    There are ways to access a web page in python, such as requests, mechanize, urllib and Selenium. This post will give a simple introduction to Selenium. πŸ”— Read more...

    FAQ for Docker in Chinese

    πŸ“… May 12 2019

    FAQ for Docker. πŸ”— Read more...

    Guides for docker installation

    πŸ“… May 11 2020

    Just as title says, this post collects a few guides to install docker on different os. πŸ”— Read more...

    Docker commands in Chinese

    πŸ“… July 26 2019

    How to use docker, follow these commands. πŸ”— Read more...

    Access files using github api

    πŸ“… March 26 2020

    Upload a file to github repository, and request it. Yes, it is normal. This blog make it more smoothly. πŸ”— Read more...

    How to change the color of first word in Windows PowerShell

    πŸ“… February 28 2020

    By default, the color of first word in PowerShell is yellow. Sometimes it is not visible, especially when you changes the text background color. πŸ”— Read more...

    A simple way to map landuse

    πŸ“… February 25 2020

    Here is a simple way to create a landuse map. πŸ”— Read more...

    Remote desktop connection

    πŸ“… February 12 2020

    How to connect another desktop remotely? πŸ”— Read more...

    General concepts of matplotlib

    πŸ“… February 11 2020

    What is figure, axes and axis in matplotlib? Check the introduction of general concepts firstly. πŸ”— Read more...