Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn the fundamentals of Python programming in this comprehensive one-hour tutorial. Discover how to write your first Python program, work with variables, handle user input, and perform type conversions. Explore string manipulation, arithmetic operations, and operator precedence. Master comparison and logical operators, implement conditional statements, and practice with exercises. Dive into loops, lists, and their methods, and understand the range() function and tuples. Gain practical coding skills applicable to various fields, including machine learning and web development.
Syllabus
Introduction .
What You Can Do With Python .
Your First Python Program .
Variables.
Receiving Input.
Type Conversion.
Strings.
Arithmetic Operators .
Operator Precedence .
Comparison Operators .
Logical Operators.
If Statements.
Exercise.
While Loops.
Lists.
List Methods.
For Loops.
The range() Function .
Tuples.
Taught by
Programming with Mosh
Reviews
4.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
I used this course to help me understand how to code on a deeper level. The videos were short and concise, unlike many other courses I have completed in the past. Furthermore, it was interactive as that it gave exercises to practice coding the programs and he explained how to set up an integrated development environment at the beginning of the course; this was very useful