I gonna write a Sudoku generator and solver using Python.
It'll be fun~ I mean if the program is used as part of the Maths Culture Festival.
--------------------------
Before we start, see some reference.
- http://people.csail.mit.edu/rivest/sudoku.py
- http://www.databassen.dk:8090/bauerdata/diverse-filer-til-download-mm/sudoku.py/view
- Google : "Sudoku + .py" And "Python GUI"
Sudoku完整的需求文档 明天抽空给出:)『Before 12:00 AM』
Python学习的计划不变,坚持就是胜利。
Tutorial 看完后要注意回顾一遍,写一个心得;
附明天的任务:
- 8. Errors and Exceptions
- 8.1 Syntax Errors
- 8.2 Exceptions
- 8.3 Handling Exceptions
- 8.4 Raising Exceptions
- 8.5 User-defined Exceptions
- 8.6 Defining Clean-up Actions
- 8.7 Predefined Clean-up Actions
- 9. Classes
- 9.1 A Word About Terminology
- 9.2 Python Scopes and Name Spaces
- 9.3 A First Look at Classes
- 9.3.1 Class Definition Syntax
- 9.3.2 Class Objects
- 9.3.3 Instance Objects
- 9.3.4 Method Objects
- 9.4 Random Remarks
- 9.5 Inheritance
- 9.5.1 Multiple Inheritance
- 9.6 Private Variables
- 9.7 Odds and Ends
- 9.8 Exceptions Are Classes Too
- 9.9 Iterators
- 9.10 Generators
- 9.11 Generator Expressions
Day Five[6:00PM TO 11:00PM]
—————————————————————–
--------------------------------------------------------------------------------
除此之外:
参考Java安全,写出Mock Bank的加密和解密的真实用例Demo.『1:00 PM To 3:00PM
Filed under: All — Rain @ 10:13 am Comments (0)
