Skip to content

jocassid/JohnsUsefulPythonCode

Repository files navigation

Dependencies

  • Python 3 (This code was developed with Python3, but some may work with Python 2.7)
  • pytest (for running the tests)

Installing

  1. git clone https://github.com/jocassid/JohnsUsefulPythonCode.git
  2. python3 -m venv JohnsUsefulPythonCode
  3. cd JohnsUsefulPythonCode
  4. source bin/activate
  5. pip install pytest

The modules

  • HtmlOutput.py
  • grouping.py
  • jsonGet.py - A function for extracting data from dictionary of dictionaries structures such as when extracting data from complex JSON objects.
  • noneValue.py - provides functionality similar to the NVL or IS_NULL functions found in a relational database

About

Repository containing sundry bits of useful Python Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages