pvergain / Building-RESTful-Python-Web-Services

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

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

License:MIT License


Languages

Language:HTML 48.4%Language:Python 45.9%Language:JavaScript 4.3%Language:CSS 1.3%Language:Mako 0.2%