Skip to content

This is the code repository that accompanies my book "The Well-Grounded Python Developer"

Notifications You must be signed in to change notification settings

hp600/the-well-grounded-python-developer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect with me:

ria-monga riamonga7 13900473 monga_ria

Introduction

This repository contains the example code that accompanies the book. The code is organized under an examples root file. Each chapter has its own directory, and all of the examples for that chapter (if it has any) have one of two styles:

  • Python file named XX.py if the entire example is in a single file
  • CH_XX as a directory name if the example code consists of multiple files in that directory

General Installation

Because this is a repository of Python code, you need to have Python installed on your computer. Preferably, use the pyenv tool. This tool allows you to install multiple versions of Python if you'd like, but more importantly it doesn't interfere with the version of Python that might already be installed on your computer.

On a Mac, the easiest way to install pyenv is to use Homebrew. This is what's recommended at this link, which describes how to install it for all environments. Here is the link to get pyenv

After getting pyenv installed, run this command: pyenv install 3.10.3

Follow these steps to install and setup the repository:

  1. Create a directory where you want this repository to exist
  2. cd into that directory
  3. Run this git command: git clone https://github.com/writeson/the_well_grounded_python_developer_code.git

Chapter Installation

Where necessary, each chapter has it's own README.md file that explains how to install any modules needed by the example programs in that chapter.

Chapters with README files

  • Groundwork
    • Chapter 3 - The API, Where Developers and Computers Meet
    • Chapter 4 - The Object of a Conversation
    • Chapter 5 - Exceptional Events, Let's Handle Them
  • Fieldwork
    • Chapter 6 - Sharing With the Internet
    • Chapter 7 - Doing it With Style
    • Chapter 8 - Do I Know You? Authentication
    • Chapter 9 - I Know You, What Would You Like To Do? Authorization
    • Chapter 10 - Persistence Means Never Having to say Goodbye, at Least With a Database
    • Chapter 11 - I've Got Something to Say, and I'm Going to Blog About it

visitors

About

This is the code repository that accompanies my book "The Well-Grounded Python Developer"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published