中英双语


Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/frankliuao/frankliuao.com/wp-includes/kses.php on line 1805

How to enable Alt+Left click for column selection in PyCharm 如何在PyCharm 里设置Alt加左键实现列选中

Many of you are probably used to using Alt + left click to make column selections in editors like Atom, and if you are also using PyCharm you might be having a hard time finding where to set this up. Here, let me show you. 如果你用Atom作为你的IDE,大概你已经习惯了用Alt加左键选中一整列文字,但是在PyCharm里却不太好找这个设置选项。我们在这篇文章里展示如何设置PyCharm来实现这个功能。 First of all, go to Preferences -> Keymap -> …

How to enable Alt+Left click for column selection in PyCharm 如何在PyCharm 里设置Alt加左键实现列选中 Read More »

Start scientific computing on a new OS X

You got your new (expensive) Mac computer. Exciting! The next step, you want to use it for scientific computing/data analysis, e.g. deep learning, algorithm developments, machine learning, etc., let me help you get started. 你拿到了新(贵)的Mac电脑,灰常激动!下一步你打算用它来做科学计算或者是数据分析,比如深度学习、开发算法、机器学习等等。本帖将介绍如何设置好你的Mac系统来做这些工作。 First of all, the programming environment on an OS X system is based on a software that is found in …

Start scientific computing on a new OS X Read More »