Python Bookcamp

Python Bookcamp

Regular price
$39.50
Sale price
$39.50
Regular price
$54.50
Sold out
Unit price
per 
Shipping calculated at checkout.

Python Bookcamp: Exercises and Projects is a quick programming guide to the Python programming language. This book follows the boot camp approach. It enables you to make interesting programs in no time.
The world is changing, and additional features keep developing. But the core concepts are evergreen. So, the book focuses on core topics in-depth, but it does not cover ÒA-ZÓ in Python at the same time.
The book has twelve chapters. The first chapter is a simple warm-up session for you. Here youÕll set up your programming environment. The second chapter talks about the Python basics. Here you learn about variables, operators, and comments. Each subsequent chapter contains exercises and hands-on projects for you. As you move on, these projects will be more complex. You implement the case studies using the concepts you learn in a previous chapter. At the beginning of these chapters, you get an overview and description of the projects. Once you finish reading these chapters, you get the complete solutions.
The book covers both the common and the advanced data types along with the topic of loop and decision making. It also covers file handling, functions, and modules with exception handling mechanisms too. The last chapters of this book cover the object-oriented programming basics. Here you see the usage of classes and objects. In the end, there is a chapter to show you how to write useful test cases to verify your code.
You will:
¥ Work with fundamental features of Python3 in a Windows 10 environment.
¥ Use Python command shell for short scripts and PyCharm community edition for extensive programs. It is open-source.
¥ Implement case-studies to understand these concepts fast.

The source code and other details are available at https://github.com/Vaskaran/PythonBookcamp