Writing At FirstI think BeautifulSoup is easy to be used. And I will just say a little things about it.Installpip install beautifulsoup4UsingInitialsoup = BeautifulSoup(html) # input a html and its...
Writing At FirstBecause Atom uses a lot of CoffeeScript to product itself. And writing some plugins can use it through JavaScript is also allowed. So I will study it to write some Atom plugins or C...
Writing At FirstToday I will write something about git and delete files. Because I find it is a problem.How to delete files on the GitHub?Using its websiteThe easiest way is to delete them on the w...
Writing At FirstBecause I find my Parser maybe use sql can make it work better and in Scala it don't have a good way to use sql without a MySQL or MariaDB or PGSQL. So I try to use Python with sqli...
layout: posttitle: Some Initial Api In Numpydate: 2017-06-10 12:00:00 +08:00tags: [Python]Writing At FirstThis note I will say something about numpy. And what I will say is most about initial funct...