- Free Beginner Course going over the fundamentals of Python programming.
- Free tutorial
- Rating: 3.9 out of 53.9 (1,697 ratings)
- 33,047 students
- 50min of on-demand video
- Created by Derrick Sherrill
- English
What you’ll learn
- Python Fundamentals
- A high level object oriented programming language
- object Oriented Programming
Requirements
- No Requirements
Description
In this free, brief course we’ll cover all the fundamentals of building python scripts. We’ll go through everything you need to know and understand in Python (and we’ll do it quick too.) In this one hour course we’ll cover more topics than what many other courses cover in multiple hours. We focus on understanding with examples and scenarios rather than all the technical use cases. Once you have a working knowledge of all the components, all the technical use cases come easy.
Who this course is for:
- People curious of Python Programming
- Beginner Data Scientists
Show less
Course content
2 sections • 17 lectures • 50m total lengthCollapse all sections
Introduction1 lecture • 1min
- Brief Intro and syllabus00:27
Learn Python Basics16 lectures • 50min
- Download & Set Up – Mac OS03:58
- Download & Set Up – Windows01:21
- Syntax & Commenting03:32
- Variables and Data Types04:12
- Composite Data Types04:48
- Numbers02:50
- Lists04:23
- Strings02:32
- Tuples01:30
- Sets / Frozensets03:27
- Dictionaries03:01
- If Loops03:06
- While Loops02:01
- For Loops02:48
- Functions02:19
- Class Objects04:07