Python Practice: Operations
17mBeginner2023-09-13
Authors

Scott Simpson
Creating Technology Courses as a Senior Staff Author at LinkedIn
Course details
If you’re looking to practice basic operations in Python, this course was designed just for you. Join LinkedIn Learning staff instructor Scott Simpson as he leads you through a series of automated coding challenges hosted by CoderPad, the skills-first, technical assessment platform that lets you write live code in a realistic coding environment. Each challenge in the course includes a set of instructions and a couple of code editors you can use to create and test your own solution. Scott shows you get started testing your skills as a Python programmer with seven operations-focused challenges. Learn how to determine if two strings are equal, replace a string, reverse a string, format a string, insert a string, determine whether a string contains certain letters, and check to validate if multiple strings are anagrams.
Skills covered
PythonProgramming LanguagesOpen SourceSoftware DevelopmentOne-Off
Concepts
0. Introduction
- 01 - Try your Python programming skills
- 02 - What you need to know
- 03 - Exploring the Lab environment
1. Code Challenges
- 04 - Solution - Are two strings equal
- 05 - Solution - String replacement
- 06 - Solution - Reverse a string
- 07 - Solution - Format a string
- 08 - Solution - Insert into a string
- 09 - Solution - Does a string contain all the letters
- 10 - Solution - Anagram validator
Conclusion
- 11 - Next steps