32 lines
2 KiB
Markdown
32 lines
2 KiB
Markdown
# 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](https://www.adafruitdaily.com/).
|
|
|
|
# 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](https://blog.adafruit.com/category/python/)
|
|
* [Adafruit Blog CircuitPython category](https://blog.adafruit.com/category/circuitpython/)
|
|
* [Adafruit Learn CircuitPython category](https://learn.adafruit.com/category/micropython-slash-circuitpython)
|
|
* [CircuitPython GitHub Pulse](https://github.com/adafruit/circuitpython/pulse)
|
|
* [MicroPython GitHub Pulse](https://github.com/micropython/micropython/pulse)
|
|
- [python.org](https://www.python.org/)
|
|
- [Python Insider - dev team blog](https://pythoninsider.blogspot.com/)
|
|
- [MicroPython Meetup Blog](https://melbournemicropythonmeetup.github.io/)
|
|
- [hackaday.io newest projects MicroPython](https://hackaday.io/projects?tag=micropython&sort=date) and [CircuitPython](https://hackaday.io/projects?tag=circuitpython&sort=date)
|
|
- [hackaday CircuitPython](https://hackaday.com/blog/?s=circuitpython) and [MicroPython](https://hackaday.com/blog/?s=micropython)
|
|
- [hackster.io CircuitPython](https://www.hackster.io/search?q=circuitpython&i=projects&sort_by=most_recent) and [MicroPython](https://www.hackster.io/search?q=micropython&i=projects&sort_by=most_recent)
|
|
|
|
# Building
|
|
The newsletter uses Jekyll to create HTML out of the markdown for each post. Follow
|
|
[these](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/)
|
|
GitHub instructions for installing Jekyll locally.
|