> are metaclasses like templates in C++
> thanks for your explanations
No, there is no direct concept of metaclasses in C++.
You need to ook to languages like Lisp and Smaltalk for those.
The nearest you get to meta-classes in C++ is static members
and methods. But they don't allow you to alter
I have three books on Python programming, "Learning Python" by O'Reilly,
"Beginning Python" by Hetland, and "Python in a Nutshell" by O'Reilly. Are
these good (recommended) books? Any others that might be recommended?
___
Tutor maillist - Tutor@p
On 14/07/06, Alan Collins <[EMAIL PROTECTED]> wrote:
> You now want columns 1, 5, and 7 printed and aligned (much like a
> spreadsheet). For example:
>
> Monday547757699 100%
> Wednesday 77449 100%
Let me attempt to be the first to say:
String substitutions!!!
The docs are here: http://d
One way to do it:
have your form submit the body of the email,the email address, and a
checkbox value of whether they want to anonymize it.
have a SQL table called Anonymize and if they want to anonymize the
e-mail do
'SELECT anon FROM Anonymize WHERE email = %s' % email_from_form_submisson
to g
Hi,
I do a far bit of data manipulation and decided to try one of my
favourite utilities in Python. I'd really appreciate some optimization
of the script. I'm sure that I've missed many tricks in even this short
script.
Let's say you have a file with this data:
Monday 7373 3663657 2272 547757
1) how much programming experience you have.i have programmed in cfor about 1 year or so2) how new to Python are you.very new 1 week3) why do you want to solve this problem in Python?i m tryin to do a web app so i want to do in python4) what can you apply from other languages you know (you refer to
Luke Paireepinart wrote:
> anil maran wrote:
>
>> hi i m trying to anonymize emails
>>
> hi.
>
>> everytime someone enters
>> [EMAIL PROTECTED]
>>
>> i want to generate
>>
>> [EMAIL PROTECTED] and use this email in the web application
>>
>> I want to do this in python
>> can you please e
On 14/07/06, anil maran <[EMAIL PROTECTED]> wrote:
> i want to know how to generate
> [EMAIL PROTECTED] => [EMAIL PROTECTED]
> and then how do i do the translation
> [EMAIL PROTECTED] => [EMAIL PROTECTED]
Hi Anil,
Do you have any programming experience in other languages?
--
John.
hi guysare metaclasses like templates in C++thanks for your explanations
Sneak preview the all-new Yahoo.com. It's not radically different. Just radically better.
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
hithe user inputs the email in a formand then they have an option to anonymize itthe server has a copy of their original and anonymous email idand the anon email is posted on the relevant pagewhen some1 needs to contact them, they would email the anon email id, the server or py program will take th
hi you wonderful energetic pygurusi need to send out lot of emails and sms messages from a python programplease let me know if you know of any library like java sms library or possible solutionsi m clueless and lost herethanks a lot
Yahoo! Music Unlimited - Access over 1 million songs.
Try it fr
I'm trying to create a master dictionary in aspell, and I can do so
with the following:
inFile = tempfile.NamedTemporaryFile()
inFile.write(wordList)
inFile.flush()
command = 'aspell --lang=en --dont-validate-words create master %s < %s' % \
('./dict.cwl', inFile.name)
Hi!
Give a look at http://www.crummy.com/software/BeautifulSoup/
BeautifulSoup is a python module designed for parsing html
Carlo
what is ITER? www.iter.org
>>
>> First, excuse me my English... English is not my native
>>language, but
>> I hope
>> th
rezult is not a dictionary in your example, it's a list. You can create
a dictionary with all your keys and values:
rezult ={
'title': 'TITLE',
'body':['body_1', 'body_2'],
'h1':['1_1', 'END'],
'h2':['2_1', '2_2'],
'h3':['3_1'],
'p':['p_1', 'p_2'],
'id_one':['div_one_1', 'div_one_2', 'div_o
> Also, when I reply to a message, should I 'cc:' to [EMAIL PROTECTED], add
> an extra 'to:' field with [EMAIL PROTECTED], or change the original 'to:'
> field to [EMAIL PROTECTED]
> What is the difference between 'cc:' and 'to:'?
To indicates the primary recipient, CC is a carbon copy for
info
15 matches
Mail list logo