Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.21 KB

Repository Description

This repository contains stand-alone individual programs that do not belong to any project or repository. They are usually some code from tutorials, online courses and online exercises or simple scripts written as general tools.

Style Guide

Add header sections to the beginning of the following files:

.py files

## GitHub: dark-teal-coder 
## First Published Date: 2000-00-00
## Program Input(s): 
### (1) 
### (2)
## Program Process(es): 
### (1)  
### (2)  
## Program Output(s): 
### (1)  
### (2)  
## Program Description:  

####################################################################################################

.ipynb files

<img src="https://raw.githubusercontent.com/dark-teal-coder/dark-teal-coder/main/images/coder-no-background-000-128-128.png" 
     alt="coder-black-background-000-128-128.png" width="100" height="100" align="right" style="margin:0px 5%; padding: 5px;">
<p>
	GitHub: <a href="https://github.com/dark-teal-coder">@dark-teal-coder</a>
	<br />
	First Published Date: 2022-05-12
	<br />
	Last Modified Date: 2022-05-12
</p>

<br />

___

References