𝔖 Scriptorium
✦   LIBER   ✦

📁

Non-Programmers Tutorial For Python

✍ Scribed by Cogliati J.


Tongue
English
Leaves
90
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


2005 г., 90с.

Учебник по Питон для непрограммистов (Non-Programmers Tutorial For Python) - введение в язык программирования Питон.
Эта книга для тех, кто абсолютно не знает программирования.
Для тех, у кого есть опыт программирования на других языках, рекомендуется использовать книгу Гуидо ван Россума - Учебник по Питону (The Python Tutorial)
Книга на английском языке

Front Matter
Contents
Intro
First things first
Installing Python
Interactive Mode
Creating and Running Programs
Using Python from the command line
Hello, World
What you should know
Printing
Expressions
Talking to humans (and other intelligent beings)
Examples
Exercises
Who Goes There?
Input and Variables
Examples
Exercises
Count to 10
While loops
Examples
Decisions
If statement
Examples
Exercises
Debugging
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
Exercises
Lists
Variables with more than one value
More features of lists
Examples
Exercises
For Loops
Boolean Expressions
Examples
Exercises
Dictionaries
Using Modules
Exercises
More on Lists
Revenge of the Strings
Examples
File IO
Exercises
Dealing with the imperfect (or how to handle errors)
Exercises
The End
FAQ
About this document .

✦ Subjects


Библиотека;Компьютерная литература;Python


📜 SIMILAR VOLUMES


Programming for Non-Programmers - How to
✍ Lott S.F. 📂 Library 🌐 English

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

Cython: a guide for Python programmers
✍ Smith, Kurt W 📂 Library 📅 2015 🏛 O'Reilly Media 🌐 English

<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