Re: Which linux distro is more conducive for learning the Python programming language?

2022-08-04 Thread Turritopsis Dohrnii Teo En Ming
VM... > > The question is relatively minor. More important to 'get going'! I am going to get going on learning Python with RHEL 9.0. > (also mentioned previously: relatively easy to change (Python or distro) > 'later'!) > -- > Regards, > =dn Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore -- https://mail.python.org/mailman/listinfo/python-list

Re: Which linux distro is more conducive for learning the Python programming language?

2022-08-04 Thread Turritopsis Dohrnii Teo En Ming
On Thu, 4 Aug 2022 at 13:02, Kushal Kumaran wrote: > > On Thu, Aug 04 2022 at 10:22:41 AM, Turritopsis Dohrnii Teo En Ming > wrote: > > Subject: Which linux distro is more conducive for learning the Python > > programming language? > > > > Good day from Singapor

Re: Which linux distro is more conducive for learning the Python programming language?

2022-08-04 Thread Turritopsis Dohrnii Teo En Ming
e distro) > > > PS most of us will qualify for RedHat's Developer program[me] and free > copies of software. I can download free copies of RHEL 7.x, 8.x, and 9.x :) Just that I dunno which RHEL version is better. Is RHEL 9.0 the best out of 7.x, 8.x and 9.x? > -- > Regards, > =dn Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore -- https://mail.python.org/mailman/listinfo/python-list

Re: Which linux distro is more conducive for learning the Python programming language?

2022-08-04 Thread Turritopsis Dohrnii Teo En Ming
On Thu, 4 Aug 2022 at 10:47, orzodk wrote: > > Turritopsis Dohrnii Teo En Ming writes: > > > noted with thanks. I have been using Linux for more than 10 years already > > Ah, if you're familiar with Redhat (RPM) based distributions, consider > Fedora as you will have

Which linux distro is more conducive for learning the Python programming language?

2022-08-03 Thread Turritopsis Dohrnii Teo En Ming
there. And I just want to settle down on a particular linux distro and version. Thank you. Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore 4 Aug 2022 Thursday Blogs: https://tdtemcerts.blogspot.com https://tdtemcerts.wordpress.com -- https://mail.python.org/mailman

Re: Which linux distro is more conducive for learning the Python programming language?

2022-08-03 Thread Turritopsis Dohrnii Teo En Ming
AcABAQ=gws-wiz Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore On Thu, 4 Aug 2022 at 10:31, Paul Bryan wrote: > > I wouldn't say any particular Linux distribution is appreciably better for > Python development than another. I would suggest using a version of a Li

Which linux distro is more conducive for learning the Python programming language?

2022-08-03 Thread Turritopsis Dohrnii Teo En Ming
just want to settle down on a particular linux distro and version. Thank you. Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore 4 Aug 2022 Thursday Blogs: https://tdtemcerts.blogspot.com https://tdtemcerts.wordpress.com -- https://mail.python.org/mailman/listinfo

Popular Python Package 'ctx' Hijacked to Steal AWS Keys

2022-05-25 Thread Turritopsis Dohrnii Teo En Ming
-phpass.html Thank you. Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore 25 May 2022 Wed -- https://mail.python.org/mailman/listinfo/python-list

[issue46277] '''...''' error

2022-01-05 Thread Yongfan Ming
Yongfan Ming added the comment: just happend in jupyter notebook . -- Added file: https://bugs.python.org/file50543/20220106143913.png ___ Python tracker <https://bugs.python.org/issue46

[issue46277] '''...''' error

2022-01-05 Thread Yongfan Ming
New submission from Yongfan Ming : define: str_='''... ... .. .. . ... ''' get: str='...\n\n..\n..\n.\n\n' if '...' in the second line, all '...' will be not read. -- components: Unicode messages: 409816 nosy: ezio.melotti, sumowi, vstinner priority: normal severity: normal status

[issue45235] argparse does not preserve namespace with subparser defaults

2021-12-21 Thread Frost Ming
Frost Ming added the comment: Per the review comments of @jiasli, I worked out a second PR to fix this issue. This fix has less side-effect and better backward compatibility. I will leave the two PRs open. Any feedback is welcome. - Frost

[issue45235] argparse does not preserve namespace with subparser defaults

2021-12-21 Thread Frost Ming
Change by Frost Ming : -- pull_requests: +28441 pull_request: https://github.com/python/cpython/pull/30219 ___ Python tracker <https://bugs.python.org/issue45

[issue45235] argparse does not preserve namespace with subparser defaults

2021-11-22 Thread Frost Ming
Frost Ming added the comment: Hi, I noticed this bug because of the regression of Python 3.9.8. And I proposed a better approach in PR 29574. Maybe the folks here can have a look. Thanks - Frost -- ___ Python tracker <https://bugs.python.

[issue45235] argparse does not preserve namespace with subparser defaults

2021-11-16 Thread Frost Ming
Change by Frost Ming : -- nosy: +Frost Ming nosy_count: 10.0 -> 11.0 pull_requests: +27818 pull_request: https://github.com/python/cpython/pull/29574 ___ Python tracker <https://bugs.python.org/issu

[issue36675] Doctest directives and comments missing from code samples

2021-10-25 Thread Ming Hua
Change by Ming Hua : -- nosy: +minghua ___ Python tracker <https://bugs.python.org/issue36675> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45176] Many regtest failures on Windows with non-ASCII account name

2021-09-21 Thread Ming Hua
Ming Hua added the comment: Steve Dower (steve.dower) posted: > I'd guess that these tests are assuming that sys.executable contains only > ASCII characters. All the tests run in a non-ASCII working directory, so it's > only the runtime that is not tested propersy here. > >

[issue45176] Many regtest failures on Windows with non-ASCII account name

2021-09-12 Thread Ming Hua
Ming Hua added the comment: Eryk Sun (eryksun) posted: > Python's default can be overridden to UTF-8 for standard I/O via > PYTHONIOENCODING, or for all I/O via PYTHONUTF8 or "-X utf8=1". FWIW, I did test with "-X utf8" option and it wasn't any better. Just tested

[issue45176] Many regtest failures on Windows with non-ASCII account name

2021-09-12 Thread Ming Hua
New submission from Ming Hua : Background: Since at least Windows 8, it is possible to invoke the input method engine (IME) when installing Windows and creating accounts. So at least among simplified Chinese users, it's not uncommon to have a Chinese account name. Issue: After successful

[issue45147] Typo in "What's New In Python 3.10" documentation

2021-09-09 Thread Ming Hua
Change by Ming Hua : -- title: Type in "What's New In Python 3.10" documentation -> Typo in "What's New In Python 3.10" documentation ___ Python tracker <https://

[issue45147] Type in "What's New In Python 3.10" documentation

2021-09-09 Thread Ming Hua
New submission from Ming Hua : It's just a small typo, but since the documentation recommends reporting to bug tracker, here it is. After downloading the 64-bit Windows Installer for 3.10.0 rc2 and successfully installing on my Windows 10, the "Python 3.10 Manuals" in start

Re: Question about generators

2021-03-05 Thread Ming
On Sat, Mar 06, 2021 at 08:21:47AM +0200, Frank Millman wrote: > [...] > I understand the concept that a generator does not return a value until you > call next() on it, but I have not grasped the essential difference between > the above two constructions. > > TIA for any insights. > > Frank

Re: Is there a way to subtract 3 from every digit of a number?

2021-02-20 Thread Ming
On Sat, Feb 20, 2021 at 09:40:48AM -0500, C W wrote: > Hello everyone, > > I'm curious if there is a way take number and back each digit by 3 ? > > 2342 becomes 9019 > 8475 becomes 5142 > 5873 becomes 2540 > > The tricky part is that 2 becomes 9, not -1. > [...] I just wrote a very short code

Re: installation issues

2021-02-10 Thread Ming
On Tue, Feb 09, 2021 at 03:23:56PM -0800, Martin Lopez wrote: > Hello, > > My name is Martin Lopez. I just downloaded Python 3.9.1 (64 bit) Setup. > > After I install the program then try to run it, with no success. > > I've uninstalled all previous versions and reinstalled them, but it does >

Can I earn a lot of money by learning and mastering the Python programming language?

2021-01-21 Thread Turritopsis Dohrnii Teo En Ming
. Thank you very much. Mr. Turritopsis Dohrnii Teo En Ming, 42 years old as of 21 Jan 2021 Thursday, is a TARGETED INDIVIDUAL living in Singapore. He is an IT Consultant with a System Integrator (SI)/computer firm in Singapore. He is an IT enthusiast. -BEGIN EMAIL SIGNATURE- The Gospel

Re: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab

2020-08-16 Thread Turritopsis Dohrnii Teo En Ming
Noted with thanks. I will contact the script authors. On 2020-08-17 07:16, Cameron Simpson wrote: On 16Aug2020 17:41, Turritopsis Dohrnii Teo En Ming wrote: Subject: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab The best thing

I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab

2020-08-16 Thread Turritopsis Dohrnii Teo En Ming
Subject: I discovered a bug in the no-ip dynamic dns free hostname auto renewal/confirmation script written by loblab Good day from Singapore, Programming code troubleshooting person: Mr. Turritopsis Dohrnii Teo En Ming (Targeted Individual) Country: Singapore Date: 15 to 16 August 2020

[issue41406] BufferedReader causes Popen.communicate losing the remaining output.

2020-07-27 Thread Frost Ming
Change by Frost Ming : -- type: -> behavior ___ Python tracker <https://bugs.python.org/issue41406> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue41406] BufferedReader causes Popen.communicate losing the remaining output.

2020-07-27 Thread Frost Ming
New submission from Frost Ming : The following snippet behaves differently between Windows and POSIX. import subprocess import time p = subprocess.Popen("ls -l", shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) print(p.stdout.read(1)) # read 1 byte print(p.c

XML parsing ExpatError with xml.dom.minidom at line 1, column 0

2014-02-13 Thread ming
Hi, i've a Python script which stopped working about a month ago. But until then, it worked flawlessly for months (if not years). A tiny self-contained 7-line script is provided below. i ran into an XML parsing problem with xml.dom.minidom and the error message is included below. The

parallel computations: subprocess.Popen(...).communicate()[0] does not work with multiprocessing.Pool

2011-06-10 Thread Hseu-Ming Chen
Hi, I am having an issue when making a shell call from within a multiprocessing.Process(). Here is the story: i tried to parallelize the computations in 800-ish Matlab scripts and then save the results to MySQL. The non-parallel/serial version has been running fine for about 2 years. However,

RE: recommended gcc versions for python2.5 compilation on Solarissparc/x86, AIX, Linux

2008-07-11 Thread YIN Ming
Dear Jeroen, Thanks so much for your help. :) Best regards, Yin Ming -Original Message- From: Jeroen Ruigrok van der Werven [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 5:55 PM To: YIN Ming Cc: python-list@python.org; LEGRAND Mathieu Subject: Re: recommended gcc versions

recommended gcc versions for python2.5 compilation on Solaris sparc/x86, AIX, Linux

2008-07-10 Thread YIN Ming
. use new version of gcc (rather than odd version) Thanks and best regards, Yin Ming This e-mail contains information for the intended recipient only. It may contain proprietary material or confidential information. If you

Compilation problem of Python2.5.1 on AIX5.2 (with --enable-shared option)

2008-04-16 Thread YIN Ming
--enable-shared option, the corresponding commands will not contain -lpython2.5. Best regards, Yin Ming This e-mail contains information for the intended recipient only. It may contain proprietary material or confidential information

Re: MRO Error on Multiple Inheritance?

2008-01-05 Thread Ming
Thanks for the all the replies. CPP2e is the Second Edition of the book Core Python Programming. On Jan 4, 6:13 pm, Ben Finney [EMAIL PROTECTED] wrote: Ming [EMAIL PROTECTED] writes: I'm working through Wesley Chun's CPP2e and got this error on 13.11.1, pp 548 where his interpreter snippet

MRO Error on Multiple Inheritance?

2008-01-04 Thread Ming
I'm working through Wesley Chun's CPP2e and got this error on 13.11.1, pp 548 where his interpreter snippet shows no problems: ActivePython 2.5.1.1 (ActiveState Software Inc.) b Python 2.5.1 (r251:54863, May 1 2007, 17:47:05) [ win32 Type help, copyright, credits or license f class A(object):