Posts (Latest 10 updated) : Read all

Link List (Edit):
Contents:
  1. Writing Python Modules
    1. References
#  ______   __
# |  _ \ \ / /
# | |_) \ V /
# |  __/ | |
# |_|    |_|
#  __  __           _       _
# |  \/  | ___   __| |_   _| | ___  ___
# | |\/| |/ _ \ / _` | | | | |/ _ \/ __|
# | |  | | (_) | (_| | |_| | |  __/\__ \
# |_|  |_|\___/ \__,_|\__,_|_|\___||___/

Writing Python Modules

Personal notes for creating more complex python programs, and a more matured style of programming.

Don’t do as I do and don’t do as I say to do, but do as I intend to do.

References

  • https://docs.python.org/3/tutorial/modules.html
  • https://docs.python.org/3/reference/import.html