Du er ikke logget ind
Beskrivelse
In this book, we focus on constructing logical thinking together with learning Python syntax through over 500 exercises with elaborately organized challenges. Moreover, solutions with flowcharts, codes, and detailed code explanations are included as no other books have ever done before. You can simply follow the content by yourself as the shortcut from Python amateur to an advanced programmer in no time.In this book, you will learn about:1. Introduction of Python2. Print Command3. Variable4. Data Structure5. Operator6. If-Else (Flowchart-Code)7. If-Else (Code-Flowchart)8. If-Else (Problem)9. For & While loop (Flowchart-Code)10. For & While loop (Code-Flowchart)11. For & While loop (Problem)12. Accumulated Problem13. Function14. OOP