Skip to content

Python as a Data base instead of a traditional one.

Notifications You must be signed in to change notification settings

Hitoshirenu/Py-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Py-Base

Python as a Data base instead of a traditional one with better fidelity.

Pre-requisites

  • Python3

  • pip3

  • bs4

  • requests

  • virtualenv

  • gspread

  • Install virtualenv

    • pip install virtualenv

    • mkdir Py-Base or cd /Path/to/the/repo

    • virtualenv Py-Base

    • source ./bin/activate

      • Console prompt should be like (Py-Base) machine-name@user-name$

Tip:

  • To create a list of all the installed modules $run virtualenv freeze > requirements.txt
  • To install from a reqirements.txt
    $ pip freeze > requirements.txt

Testing installation

  • $which python

  • $which pip

  • $which python3

  • $which pip3

  • $ python

>>> import requests
>>> import bs4
>>> import gspread
>>>

About

Python as a Data base instead of a traditional one.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published