面向初学者的 Python 数据结构简介
Introduction to Python Data Structures for beginners
- 01 - Installing Python and Text Editor (Atom)
- 001 Introduction
- 002 What is Python
- 003 Installing Python on Windows
- 004 Installing Python on Macs
- 005 Installing Atom Text Editor
- 007 Install Visual studio code on Windows
- 008 Install Visual studio code on Macs
- 02 - Introduction to Python Data Structures
- 001 What are data structures
- 002 What is a Python List
- 003 Create a Python List
- 004 Accessing elements in a list
- 005 Python List Methods - Part 1
- 006 Python List Methods - Part 2
- 007 Python Tuple - Part 1
- 008 Python Tuple - Part 2
- 009 Python Set
- 010 Python Set Methods
- 011 Python Dictionary
- 012 Python Dictionary Methods