Author Archives for Gerard Millares

Web Programming with Python: Modules

November 20, 2015 2:53 pm Published by

When we close the interpreter after we have tried our Python code, all the functions and logic that we had defined are lost. So when we have to work on longer pieces of code we prefer to save our work...

Read More