VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

Python for Data Science - Course for Beginners (Learn Python, Pandas, NumPy, Matplotlib)

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
This Python data science course will take you from knowing nothing about Python to coding and analyzing data with Python using tools like Pandas, NumPy, and Matplotlib. - Code: https://github.com/datapublishings/Course-python-data-science This is a hands-on course and you will practice everything you learn step-by-step. This course was created by Maxwell Armi. You can check out more of his data science videos on his YouTube channel here: https://www.youtube.com/c/AISciencesLearn - Learn more about Data Science with videos from freeCodeCamp's Data Science Playlist: https://www.youtube.com/playlist?list=PLWKjhJtqVAblQe2CCWqV4Zy3LY01Z8aF1
Date: 2022-03-14

Comments and reviews: 10


- Course Contents --
- (0:00:00) Introduction to the Course and Outline-
- (0:03:53) The Basics of Programming-
- (1:11:35) Why Python-
- (1:33:09) How to Install Anaconda and Python-
- (1:37:25) How to Launch a Jupyter Notebook-
- (1:46:28) How to Code in the iPython Shell-
- (1:53:33) Variables and Operators in Python-
- (2:27:45) Booleans and Comparisons in Python-
- (2:55:37) Other Useful Python Functions-
- (3:20:04) Control Flow in Python-
- (5:11:52) Functions in Python-
- (6:41:47) Modules in Python-
- (7:30:04) Strings in Python-
- (8:23:57) Other Important Python Data Structures: Lists, Tuples, Sets, and Dictionaries-
- (9:36:10) The NumPy Python Data Science Library-
- (11:04:12) The Pandas Python Data Science Python Library-
- (12:01:31) The Matplotlib Python Data Science Library-
- (12:09:00) Example Project: A COVID19 Trend Analysis Data Analysis Tool Built with Python Libraries

reply

I believe that following can be used if we have more than 1 list for the error around 7:20:00 for int/float :
def intorfloat(-args):-
for i in args:-
for x in i:-
if not(isinstance(x,(int, float))):-
return False
I tried and it worked. I am a beginner but I treid multiple scenarios for this and the list was sorted at end.
lemme know if this is correct or not.

reply

k = float(input(-Please enter your floating number = -))-
k=int(k)-
print(-The integer portion is equal to = -,k)-
if (k%2) == 0:-
print(-The number is even -)-
else:-
print(-The number is odd -)
cant we use this code for extracting the integer part only ( i am not extracting the integer part but i am ignoring the decimel part in the above code lol )

reply

for Loop in the second problem:
if you never taught != Length function:
print(-how can i slove without that functions-)
else not:
tmp aslo
print(-after two hours i realised that it was not my mistake-)

reply

Thank you so much for this video. Taught me more than my college courses. This is a great start and I would reccomend people to code alongside and add notes in Jupyter notebook through markdown cells with html.
reply

Folk who only want to learn data science and python....I mean those who come from cs background little bit aware about basic data structure and flowchart and pseudocode...then move onto directly 1:30:00
reply

Thank you so much for this high quality lecture. It helped me to understand the basics and move further with Python. The brief coverage on the data science packages is beneficial too.
reply

Thank you for doing such a good service to the community by bringing such amazing quality content for free. I cant tell you how much I appreciate it. Lots of love and respect to the team.
reply

hi, I'm looking for a partner to learn data Science, can any one assist me, I'm a beginner and i aspire to work as Data Scientist / in AI. i am Sami from Mumbai
reply

9:45 are you sure we need to have consistent elements for multiple dimensions.
I guess it will directly consider left out elements in array as NaN

reply
Add a review, comment






Other channel videos