Non-Programmers Tutorial For Python
✍ Scribed by Cogliati J.
- Tongue
- English
- Leaves
- 90
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
2005 г., 90с.
Учебник по Питон для непрограммистов (Non-Programmers Tutorial For Python) - введение в язык программирования Питон.
Эта книга для тех, кто абсолютно не знает программирования.
Для тех, у кого есть опыт программирования на других языках, рекомендуется использовать книгу Гуидо ван Россума - Учебник по Питону (The Python Tutorial)
Книга на английском языке
Contents
Intro
First things first
Installing Python
Interactive Mode
Creating and Running Programs
Using Python from the command lineHello, World
What you should know
Printing
Expressions
Talking to humans (and other intelligent beings)
Examples
ExercisesWho Goes There?
Input and Variables
Examples
ExercisesCount to 10
While loops
ExamplesDecisions
If statement
Examples
ExercisesDebugging
What is debugging?
What should the program do?
What does the program do?
How do I fix the program?Defining Functions
Creating Functions
Variables in functions
Function walkthrough
Examples
ExercisesLists
Variables with more than one value
More features of lists
Examples
ExercisesFor Loops
Boolean Expressions
Examples
ExercisesDictionaries
Using Modules
ExercisesMore on Lists
Revenge of the Strings
ExamplesFile IO
ExercisesDealing with the imperfect (or how to handle errors)
ExercisesThe End
FAQ
About this document .
✦ Subjects
Библиотека;Компьютерная литература;Python
📜 SIMILAR VOLUMES
577 pages.<br/>You’ll need to read this book when you have the following three things happening at the same time:<br/>You have a problem to solve that involves data and processing.<br/>You’ve found that the common desktop tools (word processors, spread sheets, databases, organizers, graphics) won’t
<p>Build software that combines Python's expressivity with the performance and control of C (and C++). It's possible with Cython, the compiler and hybrid programming language used by foundational packages such as NumPy, and prominent in projects including Pandas, h5py, and scikits-learn. In this pra