Re: Definitive guide for Regex

2021-10-01 Thread Shaozhong SHI
Hi, Barry, In cases of automating checking, validation and producing reports in the context of data quality control and giving specific feedback to production teams, regex is perhaps the only way. Perhaps, we can give each element of data specifications a name, that are associated with a regex va

Re: Definitive guide for Regex

2021-10-01 Thread Jach Feng
Shaozhong SHI 在 2021年9月30日 星期四下午7:29:47 [UTC+8] 的信中寫道: > Dear All, > > I am trying to look for a definitive guide for Regex in Python. > Can anyone help? > > Regards, > > David Try the rexegg.com which is a site dedicate to this subject and has many resources. --Jach -- https://mail.pytho

Re: python39.dll not found

2021-10-01 Thread Sravan Kumar Chitikesi
You might copy the installation files from one to another computer, but you missed the copying pytho**.dll from from windows/system32 folder. Regards, *Sravan Chitikesi* AWS Solutions Architect - Associate On Fri, Oct 1, 2021 at 12:38 AM jitendrabeura001 wrote: >Please someone help me to f

Re: How to pass a method as argument?

2021-10-01 Thread Anil Anvesh
On Friday, October 1, 2021 at 6:04:34 AM UTC+5:30, Mats Wichmann wrote: > On 9/29/21 23:11, Anil Anvesh wrote: > > I want to write a python calculator program that has different methods to > > add, subtract, multiply which takes 2 parameters. I need to have an execute > > method when passed with

Problems with desinatlation

2021-10-01 Thread TONI MORAL SEGURA
Hi, I can not remove the program Python 2.7.10 in my Windows 10 What can I do to resolve this problema? Thank you [cid:image003.png@01D7B6E5.51F6E520] -- https://mail.python.org/mailman/listinfo/python-list

Re: python39.dll not found

2021-10-01 Thread Eryk Sun
On 10/1/21, Sravan Kumar Chitikesi wrote: > You might copy the installation files from one to another computer, but you > missed the copying pytho**.dll from from windows/system32 folder.> The PSF installer 3.4 and earlier installs "pythonXY.dll" in the system directory when it peforms an all-use