
Explore strings and substrings in Python by learning indexing from zero, slicing with start:end:step, and printing every other character, then split strings with the dot split command by spaces.
Explore converting a written grade point into Python using input and nested if statements to output a letter grade (A, B, C, D, or F).
I wrap up this free series and emphasize communication; if you need help, search my name on Google or contact me via YouTube, since direct messages aren't available.
This course is an introduction to python at a basic level. This is geared toward the users who are overwhelmed with other python courses trying to cover too much material without first having a solid grasp of core concepts. This course covers basic input, output, and processes. Give you lots of examples and pushes you to complete the project to fully grasp the topics.
Examples for input include how to capture input from users, how to define data types of user input, and how to assign variables. For the output portion, we will be covering basic output such as print commands, but also the formatting print commands to make the output more meaningful. We will cover the basic processes using common math functions. We will put all of it together with several projects to ensure understanding. We also cover two additional areas conditional statements such as if-statements and error handling through try-except blocks. I keep things really simple so that learners who may feel overwhelmed can take this course and get the basics done without being overwhelmed.
The big takeaway from this course is taking a learner who has very no experience and taking them from knowing nothing and taking them to understand basics inputs, processes, and outputs. Each learner will have several projects that re-enforce your understanding of core concepts.
Keep in mind this is a free course, and I am limited by Udemy guidelines.