Re: Python crash together with threads

2024-10-02 Thread Louis Krupp via Python-list
On 10/2/2024 7:26 AM, Guenther Sohler wrote: My Software project is working fine in most of the cases (www.pythonscad.org) however I am right now isolating a scenario, which makes it crash permanently. It does not happen with Python 3.11.6 (and possibly below), it happens with 3.12 and above I

Re: evaluation question

2023-01-28 Thread Louis Krupp
On 1/27/2023 9:37 AM, mutt...@dastardlyhq.com wrote: Hi This is probably a dumb newbie question but I've just started to learn python3 and eval() isn't behaving as I'd expect in that it works for some things and not others. eg: eval("1+1") 2 eval("print(123)") 123 eval("for i in range(1,10

Re: any author you find very good has written a book on Python?

2022-09-06 Thread Louis Krupp
On 9/5/2022 8:22 PM, Meredith Montgomery wrote: I never read a book on Python. I'm looking for a good one now. I just searched the web for names such as Charles Petzold, but it looks like he never wrote a book on Python. I also searched for Peter Seibel, but he also never did. I also tried to

Re: Parallel(?) programming with python

2022-08-08 Thread Louis Krupp
On 8/8/2022 4:47 AM, Andreas Croci wrote: tI would like to write a program, that reads from the network a fixed amount of bytes and appends them to a list. This should happen once a second. Another part of the program should take the list, as it has been filled so far, every 6 hours or so, an

Re: Remove duplicate values from dictionary without removing key

2021-01-08 Thread Louis Krupp
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

Re: Searching For Old Posts On Python

2017-10-16 Thread Louis Krupp
On Mon, 16 Oct 2017 02:01:37 -0700 (PDT), Cai Gengyang wrote: >Does anyone here know a way I can search for and display all my old posts on >Python ? Thanks a lot. This might be what you're looking for: https://groups.google.com/forum/#!search/cai$20gengyang$20python Louis -- https://mail.py

Re: Fw: Problems Installing Python36

2017-09-12 Thread Louis Krupp
On Tue, 12 Sep 2017 07:46:47 GMT, "rdb...@juno.com" wrote: >I have subscribed to the Python List as directed.Below is my information >request re-submitted. Thank you. >-- Forwarded Message -- >From: "rdb...@juno.com" >To: python-list@python.org >Subject: Problems Installing Pyt