ryKids
標籤
__onTop__
大學考試
K....
K中文
K化學
K物理
K科展
K英文
2014年11月22日 星期六
use idle3 within sublime
copy the following code and save it as "idle3.sublime-build"
{
"path": "/usr/local/bin",
"cmd": ["idle3", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
2014年11月7日 星期五
經典辯論
2014年11月6日 星期四
學習 BASH on mac
http://linux.vbird.org/linux_basic/0320bash.php
2014年11月5日 星期三
Pygame in Python 3 @ mac
Install pygame in python 3 on mac
1. 安裝
https://bitbucket.org/pygame/pygame/issue/82/homebrew-on-leopard-fails-to-install#comment-636765
$brew install libvorbis sdl sdl_image sdl_mixer sdl_ttf portmidi
$brew install mercurial
http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.7.dmg
$pip3 install hg+http://bitbucket.org/pygame/pygame
2. 測試
http://inventwithpython.com/
http://programarcadegames.com/
2014年10月26日 星期日
Shally 老師 來函
Shally 老師 來函
下次聚會是11/16(日) 下午2:30~5:30 在暑假上課的教室.
https://www.facebook.com/
events/332293523609263/
2014年10月9日 星期四
数独、すうどく 、 sūdoku
http://zh.wikipedia.org/wiki/
數獨
數獨
(
日語
:
数独
/
すうどく
sūdoku
)是一種邏輯性
[1]
[2]
的數字填充遊戲,玩家須以數字填進每一格,而每行、每列和每個宮(即3x3的大格)有齊1至9所有數字。遊戲設計者會提供一部份的數字,使謎題只有一個答案。
at Google
spreadsheets
http://goo.gl/CyE6bF
Solving Every Sudoku Puzzle in Python
by Peter Norvig
http://norvig.com/sudoku.html
:::
還有這個 是 Tkinter 版
pygame 版
http://trevorappleton.blogspot.tw/2013/10/guide-to-creating-sudoku-solver-using.html
'''
sudoku_step_8.py
get this file from
http://trevorappleton.blogspot.tw/2013/10/guide-to-creating-sudoku-solver-using.html
$ 2to3
python 2 改成 python 3
replace / to //
(實數除法 改成 整數除法)
renyuan 2014/12/02
'''
2014年10月5日 星期日
Algebra 37 - Solving Systems of Equations by Elimination
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)