Hands-on Python Tutorial

Hands-on Python Tutorial

简介:

Python是一种广泛使用的通用高级编程语言。它的设计理念强调代码的可读性,它的语法允许程序员用比C等语言更少的代码行表达概念。该语言提供了旨在实现小规模和大规模清晰程序的构造。你可能已经用电脑做了各种有用和有趣的事情。在每个应用程序中,计算机以不同的方式响应您的输入,从键盘,鼠标或文件。底层操作仍然是由你给出的程序的设计决定的。在这套教程中,您将学习编写自己的计算机程序,这样您就可以给计算机指令以您想要的方式做出反应。本书为初学者提供了简明的Python编程分步指南。提供了许多示例,插图,章节结束总结和练习练习 (带有解决方案),以帮助读者更快地学习,更长时间地记住并深入了解关键概念。

英文简介:

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C. The language provides constructs intended to enable clear programs on both a small and large scale.

You have probably used computers to do all sorts of useful and interesting things. In each application, the computer responds in different ways to your input, from the keyboard, mouse or a file. Still the underlying operations are determined by the design of the program you are given. In this set of tutorials you will learn to write your own computer programs, so you can give the computer instructions to react in the way you want.

This book provides a concise, step-by-step guide to Python programming for beginners. A lot of examples, illustrations, end of chapter summary and practice exercises (with solutions) are provided to help the reader learn faster, remember longer and develop a thorough understanding of key concepts.

书名
Hands-on Python Tutorial
译名
动手 Python 教程
语言
英语
年份
2020
页数
207页
大小
1.05 MB
标签
  • Python
  • 下载
    pdf iconHands-on Python Tutorial.pdf
    密码
    65536

    最后更新:2025-04-12 23:54:38

    ←Python and Coding Theory

    →Python Web Frameworks