A beginner Python course covering all of the basics you need to know

What you will learn

Python Basics from Scratch

Variables and Data Types in Python

Input/Output in Python

Working with Strings in Python

Working with Numbers in Python (Arithmetic, Functions, etc.)

Conditional Statements in Python

Loops (While, For) in Python

Lists in Python

Tupes in Python

Functions in Python

Description

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.


Get Instant Notification of New Courses on our Telegram channel.


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.

English
language

Content

Introduction

Introduction

Set-up and Getting Started

Installing and Setting Up Pycharm
Print Statements

Variables and Data Types

Variables
Data Types
Converting Between Data Types
Quiz 1

Working with String, Numbers, and Input

String Concatenation
Working with Strings
Working with Numbers
Input Function
Quiz 2

Conditional Statements (If/Elif/Else)

Conditional Statements
Logical Operators
Comparison Operators
Practice Problem
Quiz 3

Loops, Lists, and Tuples

While Loops
Guessing Game
Lists
List Methods
For Loops
2D Lists and Nested Loops
Tuples
Quiz 4

Functions

Functions – Part 1
Functions – Part 2
Return Statement
Quiz 5