[Tutor] Does the secrets module in Python 3.6 use a hardware RNG like that provided in Intel CPUs?

2018-03-09 Thread Simon Connah via Tutor
Hi, I was reading through the secrets documentation in Python 3.6 and noticed that it uses /dev/urandom but I'm unsure if that means it'll use a hardware RNG or just one provided by the operating system (Linux / Windows / etc) in software. The question is is it possible to determine the source o

Re: [Tutor] py2app utility

2018-03-09 Thread Steven D'Aprano
On Fri, Mar 09, 2018 at 12:46:22PM +0530, Jayant Wadhwani wrote: > Hi > > I need to create an executable file from py2app utility > > with the help of documentation on python.org i am able to create executable > file on MAC OS X > > my question is the sample.app created with the help of py2app u

[Tutor] py2app utility

2018-03-09 Thread Jayant Wadhwani
Hi I need to create an executable file from py2app utility with the help of documentation on python.org i am able to create executable file on MAC OS X my question is the sample.app created with the help of py2app utility and i go inside the sample.app/resources i can still fine the python sourc