A strong independent programmer

--Originally published at Codebuster

Creating your own own modules or libraries in python can sound very intimidating, but it isn’t quite so. But, why would you want to create a library or module when you have so many accessible in the web?

Well, even though it might not sound it, creating your own libraries can be quite convinient, since you can define your OWN functions to do what you want them to do.

Here I show and example of how to define and import a very simple library

andrew2

Then import them:

andrew