Re: Best editor?

2005-04-06 Thread Nicolay A. Vasiliev
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

Re: oracle interface

2005-04-07 Thread M.-A. Lemburg
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

Re: MS SQL Server/ODBC package for Python

2005-04-15 Thread M.-A. Lemburg
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

Re: MS SQL Server/ODBC package for Python

2005-04-15 Thread M.-A. Lemburg
[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\

Re: MS SQL Server/ODBC package for Python

2005-04-18 Thread M.-A. Lemburg
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

Re: Regular Expressions - Python vs Perl

2005-04-21 Thread Karl A. Krueger
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

Re: HTML cleaner?

2005-04-25 Thread M.-A. Lemburg
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

Re: python on mac keystroke

2005-04-26 Thread Ian A. York
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

Re: Progress Bar with urllib2

2005-04-26 Thread John A Ferguson
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

interactive web graphics

2005-04-27 Thread Eckhoff, Michael A
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

Re: interactive web graphics

2005-04-28 Thread Eckhoff, Michael A
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

Re: interactive web graphics

2005-04-29 Thread Eckhoff, Michael A
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

ANN: Python Events Calendar - Please submit your 2014 events

2014-01-14 Thread M.-A. Lemburg
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

EuroPython has a new blog

2014-01-17 Thread M.-A. Lemburg
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

EuroPython Society website now live

2014-01-17 Thread M.-A. Lemburg
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

ANN: Python Events Calendar - Now with Twitter feed

2014-01-29 Thread M.-A. Lemburg
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

Work on Call for Participation for EuroPython 2015 has started

2014-01-30 Thread M.-A. Lemburg
, 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

ANN: PSF Python Marketing Brochure - Last call for Ad Sponsors

2014-02-11 Thread M.-A. Lemburg
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

Re: raise None

2015-12-31 Thread Martin A. Brown
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

Re: Help on return type(?)

2016-01-09 Thread Martin A. Brown
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 >>

Re: ignoring or replacing white lines in a diff

2016-01-14 Thread Martin A. Brown
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

Re: psss...I want to move from Perl to Python

2016-02-02 Thread Martin A. Brown
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.

Re: Exception handling for socket.error in Python 3.5/RStudio

2016-02-05 Thread Martin A. Brown
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

Re: Exception handling for socket.error in Python 3.5/RStudio

2016-02-05 Thread Martin A. Brown
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:

Re: Exception handling for socket.error in Python 3.5/RStudio

2016-02-05 Thread Martin A. Brown
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.

Re: Suggested datatype for getting latest information from log files

2016-02-11 Thread Martin A. Brown
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

Re: Make a unique filesystem path, without creating the file

2016-02-14 Thread Martin A. Brown
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. >

EuroPython 2016: Sending out the first gravitational waves

2016-02-15 Thread M.-A. Lemburg
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

EuroPython 2016: Call for Proposals

2016-02-18 Thread M.-A. Lemburg
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

Re: asyncio - run coroutine in the background

2016-02-20 Thread Martin A. Brown
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

EuroPython 2016: Early bird ticket sales

2016-02-22 Thread M.-A. Lemburg
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

EuroPython 2016: Early bird sales started

2016-02-23 Thread M.-A. Lemburg
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

Re: Network Simulator

2016-02-24 Thread Martin A. Brown
>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

Re: tcp networking question (CLOSE_WAIT)

2016-02-25 Thread Martin A. Brown
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

Re: tcp networking question (CLOSE_WAIT)

2016-02-25 Thread Martin A. Brown
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

EuroPython 2016: Regular ticket prices

2016-02-29 Thread M.-A. Lemburg
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

Re: common mistakes in this simple program

2016-02-29 Thread Martin A. Brown
>> 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

Re: Caching function results

2016-03-03 Thread Martin A. Brown
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

EuroPython 2016: Financial Aid Available

2016-03-08 Thread M.-A. Lemburg
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

EuroPython 2016: Talk voting will start on Monday

2016-03-10 Thread M.-A. Lemburg
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

Re: Simple exercise

2016-03-10 Thread Martin A. Brown
>>> 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

Re: issue with csv module (subject module name spelling correction, too)

2016-03-11 Thread Martin A. Brown
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

Re: Perl to Python again

2016-03-11 Thread Martin A. Brown
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: >

EuroPython 2016: Talk voting is open

2016-03-14 Thread M.-A. Lemburg
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

Re: retrieve key of only element in a dictionary (Python 3)

2016-03-18 Thread Martin A. Brown
>> 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 = {"

Re: retrieve key of only element in a dictionary (Python 3)

2016-03-19 Thread Martin A. Brown
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

Re: Beginner Python Help

2016-03-19 Thread Martin A. Brown
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

EuroPython 2016: More than 150 sessions waiting for you

2016-03-27 Thread M.-A. Lemburg
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

Re: Path when reading an external file

2016-03-28 Thread Martin A. Brown
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&#x

EuroPython 2015 Call for Participation: On-site Teams

2014-10-31 Thread M.-A. Lemburg
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

Re: Karlsruhe (Germany) Python User Group, November 21st 2014, 7pm

2014-11-17 Thread M.-A. Lemburg
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

EuroPython 2015 will be in Bilbao, Spain !

2014-12-24 Thread M.-A. Lemburg
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

ANN: Python Events Calendar - Please submit your 2015 events

2015-01-13 Thread M.-A. Lemburg
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

Re: Python Events Calendar - Please submit your 2015 events

2015-01-13 Thread M.-A. Lemburg
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

EuroPython 2015: Come join us from July 20-26 in Bilbao !

2015-01-15 Thread M.-A. Lemburg
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

EuroPython 2015: Your chance to sign up as a launch sponsor

2015-01-16 Thread M.-A. Lemburg
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

EuroPython 2015: Landing in Bilbao

2015-01-17 Thread M.-A. Lemburg
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

Re: ANN: Python Events Calendar - Please submit your 2015 events

2015-01-23 Thread M.-A. Lemburg
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

EuroPython 2015: New Code of Conduct

2015-01-30 Thread M.-A. Lemburg
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

PSF Python Brochure "sold out" - help us kick start the second print run !

2015-02-04 Thread M.-A. Lemburg
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

EuroPython 2015: Our first keynote speaker: Guido van Rossum

2015-02-25 Thread M.-A. Lemburg
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

EuroPython 2015: Launch preparations are underway

2015-02-26 Thread M.-A. Lemburg
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

Google app engine database

2014-02-22 Thread glenn . a . isaac
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

ANN: Python Job Board - Call for volunteers

2014-02-27 Thread M.-A. Lemburg
[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

Need help in Python automation

2014-03-21 Thread Anil Kumar A
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

Re: mx as dependency tox throws GCC error

2015-02-27 Thread M.-A. Lemburg
# --> 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

EuroPython 2015: We have lift-off

2015-03-03 Thread M.-A. Lemburg
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

EuroPython 2015: We've opened the flood gates :-)

2015-03-03 Thread M.-A. Lemburg
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

EuroPython 2015: We've sold half of the available early-bird tickets already

2015-03-04 Thread M.-A. Lemburg
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

EuroPython 2015: Announcing standard ticket prices

2015-03-10 Thread M.-A. Lemburg
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

EuroPython 2015: Early-Bird tickets sold out!

2015-03-12 Thread M.-A. Lemburg
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

EuroPython 2015: Call for proposal dates available

2015-03-12 Thread M.-A. Lemburg
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

EuroPython 2015: Call for Proposals

2015-03-17 Thread M.-A. Lemburg
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 2015: Sponsor brochure available

2015-03-18 Thread M.-A. Lemburg
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

PSF Python Job Board relaunched !

2015-03-19 Thread M.-A. Lemburg
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

EuroPython 2015: Call for Proposals has been extended

2015-04-14 Thread M.-A. Lemburg
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

EuroPython 2015: Django Girls Workshop

2015-04-17 Thread M.-A. Lemburg
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

EuroPython 2015: Our next keynote: Ola & Ola (Django Girls)

2015-04-25 Thread M.-A. Lemburg
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

EuroPython 2015: Financial Aid Program launched

2015-05-03 Thread M.-A. Lemburg
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

EuroPython 2015: Vote for the talks you want to see

2015-05-04 Thread M.-A. Lemburg
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

Re: ANN: eGenix PyRun - One file Python Runtime 2.1.0

2015-05-13 Thread M.-A. Lemburg
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

Re: Encrypt python files

2015-05-13 Thread M.-A. Lemburg
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

Re: ANN: eGenix PyRun - One file Python Runtime 2.1.0

2015-05-13 Thread M.-A. Lemburg
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 >

EuroPython 2015: Come with your partners

2015-05-16 Thread M.-A. Lemburg
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

EuroPython 2015: More than 200 sessions waiting for you

2015-05-31 Thread M.-A. Lemburg
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

EuroPython 2015: Conference Dinner and Party

2015-06-01 Thread M.-A. Lemburg
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

EuroPython 2015: Please configure your tickets

2015-06-06 Thread M.-A. Lemburg
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

EuroPython 2015: Educational Summit

2015-06-09 Thread M.-A. Lemburg
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

EuroPython 2015: Schedule online

2015-06-16 Thread M.-A. Lemburg
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:

EuroPython 2015: Financial Aid

2015-06-16 Thread M.-A. Lemburg
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

EuroPython 2015: Partner program deadline extended

2015-06-22 Thread M.-A. Lemburg
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

EuroPython 2015: Beginner’s Day

2015-06-24 Thread M.-A. Lemburg
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

EuroPython 2015: Standard rates deadline extended

2015-06-26 Thread M.-A. Lemburg
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 2015: Call for On-site Volunteers

2015-06-30 Thread M.-A. Lemburg
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

EuroPython 2015 Keynote: Carrie Anne Philbin

2015-07-01 Thread M.-A. Lemburg
- 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

EuroPython 2015 Keynote: Holger Krekel

2015-07-04 Thread M.-A. Lemburg
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

EuroPython 2015 Keynote: Mandy Waite

2015-07-10 Thread M.-A. Lemburg
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

The EuroPython 2015 Keynotes

2015-07-10 Thread M.-A. Lemburg
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

EuroPython 2015: Recruiting Offers

2015-07-12 Thread M.-A. Lemburg
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 2015: Guggenheim and Fine Arts Museum

2015-07-15 Thread M.-A. Lemburg
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

<    1   2   3   4   5   6   7   8   9   10   >