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


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

Hello and sorry for disturbing !

Started byRadu Ioan Barbos <barbosraduioan@yahoo.ro>
First post2014-05-26 10:27 +0100
Last post2014-05-27 13:05 -0700
Articles 9 — 7 participants

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


Contents

  Hello and sorry for disturbing !  Radu Ioan Barbos <barbosraduioan@yahoo.ro> - 2014-05-26 10:27 +0100
    Re: Hello and sorry for disturbing ! Rustom Mody <rustompmody@gmail.com> - 2014-05-26 04:27 -0700
      Re: Hello and sorry for disturbing ! Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2014-05-26 13:48 +0200
      Re: Hello and sorry for disturbing ! giacomo boffi <pecore@pascolo.net> - 2014-05-27 21:56 +0200
        Re: Hello and sorry for disturbing ! Chris Angelico <rosuav@gmail.com> - 2014-05-28 06:34 +1000
    Re: Hello and sorry for disturbing ! maksufff@gmail.com - 2014-05-27 13:02 -0700
      Re: Hello and sorry for disturbing ! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-27 22:09 +0100
    Re: Hello and sorry for disturbing ! maksufff@gmail.com - 2014-05-27 13:03 -0700
    Re: Hello and sorry for disturbing ! maksufff@gmail.com - 2014-05-27 13:05 -0700

#72056 — Hello and sorry for disturbing !

FromRadu Ioan Barbos <barbosraduioan@yahoo.ro>
Date2014-05-26 10:27 +0100
SubjectHello and sorry for disturbing !
Message-ID<mailman.10338.1401098288.18130.python-list@python.org>

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

Greetings from Romania,sorry 
for my english,i just wanted to ask you if i need any other 
software/program beside the one software from the next pagehttps://www.python.org/downloads/ or is it enough the software on that page , download and install it ? 
This question goes for both windows 7 & ubuntu (ubuntu). Il be 
waiting for your answer , thank you verry much !

Barbos RauTimisoara,Romania !

[toc] | [next] | [standalone]


#72058

FromRustom Mody <rustompmody@gmail.com>
Date2014-05-26 04:27 -0700
Message-ID<3948d417-cac6-4730-9736-3c11233bbc04@googlegroups.com>
In reply to#72056
On Monday, May 26, 2014 2:57:54 PM UTC+5:30, Radu Ioan Barbos wrote:
> Greetings from Romania,sorry 
> for my english,i just wanted to ask you if i need any other 
> software/program beside the one software from the next page https://www.python.org/downloads/
>  or is it enough the software on that page , download and install it ? 
> This question goes for both windows 7 & ubuntu (ubuntu). Il be 
> waiting for your answer , thank you verry much !
> 
> Barbos RauTimisoara,Romania !

Hello and welcome!

For ubuntu you should need nothing for python.
In other words python should run on a basic ubuntu installation.
From the shell just type python and the interpreter should start.

For more specialized work there are dozens (maybe hundreds?) of packages
in the apt repos.  Better to use that rather than trying to directly
download.

For windows, I guess thats the link you posted.
However I will let someone more knowledgeable give the details

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


#72059

FromWolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
Date2014-05-26 13:48 +0200
Message-ID<mailman.10340.1401104917.18130.python-list@python.org>
In reply to#72058
On 26.05.2014 13:27, Rustom Mody wrote:
> On Monday, May 26, 2014 2:57:54 PM UTC+5:30, Radu Ioan Barbos wrote:
>> Greetings from Romania,sorry
>> for my english,i just wanted to ask you if i need any other
>> software/program beside the one software from the next page https://www.python.org/downloads/
>>   or is it enough the software on that page , download and install it ?
>> This question goes for both windows 7 & ubuntu (ubuntu). Il be
>> waiting for your answer , thank you verry much !
>>
>> Barbos RauTimisoara,Romania !
>
> Hello and welcome!
>
> For ubuntu you should need nothing for python.
> In other words python should run on a basic ubuntu installation.
>  From the shell just type python and the interpreter should start.
>

If you're planning to use Python3, which is arguably (see various other 
threads on this list) a good idea for a beginner, make sure you upgrade 
to the latest Ubuntu LTS version (14.04 Trusty Tahr). This comes with 
Python 3.4 available from the shell as python3.


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


#72124

Fromgiacomo boffi <pecore@pascolo.net>
Date2014-05-27 21:56 +0200
Message-ID<871tvff12n.fsf@pascolo.net>
In reply to#72058
Rustom Mody <rustompmody@gmail.com> writes:

> For ubuntu you should need nothing for python.
> In other words python should run on a basic ubuntu installation.
> From the shell just type python and the interpreter should start.
>
> For more specialized work there are dozens (maybe hundreds?) of
> packages in the apt repos.

% apt-cache show python<TAB><TAB>
Display all 2776 possibilities? (y or n)

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


#72129

FromChris Angelico <rosuav@gmail.com>
Date2014-05-28 06:34 +1000
Message-ID<mailman.10374.1401222892.18130.python-list@python.org>
In reply to#72124
On Wed, May 28, 2014 at 5:56 AM, giacomo boffi <pecore@pascolo.net> wrote:
> Rustom Mody <rustompmody@gmail.com> writes:
>
>> For ubuntu you should need nothing for python.
>> In other words python should run on a basic ubuntu installation.
>> From the shell just type python and the interpreter should start.
>>
>> For more specialized work there are dozens (maybe hundreds?) of
>> packages in the apt repos.
>
> % apt-cache show python<TAB><TAB>
> Display all 2776 possibilities? (y or n)

Not quite fair, as some of those exist in multiple forms (python-* and
python3-*, or -dbg and -dev as well as the base package, or the
package-and-subpackage model of large stuff like python-django-*), and
on Debian Wheezy I have only (only!) 1890. But yep, that is a lot of
packages available in apt.

ChrisA

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


#72126

Frommaksufff@gmail.com
Date2014-05-27 13:02 -0700
Message-ID<0532998a-0215-4e44-a5d7-2c4545771ae5@googlegroups.com>
In reply to#72056
I recommend to install PyCharm

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


#72132

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2014-05-27 22:09 +0100
Message-ID<mailman.10377.1401225008.18130.python-list@python.org>
In reply to#72126
On 27/05/2014 21:02, maksufff@gmail.com wrote:
> I recommend to install PyCharm
>

Three copies in three minutes of one line with no context, that's a 
record, congratulations :)

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

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


#72127

Frommaksufff@gmail.com
Date2014-05-27 13:03 -0700
Message-ID<879153d3-b545-4fe9-b874-5886905305b6@googlegroups.com>
In reply to#72056
I recommend you to install PyCharm

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


#72128

Frommaksufff@gmail.com
Date2014-05-27 13:05 -0700
Message-ID<7e75acff-a8ed-4ebc-9a93-a085368224b1@googlegroups.com>
In reply to#72056
I recommend you to install PyCharm

[toc] | [prev] | [standalone]


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


csiph-web