A Practical Introduction to Python Programming

A Practical Introduction to Python Programming

简介:

本书适合任何想要了解Python编程的人。它被定义为部分教程,部分是Python的参考。您将学习使用数百万智能手机,平板电脑和pc中使用的语言进行编程。您将与本书一起编写代码,在学习使用Python 3编程的基础知识时编写程序来解决现实世界的问题。您将了解设计,算法,测试和调试,并获得在Python中生成高质量代码所需的所有工具。虽然这本书被设计用于入门编程课程,但对于那些有编程经验的人来说,它也很有用。如果你是这些人中的一位,你应该能够轻而易举地完成前几章。你应该发现第二部分是一个简洁的,但不是肤浅的,处理GUI编程。第三部分包含有关Python功能的信息,这些功能使您可以用很少的代码完成大事。

英文简介:

This book started out as about 30 pages of notes for students in my introductory programming class at Mount St. Mary’s University. Most of these students have no prior programming experience, and that has affected my approach. I leave out a lot of technical details and sometimes I oversimplify things. Some of these details are filled in later in the book, though other details are never filled in. But this book is not designed to cover everything, and I recommend reading other books and the Python documentation to fill in the gaps.

The style of programming in this book is geared towards the kinds of programming things I like to do—short programs, often of a mathematical nature, small utilities to make my life easier, and small computer games. In fact, the things I cover in the book are the things that I have found most useful or interesting in my programming experience, and this book serves partly to document those things for myself. This book is not designed as a thorough preparation for a career in software engineering. Interested readers should progress from this book to a book that has more on computer science and the design and organization of large programs.

书名
A Practical Introduction to Python Programming
译名
Python 编程实用入门
语言
英语
年份
2012
页数
263页
大小
1.98 MB
标签
  • Python
  • 下载
    pdf iconA Practical Introduction to Python Programming.pdf
    密码
    65536

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

    ←Python Succinctly

    →Python for You and Me