https://github.com/codemicro/codemicro
https://github.com/codemicro/codemicro
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemicro/codemicro
- Owner: codemicro
- Created: 2020-07-21T18:50:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T15:11:38.000Z (over 1 year ago)
- Last Synced: 2025-10-13T14:23:09.498Z (8 months ago)
- Size: 9.51 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Heads up! Most of code primarily goes on [git.tdpain.net](https://git.tdpain.net) as opposed to Github, but some is mirrored here.
```py
class AKP(Human):
def __init__(self):
self.likes = ["Making things", "Music", "Fancy stationery"]
self.dislikes = ["Wrangling with indentation", "Recursive functions",
"The cold"]
self.pronouns = ["she/her"]
self.languages = [Python, Go, HtmlCss, Java]
self.technologies = [Docker, Ansible, LiteralMagic]
```