Python Coding
English | December 27, 2024 | ASIN: B0CX6B2NN1 | 484 pages | Epub | 910.45 KB
English | December 27, 2024 | ASIN: B0CX6B2NN1 | 484 pages | Epub | 910.45 KB
Python that can be used without packages is called core Python. This book introduces the composition and operating principles of core Python. Of course, in the process, we will apply 2 or 3 packages that are essential for writing Python. Acquiring a programming language is a repetitive process of directly executing existing codes and understanding the results. Therefore, I recommend that you directly execute the codes introduced in this book.
This book consists of a total of 7 chapters and 4 appendices. Chapter 1 introduces the operation and results of Python's essential syntax. Beginners are recommended to read it briefly without a precise understanding, and then read the other chapters carefully before reading it again. Each chapter explains the basic grammar for writing Python, so it can be used not only as an introduction to Python, but also as a reference for specific parts when writing code. I hope this book will help you become more familiar with the Python language and enjoy coding.