No description
| _drafts | ||
| _layouts | ||
| _posts | ||
| assets | ||
| .gitignore | ||
| _config.yml | ||
| Copy-Newsletter-to-Blog.md | ||
| Gemfile | ||
| index.md | ||
| Publishing_Process.md | ||
| README.md | ||
Python for Microcontrollers Newsletter
Content for the Adafruit Python for Microcontrollers newsletter. Its emailed out each week on Tuesdays. Sign up to get them here.
Contribute!
Contributions are welcome! Please make pull request to modify the latest draft from
inside the _drafts directory. The post is queued up Monday afternoons after the
CircuitPython weekly meeting.
Gathering stories
While the newsletter has a CircuitPython focus, we should also highlight stories from the broader Python ecosystem including MicroPython.
Check these places for inspiration:
- Adafruit Blog Python category
- Adafruit Blog CircuitPython category
- Adafruit Learn CircuitPython category
- CircuitPython GitHub Pulse
- MicroPython GitHub Pulse
Building
The newsletter uses Jekyll to create HTML out of the markdown for each post. Follow these GitHub instructions for installing Jekyll locally.