Skip to content

NickSanft/PythonSQLiteFlaskDemo

Repository files navigation

PythonSQLiteFlaskDemo

This repository is meant to be an example to show people how to integrate a database language with Python (specifically with SQLite).

Things you probably need:

  • Python - You need this to run Python. The link is here.
  • PIP - This is the python package manager. This comes along with the Python installation.

Some nice to haves:

People like using different things to get their local environment set up. Here is some of the stuff we use:

  • Atom - This is a lightweight program/text editor with a ton of nice plugins. It was developed by the fine folks here at GitHub. (Download).
    • Atom Packages that are nice to have:
      • atom-runner - Allows you to run python scripts from within Atom.
      • atom-beautify - Allows you to easily make your python code look real pretty.
  • Scoop - This is a windows utility that acts like Homebrew. It is a command line installer and application package manager/repository. You can use it to really easily install python for windows. (Download)
  • Cmder - This is a really nice windows terminal. Please don't use native Windows cmd. Every time you do, a puppy dies. (Download)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages