Tudor-Python-ajk*$0# 1,87,87,pro,eng,20210812,20210815,4,James Tudor: Basics Of Python Programming ama, eng, Table of Contents 0062 Who Is This Book For? 0073 What Is Python? 0073 Interpreted Not Compiled 0073 Advantages of Python as an Interpreted Language 0083 Scripts 0093 Python as a General Purpose Programming Language 0093 Community Frameworks, Toolkits, Libraries, and Modules 0093 Programming Paradigms and Object Oriented Programming 0103 History, Background, and Evolution 0113 Core Philosophy and Uniqueness 0113 Summary 0142 Chapter 1 Getting Started With Python 0143 Python 2.x vs. Python 3.x 0153 Installing the Interpreter 0153 Using Python Shell and IDLE 0163 Writing Your First Program 016b 20210811 0+16 15% Tudor-Python 87 0163 Shell, IDLE, and Scripts Syntax 0173 Prompt Indentation 0183 Indentation Prompt 0193 Python Shell Navigation 0193 IDLE Navigation 0203 Troubleshooting Installation Issues 0213 Practice Exercise 0213 Chapter Summary 023b 20210812 =16+7 20% Tudor-Python 87 0232 Chapter 2 0233 Variables and Operators 0243 Computer Basics Computer Program 0253 What Are Variables? 0273 Naming Variables 0283 Using Variables Naming Conventions Naming by Description 032b 20210814 =0+32 30% Tudor-Python 87 0323 Introduction to Expressions and Python Operators 0323 Expressions 0333 Operators 0333 Arithmetic Operators Relational Operators Assignment Operator Logical Operators Truth Table Membership Operators Identity Operators Bitwise Operators Truth Table Practice Exercise Chapter Summary 0493 Chapter 3 032b 20210814 =0+32 30% Tudor-Python 87 Simple Data Types Numbers String Combining/Concatenating strings Avoiding Type Errors with Conversion Functions Avoiding, Replacing, and Stripping Whitespace Avoiding syntax errors with strings Collections/Sequences Tuple Dictionary Styling your code 0783 General Style Guide Indentation Line length Blank lines Practice Exercise Chapter Summary Chapter 4 Conditions and Loops “if” statements Else Statements Code Blocks Loops While For Loop Break Continue Error Handling Try and Except Variable Styling Practice Exercise 0813 Chapter Summary What Comes after This? The End 087b 20210815 =32+55 100% Tudor-Python 87 ### 20210815 #eng Complete Abracadabra Is this to be taken seriously, or is it a practical joke for complete fools? After more Than 60 years of daily programming in FORTRAN, Basic, and Delphi, and now HTML I feel fooled and completely deceived. Cannot imagine learning this. Cannot either imagine sending this "review" to Amazon as I usually do. Goodbye Python! This was my first reaction right after completing half of this guide. Then, having acquainted more closely with the matter, I only state that I will not advance further, but continue with my 40 years of Borland's Delphi. Thus also, I must do more right to this introduction by allowing four stars to it, if not all five, for the limited use of it for myself. #rus Полная абракадабра Следует ли воспринимать это всерьез или это розыгрыш для полных дураков? После более чем 60 лет ежедневного программирования на FORTRAN, Basic и Delphi, а теперь и на HTML, я чувствую себя полностью обманутым. Не могу себе представить, чтобы узнать это. Не могу себе представить, чтобы отправить этот «обзор» на Amazon как я обычно так делаю. Прощай, Python! Это была моя первая реакция сразу после того, как я прочитал половину этого руководства. Затем, более подробно ознакомившись с этим вопросом, я лишь заявляю, что не буду продвигаться дальше, а продолжу свой 40-летний опыт работы с Borland's Delphi. Таким образом, я должен сделать более правильным это введение, присвоив ему четыре звезды, если не все пять, для ограниченного использования для себя. #fin Täydellistä Abracadabraa Onko tämä otettava vakavasti vai onko tämä practical joke täydellisille hölmöille? Yli 60 vuoden päivittäisen ohjelmoinnin FORTRAN, Basic ja Delphi ja nyt HTML jälkeen tunnen itseni huijatuksi ja täysin petetyksi. En voi kuvitella oppivani tätä. En voi edes kuvitella lähettäväni tätä "arvostelua" Amazonille Yleensä niin teen. Hyvästi Python! Tämä oli ensimmäinen reaktioni, kun olin käynyt läpi puolet tästä oppaasta. Sitten, kun olen perehtynyt asiaan tarkemmin, totean vain, etten aio edetä pidemmälle, vaan jatkan 40-vuotista uraani Borlandin Delphilläni. Siten myös minun on tehtävä enemmän oikeutta tälle johdannolle antamalla sille neljä tähteä, ellei kaikkea viittä, sen itseni kannalta rajoitetun käytön vuoksi. @@@ ***