Python Containers
- Python Containers
- List [] -列表
- Tuple () -元组
- Dictionary {key:value} -字典
- Set {key} -集合
- Using List
- Append, add, insert, extend, pop, del, sort, copy
- Using Tuple
- Accessing elements, variable assignment
愚者千虑,必有一得
Python Containers
[广东话] Python 入门:第一课 – PyCharm, Python examples & Python data types
基于 Python 3.7 的教程,以广东话教授。
# 第一课: PyCharm, Hello world, data type
今天遇到一个很奇怪的 Android Studio 问题。打开其中一个项目时,可以成功 compile 但 AppCompat 的参考都找不到 (全部标示为红字)。把上 Google 找到 stackoverflow 上也有人有过同样的问题,什么 Clean / Invalidate Caches 都不能解决问题,只有其中有一简单方法对我的项目有效。 先把 Android Studio 关掉 到项目的 \.idea 删除 libraries (或更名) 用 Android Studio 重新打开该项目 Stackoverflow 的解答