Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
4 views

2.3. Python For Data Analytics

Uploaded by

rohitrssgst
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

2.3. Python For Data Analytics

Uploaded by

rohitrssgst
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

UNIVERSITY INSTITUTE OF COMPUTING

MASTERS OF COMPUTER APPLICATIONS


PYTHON PROGRAMMING
24CAH-606

DISCOVER . LEARN . EMPOWER


1
Python for Data Analytics
• There are several reasons why Python is first choice for Data analytics.
However, we have outlined most important among them and these are:
• Simplicity
• Python is one of the easiest language to master or to start programming, as
the syntax resembles like English or just like a executable pseudo-code.
Following are the factors which make the python first choice for Data
analytics.
• Python is a free and open-source language
• It is high-level programming language
• Python is interpreted
• It has an enormous community
• In addition, Python is fast in writing code . For example, compare these 2
examples written in Java and Python (for the same application): 2
Why python?
JAVA Python
public class HelloWorld print ("Hello World")
{
public static void main (String [] args)
{
System.out.println("Hello World");
}
}

Above example, clearly shows how we can benefit from python. and
development time can be saved when writing code for complicated tasks

3
Scalability

• Python scales very fast among all available programming languages.


That means Python has more and more possibilities. Any problem can
be decided easily with new updates that are released because there
are many ways to decide the same issue. Even if we have a team of
non-Python programmers, who knows C+ + design patterns, Python
will be better for them in terms of time needed to develop and verify
code correctness.

4
Libraries and Frameworks
• Due to its popularity, Python has hundreds of different libraries and
frameworks which is a great addition to our development process.
These libraries save a lot of development time and can easily replace
the whole solution. These libraries are mainly focused towards Data
Analytics and Machine learning. Some of these libraries are as under:
• Numerical Python (NumPy): It is a free library for numerical computing.
It provides high-level math functions along with data manipulations.
• Pandas: It is great for data analysis and data handling. Pandas provides
data manipulation control.
• SciPy: This library is related to scientific and technical computing. SciPy
can be used for data optimization and modification, algebra, special
functions, etc.
5
Python is good for prototyping and production

• It allows us to focus on what we want to do rather than how to do it.


For example, in a multi-national company there are various divisions
(problem identifiers, solvers, solution designers, and solution
implementers ) Python bridges communication gape between them,
therefore, increases the production.

6
Huge Community

• Python has a powerful community. It is not surprising to say that it is


one of the main reason for its popularity. For example, If we don not
get a support from other specialists, our learning path can be difficult.
That is why we should know that this won`t happen with our Python
learning journey. Following are the few Python communities:
• Official Python helpful links:
• http://docs.python.org/tutorial/
• http://docs.python.org/reference/

7
THANK YOU

18/10/2024 8

You might also like