Re: [Tutor] Compiled Python File

2012-02-22 Thread Steven D'Aprano
On Wed, Feb 22, 2012 at 07:29:42PM -0800, Michael Lewis wrote: > First, thanks to everyone who helped me out regarding my Recognizing real > numbers post. I gained a lot of knowledge over the past two days! > > I've noticed that after I execute some of my .py files, a Compiled Python > File is aut

[Tutor] Compiled Python File

2012-02-22 Thread Michael Lewis
First, thanks to everyone who helped me out regarding my Recognizing real numbers post. I gained a lot of knowledge over the past two days! I've noticed that after I execute some of my .py files, a Compiled Python File is automatically saved to my directory. This doesn't happen for every file that