Anaconda和Python在Windows 10系统下的安装和简单介绍

Posted by:

前言 (Preamble)

Anaconda是一款用于科学数据的分析Python生态系统。

2020-11-05_21-41-10_Anaconda_Logo.png

Python今年晋升为除C以外的最流行的计算机语言,超过了JAVA。

2020-11-05_21-42-03_python_logo.jpg

安装 (Installation)

首先,卸载任何Python及与其相关的软件。

下载Individual Edition (个人版本, 免费)

下载Anaconda

2020-11-05_15-25-43_anaconda001.jpg

启动安装后,所有选项选默认安装即可:

2020-11-05_15-26-35_anaconda002.jpg

2020-11-05_21-02-52_anaconda_insall2.jpg

2020-11-05_21-02-52_anaconda_insall3.jpg

2020-11-05_15-26-35_anaconda003.jpg

2020-11-05_15-26-35_anaconda004.jpg

Continue Reading →
0

Tools and Resources for Spelling and Grammar Check for Emacs

Posted by:

There are many tools and resources that will be helpful for non-native English-speaking people to be more efficient in English learning. A while ago, I have posted The Ultimate offline Dictionary with Dictd in Linux. Today I’d like to share some other tools I use on a daily base. And hopefully this will be of help to someone.

A thorough list of appz for spell and grammar checker can ...

Continue Reading →
0

Conversion of reference database

Posted by:

Preamble

There are cases that you will need to communicate with the Microsoft Word world during manuscript editing phase. What I do is to use Scimax package to convert the org-ref enhanced org file to Word format. And the following procedure was applied to render the references to an Endnote format.

Export bibtex from org-ref

You would need to export the entries from org-ref to bibtex ...

Continue Reading →
0

Debug Emacs Lisp with Edebug & Debug

Posted by:

Programming in Emacs Lisp – Debugging After using Emacs for over 4 years, I am still feeling like scratching the surface of the functionalities of this feature-laden editor. It is a text editor with so many extensions that can do almost anything you want with flexibility and customizability.

Debug utility allows one to inspect under the hood and to trace the changes of variable and functions. It is also the best way to learn the ...

Continue Reading →
1

Covid-19 Data Visualization with R

Posted by:

Data Source

UPDATE: JHU dataset changed its name and format, The data for USA and global are separated. The US data adapted a new format. Some amateur data scientists are in charge of the this project. 04-02-2020

The data source used for this analysis is the 2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository1 built the Center for Systems Science and Engineering, Johns Hopkins University (GitHub ...

Continue Reading →
0

Replace BIOS Chip in Lenovo Y700 Motherboard

Posted by:

The Unified Extensible Firmware Interface (UEFI) is a specification that defines a software interface between an operating system and platform firmware. UEFI replaces the Basic Input/Output System (BIOS) firmware interface. With all the advantages, it is appears to be more volatile and fragile for multiple boot system. I found it is easily to lose the bootloading info when you make some changes in bios setting (esp. secure boot) or by disconnect the bios chip battery. I ...

Continue Reading →
0

Use Emacs, Org2blog to Publish WordPress Blogs with Crayon Highlight Support

Posted by:

Preamble

Org2blog is THE best tool to publish from org-mode to WordPress. There is a very good blog in Chinese in addition to the official site.

Stylesheet for Org-exported HTML

  1. CSS Support for more info
  2. Code highlight for more info

Dependencies

org2blog is depending on the following:

  1. xml-rpc, metaweblog and htmlize.
  2. Org mode version should be 7 8 or higher. And I ...
Continue Reading →
0
Page 1 of 6 12345...»