From 46e1afec6c5deb95c53cca8466719f346cf1587c Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Wed, 23 Mar 2022 23:43:46 +0100 Subject: [PATCH 1/3] Add section: Marketplaces for LEGO Parts --- docs/bibliography.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/bibliography.md b/docs/bibliography.md index 52c6122..394a82b 100644 --- a/docs/bibliography.md +++ b/docs/bibliography.md @@ -57,6 +57,11 @@ * Reverse Engineering the LEGO BOOST Move Hub: * Thread on StackExchange.com: [Which programming environments or APIs are available for the LEGO BOOST?](https://bricks.stackexchange.com/questions/10786/which-programming-environments-or-apis-are-available-for-the-lego-boost) +### Marketplaces for LEGO® Parts + +* +* + ### Pybricks * [Pybricks](https://pybricks.com/) is Python coding for smart LEGO® hubs. Run MicroPython scripts directly on the hub, and get full control of your motors and sensors. From 40291c31782c6be455287f98c393a7b7d88c6017 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Wed, 23 Mar 2022 23:49:27 +0100 Subject: [PATCH 2/3] Expand definition of Pybricks --- docs/bibliography.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/bibliography.md b/docs/bibliography.md index 394a82b..f0514c9 100644 --- a/docs/bibliography.md +++ b/docs/bibliography.md @@ -65,6 +65,9 @@ ### Pybricks * [Pybricks](https://pybricks.com/) is Python coding for smart LEGO® hubs. Run MicroPython scripts directly on the hub, and get full control of your motors and sensors. + Pybricks runs on LEGO® BOOST, City, Technic, MINDSTORMS®, and SPIKE®. + You can code using Windows, Mac, Linux, Chromebook, and Android. + * [Pybricks Support](https://github.com/pybricks/support) - [The future of BLE, Bluetooth, and USB](https://github.com/pybricks/support/issues/262) - Issue #262 on pybricks/support - [Troubleshooting Bluetooth in Pybricks Code](https://github.com/pybricks/support/discussions/270) - Discussion #270 on pybricks/support From 8f21c227be9911868b232b96a2469ebd1a452b89 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Wed, 23 Mar 2022 23:51:17 +0100 Subject: [PATCH 3/3] Expand links and infor about BrickLink APIs --- docs/bibliography.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/bibliography.md b/docs/bibliography.md index f0514c9..6e644a1 100644 --- a/docs/bibliography.md +++ b/docs/bibliography.md @@ -59,8 +59,13 @@ ### Marketplaces for LEGO® Parts -* -* +* BrickEconomy: +* BrickLink: + * [BrickLink API guide](https://www.bricklink.com/v3/api.page) + * [Welcome to BrickLink Store API](https://www.bricklink.com/v2/api/welcome.page) + * [How To: Use the BrickLink API - Episode 1: Creating a CSV Using the API](https://www.youtube.com/watch?v=gTJ6PMb8gHM) - YouTube Video (37:31) by Just a Brick in The Bucket, 2020-10-05 + * [bricklink_api](https://github.com/BrickBytes/bricklink_api) (Python) + * [BSX file handler](https://github.com/BrickBytes/bsx): BSX file (BrickStock, BrickStore) read/write and conversion with Python ### Pybricks