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-Pr…
Master Python programming fundamentals
Learn how to install Python to get up and running in no time
Learn how to process data to create Olympics Medals Tables
Solve multiple specific problems for a customer in the real world
Learn all about objects and variables in Python
Understand functions and function parameters in Python