
In this video, you will learn how to install and set up Python and Pycharm so you can begin coding your Python programs.
In this video, you will learn more about print statements in Python.
In this video, you will learn about variables, how to create them, and their uses.
In this video, you will learn about functions that allow you to convert between different data types.
In this video, you will learn about string concatenation.
In this video, you will learn more about the different things you can do with strings in Python.
In this video, you will learn arithmetic in Python and various math functions you can use.
In this video, you will learn how to take inputs in your program.
In this video, you will learn about conditional statements and their uses in Python.
In this video, you will learn about logical operators that you can use when creating conditional statements.
In this video, you will learn about comparison operators that you can use when creating conditional statements.
In this video, you will practice solving a problem that involves conditional statements and many of the concepts we have learned so far.
In this video, you will learn about while loops in Python.
In this video, you will learn how to create a guessing game using while loops.
In this video, you will learn about Lists in Python.
In this video, you will learn about various list methods you can use in Python.
In this video, you will learn about For Loops in Python.
In this video, you will learn about 2D Lists and Nested Loops in Python.
In this video, you will learn about Tuples in Python.
In this video, you will begin learning about the basics of functions in Python.
In this video, you will learn how to use parameters in functions.
In this video, you will learn how to use the return statement in Python functions.
Learn the basics of Python in a quick and easy-to-understand course! This course will teach you the fundamentals of Python and covers practice problems so you can advance your Python skills quickly. You will learn about installing / setting up Python, input, output, variables, data types, converting between data types, strings, numbers, arithmetic, conditional statements, loops, lists, tuples, and functions.
Topics Covered:
Installing and Setting up Python
Input / Output
Variables
Data Types
Converting between Data Types
Working with Strings
Working with Numbers (Arithmetic, Math Functions, etc.)
Conditional Statements
Loops (While, For)
Lists
Tuples
Functions
Softwares Used:
Pycharm (Platform for coding in Python)
Note: The first video of the course will teach you how to set up Python and Pycharm so you can begin coding your problems right away! The course assumes you have no prior knowledge of Python or programming.
Information about the Instructor:
AlgoSTEM is a non-profit organization led by Arushi Gupta and Akshaj Gupta that aims to increase accessibility to STEM education. Through its free online courses, AlgoSTEM has taught over 35,000 students worldwide. AlgoSTEM instructors are experienced and knowledgeable about the subjects they teach which include computer science, math, and various sciences.
Along with having multiple Udemy courses, AlgoSTEM has a popular YouTube channel called Algorythm that covers solutions to coding problems including those from Leetcode, Codeforces, Codechef, and various math competitions.