{"id":108982,"date":"2022-02-24T16:13:58","date_gmt":"2022-02-24T16:13:58","guid":{"rendered":"https:\/\/randomnerdtutorials.com\/?p=108982"},"modified":"2022-10-28T09:55:07","modified_gmt":"2022-10-28T09:55:07","slug":"micropython-ides-esp32-esp8266","status":"publish","type":"post","link":"https:\/\/randomnerdtutorials.com\/micropython-ides-esp32-esp8266\/","title":{"rendered":"MicroPython IDEs for ESP32 and ESP8266"},"content":{"rendered":"\n<p>This article shows a list of IDEs compatible with MicroPython that you can use to program your ESP32 and ESP8266 boards. Do you want to start learning MicroPython, but you don&#8217;t know which IDE you should use? Read this article to find out the best IDE for your needs.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/02\/MicroPython-IDEs-for-ESP32-ESP8266.jpg?resize=1200%2C675&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"MicroPython IDEs for ESP32 and ESP8266\" class=\"wp-image-109450\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/02\/MicroPython-IDEs-for-ESP32-ESP8266.jpg?w=1280&amp;quality=100&amp;strip=all&amp;ssl=1 1280w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/02\/MicroPython-IDEs-for-ESP32-ESP8266.jpg?resize=300%2C169&amp;quality=100&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/02\/MicroPython-IDEs-for-ESP32-ESP8266.jpg?resize=1024%2C576&amp;quality=100&amp;strip=all&amp;ssl=1 1024w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/02\/MicroPython-IDEs-for-ESP32-ESP8266.jpg?resize=768%2C432&amp;quality=100&amp;strip=all&amp;ssl=1 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure><\/div>\n\n\n<p>In our opinion, at the moment, there isn\u2019t a perfect IDE for MicroPython. But, fortunately, there are various IDEs with different features that support MicroPython. You should choose the IDE that best suits your needs or the one you find easiest to work with.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">MicroPython IDEs<\/h2>\n\n\n\n<p>Here&#8217;s a list of IDEs you can use to program the ESP32 and ESP8266 boards with MicroPython.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#mu-editor\">Mu Editor<\/a><\/li><li><a href=\"#upycraft-ide\">uPyCraft IDE<\/a><\/li><li><a href=\"#thonny-ide\">Thonny IDE<\/a><\/li><li><a href=\"#VS-Code\">VS Code + Pymakr extension<\/a><\/li><li><a href=\"#pycharm\">PyCharm<\/a><\/li><li><a href=\"#microide\">microIDE<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"mu-editor\">Mu Editor<\/h2>\n\n\n\n<p>Learn how to start programming your ESP32\/ESP8266 boards with MicroPython using Mu Editor:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/randomnerdtutorials.com\/micropython-program-esp32-esp8266-mu-editor\/\">Getting Started with MicroPython on ESP32\/ESP8266 using Mu Editor<\/a><\/li><\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"962\" height=\"572\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/01\/Mu-editor-files-computer-device.png?resize=962%2C572&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Mu Editor Files\" class=\"wp-image-109008\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/01\/Mu-editor-files-computer-device.png?w=962&amp;quality=100&amp;strip=all&amp;ssl=1 962w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/01\/Mu-editor-files-computer-device.png?resize=300%2C178&amp;quality=100&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/01\/Mu-editor-files-computer-device.png?resize=768%2C457&amp;quality=100&amp;strip=all&amp;ssl=1 768w\" sizes=\"(max-width: 962px) 100vw, 962px\" \/><\/figure><\/div>\n\n\n<p><strong>Mu Editor<\/strong> is a simple Python editor for beginner programmers. It supports MicroPython with the ESP32 and ESP8266 boards <a href=\"https:\/\/codewith.mu\/\">[Mu Editor Webpage]<\/a>. <\/p>\n\n\n\n<p>It works pretty well, comes with a simple and intuitive interface, and provides a menu to burn MicroPython firmware to your boards quickly, so you don&#8217;t need to use esptool.py to burn firmware. You can program and burn firmware using only one software. This software is also compatible with other boards that support MicroPython like Pyboard and micro:bit.<\/p>\n\n\n\n<p>It allows you to see which files are saved on the MicroPython device (ESP32 or ESP8266) and on your project folder when you click on the <strong>Files <\/strong>menu.<\/p>\n\n\n\n<p>You can choose between different light and dark themes. Additionally, it comes with a useful <strong>Tidy<\/strong> function that checks your code to fix indentation and issues related to extra or missing spaces and a <strong>Check <\/strong>function that checks your code for errors.<\/p>\n\n\n\n<p>This IDE is almost perfect, however, there are a few things that we don&#8217;t like about it. First, it doesn&#8217;t have a STOP button to abort and interrupt the code that is running on the board. You need to establish a connection and then press CTRL+C. This doesn&#8217;t always work, because when the ESP is busy, you can&#8217;t connect with it. So, you&#8217;ll need to manually reset the board to establish a new connection with the board, which doesn&#8217;t always work at first (the uPyCraft IDE works better on this matter).<\/p>\n\n\n\n<p>Another thing we don&#8217;t like about this IDE is that most of the time you can&#8217;t get a connection with the board on the first try to upload files. You need to reset the board manually, open the REPL, press CTRL+C, close the REPL and open the Files menu. You may need to repeat this several times until you get a connection. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"upycraft-ide\">uPyCraft IDE<\/h2>\n\n\n\n<p>You can check the following tutorial to learn how to start programming your ESP32\/ESP8266 boards with MicroPython using uPyCraft IDE:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/randomnerdtutorials.com\/getting-started-micropython-esp32-esp8266\/\">Getting Started with MicroPython on ESP32 and ESP8266 (uPyCraft IDE)<\/a><\/li><\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"598\" height=\"457\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2018\/10\/6-uPyCraft-IDE-Windows-PC.png?resize=598%2C457&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"uPyCraft IDE\" class=\"wp-image-74806\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2018\/10\/6-uPyCraft-IDE-Windows-PC.png?w=598&amp;quality=100&amp;strip=all&amp;ssl=1 598w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2018\/10\/6-uPyCraft-IDE-Windows-PC.png?resize=300%2C229&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 598px) 100vw, 598px\" \/><\/figure><\/div>\n\n\n<p><strong>uPyCraft IDE:<\/strong> this IDE was specifically designed to be used with MicroPython. It provides tools to upload code to the board and also to flash MicroPython firmware. This last tool is very useful because it provides an intuitive, easy and quick way to burn MicroPython firmware on your boards <a href=\"https:\/\/dfrobot.gitbooks.io\/upycraft\/content\/\">[uPyCraft IDE Webpage]<\/a>.<\/p>\n\n\n\n<p>The IDE has a left sidebar that shows the files saved on the board and the files saved on your workspace. The right sidebar has all the necessary tools to establish a communication with the board and run and upload code.<\/p>\n\n\n\n<p>We like this IDE because it is pretty easy to establish communication with the board once you select the right COM port. The connection is almost always established on the first try, and the STOP button works pretty well to interrupt the code currently running on the board to be able to establish a new connection. Another thing we like is the Upload and Run button, as the name suggests, it runs the code immediately after upload. In other IDEs, you have to manually reset the board to run the code.<\/p>\n\n\n\n<p>Some downsides about this IDE, it prints all the debugging information on the REPL, which might be confusing for beginners. Some other IDEs have a separate window or file where it prints the debugging information.<\/p>\n\n\n\n<p>Sometimes, when it can&#8217;t establish a communication on the first try, it will require that you flash MicroPython firmware on your board again. This can be pretty annoying especially when you&#8217;re testing and debugging code.<\/p>\n\n\n\n<p>Finally, some people have issues with the installation of this IDE and never get it working properly (we never had this problem).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"thonny-ide\">Thonny IDE<\/h2>\n\n\n\n<p>Learn how to start programming your ESP32\/ESP8266 boards with MicroPython using Thonny IDE:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/randomnerdtutorials.com\/getting-started-thonny-micropython-python-ide-esp32-esp8266\/\">Getting Started with Thonny MicroPython (Python) IDE for ESP32 and ESP8266<\/a><\/li><\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"595\" height=\"503\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2019\/01\/thonny-main-py-2.png?resize=595%2C503&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Thonny IDE\" class=\"wp-image-80292\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2019\/01\/thonny-main-py-2.png?w=595&amp;quality=100&amp;strip=all&amp;ssl=1 595w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2019\/01\/thonny-main-py-2.png?resize=300%2C254&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 595px) 100vw, 595px\" \/><\/figure><\/div>\n\n\n<p><strong>Thonny IDE:<\/strong> Thonny is a simple IDE for Python with MicroPython support. Intuitive, simple, and easy to use. It was recently updated, and in our opinion, the oldest version was easier to work with than the newest version <a href=\"https:\/\/thonny.org\/\">[Thonny IDE Webpage]<\/a>. Nonetheless, it&#8217;s still a good and intuitive IDE for beginners.<\/p>\n\n\n\n<p>Burning MicroPython firmware to your boards is also easy as it provides an interface to do that.<\/p>\n\n\n\n<p>Something that can be confusing for beginners is the <strong>Run <\/strong>button. The <strong>Run <\/strong>button runs the current code on your board without uploading the code. To upload the code to the board you have to go to another menu on the <strong>File <\/strong>menu. In our opinion, it would be better to have an icon to save code to the board.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"VS-Code\">VS Code + Pymakr Extension<\/h2>\n\n\n\n<p>Learn how to program your ESP board with MicroPython using Vs Code with the PyMakr extension: <a href=\"https:\/\/randomnerdtutorials.com\/micropython-esp32-esp8266-vs-code-pymakr\/\">MicroPython: Program ESP32\/ESP8266 using VS Code and Pymakr<\/a>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"825\" height=\"530\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2021\/04\/MicroPython-project-pymakr-boot-main.png?resize=825%2C530&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"VS Code with Pymakr\" class=\"wp-image-103093\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2021\/04\/MicroPython-project-pymakr-boot-main.png?w=825&amp;quality=100&amp;strip=all&amp;ssl=1 825w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2021\/04\/MicroPython-project-pymakr-boot-main.png?resize=300%2C193&amp;quality=100&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2021\/04\/MicroPython-project-pymakr-boot-main.png?resize=768%2C493&amp;quality=100&amp;strip=all&amp;ssl=1 768w\" sizes=\"(max-width: 825px) 100vw, 825px\" \/><\/figure><\/div>\n\n\n<p><strong>VS Code + Pymakr extension:<\/strong> many people are used to programming using VS Code. In fact, VS Code is one of my favorite software to program the ESP32 and ESP8266 boards using C\/C++ Arduino programming language. Fortunately, there is a plugin for VS Code that supports MicroPython called <em>Pymakr<\/em>. This is an excellent choice for those who are used to VS Code <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=pycom.Pymakr\">[Pymakr extension Webpage]<\/a>. You&#8217;ll need to use a separate tool to burn MicroPython firmware (<a href=\"http:\/\/Flashing MicroPython Firmware with esptool.py on ESP32 and ESP8266\">Flashing MicroPython Firmware with esptool.py on ESP32 and ESP8266<\/a>).<\/p>\n\n\n\n<p>However, for beginners, VS Code might be too complex to get started. Additionally, if this is your first time programming with MicroPython, we recommend starting with one of the previous IDEs and later making the switch to VS Code. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pycharm\">PyCharm<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"646\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/02\/Pycharm-window.png?resize=740%2C646&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"PyCharm for MicroPython\" class=\"wp-image-109451\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/02\/Pycharm-window.png?w=740&amp;quality=100&amp;strip=all&amp;ssl=1 740w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/02\/Pycharm-window.png?resize=300%2C262&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 740px) 100vw, 740px\" \/><\/figure><\/div>\n\n\n<p><strong>PyCharm:<\/strong> it is an advanced Python IDE with cool features like code completion, debugging, error highlights, and it helps you write better Python code by providing tips and tricks <a href=\"https:\/\/www.jetbrains.com\/pycharm\/\">[PyCharm Webpage]<\/a>. It is a more advanced IDE for professional developers or advanced programmers. A beginner can still use it but might find it overwhelming to get started. If you\u2019re already familiar with Python and used to using Pycharm, you can stick with it because it supports MicroPython.<\/p>\n\n\n\n<p>At the moment, we don&#8217;t have any tutorials about using PyCharm with the ESP32\/ESP8266 boards, but you&#8217;ll find some tutorials with a quick google search.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"microide\">MicroIDE<\/h2>\n\n\n\n<p><a href=\"https:\/\/microide.com\/\" target=\"_blank\" rel=\"noopener\">MicroIDE <\/a>is an IDE created by one of our readers. It&#8217;s still in beta version, but it&#8217;s worth giving it a try. The great advantage of this IDE is that as long as you have the IDE firmware on your board, you can upload new code wirelessly via the IDE web server, without the need for a physical serial connection between your board and your computer. <\/p>\n\n\n\n<p>At the moment, the IDE is only compatible with ESP32, but it will have support for the ESP8266 boards in the future. <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/microide.com\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"700\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/10\/microide.png?resize=750%2C700&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"microIDE\" class=\"wp-image-120253\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/10\/microide.png?w=750&amp;quality=100&amp;strip=all&amp;ssl=1 750w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/10\/microide.png?resize=300%2C280&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/a><\/figure><\/div>\n\n\n<p>The easiest way to install it is to copy and paste <a href=\"https:\/\/dl.microide.com\/setup.py\" target=\"_blank\" rel=\"noopener\">https:\/\/dl.microide.com\/setup.py<\/a> on an ESP32 with Micropython firmware and execute it. The program will connect to dl.microide.com and download the necessary files to the filesystem. The act of importing the module launches the web editor, which is a web server that allows you to write and save Micropython files to the board and execute them.<\/p>\n\n\n\n<p>Installing the IDE and how to use it is well documented on its webpage: <a href=\"https:\/\/microide.com\/\" target=\"_blank\" rel=\"noopener\">https:\/\/microide.com\/<\/a>.  <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What IDE should you use?<\/h2>\n\n\n\n<p>For beginners, we recommend the following IDEs in this order:<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\"><li>Mu Editor<\/li><li>uPyCraft IDE<\/li><li>Thonny IDE<\/li><\/ol>\n\n\n\n<p>This ranking is merely based on our preferences. In previous tutorials, we recommended the uPyCraft IDE. At the time, MicroPython support in Mu Editor wasn\u2019t available for ESP32\/ESP8266 boards. However, you may choose any of these three IDEs. Their features and the way they work are very similar.<\/p>\n\n\n\n<p>If you\u2019re a professional programmer already used to PyCharm or VS Code, you can use those IDEs. But, we recommend starting with one of the basic recommended IDEs first to easily understand how MicroPython works and then proceed to one of the most complex IDEs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Wrapping Up<\/h2>\n\n\n\n<p>We hope you&#8217;ve found this article useful.<\/p>\n\n\n\n<p>Have you tried these MicroPython IDEs? Let us know what you think in the comments section.<\/p>\n\n\n\n<p>If you want to learn more about MicroPython check out our resources:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/randomnerdtutorials.com\/projects-esp32-esp8266-micropython\/\">Free MicroPython Tutorials and Projects<\/a><\/li><li><a href=\"https:\/\/randomnerdtutorials.com\/micropython-programming-with-esp32-and-esp8266\/\">MicroPython Programming with ESP32 and ESP8266 eBook<\/a><\/li><\/ul>\n\n\n\n<p>Thanks for reading.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article shows a list of IDEs compatible with MicroPython that you can use to program your ESP32 and ESP8266 boards. Do you want to start learning MicroPython, but you &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"MicroPython IDEs for ESP32 and ESP8266\" class=\"read-more button\" href=\"https:\/\/randomnerdtutorials.com\/micropython-ides-esp32-esp8266\/#more-108982\" aria-label=\"Read more about MicroPython IDEs for ESP32 and ESP8266\">CONTINUE READING \u00bb<\/a><\/p>\n","protected":false},"author":5,"featured_media":109450,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[310,309,264],"tags":[],"class_list":["post-108982","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-micropython","category-0-esp32-micropython","category-project"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2022\/02\/MicroPython-IDEs-for-ESP32-ESP8266.jpg?fit=1280%2C720&quality=100&strip=all&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts\/108982","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/comments?post=108982"}],"version-history":[{"count":16,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts\/108982\/revisions"}],"predecessor-version":[{"id":120260,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts\/108982\/revisions\/120260"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/media\/109450"}],"wp:attachment":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/media?parent=108982"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/categories?post=108982"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/tags?post=108982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}