ev3dev-lang-python icon indicating copy to clipboard operation
ev3dev-lang-python copied to clipboard

Pure python bindings for ev3dev

Results 68 ev3dev-lang-python issues
Sort by recently updated
recently updated
newest added

### What are you trying to do? As per a gitter conversation, it would be lovely if the demos: https://github.com/ev3dev/ev3dev-lang-python-demo could be moved to a more prominent place on the...

docs

The 13th principle of the Zen of Python: **There should be one -- and preferably only one -- obvious way to do it**. Reminder: documentation for python3-ev3dev v2 can be...

docs

I have experimented with https://github.com/jczic/MicroWebSrv and it seems to work fairly well. I haven't tested to see how will that library works with python3 though. It might be a decent...

micropython

If you have a look at the [Lejos API](http://www.lejos.org/ev3/docs/), you'll see a bunch of `lejos.hardware` packages that provide very similar functionality to the ev3dev API. But there are also a...

This is a pretty cool robot, we do not have an API that makes this sort of robot easy: http://www.bartneck.de/2017/08/27/holonomic-lego-mindstorms-robot/ They used LeJos > The LeJOS EV3 API has the...

wishlist

- **ev3dev version:** 1.0.19(0.48/3/2) - **ev3dev-lang-python version:** ||/ Name Version Architecture Description +++-==============-============-============-================================= ii micropython-ev 2.1.0 all Python language bindings for ev3d ii python3-ev3dev 1.2.0 all Python language bindings for...

- **ev3dev version:** 4.14.117-ev3dev-2.3.5-ev3 - **ev3dev-lang-python version:** micropython-ev 2.1.0, python3-ev3dev 1.2.0, python3-ev3dev 2.1.0 I have Windows 10, latest ev3dev version installed in EV3. I am using Visual Studio Code to...

Hello, I am trying to program an object tracking robot with lego mindstorms using the python language. However I am not able to communicate with the NXT cam. ```python #!/usr/bin/env...

In the current Lab conversion the RGB colors are not scaled to [0,1], resulting in the Lab color space being out of scale.