Python for Data Science
- Descrição
- Currículo
- FAQ
- Revisões
Are you ready to take the next leap in your journey to become a Data Scientist?
This hands-on course is designed for absolute beginners as well as for proficient programmers who want to use the Python for solving real life problems. You will learn how analyse data, make interesting data visualisations, drive insights, scrape web, automate boring tasks and working with databases using SQL.
Data Science has one of the most rewarding jobs of the 21st century and fortune-500 tech companies are spending heavily on data scientists! Data Science as a career is very rewarding and offers one of the highest salaries in the world. This course is designed for both beginners with some programming experience or experienced developers looking to enter the world of Data Science!
This comprehensive course is taught by Mohit Uniyal, who is a popular Data Science Bootcamp instructor in India and has taught thousands of students in several online and in-person courses over last 3+ years. This course is worth thousands of dollars, but Coding Minutes is providing you this course to you at a fraction of its original cost! This is action oriented course, we not just delve into theory but focus on the practical aspects by building 5 projects. With over 150+ High Quality video lectures, easy to understand explanations and complete code repository this is one of the most detailed and robust course for learning data science.
The course starts with basics of Python and then diving deeper into data science topics! Here are some of the topics that you will learn in this course.
-
Programming with Python
-
Numeric Computation using NumPy
-
Data Analysis using Pandas
-
Data Visualisation using Matplotlib
-
Data Visualisation using Seaborn
-
Fetching data from Web API’s
-
Data Acquisition
-
Web Scraping using Beautiful Soup
-
Building a Web Crawler using Scrapy
-
Automating boring stuff using Selenium
-
Language of Databases – SQL!
-
Introduction to Machine Learning
-
and much, much more!
Sign up for the course and take your first step towards becoming a data science engineer! See you in the course!
-
8Print, Variable and DatatypesVídeo Aula
Learn about the print function, how to create variables, and different data types in python
-
9Input in PythonVídeo Aula
Learn how to take input from the user
-
10Operators in PythonVídeo Aula
Learn about the different types of operators in python
-
11Conditional StatementsVídeo Aula
Students will learn about control flow : if , else, elif
-
12Loops and IterationsVídeo Aula
We will walk you through an example of avoiding repetition of the code using Loops.
Specifically while loop and for loop
-
13Break and ContinueVídeo Aula
In this lecture, we discuss 2 special keywords: break and continue, and their usage.
-
14Odd Vs. EvenQuestionário
-
15Largest NumberQuestionário
-
16Factorial of a NumberQuestionário
-
17Prime NumbersQuestionário
-
18Python Fundamental QuizQuestionário
This is the first Quiz to test your knowledge on Python Fundamentals
-
19StringsVídeo Aula
Learn about the string and its properties.
-
20String FunctionsVídeo Aula
Students will learn some important functions associated with the strings
-
21Palindrome StringsQuestionário
-
22Count VowelsQuestionário
-
23ListsVídeo Aula
Students will learn about the list and its usage.
-
24List ComprehensionVídeo Aula
Learn How to write small code for list iteration using list comprehension
-
25Second Largest ElementQuestionário
-
26No DuplicacyQuestionário
-
27TuplesVídeo Aula
Learn how to create tuples and how tuples are different from lists.
-
28SetsVídeo Aula
Learn about the unique property of Sets Data Structure and solve a coding question.
-
29DictionariesVídeo Aula
Students will learn how to represent a tabular type of data in python. (HashMap)
-
30Reverse a DictionaryQuestionário
-
31Most FrequentQuestionário
-
32Pythion In-Built Data Structures QuizQuestionário
This quiz tests your data structures understanding in Python
-
33Function IntroductionVídeo Aula
Learn basic of functions, creating functions in python
-
34Default Arguments in FunctionsVídeo Aula
Learn about the default arguments you can provide to your functions.
-
35Args and kwargsVídeo Aula
Students will get to know about the args and kwargs arguments in functions.
-
36In-built FunctionsVídeo Aula
Learn about different in-built functions like abs, round, map, filter etc...
-
37Print PatternQuestionário
-
38Prime Numbes - IIQuestionário
-
39What are Python Modules?Vídeo Aula
Here, We'll discuss about the python In built. modules.
-
40Custom ModulesVídeo Aula
Learn to create your own modules in python.
-
41What is __name__ == '__main__' ?Vídeo Aula
Learn __name__ property of a module. and why __name__ == '__main__'
-
42Python Functions and Modules QuizQuestionário
this is a quick mcq to test your functions and modules understanding.
-
43OOPS : Classes and ObjectsVídeo Aula
Students will learn about fundaments of classes and objects
-
44ConstructorsVídeo Aula
Learn about the constructor of a class.
-
45Instance MethodsVídeo Aula
Learn to create a method associated with an instance.
-
46Class VariablesVídeo Aula
Understand the importance of class variables and how to create class variables.
-
47Add die() methodVídeo Aula
add die method to the Human class.
-
48Magic FunctionsVídeo Aula
Learn about the magic functions or dunder functions.
-
49InheritanceVídeo Aula
We will discuss about inheritance.
-
50Add kill() methodVídeo Aula
We'll add kill() method to the Hitman class
-
51PolymorphismVídeo Aula
We'll create different functionality of introduce method for Hitman using polymorphism and function overriding.
-
52OOPs TestQuestionário
-
53Python OOPs QuizQuestionário
Quiz to test your knowledge on OOPs
-
54What is Data ?Vídeo Aula
-
55What is Statistics & ProbabilityVídeo Aula
-
56Population Vs SampleVídeo Aula
-
57Types of StatisticsVídeo Aula
-
58Mean, Mode, MedianVídeo Aula
-
59Range, Variance, DeviationVídeo Aula
-
60HistogramsVídeo Aula
-
61Normal DistributionVídeo Aula
-
62StandardizationVídeo Aula
-
63Marginal, Joint and Conditional ProbabilityVídeo Aula
-
64Questions on ProbabilityVídeo Aula
-
65Bayes TheoremVídeo Aula
-
66Why Numpy?Vídeo Aula
learn why numpy is used in data science world.
-
67Numpy ArraysVídeo Aula
learn about the most fundament entity in numpy i.e arrays
-
68Special Arrays in NumpyVídeo Aula
learn few special functions to create special arrays like ones, zeros, identity etc.
-
69Indexing and MaskingVídeo Aula
learn about the array indexing, slicing, and boolean masking in arrays
-
70Basic Operations in Numpy ArraysVídeo Aula
We'll discuss some operations related to the NumPy arrays
-
71More Operations in ArraysVídeo Aula
This lecture is in the continuation of the last lecture.
-
72Shape ManipulationVídeo Aula
learn to change the shapes of arrays with reshaping and stacking
-
73BroadcastingVídeo Aula
Broadcasting is an important phenomenon in NumPy array operations
-
74VectorisationVídeo Aula
Vectorisation is one of the key reasons why NumPy operations are fast. We'll discuss this strategy.
-
75Numpy AssignmentVídeo Aula
solve the numpy questions.
-
76Quiz Time : NumPyQuestionário
this quiz checks your understanding of numpy.
-
77Padded MatrixQuestionário
-
78Pandas Introduction and SeriesVídeo Aula
-
79Introduction to DataFramesVídeo Aula
-
80Indexing in DataFramesVídeo Aula
-
81Masking and Boolean IndexingVídeo Aula
-
82Iris DatasetVídeo Aula
-
83Grouping DataVídeo Aula
-
84Handling Missing DataVídeo Aula
-
85Concatenate DataFramesVídeo Aula
-
86Merging DataFramesVídeo Aula
-
87Output FilesVídeo Aula
-
88Pandas AssignmentVídeo Aula
solve pandas questions.
-
89Quiz Time : PandasQuestionário
pandas quiz to test your skills
