- 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.
推薦閱讀
- AngularJS Web Application Development Blueprints
- Django:Web Development with Python
- CouchDB and PHP Web Development Beginner’s Guide
- Mastering Apache Spark 2.x(Second Edition)
- jQuery開發基礎教程
- 微信小程序項目開發實戰
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- 一本書講透Java線程:原理與實踐
- Extreme C
- JSP程序設計實例教程(第2版)
- CodeIgniter Web Application Blueprints
- Java EE 7 with GlassFish 4 Application Server
- Android編程權威指南(第4版)
- Head First Kotlin程序設計
- 讓Python遇上Office:從編程入門到自動化辦公實踐