English | Size: 8.87 GB
Genre: eLearning
What you’ll learn
The basics of the python programming language.
How to code.
How to think critically and think like a programmer.
How to write code and markdown in Jupyter Notebooks.
Setting up Pycharm IDE and Virtual Environments
Control Flow in Python
Data Structures in Python
Functions in Python
Classes in Python
This course is for beginners who are interested in learning to code. This course begins with teaching Python 3 in an interactive style through the use of Jupyter Notebooks. You will also learn to write programs within the integrated development environment (IDE) Pycharm.
In the setup videos for the course you will be told how to access the Github Repo which has all the content for the course additional to the videos hosted on Udemy. This additional content contains all the Python code files, the practice questions and solutions, as well as all the material in a nicely formatted online book.
Chapter 1: Intro To Python
interactive Python
Jupyter Notebooks
strings
variables
numerical data types (integers and floats)
string formating with f-strings
indexing and slicing strings
getting input from a user
Chapter 2: Control Flow
boolean data type (True and False)
operators
comparison operators (==, !=, >, =,