Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marferdom/codenotes
Notes while learning to code in python
https://github.com/marferdom/codenotes
fastai ipython matplotlib-pyplot numpy python sci-kit-learn seaborn tensorflow tkinter torch
Last synced: 24 days ago
JSON representation
Notes while learning to code in python
- Host: GitHub
- URL: https://github.com/marferdom/codenotes
- Owner: MarFerDom
- License: mit
- Created: 2023-05-17T08:15:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-18T11:45:07.000Z (over 1 year ago)
- Last Synced: 2024-10-12T11:21:06.990Z (24 days ago)
- Topics: fastai, ipython, matplotlib-pyplot, numpy, python, sci-kit-learn, seaborn, tensorflow, tkinter, torch
- Language: Jupyter Notebook
- Homepage: https://marferdom.github.io/CodeNotes/
- Size: 5.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CodeNotes
================This is a compilation of a few snippets that I find useful for using
different libs or not so daily-base code. It allowed me to practice
while testing the caveats of each lib/property of python and coding in
general.## Install
``` sh
not supposed to be used as a lib
```## How to use
The idea here is to find some code snippet with some explanation for
every ocasion on a single place.## TO DO
1. Do it as a single project development case (maybe a game?);
2. Include tests for each component of the project;
3. Improve layout.