- Learn Programming in Python with Cody Jackson
- Cody Jackson
- 98字
- 2021-06-10 19:06:05
What is Python?
Python is a programming language widely used in a number of applications, such as machine learning, computer graphics, video games, and shell scripts. Nearly any computer application can be implemented in Python, though there are some areas where Python may not be the best solution, such as low-level programs that have to access hardware. In general, though, Python is a good tool for initial application prototyping. Once the initial design has been clarified with Python, it can be re-implemented in a more appropriate language, or the Python code itself can be revised for better optimization.
推薦閱讀
- Mastering Ext JS(Second Edition)
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- OpenShift開發指南(原書第2版)
- 密碼學原理與Java實現
- Angular UI Development with PrimeNG
- GeoServer Cookbook
- Scala Design Patterns
- Vue.js快跑:構建觸手可及的高性能Web應用
- Java程序員面試算法寶典
- MATLAB應用與實驗教程
- Python Network Programming Cookbook(Second Edition)
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Mastering Android Development with Kotlin
- Unity UI Cookbook
- OpenCV with Python By Example