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


Groups > comp.lang.python > #73814 > unrolled thread

What use with Python

Started byrxjwg98@gmail.com
First post2014-07-01 15:56 -0700
Last post2014-07-01 20:24 -0700
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  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

#73814 — What use with Python

Fromrxjwg98@gmail.com
Date2014-07-01 15:56 -0700
SubjectWhat use with Python
Message-ID<ba7c8aac-331f-4c9a-96e6-78ae45de8b83@googlegroups.com>
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,

[toc] | [next] | [standalone]


#73821

FromWilliam Ray Wing <wrw@mac.com>
Date2014-07-01 21:09 -0400
Message-ID<mailman.11394.1404266974.18130.python-list@python.org>
In reply to#73814
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

[toc] | [prev] | [next] | [standalone]


#73822

From"david.garvey@gmail.com" <david.garvey@gmail.com>
Date2014-07-01 20:24 -0700
Message-ID<mailman.11395.1404271458.18130.python-list@python.org>
In reply to#73814

[Multipart message — attachments visible in raw view] — view raw

How about Web python?
https://wiki.python.org/moin/WebFrameworks
PC can run linux.
Perhaps a vagrant linux virtual host would be in order?
http://www.vagrantup.com/
Or windoz https://www.python.org/download/windows

David


On Tue, Jul 1, 2014 at 3: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
>



-- 
David Garvey

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web