Search found 7 matches

by BradenM
Fri Sep 27, 2019 1:56 am
Forum: General Discussion and Questions
Topic: i want to install this ide on MX :: the uPyCraft IDE
Replies: 2
Views: 1913

Re: i want to install this ide on MX :: the uPyCraft IDE

Hi Apollodriver, I'd love to help you out here, but you need to provide more information. Personally, I am not familiar with MX Linux, but a quick google search shows its Debian based, so the tutorial you posted should be pretty similar to how you would install it. Could you perhaps explain what iss...
by BradenM
Thu Sep 19, 2019 7:40 am
Forum: General Discussion and Questions
Topic: A call to help me learn code the right way on MicroPhyton
Replies: 10
Views: 7165

Re: A call to help me learn code the right way on MicroPhyton

Hi Martin, Welcome to the community. I hope you are able to persist through the learning curve and continue to explore micropython/programming despite your frustrations. I highly doubt there is anyone here who has not had a similar experience to yours at some point in their learning path. Just gotta...
by BradenM
Thu Sep 19, 2019 7:10 am
Forum: General Discussion and Questions
Topic: the Visual Studio Code - i want to get it to work with the ESP8266 
Replies: 1
Views: 2784

Re: the Visual Studio Code - i want to get it to work with the ESP8266 

Hi apollodriver, I would suggest taking a look at this article: #MicroPython: VSCode IntelliSense, Autocompletion & Linting capabilities Full disclosure, I am the author behind one of the extensions (micropy-cli), but I do believe the environment detailed in the article above is currently the closes...
by BradenM
Sat Sep 07, 2019 5:07 am
Forum: Programs, Libraries and Tools
Topic: Dependency management (per project) for micropython projects
Replies: 2
Views: 2409

Re: Dependency management (per project) for micropython projects

Hi cristian, You might be interested in a project I've been working on called micropy-cli . While it's primary purpose is bringing intellisense/autocompletion/linting to micropython, it also has a dependency management system built in with most of the features you stated. It accomplishes this throug...
by BradenM
Fri Jul 26, 2019 2:17 am
Forum: General Discussion and Questions
Topic: Micropython Language for VS Code
Replies: 7
Views: 7924

Re: Micropython Language for VS Code

Hi, continuing on what @zouden said, you may be interested in my project: https://github.com/BradenM/micropy-cli It uses micropython-stubber, what zouden had linked above, but also solves the issue of 3rd party modules with its dependency management system. Basically, you can install modules to your...
by BradenM
Thu Jul 11, 2019 7:12 am
Forum: Programs, Libraries and Tools
Topic: MicroPython with VisualStudio Code
Replies: 10
Views: 19438

Re: MicroPython with VisualStudio Code

Hi everyone, Been working on this issue for a bit now, and have come up with a command line app for managing micropython projects with VSCode. Its called Micropy-Cli, you can visit its Git repo here: https://github.com/BradenM/micropy-cli It makes use Josverl's micropython-stubber for creating new s...
by BradenM
Thu Jul 11, 2019 7:04 am
Forum: Programs, Libraries and Tools
Topic: MicropyCli - Automated Micropython Project Management
Replies: 1
Views: 2441

MicropyCli - Automated Micropython Project Management

Micropy Cli is a project management/generation tool for writing Micropython code in modern IDEs such as VSCode. Its primary goal is to automate the process of creating a workspace complete with: Linting compatible with Micropython VSCode Intellisense Autocompletion Dependency Management (WIP) VCS C...