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

Hosting Companies: Help for Python Users?

I know there are quite a few hosting companies now who represent
themselves as Python-friendly. Rather than trawl through the Wiki pages,
however, and email each one separately I am sending this request to the
comp.lang.python list (and putting it on my blog) in the hope of
attracting those companies who are more involved with the Python community.

There is a particular problem, highlighted recently by this comment from
Dennis Lee Beiber:
Too many 3rd-party modules still aren't available in 2.5
versions for my tastes...
This applies particularly (though not exclusively) to the Windows
platform, for various reasons -- the most common one is that Linux
developers frequently don't have a Windows machine available to help
them test their builds and ensure that distributions are available.

I am trying to address this problem, initially by making hosted Windows
machines available for use as buildbots. I already have agreement from
Grig Gheorghiu (who maintains the PSF's buildbots) to try and support
these efforts, and from Microsoft to consider providing appropriate
software.

What I *don't* have is hosting companies offering me space on machines
in their racks. If anyone reading this can help out I'd appreciate it if
they would get in touch with me (replying to the newsgroup post or
commenting on the blog entry should do it). These machines would need
remote desktop access so they could be managed without physical presence.

The intention is to try and shorten the "version lag" so that new
versions of Python can be better supported more quickly. I don't
guarantee that this will happen overnight, but I'd like to make a start.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Recent Ramblings http://holdenweb.blogspot.com

Apr 9 '07 #1
3 1328
Steve Holden wrote:
I know there are quite a few hosting companies now who represent
themselves as Python-friendly. Rather than trawl through the Wiki pages,
however, and email each one separately I am sending this request to the
comp.lang.python list (and putting it on my blog) in the hope of
attracting those companies who are more involved with the Python community.

There is a particular problem, highlighted recently by this comment from
Dennis Lee Beiber:
>Too many 3rd-party modules still aren't available in 2.5
versions for my tastes...

This applies particularly (though not exclusively) to the Windows
platform, for various reasons -- the most common one is that Linux
developers frequently don't have a Windows machine available to help
them test their builds and ensure that distributions are available.

I am trying to address this problem, initially by making hosted Windows
machines available for use as buildbots. I already have agreement from
Grig Gheorghiu (who maintains the PSF's buildbots) to try and support
these efforts, and from Microsoft to consider providing appropriate
software.

What I *don't* have is hosting companies offering me space on machines
in their racks. If anyone reading this can help out I'd appreciate it if
they would get in touch with me (replying to the newsgroup post or
commenting on the blog entry should do it). These machines would need
remote desktop access so they could be managed without physical presence.

The intention is to try and shorten the "version lag" so that new
versions of Python can be better supported more quickly. I don't
guarantee that this will happen overnight, but I'd like to make a start.

regards
Steve
Apollo Hosting has this available (www.apollohosting.com).

-Larry
Apr 9 '07 #2
Steve Holden:
Dennis Lee Beiber:
Too many 3rd-party modules still aren't available in 2.5
versions for my tastes...

This applies particularly (though not exclusively) to the Windows
platform, for various reasons -- the most common one is that Linux
developers frequently don't have a Windows machine available to help
them test their builds and ensure that distributions are available.

I am trying to address this problem, initially by making hosted Windows
machines available for use as buildbots.
I'd like to see this integrated in the Cheese Shop. I recently
released a small extension class and provided a source distribution and
a single binary for Python 2.5 on Windows. While I have the compilers
needed for building back to 1.5, most people don't and even when you do
it is complex to set up an environment for each version to compile
successfully.

It would be great if you could upload a source distribution and mark
it as containing files that need compilation for each version - or a
subset of versions if you know it requires particular features. Then the
compilation is farmed out to machines set up for each Python version and
when the compilation is finished, a status display shows the set that
are available and which failed along with a link to see the compilation
log. A unit test could be optionally included in an upload that would
contribute to whether the build is marked good.

Neil

Apr 9 '07 #3
Neil Hodgson wrote:
Steve Holden:
>Dennis Lee Beiber:
> Too many 3rd-party modules still aren't available in 2.5
versions for my tastes...

This applies particularly (though not exclusively) to the Windows
platform, for various reasons -- the most common one is that Linux
developers frequently don't have a Windows machine available to help
them test their builds and ensure that distributions are available.

I am trying to address this problem, initially by making hosted Windows
machines available for use as buildbots.

I'd like to see this integrated in the Cheese Shop. I recently
released a small extension class and provided a source distribution and
a single binary for Python 2.5 on Windows. While I have the compilers
needed for building back to 1.5, most people don't and even when you do
it is complex to set up an environment for each version to compile
successfully.
Well, that's a great idea but it's ambitious. I'm not sure how we could
give access to all the developers of Cheese Shop packages who would like
to define a Windows build. Your skills and knowledge could clearly be
valuable here.
It would be great if you could upload a source distribution and mark
it as containing files that need compilation for each version - or a
subset of versions if you know it requires particular features. Then the
compilation is farmed out to machines set up for each Python version and
when the compilation is finished, a status display shows the set that
are available and which failed along with a link to see the compilation
log. A unit test could be optionally included in an upload that would
contribute to whether the build is marked good.
It would indeed be great, and this was my original grand conception.
Given that it will all have to be supported by volunteer effort, though,
I can't commit to providing these features much as I would like to see
them available - much more is needed in the way of community support
before we can advertise what's effectively a compile farm for each
Python version (and then we would need to take the various different
Windows-supported hardware architectures into account).

Please don't think I am trying to pour cold water on your enthusiasm, I
really do believe that what you describe would be a great facility. I am
just trying to temper the enthusiasm with a modest dose of reality. If
we could get enough offers of hosted machines and buildbot management I
would love to see this come to fruition.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Recent Ramblings http://holdenweb.blogspot.com

Apr 10 '07 #4

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

Similar topics

2
by: BadJake | last post by:
Hi I have just found out the my hosting service includes Python support. Unfortunately, they make no mention of this on their web site. There are too few hosting companies that offer Python...
2
by: Dave Bartlett | last post by:
I was wondering what most web hosting companies would think if I asked them to host a .NET executable application? Are they going to laugh me out the door, or can .NET code be suitably...
4
by: Uncle Ben | last post by:
Some ASP hosting companies allow users to upload any ASP programs that they want. But, as you know, ASP programs can do virtually everything, including running components, doing disk operations,...
7
by: John | last post by:
Do you guys have any idea if web hosting companies usually give access to SQL Server databases through Enterprise Manager? I used to have have access to my DB through EE with my previous provider...
5
by: Scott | last post by:
Can anyone refer me to a good hosting provider? I'm looking for a reseller plan with PHP 5, MySql 5, 24 x 7 support, and most importantly, a solid uptime record. Customer referrals only,...
2
by: Carl Gilbert | last post by:
Hi I feel as if I'm fighting a loosing battle with shared hosting at the moment. I have an account with 1&1. For a whopping £16.99 a month I get 6GB of shared Microsoft hosting. I also get...
17
by: chewie54 | last post by:
Hello, As an electronics engineer I use some very expensive EDA CAD tool programs that are scriptable using Tcl. I was wondering why these companies have choose to use Tcl instead of Python. ...
15
by: Cirene | last post by:
I am looking for a new ASP.NET hosting company. I prefer... UPTIME, RELIABILITY and SPEED!!!! ASP.NET 3.5 support SQL Server support Good, proactive customer support Any thoughts? What are...
4
by: K | last post by:
Hello everyone, I understand that urllib and urllib2 serve as really simple page request libraries. I was wondering if there is a library out there that can get the HTTP requests for a given...
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: 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
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: 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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.