Novels About Computer Technology and Hacker Technology
It is a novel that allows novices to understand the core of computer technology. The genre is similar to "Rebirth, I am the God of Stocks", with a novel plot but also a lot of interesting information.
11.9MViews239Books19dUpdated
This book is really suitable for a programming novice like me! It uses many examples to explain Python syntax, making it easy for me to understand. I especially like the game design and image processing sections in the book. I find them very interesting and related to my interests and hobbies. After reading this book, I feel more confident about learning Python. Maybe I can use Python to make my own games or process my own photos like the examples in the book! Recommended to friends who want to learn Python~😃
This book is quite good as a basic introduction to Python, but one shortcoming is that there is still less talk about Python classes. Some magic methods such as __init__ are quite commonly used in Python. Even if you are getting started, you still need to understand these methods.