Giter Club home page Giter Club logo

the-well-grounded-python-developer's Introduction

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

the-well-grounded-python-developer's People

Contributors

writeson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.