Member-only story
Want to Level up Your Python Skills ?— Check Out My New Book
It’s a book about learning pramatic Python skills using solid code examples that address real-life coding problems. It’s current under development, with a planned size of 14 — 15 chapters. You can find more about this book through Manning Early Access Program. I’ll provide updates frequently about the book development. Please stay tuned — consider signing up my free newsletter.
The goal of the book is to help you grow to an intermediate programmer with a solid understanding of the core features of Python, which are independent of your expertise domain. You’ll find out that you can apply most of the techniques frequently in your projects, and you’ll be ready to write Python programs for their daily jobs. Moreover, you’ll become comfortable learning any domain-specific Python tools (e.g., web frameworks and data science) without any language-related obstacles.
Here are the highlights of the book:
Data Structures
- Use constructor and comprehensions (if applicable) to create common data types
- Understand the conversions between different data types
- Retrieve items from common data types
- Choose the proper data type…