
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
Practice multi-line printing in Python by completing tasks that print poems with separate print statements, use backslash escapes and triple quotes, and review the solutions.
Explore the fundamentals of strings in Python, including creating strings with quotes, measuring length, indexing, and slicing. Master concatenation, repetition, and methods like upper, lower, and replace to build strings.
Explore how Python handles integers and floats in arithmetic, including how division yields floats and how the // operator performs integer division that rounds down.
Take a hands-on Python exercise to help time management by converting days to full weeks using integer division and the modulo operator, with a 45-day example.
build a hands-on startup financial calculator in python to compute development, marketing and equipment startup costs, monthly revenue from subscription tiers, operating costs, break-even time, and sensitivity analysis with f-strings.
Explore hands-on pep 8 exercises to enforce python code style, covering indentation, naming conventions, imports, line length, docstrings, and readable formatting through practical examples.
Create interactive Python scripts with the input function, greet users by name, and compute age by converting input to integers and derive the current year with the datetime module.
Read numbers from user input in Python and convert to ints and floats. Practice with a simple calculator to perform calculations and handle a value error.
Build a Python savings goal tracker that computes months to reach a goal from monthly contributions, handles non-whole results with rounding, and optionally outputs years and months.
Explore practical math in Python through hands-on exercises, building a fuel efficiency calculator to compute miles per gallon and a BMI calculator using weight and height inputs.
Develop practical python tools for financial and unit conversion, including a usd to eur currency converter with real-time exchange rates and a mortgage payment calculator.
Explore how to invoke Python functions, pass arguments, and use built-in functions like print, type conversion, and basic numeric operations to improve code readability and reuse.
Explore comparison chaining in Python, using logical operators to combine comparisons and short-circuit evaluation to return values efficiently.
This course is A Beginner's Guide to DevOps Tools, such as Python. The purpose of this course is to prepare you to use these tools from scratch. This course is aimed for IT Pros, Developers, Operators, DevOps, System administrators and Everyone and is supposed to give the viewer the information they need to know to get started with theses tools and its their concepts.
The course is targeted to help learning and getting started with Python and do your job more efficiently and to automate your tasks.
After completing this course, you will be able to:
Setup Python
Scripting with OS module basics
Working with paths
Working with files
Using shutil
Writing basic scripts in Python
And more...