Python
ru
This book is an introduction to programming using Python. This is not a language book, but a book about programming and computer science in General, using Python because it is more convenient for beginners. It is suitable for students who are learning Python, and those who want to start learning programming, but do not know where to start.
Topics in the book:
✔Computers and programs;
✔Writing simple programs;
✔Lines, lists, files;
✔Functions;
✔Algorithms and recursion;
✔Object-oriented design and others.
Dignities:
➕Good structure;
➕Good author's style;
➕Lots of code examples.