Python
Master Your Skills!
Assess your proficiency with Smart Skills and get personalized training to skip what you already know, or start as a beginner and master your skills from the ground up.Learn smarterExplore all library
- LEARNING PATHAndrew LarkinPython for BeginnersBeginnerDuration: Up to 5 hours and 56 minutesAuthor: Andrew Larkin; Difficulty: Beginner; Description: Designed for people new to programming, this Course provides a excellent start point for getting started with the Python scripting language.; Duration: Up to 5 hours and 56 minutes; Content Topics: Development; This learning path has: 2 Courses, 1 Lab challenge, 1 Exam, 3 Hands-on labs
- LEARNING PATHJeremy CookPythonic ProgrammingIntermediateDuration: Up to 5 hours and 30 minutesAuthor: Jeremy Cook; Difficulty: Intermediate; Description: This course provides a deep dive into advanced areas of the Python programming language.; Duration: Up to 5 hours and 30 minutes; Content Topics: Development Tools, Web; This learning path has: 6 Courses, 5 Exams, 2 Hands-on labs
- LEARNING PATHAndrea GiussaniMachine Learning with PythonIntermediateDuration: Up to 9 hours and 38 minutesAuthor: Andrea Giussani; Difficulty: Intermediate; Description: This course explores a range of techniques for building machine learning pipelines with Python.; Duration: Up to 9 hours and 38 minutes; Content Topics: Machine Learning; This learning path has: 3 Courses, 2 Lab challenges, 2 Exams, 3 Hands-on labs
- LEARNING PATHJeremy CookPython based Microservices - Go from Zero to HeroIntermediateDuration: Up to 9 hours and 30 minutesAuthor: Jeremy Cook; Difficulty: Intermediate; Description: Building Microservices With Python, Flask, and Docker Containers; Duration: Up to 9 hours and 30 minutes; Content Topics: Containers; This learning path has: 3 Courses, 1 Resource, 1 Exam, 2 Hands-on labs
- LEARNING PATHBen LambertServerless Python Web Development For AWSIntermediateDuration: Up to 4 hours and 29 minutesAuthor: Ben Lambert; Difficulty: Intermediate; Description: Teach developers how to create a fully serverless web application using Lambda, API Gateway, Cognito, S3, and DynamoDB.; Duration: Up to 4 hours and 29 minutes; Content Topics: Serverless; This learning path has: 1 Course, 1 Exam, 1 Hands-on lab
- LEARNING PATHAndrea GiussaniWorking with Python Visualization ToolsIntermediateDuration: Up to 6 hours and 28 minutesAuthor: Andrea Giussani; Difficulty: Intermediate; Description: A deep dive into the visualization tools and libraries available in Python.; Duration: Up to 6 hours and 28 minutes; Content Topics: Analytics, Development; This learning path has: 3 Courses, 1 Exam, 2 Hands-on labs
- LEARNING PATHAndrew LarkinPractical Data Science with PythonAdvancedDuration: Up to 13 hours and 32 minutesAuthor: Andrew Larkin; Difficulty: Advanced; Description: This course explores the world of data science and gives you hands-on, practical tutorials on how to use Python at an advanced level.; Duration: Up to 13 hours and 32 minutes; Content Topics: Development; This learning path has: 5 Courses, 1 Lab challenge, 1 Exam, 2 Hands-on labs
- LEARNING PATHAndrew BurchillSolving Real World Problems with Regular Expressions in PythonBeginnerDuration: Up to 2 hours and 50 minutesAuthor: Andrew Burchill; Difficulty: Beginner; Description: This course is made up entirely of hands-on labs to help you master regular expressions in Python!; Duration: Up to 2 hours and 50 minutes; Content Topics: Development; This learning path has: 1 Lab challenge, 3 Hands-on labs
- LEARNING PATHLogan RakaiPython Beginner's Challenge GauntletBeginnerDuration: Up to 1 hour and 40 minutesAuthor: Logan Rakai; Difficulty: Beginner; Description: Run the gauntlet of Python lab challenges that increase in difficulty but are suitable for Python beginners.; Duration: Up to 1 hour and 40 minutes; Content Topics: Development; This learning path has: 5 Lab challenges
- HANDS-ON LABAndrea GiussaniIntroduction to Financial Data Manipulation with PythonBeginnerDuration: Up to 1 hourAuthor: Andrea Giussani; Difficulty: Beginner; Description: The goal of this lab is to consolidate your data management and manipulation skills using Python.; Duration: Up to 1 hour; Content Topics: Development, Analytics; This hands-on lab has: 2 Lab steps
- HANDS-ON LABBen LambertPython: ExceptionsIntermediateDuration: Up to 2 hoursAuthor: Ben Lambert; Difficulty: Intermediate; Description: Understanding how to handle exceptions is an essential aspect of Python development. Learn how to create, handle, and raise exceptions in Python through hands-on learning.; Duration: Up to 2 hours; Content Topics: Development; This hands-on lab has: 5 Lab steps
- HANDS-ON LABBen LambertPython: Introduction to SQLAlchemyAdvancedDuration: Up to 2 hoursAuthor: Ben Lambert; Difficulty: Advanced; Description: SQLAlchemy is a module designed to provide better developer ergonomics for database access and interactions. Learn how to interact with relational databases in Python with SQLAlchemy.; Duration: Up to 2 hours; Content Topics: Development; This hands-on lab has: 7 Lab steps
- HANDS-ON LABBen LambertPython: Introduction to DebuggingIntermediateDuration: Up to 2 hoursAuthor: Ben Lambert; Difficulty: Intermediate; Description: Debugging is a natural part of the development process. This lab introduces three debugging techniques for effectively debugging Python applications.; Duration: Up to 2 hours; Content Topics: Development; This hands-on lab has: 7 Lab steps
- HANDS-ON LABBen LambertPython: Introduction to PipIntermediateDuration: Up to 2 hoursAuthor: Ben Lambert; Difficulty: Intermediate; Description: Pip is a package installer for Python. Pip is used to install packages from the Python Package Index, other indexes, local distributions, URLs, and source control systems. This lab introduces some of the core concepts of pip.; Duration: Up to 2 hours; Content Topics: Development; This hands-on lab has: 6 Lab steps
- HANDS-ON LABBen LambertPython: Introduction to UnittestIntermediateDuration: Up to 2 hoursAuthor: Ben Lambert; Difficulty: Intermediate; Description: Python's built-in unittest module is a testing framework for creating unit and integration tests. This lab introduces the unittest module through hands-on learning.; Duration: Up to 2 hours; Content Topics: Development; This hands-on lab has: 12 Lab steps
- LEARNING PATHBen LambertPython Fundamentals for Novice ProgrammersBeginnerDuration: Up to 48 hours and 51 minutesAuthor: Ben Lambert; Difficulty: Beginner; Description: Python has become one of the most popular programming languages. This course introduces the core language features through courses and hands-on labs.; Duration: Up to 48 hours and 51 minutes; Content Topics: Development; This learning path has: 24 Courses, 22 Hands-on labs
- HANDS-ON LABBen LambertPython: InheritanceIntermediateDuration: Up to 2 hoursAuthor: Ben Lambert; Difficulty: Intermediate; Description: Object oriented programming consists of bundling data and code together into a single entity referred to as **objects**. Object inheritance is an important aspect of object-oriented programming. Learn how to create object hierarchies in this hands-on lab.; Duration: Up to 2 hours; Content Topics: Development; This hands-on lab has: 6 Lab steps
- HANDS-ON LABJun FritzDefining Cloud Infrastructure with the AWS CDK v2 in PythonIntermediateDuration: Up to 1 hourAuthor: Jun Fritz; Difficulty: Intermediate; Description: Learn how to define your cloud application resources using the AWS Cloud Development Kit v2 in Python in this hands-on lab.; Duration: Up to 1 hour; Content Topics: Amazon Web Services; This hands-on lab has: 6 Lab steps
- HANDS-ON LABBen LambertPython: Blackjack LabBeginnerDuration: Up to 3 hoursAuthor: Ben Lambert; Difficulty: Beginner; Description: Build upon your Python skills by creating a console based blackjack game. This lab demonstrates how the Python language is used to create and control objects. It leverages a wide range of Python's functionality such as classes, functions, loops, conditionals, built-in objects, doctests, and more.; Duration: Up to 3 hours; Content Topics: Development; This hands-on lab has: 6 Lab steps
- HANDS-ON LABBen LambertPython: Magic MethodsIntermediateDuration: Up to 2 hoursAuthor: Ben Lambert; Difficulty: Intermediate; Description: Learn how to use magic methods to control the way that objects interact with the Python language syntax and built-in functions. This lab covers commonly used magic methods through hands-on learning.; Duration: Up to 2 hours; Content Topics: Development; This hands-on lab has: 4 Lab steps
- HANDS-ON LABBen LambertPython: Introduction to MockingIntermediateDuration: Up to 2 hoursAuthor: Ben Lambert; Difficulty: Intermediate; Description: The unittest.mock module is Python's built-in mocking and patching module. Used to replace objects with fake implementations during testing. This lab introduces the unittest.mock module through hands-on learning.; Duration: Up to 2 hours; Content Topics: Development; This hands-on lab has: 12 Lab steps
- HANDS-ON LABBen LambertPython: Simple Guessing GameBeginnerDuration: Up to 45 minutesAuthor: Ben Lambert; Difficulty: Beginner; Description: Build your Python skills by creating a basic console based guessing game. Combine Python's language fundamentals to build a game that prompts player's to guess a number between 1 and 20.; Duration: Up to 45 minutes; Content Topics: Development; This hands-on lab has: 2 Lab steps
- HANDS-ON LABBen LambertPython: PalindromeBeginnerDuration: Up to 1 hourAuthor: Ben Lambert; Difficulty: Beginner; Description: Challenge your knowledge of Python by implementing functions used to check words and phrases for palindromes.; Duration: Up to 1 hour; Content Topics: Development; This hands-on lab has: 4 Lab steps
- HANDS-ON LABParveen SinghWorking with Azure Virtual Machines using Python SDKIntermediateDuration: Up to 1 hourAuthor: Parveen Singh; Difficulty: Intermediate; Description: Learn how to use Python SDK to interact with the Azure environment and create virtual machine resources using Azure CLI and Python SDK in this hands-on lab.; Duration: Up to 1 hour; Content Topics: Microsoft Azure; This hands-on lab has: 3 Lab steps