Giter Site home page Giter Site logo

riskiidice / python-programming-blueprints Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/python-programming-blueprints

0.0 1.0 0.0 741 KB

Python Programming Blueprints, published by Packt

License: MIT License

Python 86.28% HTML 10.17% CSS 3.54%

python-programming-blueprints's Introduction

Python Programming Blueprints

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

About the Book

Python is a very powerful, high-level, object-oriented programming language. It has swiftly developed over the years to become the language of choice for software developers due to its simplicity. Python Programming Blueprints will help you build useful, real-world applications using Python.

Instructions and Navigation

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

All chapters have code files in their respective folders

The code will look like the following:

def set_header(self):
    title = Label(
        self,
        text='Voting for hasthags',
        font=("Helvetica", 24),
        height=4
    )
    title.pack()

In order to execute the code from this book on your local machine, you will need the following:

  • An internet connection
  • Virtualenv
  • Python 3.6
  • MongoDB 3.2.11
  • pgAdmin (refer to the official documentation at http://url.marcuspen.com/pgadmin for installation instructions)
  • Docker (refer to the official documentation at http://url.marcuspen.com/docker-install for installation instructions)
  • All other requirements will be installed as we progress through the chapters.
  • All instructions in this chapter are tailored toward macOS or Debian/Ubuntu systems; however, the authors have taken care to only use cross-platform dependencies.

Related Products

Suggestions and Feedback

Please raise a Github issue if there are any issues with the code in this repository.

python-programming-blueprints's People

Contributors

dfurtado avatar abhishek1373 avatar marcuspen avatar adhithya21 avatar mehulsingh7 avatar

Watchers

James Cloos 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.