- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 134字
- 2021-07-02 21:09:34
Summary
In this chapter, we looked at some fundamentals of the Python programming language. We have seen how to create and access those data structures, and how to use comprehensions to create and transform data structures based on existing ones.
We looked briefly at what it means for Python to have first-class functions and classes, and how that can affect the possibilities open to us as programmers.
We briefly talked about some of the high points of the Python standard library. We also quickly covered the syntax, basic assumptions, and fundamental tools of the Python programming language.
In the next chapter, we're going to see how to set up a Python programming environment for us to work in for the remainder of the course and learn a bit about how to integrate third-party code.
- 深入淺出Electron:原理、工程與實踐
- Designing Hyper-V Solutions
- Android NDK Beginner’s Guide
- 游戲程序設計教程
- Expert Data Visualization
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Mastering SciPy
- Hack與HHVM權威指南
- Python應用與實戰
- 金融商業數據分析:基于Python和SAS
- Node.js實戰:分布式系統中的后端服務開發
- Java EE 7 Development with WildFly
- Python深度學習(第2版)
- CryENGINE Game Programming with C++,C#,and Lua
- GO語言編程從入門到實踐