Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73821

Re: What use with Python

Subject Re: What use with Python
From William Ray Wing <wrw@mac.com>
Date 2014-07-01 21:09 -0400
References <ba7c8aac-331f-4c9a-96e6-78ae45de8b83@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.11394.1404266974.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Jul 1, 2014, at 6:56 PM, rxjwg98@gmail.com wrote:

> Hi,
> 
> I am new to Python. Weeks ago, I was asked about Python questions on an interview.
> Now I want to learn Python, but I do not know what I can do with it on a PC. 
> Especially I would like to do something interesting instead of some text search etc.
> Python may can do more than I realize now. Could you tell me something on a PC?
> 
> Thanks,
> -- 
> https://mail.python.org/mailman/listinfo/python-list

Python is a completely general purpose programming language.  It has extensive libraries that adapt it to tackle almost any programming problem (with the possible exception of device drivers).  Those libraries include several graphics packages and GUI frameworks, libraries for doing network programming, for performing heavy-duty numerical analysis (number crunching) and scientific data analysis, as well as web applications, semantic analysis, statistical analysis, and which will interface it to any of several databases.

Examples of well-known Python programs running “in the wild” include YouTube and Bit Torrent.

Well written Python programs (that is, those that use Python’s abstracted OS services) run equally well on a PC, a Mac, UNIX, and Linux.

-Bill

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

What use with Python rxjwg98@gmail.com - 2014-07-01 15:56 -0700
  Re: What use with Python William Ray Wing <wrw@mac.com> - 2014-07-01 21:09 -0400
  Re: What use with Python "david.garvey@gmail.com" <david.garvey@gmail.com> - 2014-07-01 20:24 -0700

csiph-web