In Python, I've noticed that there are two different file extensions for compiled scripts. Is there a reason why there are two? What's the difference?
[SOLVED] .pyc vs. .pyo, what's the difference
Archived thread 1001524 from Programming Talk. Markdown source: Programming_Talk/thread_1001524_[SOLVED]_.pyc_vs._.pyo,_what's_the_difference.md
Thanks for the info Rabbitman. I'm not exactly sure what optimized code means though.
Thanks again, that clears things up for me.