Image of a hub, © Paul Watson, CC  BY-NC-SA 2.0 The Linguistic Teaching resources Hub
Image © Paul Watson, Licence CC BY-NC-SA 2.0

Code Reuse and Modularity in Python

* William J. Turkel * Adam Crymble *

Keywords: python, module

https://programminghistorian.org/en/lessons/code-reuse-and-modularity

Computer programs can become long, unwieldy and confusing without special mechanisms for managing complexity. This lesson will show you how to reuse parts of your code by writing functions and break your programs into modules, in order to keep everything concise and easier to debug.

Feedback

Sorry, there is no feedback available. Be the first one to provide feedback!

Resource details

Institution: The Programming Historian
Year of publication: 2012
Language: english
Type: Tutorial
Audience:
Level: intermediate
Prerequisites:
Media: text/html
Objective:
Licence: cc-by-4.0
Access: open
Creation date: Friday, 7 September 2018 18:17:18
Last modified: Thursday, 11 April 2024 01:35:20
BibTeX type: @misc
BibTeX entry:
@misc(TeLeMaCo:404,
author = "Turkel, William J. and Crymble, Adam",
title = "{C}ode {R}euse and {M}odularity in {P}ython",
year = "2012",
url = "https://programminghistorian.org/en/lessons/code-reuse-and-modularity"
)

Helpdesk Button