Skip to content
View audreyfeldroy's full-sized avatar
๐Ÿ’•
๐Ÿ’•

Block or report audreyfeldroy

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
audreyfeldroy/README.md

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on AI-related projects at Answer.AI
  • ๐ŸŒฑ Iโ€™m currently learning fastcore, FastHTML, HTMX, fastai, PyTorch
  • ๐Ÿค” Iโ€™m looking for help with getting my daughter to eat her veggies
  • ๐Ÿ’ฌ Ask me about my experiments in teaching a 5-year-old girl to use AI
  • ๐Ÿ“ซ How to reach me: Twitter @audreyfeldroy
  • ๐Ÿ˜„ Pronouns: she/her
  • โšก Fun fact: I met my husband @pydanny at PyCon 2010

Pinned Loading

  1. audrey.feldroy.com audrey.feldroy.com Public

    The code and notebooks for https://audrey.feldroy.com/

    Jupyter Notebook 6

  2. cookiecutter-pypackage cookiecutter-pypackage Public

    Cookiecutter template for a Python package.

    Python 4.4k 1.8k

  3. favicon-cheat-sheet favicon-cheat-sheet Public

    Obsessive cheat sheet to favicon sizes/types. Please contribute! (Note: this may be in flux as I learn new things about favicon best practices.)

    9.9k 407

  4. cookiecutter/cookiecutter cookiecutter/cookiecutter Public

    A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.

    Python 23.6k 2.1k

  5. My PyPI Release Checklist My PyPI Release Checklist
    1
    - [ ] Update HISTORY.md
    2
    - [ ] Commit the changes: 
    3
    ```
    4
    git add HISTORY.md
    5
    git commit -m "Changelog for upcoming release 0.1.1."