Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

simonjvardy/python-modular-programming

Repository files navigation

Python - Modular Programming learning files

About

This repo contains study notes and modules created while working through the book:

"Modular Programming with Python" by Erik Westra, Packt Publishing, 2016


Technologies

Languages

  • Python3
    • Used to create the main application functionality

Libraries / Packages / Modules

Tools


Deployment

The website was developed using VS Code & Git pushed to GitHub, which hosts the repository. I made the following steps to deploy the site:

Cloning python

Prerequisites

Ensure the following are installed locally on your computer:

Cloning the GitHub repository

  • navigate to simonjvardy/python-modular-programming GitHub repository.
  • Click the Code button
  • Copy the clone url in the dropdown menu
  • Using your favourite IDE open up your preferred terminal.
  • Navigate to your desired file location.

Copy the following code and input it into your terminal to clone Sportswear-Online:

git clone https://github.com/simonjvardy/python-modular-programming.git

Creation of a Python Virtual Environment

Note: The process may be different depending upon your own OS - please follow this Python help guide to understand how to create a virtual environment.

Install the Python Libraries

Run the following command in your terminal window:

pip install -r requirements.txt

Run the application locally

  • TODO
# TODO

Acknowledgements

About

Learning modular programming with Python

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors