playground

https://github.com/coatk1/playground/workflows/Check/badge.svg https://github.com/coatk1/playground/workflows/Publish/badge.svg https://github.com/coatk1/playground/workflows/Docs/badge.svg https://img.shields.io/github/languages/count/coatk1/playground https://img.shields.io/github/languages/top/coatk1/playground https://img.shields.io/github/repo-size/coatk1/playground

A repo for testing and references.

NOTE: I DO NOT OWN ANY OF THE RESOURCES I REFER. THIS IS MAINLY FOR TESTING AND EDUCATIONAL PURPOSES OF LEARNING CODE AND GITHUB.

File Structure

tree

├───.github
│   ├───ISSUE_TEMPLATE
│   └───workflows
├───.pytest_cache
│   └───v
│       └───cache
├───.test_circleci
├───.vscode
├───build
│   ├───bdist.win-amd64
│   └───lib
│       ├───oboyo
│       │   └───files
│       └───test_oboyo
├───cheatsheets
│   ├───code
│   ├───coursera
│   ├───data_processing
│   ├───data_science
│   ├───data_science_workflow
│   ├───github
│   ├───large_data
│   ├───ml
│   ├───tableau
│   ├───tools
│   └───visualization
├───conda
├───dist
├───docs
│   ├───build
│   │   ├───doctrees
│   │   └───html
│   │       ├───_sources
│   │       └───_static
│   │           ├───css
│   │           ├───fonts
│   │           │   ├───Lato
│   │           │   └───RobotoSlab
│   │           └───js
│   └───source
├───gui
│   └───pysimplegui
├───images
├───notebooks
│   └───.ipynb_checkpoints
├───oboyo
│   ├───.pytest_cache
│   │   └───v
│   │       └───cache
│   ├───files
│   │   └───__pycache__
│   └───__pycache__
├───oboyo.egg-info
├───python
│   └───my_django
│       ├───my_django
│       │   └───__pycache__
│       ├───polls
│       │   ├───migrations
│       │   │   └───__pycache__
│       │   ├───templates
│       │   │   └───polls
│       │   └───__pycache__
│       └───test_app
│           ├───migrations
│           │   └───__pycache__
│           ├───template
│           └───__pycache__
├───resources
├───shell
├───temp
├───test_oboyo
│   ├───.pytest_cache
│   │   └───v
│   │       ├───cache
│   │       └───pep8
│   └───__pycache__
└───__pycache__