Autoplay
Autocomplete
Speed
Previous Lecture
Complete and Continue
BECOME A DATA ANALYST USING PYTHON
Important
Special Note
Instructions Manual
Manual
Section 01: What is Programming? Why should you care?
Understanding the significance of programming in your personal and professional life (5:57)
Working File
Section 02: Preparing your environment
Installing python on Windows/Linux/Mac (3:54)
Playing with pip and installing packages (5:32)
Playing with the python shell (11:59)
Choosing the right IDE/Code editor (10:52)
Writing your first python code and running it under different environments (8:07)
Quiz 02
Section 03: Beginning with Basics
0301 Dealing with variables and string (6:39)
0302 Numbers and different operators in python (2:43)
0302b Numbers and different operators in python (12:04)
0303 Introduction with important built-in types in python (5:50)
0303b Introduction with important built-in types in python (2:38)
0303c Introduction with important built-in types in python (4:35)
Quiz 003
Review our Course
Section 04: Logical and looping constructs
0401 Understanding logical operators and expressions (11:15)
0402 Making decisions through if-else clauses (9:20)
0403 Repeating or looping the decisions multiple times and stopinng them (7:40)
0404 Handling the errors and exceptions in the decisions. (8:52)
Quiz 004
Section 05: Dealing with functions
0501 Creating your first function (7:18)
0502 Understanding input parameters and return type in functions (5:06)
0503 Nesting functions (3:02)
0504 Calling functions from other function (6:27)
0505 Writing recursive functions (6:56)
Quiz 005
Section 06: Modules & Packages
0601 Organizing your code into modules and packages (9:57)
Quiz 006
Section 07: Dealing with file I/O in Python
0701 Dealing with your first file and using write operation (3:28)
0702 Reading from files and processing the text (3:31)
0703 Handling file errors (3:28)
0704 Exploring the OS package to play with paths and directories (7:49)
Quiz 007
Section 008: What is Data Science
0801 What is data Science and what do data scientists do? (7:03)
0802 Why python for data analysis and other data related tasks? (4:44)
Section 009: Understanding RDBMS
0901 Introduction to RDBMS (6:19)
0902 Introduction to POSTGRESQL (5:05)
0903 Installing postgresql on different platforms (4:18)
0904 Playing with postgresql (4:10)
0904b Playing with postgresql (11:47)
0905 Dealing with postgresql using python (8:24)
0906 Case study (4:11)
Quiz 009
Case Study Solution (Downloadable link)
Section 010: What are the other data sources out there?
1001 Introduction with different data sources (8:44)
1002 Understanding JSON (1:29)
1003 Dealing with JSON using python (5:48)
1004 Understanding CSV (2:00)
1005 Dealing with CSV using python (5:15)
1006 Understanding XML (2:53)
1007 Dealing with XML using python (6:07)
1008 Understanding EXCEL (1:29)
1009 Dealing with EXCEL using python (7:51)
1010 Excel Processing 1 (4:10)
1011 Excel Processing 2 (5:02)
1012 Case study (2:55)
Quiz 010
Case Study Solution (Downloadable link)
Section 011: Dealing with Non-Relation database management systems
1101 Brief introduction to Big Data (4:40)
1102 What is NOSQL (2:44)
1103 MONGODB The first inrtoduction (3:30)
1104 Installing MONGODB on your platfrom (4:59)
1105 Getting down with MONGODB (6:47)
1106 Interacting with MONGODB with python using PYTMONGO (5:22)
Quiz 011
Section 012: Dealing with Web Data
1201 Understanding the WEB world Why would need data from web (4:53)
1202 What is Web Scraping (7:23)
1203 The Introduction to Requests and Beautiful Soup module (9:20)
1203b The Introduction to Requests and Beautiful Soup module (3:48)
1204 Creating a simple web sraper using python (5:32)
1205 Dealing with scraped data using NOSQL (3:31)
1206 Case study (3:13)
1207 Web Scraper Solution (4:05)
Quiz 012
Section 013: Data Analysis and Visualization
1301 What is Data Analysis? What are its applications? (6:32)
1302 Brief introduction to NUMPY and PANDAS (4:57)
1303 Playing with your Data Frame (4:04)
1304 Visualizing and understanding your scraped data. Getting down with MATPLOTLIB (5:44)
1305 Data Visualization Example (2:57)
1306 Case study (4:41)
Quiz 013
Case Study Solution (Downloadable link)
Section 014: Data Nitro
1401 What is EDA (Exploratory Data Analysis)? (4:17)
1402 Introduction to Data Nitro (3:16)
1403 Basic Operation of Data Nitro (4:19)
1404 Charts in Data Nitro (4:36)
1405 Data Nitro Example (2:54)
1406 Case study (2:41)
Quiz 014
Case Study Solution (Downloadable link)
Review our Course
0701 Dealing with your first file and using write operation
Lecture content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock