Course programme
What is coding? - It's a lot like cooking!
4 lectures 30:29
Introduction
Python is one of the most intuitive and easiest languages to learn programming - it's practically like english! But it's incredibly powerful as well. This course starts from 0 - you don't have to know anything about coding. At the end of the course, you will be building serious python projects for data analysis, natural language processing and machine learning.
Coding is like Cooking
If you are absolutely new to coding, don't be intimidated in the least - its just like cooking.
Anaconda and Pip
Anaconda's iPython is a Python IDE. The best part about it is the ease with which one can install packages in iPython - 1 line is virtually always enough. Just say '!pip'
Variables are like containers
Coding is like cooking and variables are like containers. There are different types of variables - numeric, string, lists dictionaries. Write your very first python program and create some variables.
What is coding? - It's a lot like cooking!
4 lectures 30:29
Introduction
Python is one of the most intuitive and easiest languages to learn programming - it's practically like english! But it's incredibly powerful as well. This course starts from 0 - you don't have to know anything about coding. At the end of the course, you will be building serious python projects for data analysis, natural language processing and machine learning.
Coding is like Cooking
If you are absolutely new to coding, don't be intimidated in the least - its just like cooking.
Anaconda and Pip
Anaconda's iPython is a Python IDE. The best part about it is the ease with which one can install packages in iPython - 1 line is virtually always enough. Just say '!pip'
Variables are like containers
Coding is like cooking and variables are like containers. There are different types of variables - numeric, string, lists dictionaries. Write your very first python program and create some variables.
Introduction
Python is one of the most intuitive and easiest languages to learn programming - it's practically like english! But it's incredibly powerful as well. This course starts from 0 - you don't have to know anything about coding. At the end of the course, you will be building serious python projects for data analysis, natural language processing and machine learning.
Introduction
Python is one of the most intuitive and easiest languages to learn programming - it's practically like english! But it's incredibly powerful as well. This course starts from 0 - you don't have to know anything about coding. At the end of the course, you will be building serious python projects for data analysis, natural language processing and machine learning.
Introduction
Python is one of the most intuitive and easiest languages to learn programming - it's practically like english! But it's incredibly powerful as well. This course starts from 0 - you don't have to know anything about coding. At the end of the course, you will be building serious python projects for data analysis, natural language processing and machine learning.
Introduction
Python is one of the most intuitive and easiest languages to learn programming - it's practically like english! But it's incredibly powerful as well. This course starts from 0 - you don't have to know anything about coding. At the end of the course, you will be building serious python projects for data analysis, natural language processing and machine learning.
Python is one of the most intuitive and easiest languages to learn programming - it's practically like english! But it's incredibly powerful as well. This course starts from 0 - you don't have to know anything about coding. At the end of the course, you will be building serious python projects for data analysis, natural language processing and machine learning.
Python is one of the most intuitive and easiest languages to learn programming - it's practically like english! But it's incredibly powerful as well. This course starts from 0 - you don't have to know anything about coding. At the end of the course, you will be building serious python projects for data analysis, natural language processing and machine learning.
Coding is like Cooking
If you are absolutely new to coding, don't be intimidated in the least - its just like cooking.
Coding is like Cooking
If you are absolutely new to coding, don't be intimidated in the least - its just like cooking.
Coding is like Cooking
If you are absolutely new to coding, don't be intimidated in the least - its just like cooking.
Coding is like Cooking
If you are absolutely new to coding, don't be intimidated in the least - its just like cooking.
If you are absolutely new to coding, don't be intimidated in the least - its just like cooking.
If you are absolutely new to coding, don't be intimidated in the least - its just like cooking.
Anaconda and Pip
Anaconda's iPython is a Python IDE. The best part about it is the ease with which one can install packages in iPython - 1 line is virtually always enough. Just say '!pip'
Anaconda and Pip
Anaconda's iPython is a Python IDE. The best part about it is the ease with which one can install packages in iPython - 1 line is virtually always enough. Just say '!pip'
Anaconda and Pip
Anaconda's iPython is a Python IDE. The best part about it is the ease with which one can install packages in iPython - 1 line is virtually always enough. Just say '!pip'
Anaconda and Pip
Anaconda's iPython is a Python IDE. The best part about it is the ease with which one can install packages in iPython - 1 line is virtually always enough. Just say '!pip'
Anaconda's iPython is a Python IDE. The best part about it is the ease with which one can install packages in iPython - 1 line is virtually always enough. Just say '!pip'
Anaconda's iPython is a Python IDE. The best part about it is the ease with which one can install packages in iPython - 1 line is virtually always enough. Just say '!pip'
Variables are like containers
Coding is like cooking and variables are like containers. There are different types of variables - numeric, string, lists dictionaries. Write your very first python program and create some variables.
Variables are like containers
Coding is like cooking and variables are like containers. There are different types of variables - numeric, string, lists dictionaries. Write your very first python program and create some variables.
Variables are like containers
Coding is like cooking and variables are like containers. There are different types of variables - numeric, string, lists dictionaries. Write your very first python program and create some variables.
Variables are like containers
Coding is like cooking and variables are like containers. There are different types of variables - numeric, string, lists dictionaries. Write your very first python program and create some variables.
Coding is like cooking and variables are like containers. There are different types of variables - numeric, string, lists dictionaries. Write your very first python program and create some variables.
Coding is like cooking and variables are like containers. There are different types of variables - numeric, string, lists dictionaries. Write your very first python program and create some variables.
Don't Jump Through Hoops, Use Dictionaries, Lists and Loops
6 lectures 41:24
A List is a list
A list is a list, as the name implies. Everything in life is a list, including strings
Fun with Lists!
Have fun coding with lists! A bunch of musketeers go on some escapades. Code it up in Python!
Dictionaries and If-Else
Dictionaries, the name itself best describes what they are: collections of key-value pairs that you can look up blazingly fast. If-Else Statements come in real handy when you need to check for a condition.
Don't Jump Through Hoops, Use Loops
Ever wondered what's the biggest difference between Excel, and a serious programming language? Loops. Loops are big productivity boosters.
Doing stuff with loops
Lists and Dictionaries are inextricably linked with loops. Use loops to do something with each element of a list or each key-value pair of a dictionary.
Everything in life is a list - Strings as lists
Anything you can do with lists, you can do with strings. Cycle through a few nifty things you can do with strings.
Don't Jump Through Hoops, Use Dictionaries, Lists and Loops.
6 lectures 41:24
A List is a list
A list is a list, as the name implies. Everything in life is a list, including strings
Fun with Lists!
Have fun coding with lists! A bunch of musketeers go on some escapades. Code it up in Python!
Dictionaries and If-Else
Dictionaries, the name itself best describes what they are: collections of key-value pairs that you can look up blazingly fast. If-Else Statements come in real handy when you need to check for a condition.
Don't Jump Through Hoops, Use Loops
Ever wondered what's the biggest difference between Excel, and a serious programming language? Loops. Loops are big productivity boosters.
Doing stuff with loops
Lists and Dictionaries are inextricably linked with loops. Use loops to do something with each element of a list or each key-value pair of a dictionary.
Everything in life is a list - Strings as lists
Anything you can do with lists, you can do with strings. Cycle through a few nifty things you can do with strings.
A List is a list
A list is a list, as the name implies. Everything in life is a list, including strings
A List is a list
A list is a list, as the name implies. Everything in life is a list, including strings
A List is a list
A list is a list, as the name implies. Everything in life is a list, including strings
A List is a list
A list is a list, as the name implies. Everything in life is a list, including strings
A list is a list, as the name implies. Everything in life is a list, including strings
A list is a list, as the name implies. Everything in life is a list, including strings
Fun with Lists!
Have fun coding with lists! A bunch of musketeers go on some escapades. Code it up in Python!
Fun with Lists!
Have fun coding with lists! A bunch of musketeers go on some escapades. Code it up in Python!
Fun with Lists!
Have fun coding with lists! A bunch of musketeers go on some escapades. Code it up in Python!
Fun with Lists!
Have fun coding with lists! A bunch of musketeers go on some escapades. Code it up in Python!
Have fun coding with lists! A bunch of musketeers go on some escapades. Code it up in Python!
Have fun coding with lists! A bunch of musketeers go on some escapades. Code it up in Python!
Dictionaries and If-Else
Dictionaries, the name itself best describes what they are: collections of key-value pairs that you can look up blazingly fast. If-Else Statements come in real handy when you need to check for a condition.
Dictionaries and If-Else
Dictionaries, the name itself best describes what they are: collections of key-value pairs that you can look up blazingly fast. If-Else Statements come in real handy when you need to check for a condition.
Dictionaries and If-Else
Dictionaries, the name itself best describes what they are: collections of key-value pairs that you can look up blazingly fast. If-Else Statements come in real handy when you need to check for a condition.
Dictionaries and If-Else
Dictionaries, the name itself best describes what they are: collections of key-value pairs that you can look up blazingly fast. If-Else Statements come in real handy when you need to check for a condition.
Dictionaries, the name itself best describes what they are: collections of key-value pairs that you can look up blazingly fast. If-Else Statements come in real handy when you need to check for a condition.
Dictionaries, the name itself best describes what they are: collections of key-value pairs that you can look up blazingly fast. If-Else Statements come in real handy when you need to check for a condition.
Don't Jump Through Hoops, Use Loops
Ever wondered what's the biggest difference between Excel, and a serious programming language? Loops. Loops are big productivity boosters.
Don't Jump Through Hoops, Use Loops
Ever wondered what's the biggest difference between Excel, and a serious programming language? Loops. Loops are big productivity boosters.
Don't Jump Through Hoops, Use Loops
Ever wondered what's the biggest difference between Excel, and a serious programming language? Loops. Loops are big productivity boosters.
Don't Jump Through Hoops, Use Loops
Ever wondered what's the biggest difference between Excel, and a serious programming language? Loops. Loops are big productivity boosters.
Ever wondered what's the biggest difference between Excel, and a serious programming language? Loops. Loops are big productivity boosters.
Ever wondered what's the biggest difference between Excel, and a serious programming language? Loops. Loops are big productivity boosters.
Doing stuff with loops
Lists and Dictionaries are inextricably linked with loops. Use loops to do something with each element of a list or each key-value pair of a dictionary...