Python Code Search Engine

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
EasyRider
Posts: 94
Joined: Wed Dec 30, 2015 8:17 am

Python Code Search Engine

Post by EasyRider » Mon Jan 01, 2018 2:25 am

For people that are not aware and need to find example micropython code on the net.
Very useful.
Enjoy.

https://pythonexample.com/search?q=micropython

bitninja
Posts: 165
Joined: Thu Sep 15, 2016 4:09 pm
Location: Spring, Texas

Re: Python Code Search Engine

Post by bitninja » Fri Jan 05, 2018 5:40 pm

Thanks!
Is there a good way to hunt for micropython code on Github? It seems like it would be a great place to find stuff.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Python Code Search Engine

Post by dhylands » Fri Jan 05, 2018 5:55 pm

You can browse to github.com and type micropython in the search field.

Once you get the search results, you can then click on repositories, code, commits, issues, wikis, or users to see results specific to one of those categories.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Python Code Search Engine

Post by pythoncoder » Sat Jan 06, 2018 6:57 am

@EasyRider That search engine is very useful, particularly for finding examples of Python's more obscure bits of syntax :D
Peter Hinch
Index to my micropython libraries.

Post Reply