- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 111字
- 2021-07-02 21:09:37
Summary
In this chapter, we learned how to install Python and get to a place where we can begin working on real code. We looked at running Python in a command-line window and using it to perform experiments and calculations. We examined how to make the best of Python's command line and its extensive help library.
We learned about installing, uninstalling, and upgrading the packages using pip. We also got a pretty good idea of how to find third-party code to help us move our projects along, using the Python Package Index.
In the next chapter, we'll work through the steps to create and work with our own Python code packages.
推薦閱讀
- Hyper-V 2016 Best Practices
- Twilio Best Practices
- Learning C++ Functional Programming
- C語言程序設計
- Python算法從菜鳥到達人
- 飛槳PaddlePaddle深度學習實戰
- C++新經典
- Getting Started with LLVM Core Libraries
- Visual Basic程序設計教程
- 一塊面包板玩轉Arduino編程
- 代替VBA!用Python輕松實現Excel編程
- 從零開始學Android開發
- Penetration Testing with the Bash shell
- Docker on Windows
- Socket.IO Cookbook