-
Book Overview & Buying
-
Table Of Contents
Python Bootcamp in a Day - Python Programming for Beginners
By :
Python Bootcamp in a Day - Python Programming for Beginners
By:
Overview of this book
Python is one of the most popular computer programming languages and this hands-on course for beginners will make it easy for someone who wants to get started with learning Python.
This course takes you through the introduction to the course and the learning objectives. You will learn to get started with Replit and write your first Python program. You will learn to store, process, and compare information in Python as well as learn to tidy messy data. You will learn about variables, strings, dictionaries, indexing, and slicing in Python. Further, you will understand loops in Python along with break, continue, and else functions.
Moving ahead, you will understand error handling in Python, get to know the try-and-catch block, and learn to add resources to Replit. You will also understand function parameters and explore the difference between local and global variables, and positional and keyword parameters. You will learn to work with JSON and clean the data along with various numeric functions such as min, max, and sum.
By the end of the course, you will gain a solid foundation in Python programming and be able to write high-quality code in Python.
All resources and code files are placed here: https://github.com/PacktPublishing/Python-Bootcamp-in-a-day---Python-Programming-for-Beginners
Table of Contents (14 chapters)
Getting Set Up
Storing Information
Processing Information
Comparing Information
Tidying Messy Data
Storing Multiple Things
Processing Collections
Robust Programs - Handling Errors
Saving the Results - Working with Files
Breaking Up Larger Programs, Part 1
Summarising and Presenting the Results
Breaking Up Larger Programs, Part 2
Getting Set Up on a PC or MAC