On Fri, Feb 12, 2010 at 10:26 AM, David wrote:
> Hi Alan,
>
>
> On 12/02/10 17:34, Alan Gauld wrote:
>
> Amazon are remarkably reticent about the actual contents.
>>
> See here: http://tinyurl.com/y9dy62p
>
> I am, btw, always happy to see 'book announcements' on this list -- keep
> them coming!
Nice book. I actually bought a copy of Python Web Development with Django
last month, and I can't recommend it enough.
On Wed, Apr 7, 2010 at 8:46 PM, wesley chun wrote:
> i worked on another well-received Django book with a pair of great
> co-authors called "Python Web Development with Django",
On Thu, Nov 18, 2010 at 9:34 AM, Kaushal Shriyan
wrote:
> On Thu, Nov 18, 2010 at 2:39 PM, Alan Gauld
> wrote:
> >
> > "Srinidhi Rao" wrote
> >
> >> I am a beginner here want to explore python,
> >
> > Hi, are you a beginner to programming or just to Python?
> > There are many good books for tho
Is anyone of you guys on this list going to EuroPython?
http://www.europython.eu/
Unfortunately, I have registered to attend JavaOne, so can't make it.
--
Evans
http://www.javawug.org
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailma
This one seems to have got through though..
On Thu, Oct 8, 2009 at 7:15 AM, Luke Paireepinart wrote:
> I keep getting Mail Delivery Subsystem notices from tutor saying my mail is
> undeliverable. Is that just me or are other people getting this as well?
> I'm realizing now that a lot of my repl
Hi Brindly,
I remember Alan answering this question yesterday.
Please look at the suggestions he made and see if they are of any help.
However, I don't think its possible in Python's Tkinter; the only thing close
to what you want is in Java, its called JWindow.
Sorry never have to disable those
Hello guys,
I have sent the screen shot of the IDLE being selected from Windows XP start
menu to Danny, incase someone is making another screen shot. Lets wait till
he requests another one.
Evans
- Original Message -
From: "Danny Yoo" <[EMAIL PROTECTED]>
To: "Tutor"
Sent: Wednesday,
There's a simple way you can add your directory to
the execution path.
try this
>>>
sys.path.append(r'C:\python24\myPythonFiles')
now, you can import your file with the import
command
>>> import yourFile
Note: This is only a temporary solution, when you
close the interpreter, it will nee
- Original Message -
From: "Michael Sullivan" <[EMAIL PROTECTED]>
To: "Andrew Robert" <[EMAIL PROTECTED]>
Cc: "Python Tutor"
Sent: Tuesday, June 13, 2006 3:26 AM
Subject: Re: [Tutor] Python related mags
> On Mon, 2006-06-12 at 21:13 -0400, Andrew Robert wrote:
>> -BEGIN PGP SIGNED
it would be very hard to know the type of help you
need at this time. You have not really written a single line of code and
besides, no one will start it for you unless you have a specific problem that
needs attention.
Again, it sounds to me as though you've
not actually grasped the scope
bump
- Original Message -
From:
ravi
sankar
To: tutor@python.org
Sent: Sunday, June 25, 2006 9:17 PM
Subject: [Tutor] doubt in Regular
expressions
hello all, i want to search strings in the database
available and return the link of the string instead simply
Luke take note; the message was not from me!
- Original Message -
From: "Luke Paireepinart" <[EMAIL PROTECTED]>
To: "Evans Anyokwu" <[EMAIL PROTECTED]>;
Sent: Sunday, June 25, 2006 10:26 PM
Subject: Re: [Tutor] doubt in Regular expressions
> Post Scr
Please ignore, switching email address.
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Its hard to tell what you're doing wrong without the code.
Sorry, my policy is not to write code for anyone until they have something
to show.
On Sat, Apr 12, 2008 at 11:44 AM, Que Prime <[EMAIL PROTECTED]> wrote:
>
> I'm trying to copy files from one directory to another based on an input
> txt
Kriti,
You can unsubscribe yourself without waiting for anyone to do it for you.
Follow this link http://mail.python.org/mailman/listinfo/tutor
Bye.
Evans
http://www.javawug.org
On Thu, May 1, 2008 at 2:00 PM, Kriti Satija <[EMAIL PROTECTED]>
wrote:
> Please unsubscribe my membership from pyt
See this is of any help!
http://www.devshed.com/c/a/Python/Bluetooth-Programming-using-Python/
Evans
http://www.javawug.org
On Thu, Jun 5, 2008 at 3:45 PM, Ricardo Dueñas Parada <[EMAIL PROTECTED]>
wrote:
> Hi all,
>
> I want to write an script to send messages from my phone (Nokia E50) to my
>
Just like you'd add any other button on your web page
--
Evans
On Wed, Jun 11, 2008 at 8:49 AM, Mfana-boy Msibi <[EMAIL PROTECTED]>
wrote:
> How to add a delete button in your web page in Python
>
>
>
>
> __ Information from ESET NOD32 Antivirus, version of virus
> signature database 31
Providing trial section alone will not make much difference. You should
consider removing the need to sign in as well and focus on providing great
tutorial content.
Good luck
On Sun, Nov 28, 2010 at 2:43 AM, Kok Cheng Tan wrote:
> Hi,
>
> Thanks for the feedback.
> I will add a trial section th
I didn't find any of his previous questions as well -
Looks like he just registered on this list to try and promote his product.
Sneaky!
On Fri, Dec 3, 2010 at 2:21 PM, Joel Goldstick wrote:
>
> On Fri, Dec 3, 2010 at 8:07 AM, Alan Gauld wrote:
>
>>
>> "Eddie" wrote in message
>> news:aanlktim
On Tue, Dec 14, 2010 at 12:06 PM, Peter Otten <__pete...@web.de> wrote:
> C.T. Matsumoto wrote:
>
> > Is it possible to create files containing python code in the same sort
> > of way that you can generate text files.
> >
> > A simple example perhaps could be a persistent dictionary. Keys and
> >
Hi Andrés,
I'm not sure a lot of people on this list use Cheerypy - I use django
myself.
I would suggest you check cherrypy website, there's an IRC link at the top
of the page.
Good luck
2011/4/9 "Andrés Chandía"
>
>
> I have put a textarea at a web generated by cherrypy, but I would like to
>
I use Openoffice and it has an option to export your files to .pdf and lots
of other file formats.
It's a free download - and has all the usual Office applications...
Search for 'OpenOffice' online.
On Mon, Apr 11, 2011 at 9:48 PM, Alan Gauld wrote:
>
> "sunil tech" wrote
>
>
> is there any wa
You really don't need a book. There are tons of free materials online
including Alan's excellent tutorial. Spend some time working your way
through some of these free tutorials, and once you're comfortable enough
writing Python programs then buy one or two books as a reference material.
Good luck
On Thu, Dec 27, 2012 at 12:07 PM, Randy WhiteWolf
wrote:
> I am an older newbie teaching myself Python programming. I copied the code
> # Emonstrates escape sequences. This exercise is on page 22 of the Phthon
> Programming for the Absolute Beginner by Michael Dawson. I have copied the
> code verb
Hi Andrew,
I'm sure the exercises at the end of the each chapters are there for you to
attempt. Asking for help here without attempting it is not the best way to
learn.
If however, you've tried something - and it didn't work, by all means ask
for help.
In the mean time show us what you have so fa
On Thu, Jul 4, 2013 at 8:47 PM, Robert Winkler <
robert.wink...@bioprocess.org> wrote:
> Thanks to the OSA library, which works for SOAP requests with Python
> 3.x, I can now use SOAP services at http://www.chemspider.com.
>
> The result is a list of accession numbers (which correspond to chemica
One thing that I've noticed is that there is no structure to your data.
Some have missing *fields* -so making the use of regex out of the question.
Without seeing your code, I'd suggest saving the data as a separated value
file and parse it. Python has a good csv support.
Get this one sorted out
First, the error message means 'item' is missing. You will need to assign
your row as the item.
And if you want nil where there is no value, then use if statement to check
there is something otherwise make that empty value 'nil'.
Sorry, gotta run my train just arrived.
__
28 matches
Mail list logo