All Projects → PacktPublishing → Building Restful Python Web Services

PacktPublishing / Building Restful Python Web Services

Licence: mit
Code repository for Building RESTful Python Web Services, published by Packt

Labels

Building RESTful Python Web Services

This is the code repository for Building RESTful Python Web Services, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

Instructions and Navigations

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

from django.apps import AppConfig
  class GamesConfig(AppConfig):
    name = 'games'

In order to work with the different samples for Python 3.5.x, you will need any computer with an Intel Core i3 or higher CPU and at least 4 GB RAM. You can work with any of the following operating systems:

  • Windows 7 or greater (Windows 8, Windows 8.1 or Windows 10)
  • macOS Mountain Lion or greater
  • Any Linux version capable of running Python 3.5.x and any modern browser with JavaScript support You will need Python 3.5 or greater installed on your computer.

Related Products

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].