, {'side':
'left', 'sticky': '', 'children': [('Radiobutton.label', {'sticky':
'nswe'})]})], 'sticky': 'nswe'})]
for more help:
http://www.tkdocs.com/tutorial/styles.html
For this particular problem not of much use, or I wouldn't be asking :(
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
ible", then he can do so. But to make all dicts and lists behave in
> this "terrible" and "strange" way is a terrible idea.
You did not understand well what I mean, my dear friend. I applied the
word "terrible" to my code, not to the concept. You've demonstrated
that a fair thinker, so do not fall in the temptation to play with
words.
--
https://mail.python.org/mailman/listinfo/python-list
python.org/mailman/listinfo/python-list
On 30/03/2016 20:35, Marco Sulla via Python-list wrote:
On 30 March 2016 at 02:55, Terry Reedy wrote:
To me [seq.items() and seq.keys()] are useless and confusing duplications since
enumerate()(seq)
and range(len(seq)) are quite different from dict.items and dict.keys.
It's true. I
On 30/03/2016 21:00, Marco Sulla via Python-list wrote:
Let me also add that even if it seems that my idea will not break any
official contracts, I can create a new ABC class and let maps and
sequence types inherit from it. IMHO it's absolutely not needed, but
at least the discussion will
ython-tkinter-discuss/3373/ ?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 31/03/2016 06:34, [email protected] wrote:
I am creating the following
aData = []
This is a Python list, not an array as the subject gives.
# get my data from database
for row in rows:
aData.append({row["tierid"]:"name":row["tiername"],"descri
Hello,
Which plugin allows quick creation of secure REST services? so that Python
scripts can be attached to it.
Regards.
David
--
https://mail.python.org/mailman/listinfo/python-list
uences and maps, apart the fact they are all iterables.
--
https://mail.python.org/mailman/listinfo/python-list
On 31/03/2016 12:58, Marco Sulla via Python-list wrote:
On 31 March 2016 at 04:40, Steven D'Aprano wrote:
Enough of the hypothetical arguments about what one could do or might do.
Let's see a concrete example of actual real world code used in production,
not a mickey-mouse toy prog
uences, so it's much more natural to make map iteration
over values by default, as for sequences. This is why I proposed a
vdict.
On 31 March 2016 at 14:30, Mark Lawrence via Python-list
wrote:
> Note that dict also supports
> __getitem__() and __len__(), but is considered a mapping ra
On 31/03/2016 13:49, Marco Sulla via Python-list wrote:
On 31 March 2016 at 14:30, Mark Lawrence via Python-list
wrote:
Note that dict also supports
__getitem__() and __len__(), but is considered a mapping rather than a
sequence because the lookups use arbitrary immutable keys rather than
r you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 31/03/2016 14:27, Random832 wrote:
On Thu, Mar 31, 2016, at 09:17, Mark Lawrence via Python-list wrote:
On 31/03/2016 14:08, Antoon Pardon wrote:
Op 31-03-16 om 13:57 schreef Chris Angelico:
Okay. I'll put a slightly different position: Prove that your proposal
is worth discussi
On 01/04/2016 08:59, Antoon Pardon wrote:
Op 31-03-16 om 16:12 schreef Mark Lawrence via Python-list:
On 31/03/2016 14:27, Random832 wrote:
So can we discuss how a unified method to get a set of all valid
subscripts (and/or subscript-value pairs) on an object would be a useful
thing to have
n-ubuntu-on-windows-10/
they say Python inside Ubuntu-in-Windows works! Ref. time 03:03.
--
--gv
--
https://mail.python.org/mailman/listinfo/python-list
.
I would suggest that you search the archives, but that would upset
teacher, so I won't.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
ce
--
https://mail.python.org/mailman/listinfo/python-list
he problem, other than
failure to RTFM?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
expect the sort would be slower than most of the other suggestions.
My gut feeling about how fast something is in Python has never once been
right in 15 years. There is only way way to find out, measure it with
things like https://docs.python.org/3/library/profile.html and
https://docs.python.org/3/library/timeit.html. IIRC Steven D'Aprano has
a wrapper for the latter called Stopwatch.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
rk, as I'm just venturing
into the tkinter world.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
bout Python. OTOH there are loads of people here
who do know Python, backwards, sideways and inside out. If you state
precisely what you are trying to achieve then you will get the correct
answer.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
e becomes "ABClaunch2.bat".
Yes, of course. I ran the code and picked up the wrong line even though
I printed out 'name'!
But, it does look as though that path is supposed to form part of the
resulting filename.
--
Bartc
--
https://mail.python.org/mailman/listinfo/python-list
t you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
h is the most efficient, I'll leave that to others to test.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
hat would happen to the poor little
darlings if they had to spend the entire match on the pitch?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
Eclipse has got one click app for creating REST services.
What is it equivalent in Python?
Regards.
David
--
https://mail.python.org/mailman/listinfo/python-list
ch?cq=range would appear to be as good a
starting point as any.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
I have tried to install python and nltk but I couldn't. Please could you please
help me because I need to work on natural language processing using Python.
Regards,Mohamed
--
https://mail.python.org/mailman/listinfo/python-list
tas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
for the answer.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
for yourself:
-
http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask
BR,
Roland
2016-04-04 9:09 GMT+03:00 David Shi via Python-list
:
> Eclipse has got one click app for creating REST services.
> What is it equivalent in Python?
> Regards.
> David
-map.html
http://www.tkdocs.com/tutorial/styles.html
In the latter you might like to note that there is a section called
"Sound Difficult to you?". It's well worth the read.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 02/04/2016 19:45, Terry Reedy wrote:
On 4/2/2016 11:11 AM, Mark Lawrence via Python-list wrote:
A typical call to create an Entry field would be:-
e = Entry(master, validate='all', ...)
Once this call has been made is it possible to change the validation
mode at runtime?
AF
language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
of months. For those who
disagree, they can provide the patches, or the edits to a wiki as
appropriate.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
n.org/mailman/listinfo/python-list
/mailman/listinfo/python-list
uage.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
er in the function
or worse provide a meaningless result.
What library designers do ?
Please see
http://ftp.dev411.com/t/python/python-list/13bhcknhan/when-to-use-assert
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Ma
of GOTO will certainly help in that area. How does it go, something
like "always consider that the person maintaining your code in six
months time is a homicidal maniac armed with an axe"?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
him to like Python, it's been tried, it doesn't
work.
--Ned.
So why isn't he politely told to shove off as he's not welcome on this
Python list?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
he knows squat. About Python. On the
main Python list. Perhaps he should hence forward be known as RUE2?
Actually that is unfair, the original RUE only complains about PEP393
unicode, BartC complains about everything. I still do not believe that
he could organise a piss up in a brewery,
ssubclass(deque, Sequence)
True
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
low Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
se the two tuples almost always
twice. Once to find out if they are equal and if not a second
time to find out which is greater.
Have you read this https://wiki.python.org/moin/HowTo/Sorting ?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
s and apparently never makes mistakes.
*plonk*
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
rence
--
https://mail.python.org/mailman/listinfo/python-list
ailman/listinfo/python-list
On 09/04/2016 20:25, Tim Golden wrote:
On 09/04/2016 20:13, Mark Lawrence via Python-list wrote:
On 09/04/2016 01:43, Ben Finney wrote:
Dennis Lee Bieber writes:
Yet another completely irrelevant thread that has nothing to do with
Python. As this is meant to be the main Python mailing
On 09/04/2016 20:41, Joe wrote:
Sorry, I was desperate
I deleted the post
You didn't. This will be showing in the archives in several places, e.g
https://mail.python.org/pipermail/python-list/2016-April/707160.html
--
My fellow Pythonistas, ask not what our language can do for you
Ethan Furman did just a day or so back?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
n use a for loop for the
remaining strings. Note that this also works correctly for an empty list -- where it will do
nothing.
I hope this gets you started reworking (or re-thinking) your program.
--
https://mail.python.org/mailman/listinfo/python-list
"well, just do this, and poof, all will be
good".
Sorry it's not more.
Dan
> -----Original Message-
> From: Python-list [mailto:[email protected]]
> On Behalf Of [email protected]
> Sent: Thursday, April 14, 2016 1:50 PM
> To:
prohibited. If you have received this email in
error, please immediately notify me at (754) 300-9972 and permanently delete
the original and any copy of any e-mail and any printout thereof.
--
https://mail.python.org/mailman/listinfo/python-list
"ABC", and it's matching non-"ABC" string, then lookup
the string in the table and get your match, it's a bit brute forcey, but it
would work (eventually)
Good luck in your homework!
Dan
> -----Original Message-
> From: Python-list [mailto:python-lis
n/listinfo/python-list
@property
def notation(self):
return self._state['notation']
@property
def position(self):
return self._state['position']
@position.setter
def position(self, position):
self._state['position'] = position
if self._state['first_move']:
self._state['first_move'] = False
self._state['move_count'] += 1
--
https://mail.python.org/mailman/listinfo/python-list
ore (and more useful) help you are likely to receive. To this
lists credit, even if you are completely unclear in your question, you will
likely get *something* back, (as you saw with Peters response), but what you
get back is more likely to be a general suggestion rather than a specific fix
fo
> -Original Message-----
> From: Python-list [mailto:[email protected]]
> On Behalf Of [email protected]
> Sent: Thursday, April 28, 2016 7:15 AM
> To: [email protected]
> Subject: online python courses
>
> I am follows on th
meeting_list.append((id, meeting))
> -Original Message-
> From: Python-list [mailto:[email protected]]
> On Behalf Of Sayth Renshaw
> Sent: Thursday, April 28, 2016 7:00 AM
> To: [email protected]
> Subject: Re: Controlling the passin
formation about that
specific argument.
> -Original Message-----
> From: Python-list [mailto:[email protected]]
> On Behalf Of alister
> Sent: Thursday, April 28, 2016 9:45 AM
> To: [email protected]
> Subject: Re: What should Python apps do when a
From: John Wong [mailto:[email protected]]
Sent: Thursday, April 28, 2016 10:06 AM
To: Dan Strohl
Cc: alister ; [email protected]
Subject: Re: What should Python apps do when asked to show help?
On Thu, Apr 28, 2016 at 1:02 PM, Dan Strohl via Python-list
mailto:[email protected]
;more" if needed (or whatever).
Dan
> -Original Message-
> From: Python-list [mailto:[email protected]]
> On Behalf Of Irmen de Jong
> Sent: Thursday, April 28, 2016 10:08 AM
> To: [email protected]
> Subject: Re: What should Python apps do
to a common library.
> -Original Message-----
> From: Python-list [mailto:[email protected]]
> On Behalf Of Random832
> Sent: Thursday, April 28, 2016 10:30 AM
> To: [email protected]
> Subject: Re: What should Python apps do when asked to show help?
>
What is the simplest way to locate a string in a column and get the value on
the same row in another column ?
1 a2 b3 c
Locate b and obtain 2 in a table.
Looking forward to hearing from you.
Regards.
David
--
https://mail.python.org/mailman/listinfo/python-list
python.org/mailman/listinfo/python-list
.islower()' and 'x.isupper()' be
identical?
The final form of this code is this:
list(filter(str.isupper, string))
['W', 'T', 'F']
Thank you,
Chris R.
--
https://mail.python.org/mailman/listinfo/python-list
S": "VI", "MARSHALL ISLANDS": "MH",
"WYOMING": "WY", "OHIO": "OH", "SOUTH CAROLINA": "SC", "INDIANA": "IN",
"NEVADA": "NV", "LOUISIANA": "LA", "NORTHERN MARIANA ISLANDS":
"MP", "NEBRASKA": "NE", "ARIZONA": "AZ", "WISCONSIN": "WI", "NORTH DAKOTA":
"ND", "Armed Forces Europe": "AE", "PENNSYLVANIA": "PA",
"OKLAHOMA": "OK", "KENTUCKY": "KY", "RHODE ISLAND": "RI",
"DISTRICT OF COLUMBIA": "DC", "ARKANSAS": "AR", "MISSOURI": "MO", "TEXAS":
"TX", "MAINE": "ME"}
#table['moa_state_name'] = map(lambda x: x.upper(), table['moa_state_name'])def
convert_state(row): abbrev1 = state_to_code(table['moa_state_name'])
#'aatest' if abbrev1: return abbrev1 ##state_to_code[abbrev[0]]
return np.nan#print convert_state(table['moa_state_name'])
table.insert(0, "abbrev", np.nan)table['abbrev'] = table.apply(convert_state,
axis=1)
print state_to_code['ARKANSAS']
--
https://mail.python.org/mailman/listinfo/python-list
ate_name']) #'aatest' if abbrev1: return
abbrev1 ##state_to_code[abbrev[0]] return np.nan#print
convert_state(table['moa_state_name'])
table.insert(0, "abbrev", np.nan)
table['abbrev'] = table.apply(convert_state, axis=1)print
state_to_code['ARKANSAS']
--
https://mail.python.org/mailman/listinfo/python-list
mply add a
line at the end like:
__repr__() = __str__()
Hope that helps.
Dan Strohl
--
https://mail.python.org/mailman/listinfo/python-list
ter much in this case, since it probably isn't called
that much in normal use (though there are always exceptions), and in the end,
Python is fast enough that unless you really need to slice off a few
milliseconds, you will never notice the difference, but just some food for
thought.
--
https://mail.python.org/mailman/listinfo/python-list
nter or something).
I know that isn’t per the rules, but in the end, it makes it easier for me to
troubleshoot the code.
Having said that, Ben is totally correct in terms of the "right" way to do it,
my earlier suggestion was not "right".
Dan
--
https://mail.python.org/mailman/listinfo/python-list
gic number in 'intersection': b'\x03\xf3\r\n'
Can any one help?
Regards.
David
--
https://mail.python.org/mailman/listinfo/python-list
to download it.
--
https://mail.python.org/mailman/listinfo/python-list
to stick that "-->" as a prompt at the end, but obviously
this (or a similar marker) is optional.
--
https://mail.python.org/mailman/listinfo/python-list
On 05/08/2016 03:07 PM, Chris Angelico wrote:
On Mon, May 9, 2016 at 6:45 AM, Larry Hudson via Python-list
wrote:
On 05/08/2016 06:01 AM, Chris Angelico wrote:
[snip...]
... I like to recommend a
little thing called "IIDPIO debugging" - I
and it will say it was
successful but then when I go to open it again it comes up with the same
message.Can you help?Aidan
--
https://mail.python.org/mailman/listinfo/python-list
I lost my indexes after grouping in Pandas.
I managed to rest_index and got back the index column.
But How can I get back a index row?
Regards.
David
--
https://mail.python.org/mailman/listinfo/python-list
Hello, Michael,Thank you. Yes, aster grouping I lost my indexing in both x, y
directions.
How to convert a row, and a column into indexes or labels?
On Friday, 13 May 2016, 17:57, Michael Selik
wrote:
On Fri, May 13, 2016 at 12:27 PM David Shi via Python-list
wrote:
I lost my
Hello, Michael,
Why reset_index before grouping?
Regards.
David
On Friday, 13 May 2016, 17:57, Michael Selik
wrote:
On Fri, May 13, 2016 at 12:27 PM David Shi via Python-list
wrote:
I lost my indexes after grouping in Pandas.
I managed to rest_index and got back the index column
choose how your
aggregation will operate on that column.
On Fri, May 13, 2016 at 3:29 PM David Shi wrote:
Hello, Michael,
Why reset_index before grouping?
Regards.
David
On Friday, 13 May 2016, 17:57, Michael Selik wrote:
On Fri, May 13, 2016 at 12:27 PM David Shi via Python-list
wrote
eset_index before grouping?
Regards.
David
On Friday, 13 May 2016, 17:57, Michael Selik wrote:
On Fri, May 13, 2016 at 12:27 PM David Shi via Python-list
wrote:
I lost my indexes after grouping in Pandas.
I managed to rest_index and got back the index column.
But How can I get back a index
hy don't you make a little example of before
and after the grouping? This mailing list does not accept attachments, so
you'll have to make do with pasting a few rows of comma-separated or
tab-separated values.
On Fri, May 13, 2016 at 3:56 PM Michael Selik wrote:
In order to preserve yo
d Shi wrote:
Dear Michael,
I have done a number of operation in between.
Providing that information does not help you
How to reset index after grouping and various operations is of interest.
How to type in a command to find out its current dataframe?
Regards.
David
On Friday, 13
35, 36,
37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], [0, 2, 1, 3, 4, 5, 7, 6, 8, 9,
11, 12, 13, 10, 14, 15, 16, 19, 18, 17, 20, 21, 23, 22, 24, 27, 31, 28, 29, 30,
32, 25, 26, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 44, 46, 48, 47, 49]],
names=[u'StateFIPS', 0])Re
43, 44, 45, 46, 47, 48], [0, 2, 1, 3, 4, 5, 7, 6, 8, 9,
11, 12, 13, 10, 14, 15, 16, 19, 18, 17, 20, 21, 23, 22, 24, 27, 31, 28, 29, 30,
32, 25, 26, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 44, 46, 48, 47, 49]],
names=[u'StateFIPS', 0])Regards.
David
On Friday, 13 M
0, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], [0, 2, 1, 3, 4, 5, 7, 6, 8, 9,
11, 12, 13, 10, 14, 15, 16, 19, 18, 17, 20, 21, 23, 22, 24, 27, 31, 28, 29, 30,
32, 25, 26, 33, 34, 35, 36,
31, 32, 33, 34, 35, 36,
37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], [0, 2, 1, 3, 4, 5, 7, 6, 8, 9,
11, 12, 13, 10, 14, 15, 16, 19, 18, 17, 20, 21, 23, 22, 24, 27, 31, 28, 29, 30,
32, 25, 26, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 44, 46, 48, 47, 49]],
names=[u'StateFIPS
2, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], [0, 2, 1, 3, 4, 5, 7, 6, 8, 9,
11, 12, 13, 10, 14, 15, 16, 19, 18, 17, 20, 21, 23, 22, 24, 27, 31, 28, 29, 30,
32, 25, 26, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 44, 46, 48, 47, 49]
25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], [0, 2, 1, 3, 4, 5, 7, 6, 8, 9,
11, 12, 13, 10, 14, 15, 16, 19, 18, 17, 20, 21, 23, 22, 24, 27, 31, 28, 29, 30,
32, 25, 26, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 44, 46, 48, 47, 49]],
names=
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], [0, 2, 1, 3, 4, 5, 7, 6, 8, 9,
11, 12, 13, 10, 14, 15, 16, 19, 18, 17, 20, 21, 23, 22, 24, 27, 31, 28, 29, 30,
rk might not be totally legit.
(NOTE: I am NOT saying you aren’t legit, nor that the work is criminal, just
that the impression you gave was less than professional, and even if I was
looking, I would not consider contacting someone who presented that way.)
--
https://mail.python.org/mailman/listinfo/python-list
mmation?
Thanks
Why two loops? Put both summations in a single loop. Then you're only scanning the alist once
instead of twice.
groups1 = defaultdict(int)
groups2 = defaultdict(int)
for nm, matches, words in alist:
groups1[nm] += matches
groups2[nm] += words
-=- Larry -=-
--
https://mail.python.org/mailman/listinfo/python-list
ersion 3 is where all future development will occur. It is definitely the better version, and
while there are certainly differences, to a beginning programmer the learning curve will be the
same.
--
https://mail.python.org/mailman/listinfo/python-list
:
tdic[dat[1]] = addtpl(tdic.get(dat[1], (0,0)), dat[2:])
return sorted([(str(n), tdic[n][0], tdic[n][1]) for n in tdic])
-=-Larry -=-
--
https://mail.python.org/mailman/listinfo/python-list
3301 - 3400 of 5869 matches
Mail list logo