473,387 Members | 1,515 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Python on Computation, Math and Statistics

I would hope Python is doing a lot of standard computations beyond
arithmetic. Trig functions and more. Comments?
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
Aug 19 '07 #1
9 1503
W. Watson schrieb:
I would hope Python is doing a lot of standard computations beyond
arithmetic. Trig functions and more. Comments?
Bad google day?

http://docs.python.org/lib/numeric.html

Additionally, there are several scientific extensions, like SciPy,
Numeric/Numpy and so forth.
Diez
Aug 19 '07 #2
Google? What's that? Thanks. I like to get a insider's view when I know
experts are out there. So now I ask a deeper question. Are there matrix
computation libraries or even statistical (regression, factor analysis)
libraries?

Diez B. Roggisch wrote:
W. Watson schrieb:
>I would hope Python is doing a lot of standard computations beyond
arithmetic. Trig functions and more. Comments?

Bad google day?

http://docs.python.org/lib/numeric.html

Additionally, there are several scientific extensions, like SciPy,
Numeric/Numpy and so forth.
Diez
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
Aug 19 '07 #3
W. Watson schrieb:
Google? What's that? Thanks. I like to get a insider's view when I know
experts are out there. So now I ask a deeper question. Are there matrix
computation libraries or even statistical (regression, factor analysis)
libraries?
That's your idea of an "in depth question"?

Did you even consider googling the projects I told you about? Reading up
on them just the tiniest?

http://www.scipy.org/

"""
SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
science, and engineering. It is also the name of a very popular
conference on scientific programming with Python. The SciPy library
depends on NumPy, which provides convenient and fast N-dimensional array
manipulation. The SciPy library is built to work with NumPy arrays, and
provides many user-friendly and efficient numerical routines such as
routines for numerical integration and optimization. Together, they run
on all popular operating systems, are quick to install, and are free of
charge. NumPy and SciPy are easy to use, but powerful enough to be
depended upon by some of the world's leading scientists and engineers.
If you need to manipulate numbers on a computer and display or publish
the results, give SciPy a try!
"""

Or do you wish a comprehensive overview as Powerpoint presentation in
your favorite colors?

Diez
Aug 19 '07 #4
On 8/19/07, W. Watson <wo*********@invalid.comwrote:
Google? What's that? Thanks. I like to get a insider's view when I know
experts are out there. So now I ask a deeper question. Are there matrix
computation libraries or even statistical (regression, factor analysis)
libraries?
If you are so inclined you can use R functions from Python (look for R
and Python in your favorite search engine).

--
Sebastián Bassi (セバスティアン)
Diplomado en Ciencia y Tecnolog*a.
GPG Fingerprint: 9470 0980 620D ABFC BE63 A4A4 A3DE C97D 8422 D43D
Aug 19 '07 #5
On Aug 19, 2:32 pm, "W. Watson" <wolf_tra...@invalid.comwrote:
Google? What's that? Thanks. I like to get a insider's view when I know
experts are out there.
FYI the "insiders" and "experts" out there appreciate knowing that you
did a little work on your own before just posting questions. "I like
to get a insider's view when I know experts are out there" translates
to "My time is more valuable than other peoples', so I'll just ask
them to answer my questions instead of doing 5 minutes of digging for
myself."

Comments? Here's mine: go away and come back after you've done some
homework.

-- Paul

Aug 19 '07 #6
W. Watson wrote:
I would hope Python is doing a lot of standard computations beyond
arithmetic. Trig functions and more. Comments?
Try SAGE: http://www.sagemath.org/

Jaap
Permanents are here forever.
Aug 19 '07 #7
Thanks. I appreciate the info.

Diez B. Roggisch wrote:
W. Watson schrieb:
>Google? What's that? Thanks. I like to get a insider's view when I
know experts are out there. So now I ask a deeper question. Are there
matrix computation libraries or even statistical (regression, factor
analysis) libraries?

That's your idea of an "in depth question"?

Did you even consider googling the projects I told you about? Reading up
on them just the tiniest?

http://www.scipy.org/

"""
SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
science, and engineering. It is also the name of a very popular
conference on scientific programming with Python. The SciPy library
depends on NumPy, which provides convenient and fast N-dimensional array
manipulation. The SciPy library is built to work with NumPy arrays, and
provides many user-friendly and efficient numerical routines such as
routines for numerical integration and optimization. Together, they run
on all popular operating systems, are quick to install, and are free of
charge. NumPy and SciPy are easy to use, but powerful enough to be
depended upon by some of the world's leading scientists and engineers.
If you need to manipulate numbers on a computer and display or publish
the results, give SciPy a try!
"""

Or do you wish a comprehensive overview as Powerpoint presentation in
your favorite colors?

Diez
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
Aug 19 '07 #8
Thanks.

Paul McGuire wrote:
On Aug 19, 2:32 pm, "W. Watson" <wolf_tra...@invalid.comwrote:
>Google? What's that? Thanks. I like to get a insider's view when I know
experts are out there.

FYI the "insiders" and "experts" out there appreciate knowing that you
did a little work on your own before just posting questions. "I like
to get a insider's view when I know experts are out there" translates
to "My time is more valuable than other peoples', so I'll just ask
them to answer my questions instead of doing 5 minutes of digging for
myself."

Comments? Here's mine: go away and come back after you've done some
homework.

-- Paul
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
Aug 19 '07 #9
Thanks. That looks interesting.

Jaap Spies wrote:
W. Watson wrote:
>I would hope Python is doing a lot of standard computations beyond
arithmetic. Trig functions and more. Comments?

Try SAGE: http://www.sagemath.org/

Jaap
Permanents are here forever.
--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
Aug 19 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Bibby | last post by:
I'm interesting in studying OOP programming languages on my own: C, C++, Java. I haven't studied the big 4 math subjects in my last year of high school, Calculus, Algebra, Geometry, Statistics....
699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
226
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type...
89
by: Radioactive Man | last post by:
In python 2.3 (IDLE 1.0.3) running under windows 95, I get the following types of errors whenever I do simple arithmetic: 1st example: >>> 12.10 + 8.30 20.399999999999999 >>> 1.1 - 0.2...
53
by: Michael Tobis | last post by:
Someone asked me to write a brief essay regarding the value-add proposition for Python in the Fortran community. Slightly modified to remove a few climatology-related specifics, here it is. I...
267
by: Xah Lee | last post by:
Python, Lambda, and Guido van Rossum Xah Lee, 2006-05-05 In this post, i'd like to deconstruct one of Guido's recent blog about lambda in Python. In Guido's blog written in 2006-02-10 at...
43
by: parallelpython | last post by:
Has anybody tried to run parallel python applications? It appears that if your application is computation-bound using 'thread' or 'threading' modules will not get you any speedup. That is because...
0
by: nimitsis | last post by:
hello I have a problem, which in C is simple to get through of it, but in python seems not so easy to me. I have 2 python threads. Each one do a different work. The first do a computation in a...
53
by: Vicent Giner | last post by:
Hello. I am new to Python. It seems a very interesting language to me. Its simplicity is very attractive. However, it is usually said that Python is not a compiled but interpreted programming...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.