473,378 Members | 1,138 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,378 software developers and data experts.

a somewhat off-topic question about linux

I'm interested in trying out Linux, probably Ubuntu, but I was wondering
which distribution you guys like to use (because it's a pain trying to
decide!) and you guys are smart.

And to keep it Python related, I'll also ask, is there anything special
I need to know about using Python on Linux? Do any things change, or can
it be used just as I use it on Windows?

Thanks!
Mar 25 '06 #1
4 1735
On Sat, Mar 25, 2006 at 03:09:53PM -0500, John Salerno wrote:
I'm interested in trying out Linux, probably Ubuntu, but I was wondering
which distribution you guys like to use (because it's a pain trying to
decide!) and you guys are smart.
We had this discussion a couple of time during the last months already. :)
I believe the most frequently recommended distribution was Ubuntu (or
Debian which Ubuntu is based upon).
And to keep it Python related, I'll also ask, is there anything special
I need to know about using Python on Linux? Do any things change, or can
it be used just as I use it on Windows?


Some issues are platform-dependant. You will not be able to read the
registry or start a Microdoze-based program of course. Otherwise most parts
of Python are working the same way unless the documentation tells otherwise
in certain details.

Christoph
(Hoping to prevent a huge thread discussing pros/cons of distributions)
--
~
~
".signature" [Modified] 1 line --100%-- 1,48 All
Mar 25 '06 #2
Christoph Haas wrote:
On Sat, Mar 25, 2006 at 03:09:53PM -0500, John Salerno wrote:
I'm interested in trying out Linux, probably Ubuntu, but I was wondering
which distribution you guys like to use (because it's a pain trying to
decide!) and you guys are smart.


We had this discussion a couple of time during the last months already. :)
I believe the most frequently recommended distribution was Ubuntu (or
Debian which Ubuntu is based upon).


Oh sorry! I should have checked first. And yeah, I don't mean to start a
big argument about which is better... :)

But thanks for the answer. I'm comforted to know that my choice is a
good one. And as for Python, as long as there are no surprises, I should
be okay.
Mar 25 '06 #3
John Salerno wrote:
I'm interested in trying out Linux, probably Ubuntu, but I was wondering
which distribution you guys like to use (because it's a pain trying to
decide!) and you guys are smart.
If you just want to try out Linux then a very easy way is to use VMWare
Player: download it from http://www.vmware.com/products/player/. You can
then run almost any Linux you wish directly on your windows system, no need
to reboot or anything. Start with Browser Appliance which is a cut-down
installation of Ubuntu (but it is configured so that things like the
clipboard interact properly with Windows clipboard, and you can share files
by sharing folders on windows and connecting to them from Ubuntu). Then you
can use the package manager (on the System menu) to install Python and
other packages (when it asks for a password use 'vmware' if you are using
the default 'vmware' user).

You need about 2Gb of free disk space to install and use VMWare and Browser
appliance: all of the Linux file system is stored in one file which expands
as required up to 9.5Gb maximum (it helps performance if you keep the file
defragmented: use contig.exe from www.sysinternals.com).

Once you have Vmware installed, as well as Ubuntu, you can also download
Linux images for Novell/Suse, RedHat and literally dozens of other versions
of Linux and Unix variants, some preconfigured for specific applications
try them out and then throw them away. The only limits are your disc space.

And to keep it Python related, I'll also ask, is there anything special
I need to know about using Python on Linux? Do any things change, or can
it be used just as I use it on Windows?

The main difference is that it is much easier to install packages which are
part of the Ubuntu distribution: just run up the package manager, select
the ones to install and download and install happen automatically.

Mar 25 '06 #4
Duncan Booth wrote:
John Salerno wrote:
I'm interested in trying out Linux, probably Ubuntu, but I was wondering
which distribution you guys like to use (because it's a pain trying to
decide!) and you guys are smart.


If you just want to try out Linux then a very easy way is to use VMWare
Player: download it from http://www.vmware.com/products/player/. You can
then run almost any Linux you wish directly on your windows system, no need
to reboot or anything. Start with Browser Appliance which is a cut-down
installation of Ubuntu (but it is configured so that things like the
clipboard interact properly with Windows clipboard, and you can share files
by sharing folders on windows and connecting to them from Ubuntu). Then you
can use the package manager (on the System menu) to install Python and
other packages (when it asks for a password use 'vmware' if you are using
the default 'vmware' user).

You need about 2Gb of free disk space to install and use VMWare and Browser
appliance: all of the Linux file system is stored in one file which expands
as required up to 9.5Gb maximum (it helps performance if you keep the file
defragmented: use contig.exe from www.sysinternals.com).

Once you have Vmware installed, as well as Ubuntu, you can also download
Linux images for Novell/Suse, RedHat and literally dozens of other versions
of Linux and Unix variants, some preconfigured for specific applications
try them out and then throw them away. The only limits are your disc space.
And to keep it Python related, I'll also ask, is there anything special
I need to know about using Python on Linux? Do any things change, or can
it be used just as I use it on Windows?

The main difference is that it is much easier to install packages which are
part of the Ubuntu distribution: just run up the package manager, select
the ones to install and download and install happen automatically.


Thanks!
Mar 25 '06 #5

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

Similar topics

4
by: Frank | last post by:
Whats best : register_globals ON ? OR register_globals OFF ? I currently use: $_POST
2
by: Alexander Schmidt | last post by:
Hi, I am not very familiar with C++ programming, so before I do a dirty hack I ask for a more elegant solution (but only the usage of STL is allowed, no special libs). So I need to read a file...
2
by: scorp7355 | last post by:
I was wondering if there is some other way to turn autocomplete off besides using "autocomplete=off", using a meta tag or something similar. It would be great if there is some way to turn it off...
41
by: Odd-R. | last post by:
I have to lists, A and B, that may, or may not be equal. If they are not identical, I want the output to be three new lists, X,Y and Z where X has all the elements that are in A, but not in B, and...
2
by: nidget | last post by:
I don't know what I am doing wrong - I have two forms, I will call them A and B. B is a class inherted from A. I am calling B from A with B.ShowDialog(). When B loads, it is a creature somewhat...
2
by: John Salerno | last post by:
Ok, this might be difficult to explain, so if it doesn't make sense, I apologize. I'm playing a game that has a fairly complicated puzzle in it, and I started thinking how I might make a C# program...
4
by: no_spam_for_gman | last post by:
Hi, I can turn off autocommit within the command window but I cannot figure out how to turn it off when you are in the IBM DB2 Command Line Processor. Does anybody knows how? By the way I mean...
6
by: Frank Rizzo | last post by:
I have the following situation: 1. Application X1 runs under a regular user account (this user is also the currently logged on user). 2. Application X1 kicks off Application X2 using an...
8
by: =?Utf-8?B?R3JlZw==?= | last post by:
We have an application in our office that has the Option Strict option set to off right now. I do understand it should be set to ON, but right now, I'm just going to continue with it this way since...
0
by: ablesteve | last post by:
Looking for full DVD video tutoring series on C++. Somewhat basic to advanced windows and even some Web work. Please send url to my E-mail steve1va@yahoo.com All is greatly appreciated and will...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: 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.