Hello!
What do you think all about ActiveState Komodo?
Michael George Lerner wrote:
Aahz <[EMAIL PROTECTED]> wrote:
Use vim. 80% of the power of emacs at 20% of the learning curve.
A system administrator said this to me about unix a long time ago,
but it applies equally well to
Andrew Dalke wrote:
> In searching I find there several different ways to
> connect to an Oracle server on MS Windows:
>
> mxODBC - http://www.egenix.com/files/python/mxODBC.html
> built on top of the ODBC drivers for a given database
mxODBC works nicely with Oracl on Win
Peter Herndon wrote:
> Another option is adodbapi, which in my experience is much faster than
> mx.ODBC.
Much faster ?
See
http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/reskit/iischp7.mspx
and scroll down to Table 7.1:
Table 7.1 TPS (transactions per seco
[EMAIL PROTECTED] wrote:
> I do have a standard install of Python as well as Plone. Can you have two?
> I have run the mxInstaller for both instances however, whether I run
> the ide from my standard install or my plone install the pythonpath is the
> same (ie c:\...\plone 2\
Peter Herndon wrote:
:) Knock away, as my info isn't scientific anyway. In my case, ASA is
*not* local. The db is running on a 500MHz x 2 server with 768MB RAM,
over 100BaseT connection. That same server is also running the MSSQL
instance, and IIS.
Running your benchmark, I ran into a coup
Terry Reedy <[EMAIL PROTECTED]> wrote:
> Depending upon you particular application, 'completeness' may be a
> more relevant concern than 'performance'. I believe the original
> Python regex engine did not have all the Perl extensions, some of them
> decidedly
Ivan Voras wrote:
> Is there a HTML clean/tidy library or module written in pure python? I
> found mxTidy, but it's a interface to command-line tool.
Not true: mxTidy integrates tidy as C lib. It's not an interface
to the command line tool.
> What I'm searching is some
In article <[EMAIL PROTECTED]>,
Eric Texier <[EMAIL PROTECTED]> wrote:
>I am testing python on a mac. In the python console, none of the
>control as the arrow to scroll back to a preview line are
>working. How can I fix this.
If I understand what you're asking, yo
On Tue, 26 Apr 2005 20:28:43 GMT, Andrew Godwin wrote:
> I'm trying to write a python script to download data (well, files) from a
> HTTP server (well, a PHP script spitting them out, at least).
> The file data is just the returned data from the request (the server script
> ec
Hello,
I failed to locate a list for pygtk, so I thought I'd
ask my question here. Is it possible to write CGI
scripts that bring up a GUI (as in GTK+, QT, Tk, ...)
or an openGL display that is windowed inside a web
browser?
The answer would seem to me to be no, since the
client could be Wi
Thanks Larry and Diez. I figured that doing
'GUIs over the web' would probably not work.
Where I work, we have a bunch of numerical
weather-prediction-type models that take
several hours to run. By having a cron job
copy over the output, I think I can still
implement a type of progress
impressed - apart from some real minor glitches (e.g. the
> date entry widget shows some highlighting problems) things work smooth.
And
> qt is a fantastic toolkit. And very well worth the money you have to buy
it
> - the time and effort saved using a well-designed orthogonal toolkit wil
the Python Software Foundation (PSF)
and a group of volunteers
INTRODUCTION
As some of you may know, the PSF has put together a team of volunteers
who are maintaining a central Python events calendar. We
The EuroPython Society has setup a new blog for EuroPython in its
efforts to provide more conference facilities for the EuroPython
organization and to enhance the EuroPython attendee experience.
http://blog.europython.eu/
There’s an RSS feed in case you want to subscribe to it:
http
The EuroPython Society has created a new website to collect
information on EuroPython, the society and its workings:
http://www.europython-society.org/
For those who don’t know: the society is a Swedish non-profit
organization which was formed in 2004 by the EuroPython organizers
to put on
Python Software Foundation (PSF)
and a group of volunteers
INTRODUCTION
As some of you may know, the PSF has put together a team of volunteers
who are maintaining a central Python events calendar. We currently
, we are setting up a new structure for the conference
organization, which is focused on local and distributed work groups
that are closely integrated with the EuroPython Society.
We hope to greatly reduce the work load for the local teams, attract
community members that want to get involved and to
a high-quality brochure to help user groups, conferences and
companies using Python to promote and spread the word about Python.
The brochure will be printed in a first edition of 10,000 copies
which the PSF will then distribute to user groups, Python conferences
and educational institutions on
Hi there,
>>> At worst it actively misleads the user into thinking that there
>>> is a bug in _validate.
Is this "user" a software user or another programmer?
If a software user, then some hint about why the _validate found
unacceptable data might benefit the use
gt; 'full': np.array([(make_spd_matrix(n_features)
>>+ mincv * np.eye(n_features))
>> for x in range(n_components)])
>> }[cov_type]
>>
>> Specifically, could you explain the meaning of
>>
Hello Adriaan,
>Maybe someone here has a clue what is going wrong here? Any help is
>appreciated.
Have you tried out this tool that does precisely what you need? to
do yourself?
https://pypi.python.org/pypi/xmldiff
I can't vouch specifically for it, am simply a user, but I k
Hello,
>http://www.barnesandnoble.com/w/perl-to-python-migration-martin-c-brown/1004847881?ean=9780201734881
>
>Given that this was published in 2001, surely it is time for a
>second edition.
How many times do you think somebody migrates from Perl to Python?!
;)
-Martin
P.S.
yntax.
Your code has, unfortunately, suffered a colonectomy.
When you transplant a colon, it is more likely to function properly
again. For example:
except socket.error as e:
Good luck,
-Martin
--
Martin A. Brown
http://linux-ip.net/
--
https://mail.python.org/mailman/listinfo/python-list
cket.error to ConnectionRefusedError. and still got the
>same error.
We were assuming that line 53 in your file is the part you pasted
above. That clearly shows a syntax error (the missing colon).
If, after fixing that error, you are still seeing errors, then the
probable explanations are:
x27;))
NameError: name 'initiation_command' is not defined
Strictly speaking, I don't think you are having a Python problem.
* Are you absolutely certain you are (or your IDE is) executing
the same code you are writing?
* How would you be able to tell? Close your IDE.
Greetings,
>I have timestamped log files I need to read through and keep track
>of the most upto date information.
>
>For example lets say we had a log file
>
>timeStamp,name,marblesHeld,timeNow,timeSinceLastEaten
I do not quite understand the distinction between timeStamp
Good evening/morning Ben,
>> > I am unconcerned with whether there is a real filesystem entry of
>> > that name; the goal entails having no filesystem activity for this.
>> > I want a valid unique filesystem path, without touching the
>> > filesystem.
>
We are pleased to announce the launch of our all new EuroPython 2016
website. Over the last few weeks, we have been busy talking to
sponsors and getting the website prepared for the launch.
You may have heard about the recent direct observation of
gravitational waves by the LIGO (Laser Interferome
We’re looking for proposals on every aspect of Python: programming
from novice to advanced levels, applications and frameworks, or how
you have been involved in introducing Python into your organization.
EuroPython is a community conference and we are eager to
hear about your experience.
Please
Hello there,
I realize that this discussion of supporting asynchronous name
lookup requests in DNS is merely a detour in this thread on asyncio,
but I couldn't resist mentioning an existing tool.
>> getaddrinfo is a notorious pain but I think it's just a library
>> i
After the Call for Proposals for EuroPython 2016 last week, we are now
calling out to everyone interested in signing up as EuroPython
attendee early. You will be able to benefit from reduced ticket prices
for a short period of time.
Our early bird ticket sales are limited to 300 tickets. Regular
We have opened up the early-bird sales today and tickets are selling
fast. The first 100 early-bird tickets, we have available, will be
gone in less than an hour. If you want to benefit from reduced ticket
prices too, please register soon.
Our early bird ticket sales are limited to 300 tickets. Re
>Hi...I need help to design a network simulator consisting for 5
>routers in python...Any help would be appretiated...
Have you looked at existing network simulators?
On two different ends of the spectrum are:
Switchyard, a small network simulator intended for pedagogy
https://gith
g SO_REUSEADDR). This is the most likely problem.
Suggestion:
man 7 socket
Look for SO_REUSEADDR. Then, apply what you have learned to your
code.
-Martin
--
Martin A. Brown
http://linux-ip.net/
--
https://mail.python.org/mailman/listinfo/python-list
True
>loop. so the socket will keep in close_wait
>
>I fond the issue. it's my own stupid issue.
>i did "continue" if no data received.
>just break from it then it will be fine
Well, I'm glad you found the issue.
Best of luck,
-Martin
--
Martin A. Brown
http://linux-ip.net/
--
https://mail.python.org/mailman/listinfo/python-list
We will be switching to regular ticket prices very soon now:
* Student: EUR 120.00 (only available for students)
* Personal: EUR 360.00 (for people enjoying Python from home)
* Business: EUR 580.00 (for people using Python to make a living)
but still have a few early-bird tickets left.
If
>> ALL exceptions as though they were that one. Instead catch ONLY the
>> exception that you're expecting to see, and ignore everything else. Do
>> not use a bare "except:" clause, nor even "except Exception:", for
>> this. You will appreciate it l
Greetings Pavel,
> Suppose, I have some resource-intensive tasks implemented as
> functions in Python. Those are called repeatedly in my program.
> It's guranteed that a call with the same arguments always produces
> the same return value. I want to cache the arguments and
We are happy to announce a program for people in need of financial aid
to attend EuroPython.
You can find all the details on our financial aid page:
*** https://ep2016.europython.eu/en/registration/financial-aid/ ***
Financial Aid Program
In short, we will be
Having received almost 300 great proposals for talks, trainings,
helpdesks and posters, we now call out to all attendees to vote for
what you want to see on the conference schedule.
Please note that you have to have a ticket for EuroPython 2016, or
have submitted a talk proposal yourself, in
>>> for i in range(len(names)):
>>> print (names[i],totals[i])
>>
>> Always a code smell when range() and len() are combined.
>
> Any other way of traversing two lists in parallel?
Yes. Builtin function called 'zip'.
https://docs.python
the quoting used by the dialect on the csv reader instance:
reader = csv.reader([s], delimiter='\t', quoting=csv.QUOTE_NONE)
You can use the same technique for the writer.
If you cannot create your particular (required) variant of csv by
tuning the available parameters in the csv module's
Good afternoon Fillmore,
> So, now I need to split a string in a way that the first element
> goes into a string and the others in a list:
>
> while($line = ) {
>
>my ($s,@values) = split /\t/,$line;
>
> I am trying with:
>
> for line in sys.stdin:
>
We have more than 280 great proposals for talks and trainings ready
for EuroPython 2016 attendees to vote on.
Please note that you have to have a ticket for EuroPython 2016, or
have submitted a talk proposal yourself, in order to participate.
Attendees: This is your chance to
>> But, I still don't understand why this works and can't puzzle it
>> out. I see a sequence on the left of the assignment operator and a
>> dictionary (mapping) on the right.
>
>When you iterate over a dictionary, you get its keys:
>
>scores = {"
derstand that, if the dictionary d contains
more than 1 key, that the above assignments would cause:
ValueError: too many values to unpack
But, I still don't understand why this works and can't puzzle it
out. I see a sequence on the left of the assignment operator and a
dictionary
Greetings Alan and welcome to Python,
>I just started out python and I was doing a activity where im
>trying to find the max and min of a list of numbers i inputted.
>
>This is my code..
>
>num=input("Enter list of numbers")
>list1=(num.split())
>
>m
Just in case you didn’t find enough Easter eggs today, we have a whole
basket of them waiting for you: the first set of accepted sessions for
EuroPython 2016 in Bilbao.
*** EuroPython 2016 Session List ***
https://ep2016.europython.eu/en/events/sessions/
The
Greetings,
> In a program "code.py" I read an external file "foo.txt" supposed
> to be located in the same directory that "code.py"
>
> python/src/code.py
> python/src/foo.txt
>
> In "code.py": f = open('foo.txt', 'r
The EuroPython Society (EPS) is happy to announce the Call for
Participation (CFP) for EuroPython 2015. The purpose of this call is
to select teams willing to help organize the EuroPython conference
on-site at a suitable location.
Call for Participation (CFP)
Please
Added to the Python User Group calendar. Thanks.
On 14.11.2014 06:43, Jürgen A. Erhard wrote:
> The Karlsruhe Python User Group (KaPy) meets again.
>
> Friday, 2014-11-21 (November 21st) at 19:00 (7pm) in the rooms of Entropia eV
> (the local affiliate of the CCC). See http://entr
offering more booth space and sponsors slots
than ever before.
This is your chance to reach out to more than a thousand enthusiastic
and highly motivated EuroPython attendees !
EuroPython Workgroups
-
In Monday’s meeting we have also initiated the following EuroPython
workgroups and
the Python Software Foundation (PSF)
and a group of volunteers
INTRODUCTION
As some of you may know, the PSF has a team of volunteers who are
maintaining a set of central Python event calendars. We
On 13.01.2015 22:24, =?utf-8?q?St=C3=A9phane?= Wirtel wrote:
> Hi Marc-André,
>
> In fact, during the PythonFOSDEM 2015, there will be a presentation with the
> future events in 2015.
> I will use the python-events calendar for that.
>
> So, in this case, I propose to
We are happy to announce the dates for EuroPython 2015 in Bilbao, Spain,
this year:
Monday, July 20 - Sunday, July 26
Please mark your calendar. We’d love to meet you all in Bilbao - and hey,
it’s summer, so you might want to combine the conference with a holiday :-)
For
Companies who would like to sign up as a EuroPython 2015 launch sponsor
are encouraged to contact the sponsor work group at:
sponsor...@europython.eu
Launch sponsors will get the additional benefit of being listed on the
website when we launch - for free. You just need to
After a creative and inspiring Friday afternoon, we are pleased to
announce our EuroPython 2015 landing page:
http://ep2015.europython.eu/
This will be the URL for EuroPython 2015 - definitely worth a
bookmark, we think :-)
Enjoy,
-—
EuroPython Society (EPS)
http
On 23.01.2015 11:54, Luis Miguel Morillas wrote:
> Hi all
>
> I wrote this script that can read the Python Calendars and shows the
> geolocated info on a map and on a timeline.
>
> http://lmorillas.github.io/python_events/
Very cool :-) Thanks.
I'll add a link to
For EuroPython 2015 we have chosen to use a new code of conduct (CoC)
that is based on the PyCon UK Code of Conduct [1].
We think that it reads much nicer than the one we had before, while
serving the same purpose. In summary:
Be nice to each other
-
We trust that attendees
any major announcement of the possibility to order
the brochure for conferences and user groups, we easily received
enough requests to have the first print run completely distributed in
just a few months.
Brochures were sent to PyCon US 2014 in Montreal, EuroPython 2014,
PyCons and open source conference
We are pleased to announce our first keynote speaker for EuroPython 2015:
Python’s creator: Guido van Rossum
Guido will give a keynote and a more technical talk about the new type
hinting proposal for Python 3.5 that’s currently being discussed as
PEP 483 (The Theory of Type
The EuroPython Workgroups are busy preparing the launch of the
website. Just launched in mid-January, all workgroups (WGs) are fully
under steam by now, working hard to make EuroPython 2015 a fabulous
event.
http://ep2015.europython.eu/
Community building the conference
Is there a way to make sure that whenever you're making google engine app
iterations to a database that that info does not get wiped/deleted. Please
advise
--
https://mail.python.org/mailman/listinfo/python-list
[Please help spread the word by forwarding to other relevant mailing lists,
user groups, etc. world-wide; thanks :-)]
Dear Python Community,
for many years, the Python Job board (http://legacy.python.org/community/jobs/)
was run by volunteers - most of the time by just one volunteer at a
time
executing the commands in
operational and configurational mode. Those modes' prompts are '*>' and '*#'.
Can somebody suggest me, if there is any module which I can use to execute
commands inside a switch.
I don't want to use 'socket' module as I am
# --> mx tox gcc: error:
> mx/DateTime/mxDateTime/mxDateTime.c: No such file or directory
> install_command =
>pip install egenix-mx-base {packages}
Could you provide some more context or debug output ?
The .c file is definitely part of the egenix-mx-base package,
bu
We are pleased to announce the launch of our all new EuroPython 2015
website.
Over the last few weeks, we have been very busy setting up the
infrastructure, talking to sponsors, getting the logo designed and the
site prepared for the launch. So here it is:
*** https://ep2015.europy
expect them to be
sold out in just a few days.
Enjoy,
--
EuroPython 2015 Team
http://www.europython-society.org/
--
https://mail.python.org/mailman/listinfo/python-list
We have 350 early-bird tickets available. Half of those have been sold
by now in an amazing rush to our registration page:
*** https://ep2015.europython.eu/en/registration/ ***
We would like to thank everyone who bought a ticket and put trust in
us to make the conference an
sold out but we still have a few
left. If you want to save some money, you can still get these tickets
at highly reduced prices.
*** https://ep2015.europython.eu/en/registration/ ***
After the early-bird tickets have sold out, we’ll close the
registration for a short while and then reopen
We are very happy to announce that early-bird tickets are sold out!
The tickets were sold in less than a week!
We’d like to thank everyone for the fantastic feedback. Given the rush
to the early-bird tickets (we sold 100 tickets in the first 4 hours),
we recommend to not wait too
include time for questions.
The full Call for Proposal with all details will be made available on
Monday, 2015-03-16. We are publishing these dates early because we’ve
been getting a lot of requests for the CFP dates.
Talks/Trainings in Spanish and Basque
We’re looking for proposals on every aspect of Python: programming
from novice to advanced levels, applications and frameworks, or how
you have been involved in introducing Python into your
organization. EuroPython is a community conference and we are eager to
hear about your experience.
Please
EuroPython would not be possible and as affordable as it is without
the help of our sponsors.
Reach out to 1200+ attendees in Europe
--
If your company is using Python, sells a product or service in the
Python space or looking to hire excellent Python
can then review the postings, check them against our
submission criteria, possibly fixing some formatting, and then approve
or reject the postings directly through a web interface.
No more sending dozens of emails back and forth to get the job
template fixed and adding jobs to the website by hand
Since we had Easter holidays and a very busy PyCon US 2015 during the
Call for Proposal (CFP) period, the Program work group (WG) has
decided to extend the date for the talk submission deadline until:
Thursday, 2015-04-28, 23:59:59 CEST
Please submit your proposals through the EuroPython
We are happy to announce that we will be hosting a Django Girls Workshop
during the EuroPython 2015. It will take place on 20th of July, the
first day of the conference.
We believe in the work that this group is doing to bring more women
into technology, and we will work towards making EuroPython
We are pleased to announce our next keynote speakers: Ola Sitarska and
Ola Sendecka, who kicked off Django Girls with a workshop at
EuroPython 2014 last year. Since then the idea has spread around the
globe to over 20 countries.
http://blog.europython.eu/post/117337312602/our-next-keynote-ola-ola
We are happy to announce a program for people in need of financial aid
to attend EuroPython.
You can find all the details on our financial aid page:
*** Financial Aid Program ***
https://ep2015.europython.eu/en/financial-aid/
In short, we will be giving out
Having received over 300 great proposals for talks, trainings,
helpdesks and posters, we now call out to all attendees to vote for
what you want to see on the conference schedule.
You can search for topics and communicate your personal priorities by
casting your vote for each submission on our tal
On 12.05.2015 15:05, Cristiano Cortezia wrote:
> On Monday, May 11, 2015 at 8:59:22 AM UTC-3, eGenix Team: M.-A. Lemburg wrote:
>>
>>
>> ANNOUNCING
>>
>> eGeni
On 06.05.2015 08:37, Palpandi wrote:
> Hi,
>
> What are the ways to encrypt python files?
This talk shows some usable ways of doing that:
https://www.youtube.com/watch?v=tKXpMVQIH2Y&index=92&list=PL8uoeex94UhEomMao7wuOrOGuj3jxJYlz
--
Marc-Andre Lemburg
eGenix.com
Professional Python Service
On 13.05.2015 16:09, Cristiano Cortezia wrote:
> Well I gave it a try, and it seems my assumptions were *somehow* true.
> Here is what I got when running one of my apps in single shot mode (load,
> run, terminate):
>
> *default python distribution*
> total time 9.022s
>
We are happy to announce the official EuroPython Partner Program for
EuroPython 2015 in Bilbao:
*** EuroPython 2015 Partner Program ***
https://ep2015.europython.eu/en/events/partner-program/
There is plenty to see in and around Bilbao. We have worked out a
set of
on the schedule. Given the number
of sessions, this may take a while, but we’ll try to get it done as
quickly as possible.
Enjoy,
--
EuroPython 2015 Team
http://ep2015.europython.eu/
http://www.europython-society.org/
--
https://mail.python.org/mailman/listinfo/python-list
We all know that good food, drinks and music are essential for a
perfect EuroPython conference and so we’ve arranged a nice cocktail
dinner with local food and a party for the evening on Wednesday,
July 22nd.
*** EuroPython Conference Dinner and Party ***
https://ep2015
The EuroPython website supports buying tickets for other people
(friends, colleagues, etc.). As a result, it is necessary to “assign”
the tickets you buy to either yourself or someone else. The assignment
process is explained below.
Please tell us your preferences
have Educational Summit focused talks, trainings, birds of a
feather sessions to debate and also Educational Sprints for the
building of education focused projects during the weekend.
Reduced ticket prices for teachers and kids
---
To to facilitate attendance
We are happy to announce the schedule for EuroPython 2015 in Bilbao.
With over 200 sessions, over 180 speakers, 5 days of talks, trainings,
keynotes, lightning talks and open spaces, followed by 2 days of
sprints, EuroPython will be one of the most exciting and vibrant
Python events this year:
The financial aid work group has started to email everyone who applied
for financial aid this year.
We are fortunate to have a budget of almost 20,000 EUR available for
financial aid this year, thanks to well running ticket sales, speakers
who donated their speaker discounts towards the finaid
out a
set of interesting tours, together with a local tour company to choose
from, for partners and EuroPython attendees alike:
* Panoramic tour of Bilbao
* Excursion to San Sebastian
* Guggenheim Museum
* Excursion to La Rioja
* Boat tour of Bilbao
The tours include travel, lunch and
We’re pleased to announce a new venture at this year’s EuroPython...
*** The EuroPython Beginner’s Day ***
https://ep2015.europython.eu/en/events/beginners-day/
If you’re thinking of coming to the conference but you’re new to
Python, this could be the session for you
We had originally planned switching to On-Desk Rates yesterday, but
because ticket sales are going well, we are extending the deadline for
more than a week.
*** Buy your EuroPython 2015 tickets ***
https://ep2015.europython.eu/en/registration/
On-Desk Rates
EuroPython is organized and run by volunteers from the Python
community, but we’re only a few and we will need more help to make the
conference run smoothly.
We need your help !
---
We will need help with the conference and registration desk, giving
out the swag bags and t-shirts
-
Carrie Anne is leading the education mission for the Raspberry Pi
Foundation, but is also known as an award winning secondary Computing
& ICT Teacher, Author, YouTuber:
* Author of "Adventures in Raspberry Pi", a computing book for
teenagers wanting to ge
We are pleased to introduce our next keynote speaker for EuroPython
2015: Holger Krekel. He will be giving a keynote on Wednesday, July
22.
About Holger Krekel
---
Holger is a prolific Python developer with a strong interest in
communication:
“Socially this means engaging and
We are pleased to introduce our final keynote speaker for EuroPython
2015: Mandy Waite. She will be giving her keynote on Friday, July 24.
About Mandy Waite
-
Mandy works at Google as a Developer Advocate for Google Cloud
Platform and to make the world a better place for
With Mandy Waite we have announced all keynotes for EuroPython 2015:
5 keynotes, 6 speakers, 4 women and 2 men.
Keynote Schedule
* Monday: Ola Sendecka & Ola Sitarska
* Tuesday: Guido van Rossum
* Wednesday: Holger Krekel
* Thursday: Carrie Anne
* Friday: Mandy Waite
More d
Many of our sponsors are looking for new employees, so EuroPython 2015
is not only an exciting conference, but may very well also be your
chance to find the perfect job you’ve always been looking for.
Sponsor job board
-
We will post sponsor recruiting offers on the job board of o
EuroPython is not the only attraction in Bilbao to attend in July. The city
also hosts the famous *Guggenheim Museum*, featuring modern art in an
amazing building designed by Frank O. Gehry.
See below for a special deal we have available for the Guggenheim.
You can also find the *Fine Arts
401 - 500 of 1193 matches
Mail list logo