Python 101 第二版

软件推荐,使用技巧,电子书
回复
头像
shaoziyang
帖子: 3917
注册时间: 2019年 10月 21日 13:48

Python 101 第二版

#1

帖子 shaoziyang »

图片

Python 101 第二版,完全重新开始编写。在本书中,您将学习 Python 编程语言。本书分为四个部分:
  1. Python 语言
  2. 中级主题
  3. 创建示例应用程序
  4. 分发你的代码
PDF下载

https://www.aliyundrive.com/s/nBnWD2rcDDB

提取码
隐藏内容
你必须登入/注册才可观看隐藏内容
 
 
 
 

头像
shaoziyang
帖子: 3917
注册时间: 2019年 10月 21日 13:48

Re: Python 101 第二版

#2

帖子 shaoziyang »

Part I - The Python Language
  • 01 - Installation
  • 02 - Python editors
  • 03 - Python style guide / comment rules
  • 04 - Integers and floats 
  • 05 - Lists
  • 06 - Tuples 
  • 07 - Dictionaries
  • 08 - Sets
  • 09 - Strings
  • 10 - Boolean
  • 11 - Conditional statements
  • 12 - Loops
  • 13 - Comprehensions
  • 14 - Exception Handling
  • 15 - Files 
  • 16 - Imports
  • 17 - Functions
  • 18 - Classes
 In Part 2 - Intermediate Topics, you will then learn about some intermediate topics, such as:
  • Introspection
  • Pip
  • Python virtual environments
  • Threading
  • Multiprocessing
  • Debugging
  • Decorators
  • Profiling
  • Testing
  • Version Control (git)
In Part 3 - Creating Sample Applications, you will learn how to write sample applications:
  • How to create a command line application (argparse)
  • How to parse XML
  • How to parse JSON
  • How to Scrape a website
  • How to Work with CSV files
  • How to work with a database (sqlite)
  • How to Create an Excel document
  • How to Generate a PDF
Finally in Part 4 you will learn how distribute your code as an executable and as source.

回复

  • 随机主题
    回复总数
    阅读次数
    最新文章