首頁
記事一覧
RSS
menu
旧游无处不堪寻
旧游无处不堪寻
无寻处,惟有少年心
旧游无处不堪寻
无寻处,惟有少年心
記事一覧
關於
RSS
keyboard_arrow_up
18
-
28
chevron_left
chevron_right
Python(八)
本篇,我们说说 Python 中的错误处理机制(Error Handler)。 错误处理 与其他语言一样,Python 也提供了 try…except…f...
2019-02-25
Python(七)
本篇,我们说说 Python 中的函数式编程的基本概念。 高阶函数(Higher-order function) map()Python 内建了 map(...
2019-02-23
Python(六)
本篇,我们说说 Python 中的面向对象高级编程的基本概念。 数据封装、继承和多态只是面向对象程序设计中最基础的 3 个概念。在 Python 中,面向...
2019-02-22
Python(五)
本篇,我们说说 Python 中的面向对象编程的基本概念。 概念 面向对象最重要的概念就是类(Class)和实例(Instance)。一个类(Class)...
2019-02-19
Python(四)
本篇,我们说说 Python 中的函数以及模块的基本概念。 函数 函数(Functions)是指可重复使用的程序片段。它们允许你为某个代码块赋予名字,允许...
2019-02-17
Python(三)
The Zen of Python, by Tim Peters Beautiful is better than ugly.Explicit is...
2019-02-09
Python(二)
上篇我们说了 Python 中的一些基本数据类型,本篇我们来说说 Python 内置数据结构。 Python 中有四种内置的数据结构 —— 列表(List...
2019-02-04
Python(一)
从本篇开始,我们将要学习关于 Python 的基础知识以及高阶知识,尽量涉及到有关 Python 的方方面面。 格式与其他语言有很大区别,Python 是...
2019-02-02
Life is short, you need Python
之前一直在写 Objective-C 以及 C# 这种强类型、静态类型的语言,也写过 Javascript 这种弱类型、动态类型的语言,今天开始,来学习...
2019-01-29
九九归一
Two things are infinite: the universe and human stupidity; and I’m not sure ...
2019-01-20
chevron_left
18/28
chevron_right