Python Made Easy

Nilabh Nishchhal

Language: English

Publisher: Notion Press

Published: Oct 20, 2020

Description:

Python Made Easy: Beginners Guide to Programming and Data Analysis using Python
Get comprehensive learning of Python Programming starting from the very basics and going up to utilizing python libraries for data analysis and Visualization. Based on the author’s journey to master Python, this book will help you to quickly start with writing programs and solving your problems using Python. It provides an ideal and elegant way to start learning Python, both for a newcomer to the programming world and a professional developer expert in other languages.
This book comes loaded with illustrations and real-life examples. It gives you exercises which challenge you to refresh your conceptual clarity and write better codes. It is super easy to follow and will work as a self-paced tutorial to get you started with the latest and best in Python. All the advanced Python features to date are included.
• Get to know the history, present, and future of Data Science
• Get introduced to the basics of Computer Programming
• Explore the exciting world of Python using Anaconda
• Learn how to install and use Python on your computer
• Create your Variables, Objects and learn Syntax of operations
• Explore Python’s built-in object types like Lists, dictionaries, Tuples, Strings and sets
• Learn to make your codes reusable by using functions
• Organize your codes, functions and other objects into larger components with Modules
• Explore Classes the Object-Oriented Programming tool for elegant codes
• Write complex codes and learn how to handle Errors and Exceptions
• Learn about NumPy arrays and operations on them
• Explore data analysis using pandas on a real-life data set
• Dive into the exciting world of Visualization with 3 chapters on Visualization and Matplotlib
• Experience the Power of What you learnt by 3 projects
• Learn to make your own application complete with GUI by using API