Coding
By Rahul Bodana
02
This books is for those who already mastered the basic concepts, learned basic scripting and now ready for serious topics.
03
Effective Python is there to show you 90 specific ways to write better Python project. This book will helps you understand pythonic way of coding, harness full power of python and write exceptionally robust and well performing code.
04
Fluent Python continue where you left at Basic Python stuff. This book will helps you learn Data structures, Functional programming, Object-oriented idioms, control flow and Metaprogramming.
05
Big book of Small Python projects by Al Sweigart is all about writing simple projects. This books is a collection of 81 Python projects.
06
This book will improve you problem solving skill by helping you develop some hard, twisted and impractical python projects.
07
Great book for Intermediate level Python Programmer. This book teach you some serious and very useful Python tricks to write Beautiful code.
07
Great book for Intermediate level Python Programmer. This book teach you some serious and very useful Python tricks to write Beautiful code.
8
This is a collection of tips to make your Python project useful for real-world. It is not only helpful to make you proficient at coding but show you how to tackle common python problems