larken

勤奋的人生才有价值

导航

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页

2019年3月16日 #

Python学习网站

摘要: Python Website: https://www.python.orgSource code: https://github.com/python/cpython Issue tracker: https://bugs.python.org Documentation: https://docs.python.org Developer's Guide: https://devguide.... 阅读全文

posted @ 2019-03-16 23:57 larken 阅读(781) 评论(0) 推荐(0) 编辑

python内置函数

摘要: #查看内置函数 dir(__builtins__) ########################################################################################################### # abs()函数返回数字的绝对值。 >>> abs(-40.00) 40.0 # max()方法返回给定参数的最大值,参数可以... 阅读全文

posted @ 2019-03-16 23:02 larken 阅读(252) 评论(0) 推荐(0) 编辑

2019年3月14日 #

第3章 字典和集合

摘要: #《流畅的Python》读书笔记 # 第3章 字典和集合 # 字典这个数据结构活跃在所有 Python 程序的背后,即便你的源码里并没有直接用到它。 # 正是因为字典至关重要,Python对它的实现做了高度优化,而散列表则是字典类型性能出众的根本原因。 # 本章内容的大纲如下: # 常见的字典方法 # 如何处理查找不到的键 # 标准库中 dict 类型的变种 # ... 阅读全文

posted @ 2019-03-14 22:52 larken 阅读(200) 评论(0) 推荐(0) 编辑

第2章 序列构成的数组

摘要: #《流畅的Python》读书笔记 # 第二部分 数据结构 # 第2章 序列构成的数组 # 我们把文本、列表和表格叫作数据火车……FOR命令通常能作用于数据火车上。 # 2.1 内置序列类型概览 # Python 标准库用 C 实现了丰富的序列类型,列举如下。 # 容器序列list、tuple 和 collections.deque这些序列能存放不同类型的数据。 # 扁平序列... 阅读全文

posted @ 2019-03-14 00:53 larken 阅读(443) 评论(0) 推荐(0) 编辑

2019年3月12日 #

Pycharm快捷键

摘要: Pycharm DEFAULT KEYMAP Editing Ctrl + Space Basic code completion (the nameof any class, method or variable) Ctrl + Alt + Space Class name completion (the name of any project class indepe... 阅读全文

posted @ 2019-03-12 22:40 larken 阅读(261) 评论(0) 推荐(0) 编辑

2019年3月6日 #

48 Fixing relationship Problems with Humor 用幽默解决人际关系问题

摘要: 48 Fixing relationship Problems with Humor 用幽默解决人际关系问题 ①We've all heard that laughter is the best medicine, and it's true. Laughter relieves tensions and stress, elevates mood, enhances creativity,an... 阅读全文

posted @ 2019-03-06 23:59 larken 阅读(238) 评论(0) 推荐(0) 编辑

47 On Interpersonal Relationship 关于人际关系

摘要: 47 On Interpersonal Relationship 关于人际关系 ①Since we are social beings, the quality of our lives depends in large measure on our interpersonal relationships. One strength of the human condition is our t... 阅读全文

posted @ 2019-03-06 23:58 larken 阅读(892) 评论(0) 推荐(0) 编辑

46 What Is Real Happiness ? 什么是真正的幸福 ?

摘要: 46 What Is Real Happiness ? 什么是真正的幸福 ? ①The way people hold to the belief that a fun-filled, pain-free life equals happiness actually reduces their chances of ever attaining real happiness. If fun an... 阅读全文

posted @ 2019-03-06 23:57 larken 阅读(662) 评论(0) 推荐(0) 编辑

45 The Effect of External Rewards on Behavior 外界奖励对行为的影响

摘要: 45 The Effect of External Rewards on Behavior 外界奖励对行为的影响 ①Psychologists take opposing views on how external rewards,from warm praise to cold cash, affect motivation and creativity. Behaviorists,who s... 阅读全文

posted @ 2019-03-06 22:33 larken 阅读(262) 评论(0) 推荐(0) 编辑

44 The shopping psychology 购物心理

摘要: 44 The shopping psychology 购物心理 ①People can be addicted to different things ---e. g.,alcohol, drugs, certain foods, or even television. People who have such an addiction are compulsive;i.e.they have ... 阅读全文

posted @ 2019-03-06 22:32 larken 阅读(353) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页