Please don't send a test message to the public list which was read by
thousands of people. thanks.
On Fri, Jan 8, 2021 at 5:26 AM Craig Hatch wrote:
> I have added you to the EMAIL list, so when I have questions.
>
> Just learn for fun.
>
>
> Craig Hatch
> --
> https://mail.python.org/mailman/l
I want to replace duplicate values with empty "" in my dictionary. Here is
my original dictionary.
items = [
{'client': 'xyz', 'name': "Ilir Meta", 'rating': 0.06, 'total': 100},
{'client': 'xyz','name': "Abdelmadjid Tebboune", 'rating': 4.0,
'total': 100},
{'client': 'xyz','name': "Al
Hi,
I don't know if this makes more sense here or on "python-ideas" (or
elsewhere?) but I'll try this first:
I am starting to encounter more and more instances of packages requiring
older, pinned, versions of modules, and this is occasionally actually
starting to cause conflicts.
It seems
On Sat, Jan 9, 2021 at 5:18 AM Andrew Jaffe wrote:
>
> Hi,
>
> I don't know if this makes more sense here or on "python-ideas" (or
> elsewhere?) but I'll try this first:
>
> I am starting to encounter more and more instances of packages requiring
> older, pinned, versions of modules, and this is o
On 2021-01-08 09:56, Umar Draz wrote:
I want to replace duplicate values with empty "" in my dictionary. Here is
my original dictionary.
items = [
{'client': 'xyz', 'name': "Ilir Meta", 'rating': 0.06, 'total': 100},
{'client': 'xyz','name': "Abdelmadjid Tebboune", 'rating': 4.0,
'tota
Good day everyone.
I have new asyncio project which use aiohttp connector and asyncio
protocols/transports for tunneling packets through Tor Network cleanly.
Project called aiotor: https://github.com/torpyorg/aiotor
If someone with experience in asyncio field can make code review I will
be a
Good day for everyone.
I have new asyncio project which use aiohttp connector and asyncio
protocols/transports for tunneling packets through Tor Network cleanly.
Project called aiotor: https://github.com/torpyorg/aiotor
If someone with experience in asyncio field can make code review I will
I'm using Chapter 9 in Mark Roseman's "Modern Tkinter for Busy Python
Developers" to learn how to write a top level menu. MWE code is attached.
Python3 tells me there's invalid syntax on line 42:
self.['menu'] = menubar # attach it to the top level window
^
yet that's the syntax he p
Am 08.01.21 um 22:47 schrieb Rich Shepard:
I'm using Chapter 9 in Mark Roseman's "Modern Tkinter for Busy Python
Developers" to learn how to write a top level menu. MWE code is attached.
Python3 tells me there's invalid syntax on line 42:
self.['menu'] = menubar # attach it to the top level
On 1/8/21 4:47 PM, Rich Shepard wrote:
> I'm using Chapter 9 in Mark Roseman's "Modern Tkinter for Busy Python
> Developers" to learn how to write a top level menu. MWE code is attached.
>
> Python3 tells me there's invalid syntax on line 42:
> self.['menu'] = menubar # attach it to the top lev
Den 2021-01-05 skrev Stefan Ram :
> Martin =?UTF-8?Q?Sch=C3=B6=C3=B6n?= writes:
>>I have had some Python fun with COVID-19 data. I have done
>>some curve fitting and to make that easier I have transformed
>>date to day of year. Come end of 2020 and beginning of 2021
>>and this idea falls on its fa
On 9/01/21 11:17 am, Martin Schöön wrote:
"regardless of what you have been told, recreational use of
mathematics is harmless"
I hope that is true for recreational programming as well :-)
Mostly harmless, but it can be addictive!
--
Greg
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
This is a python app I was working on, can you help making it a beautiful
looking app like bleachbit or ccleaner?
The whole code below (what it does: it lists all folders and files from a
specified path and tells some infos like size in mb or gb... and export it to a
csv file for further p
any way to attach a file because I loose indentation?
--
https://mail.python.org/mailman/listinfo/python-list
On Fri, 8 Jan 2021, Christian Gollwitzer wrote:
It is a simple typo, remove the dot.
self['menu'] = menubar
It will then stop at the add_cascade, fix it like this:
Christian,
Well, I totally missed that because I'm used to adding a period after each
self. Your fresh eyes saw what I ke
On Fri, 8 Jan 2021, Richard Damon wrote:
It could be either:
self.menu = menubar
or
self['menu'] = menubar
Got it, Richard. Removed the period after 'self'.
Thanks,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
And something important to this app, is about listing files, how to avoid
listing small application files parts .ini and binary files so if it's an
application it would tell the size of of the folder of this application and not
list the content or make it optionnal?
--
https://mail.python.org/m
On 9/01/21 12:10 pm, pascal z wrote:
any way to attach a file because I loose indentation?
Indentation usually makes it through here if you indent with
spaces rather than tabs.
--
Greg
--
https://mail.python.org/mailman/listinfo/python-list
On 1/8/21 6:10 PM, pascal z via Python-list wrote:
> any way to attach a file because I loose indentation?
Don't post via googlegroups, it thinks the world is HTML, which treats
spaces in a funny matter.
--
Richard Damon
--
https://mail.python.org/mailman/listinfo/python-list
On 1/8/2021 2:56 AM, Umar Draz wrote:
I want to replace duplicate values with empty "" in my dictionary. Here is
my original dictionary.
items = [
{'client': 'xyz', 'name': "Ilir Meta", 'rating': 0.06, 'total': 100},
{'client': 'xyz','name': "Abdelmadjid Tebboune", 'rating': 4.0,
'tota
On 08/01/2021 18:21, Chris Angelico wrote:
On Sat, Jan 9, 2021 at 5:18 AM Andrew Jaffe wrote:
Hi,
I don't know if this makes more sense here or on "python-ideas" (or
elsewhere?) but I'll try this first:
I am starting to encounter more and more instances of packages requiring
older, pinned, v
Am 05.01.21 um 23:56 schrieb Eli the Bearded:
Elijah
--
also finds "week starts on Monday" to be oddball about ISO-8601
In Europe, the week starts on Monday - hence, Saturday and Sunday are
the last days of the week or the "weekend". Starting on Sunday is weird
for us, because then the w
22 matches
Mail list logo