Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Mastering Python: 100+ Solved and Commented Exercises to Accelerate Your Learning

Posted By: TiranaDok
Mastering Python: 100+ Solved and Commented Exercises to Accelerate Your Learning

Mastering Python: 100+ Solved and Commented Exercises to Accelerate Your Learning by Ruhan Conce
English | 2023 | ISBN: N/A | ASIN: B0C9YTG42C | 200 pages | EPUB | 15 Mb

Exercise your programming logic skills in Python with the book "Mastering Python: 100+ Solved and Commented Exercises to Accelerate Your Learning".

In this book, over 100 programming logic exercises are presented, all solved and commented. In many exercises, multiple solutions are provided so that you can compare different ways of solving a programming problem.

WHO IS THIS BOOK FOR?

This book is aimed at people who are starting to program and need to develop their programming logic skills using the Python language.
BOOK STRUCTURE

This book is divided into 7 chapters according to programming topics.

Mathematical Formulas (15 exercises)
Strings (10 exercises)
Conditionals (20 exercises)
Loops (25 exercises)
Arrays (10 exercises)
Matrices (10 exercises)
Recursive Functions (10 exercises)

INTRODUCTORY CONTENT
In each chapter, before presenting the exercises and their respective solutions, a brief introduction/review of Python is provided on the topic covered in the chapter. Some of the topics covered in these summaries include:

Print and input functions
Mathematical operations
Comparators and logical operators
Conditionals
Loops
Arrays
Strings
Slicing of Arrays