Python Tutorial for Beginners | Full Course | Jupyter Notebook

Опубликовано: 25 Июль 2026
на канале: Sohail Khan
260
12

This complete Python tutorial for beginners will help you get familiar with the basics of programming in Python! Start on the path to becoming a great coder with this tutorial that is easy to understand.

If you have ever thought about a career in Data Science or Software Development, this Python course is a great place to start.

Our code will be written in Jupyter Notebooks, with some materials linked below on my GitHub page that you can follow along with.

GitHub: https://github.com/sohailkhan-ml/tuto...

NOTE: If you do not get Jupyter Notebooks installed as shown in the setup, please see the following link for some help on getting that installed and running. I recommend to install the "classic" Jupyter Notebook using Pip.

https://jupyter.org/install

As this is my first video - I would really appreciate any feedback via the comments section. :)

Thank you for watching!

--Chapters--
00:00:00 Hello
00:03:10 Setup
00:13:43 Introduction
00:22:19 Operators
00:36:09 Numbers
00:46:34 Strings
01:08:45 Collections
01:32:33 Decision Making
01:45:05 Loops
02:09:15 Functions
02:30:52 Exceptions
2:40:22 The End