Back

Sanskar

Keen Learner and Exp... • 24d

Day 5 of learning Data Science as a beginner Topic: Using NumPy in Data Science Python despite having much advantages (like being beginner friendly, easy to read) is also famous for its one limitation i.e. it is slow. We don't really feel much about it as a beginner because at the beginning stage all we are doing is learning through coding a few lines or a couple hundreds however once you start working with large data sets this limitation makes its presence felt. Python is slow because it offers incredible flexibility like being able to write multiple type items like integer, strings, float, Boolean, dictionary and even tuples in a single therefore in order to offer such flexibilities python has to compromise with speed. However to tackle this limitation we use a python library named NumPy which is created using C as base and because C is very close to hardware it offers great speed for computing numbers. NumPy has a great speed however it is used only on numerical arrays. NumPy is also very efficient in storing the data i.e. it uses less memory to store data. It also offers vectorized operation i.e. it avoids using loops explicitly this also makes it much more cleaner and readable. In the coming days I will focus on learning NumPy from basics. And also here's my code and its result.

Reply
9

More like this

Recommendations from Medial

Sanskar

Keen Learner and Exp... • 15d

Day 9 of learning Data Science as a beginner. Topic: Data Types & Broadcasting NumPy offers various data types for a variety of things for example if you want to store numerical data it will be stored in int32 or int64 (depending on your system's a

See More
Reply
3

Sanskar

Keen Learner and Exp... • 23d

Day 6 of learning Data Science as a beginner. Topic: creating NumPy arrays NumPy arrays can be created using various ways one of them is using python list and converting it into a numpy array however this is a long way here you first create a pytho

See More
Reply
10
Image Description

Kevin Patel

Learner 🍂🤎 • 1y

Some one please guide me for the road map of the data science: Skill I do have right now is Python, numpy , pandas (learning) After completing pandas, numpy and Excel can I do freelancing.. It will be so helpful if someone guides me

2 Replies
5

Sanskar

Keen Learner and Exp... • 2m

Day x of learning python as a beginner. Nor more? Its been a month since I started leaning python as my first programming language. I am really enjoying my python journey and have learned many important concepts which will be used throughout my prog

See More
Reply

Harish Kumar

Training Consoler • 10m

Python is a beginner-friendly and powerful programming language, perfect for diving into data science. Start by learning the basics like variables, loops, and functions. Explore popular libraries such as Pandas for data manipulation, NumPy for nume

See More
Reply
2

Sanskar

Keen Learner and Exp... • 12d

Day 11 of learning Data science as a beginner Topic: creating data structure In my previous post I discussed about the difference between panda's series and data frames we typically use data frames more often as compared to series There are a lot

See More
Reply
2

Sanskar

Keen Learner and Exp... • 3d

Day 16 of learning Data Science as a beginner. Topic: plotting graphs using matplotlib matplotlib is a the most fundamental plotting library in Python we typically use matplotlib.pyplot module in python you can understand it as the paintbrush whic

See More
Reply
1

Sanskar

Keen Learner and Exp... • 13d

Day 10 of learning data science as a beginner Topic: data analysis using pandas Pandas is one of the python's most famous open source library and it is used for a variety of tasks like data manipulation, data cleaning and for analysis of data. Pand

See More
Reply
Image Description

Comet

#freelancer • 10m

Essential Python Topics for Data Analysts 😄👇 - Data Structures: Lists, Dictionaries, Sets, and Tuples. - NumPy: Array manipulation for numerical operations. - Pandas: Data manipulation and analysis with DataFrame. - Data Cleaning: Handling missin

See More
2 Replies
2
5
Image Description
Image Description

Adarsh Arya

Hey I am on Medial • 1y

Which is best app/platform/course/YouTuber for learning python for beginner to advance.

4 Replies
2
4

Download the medial app to read full posts, comements and news.