hallo und guten Tag
ich setzte seit einem halben Jahr MX-Linux ein - komme von OpenSuse (10 Jahre) bzw. Manjaro (1 Jahr). Nun will ich auf Linux auch eine Entwicklungumgebung haben - also eine IDE ( PyCharm) bzw. einen guten Editor. ATOM hab ich schon seit längerem. Nun soll auf alle Fälle noch VSCode hinzukommen. Den hab ich auf einem Windows schon am laufen.
Die Frage ist: soll ich nun auf VSCode oder Vscodium setzen - [um mit Python und MicroPython] zu arbeiten?
QuoteVisual Studio Code, kurz auch VS Code, ist ein Quelltext-Editor von Microsoft. Er dient vorrangig der Entwicklung von Webanwendungen und ermöglicht laut eigener Angabe 🇬🇧 die Programmierung bzw. Erstellung von Quelltexten in C++, C#, CSS, Dockerfile, Go, HTML, JavaScript, JSON, Less, Markdown, PHP, Python, Sass, T-SQL und TypeScript. VS Code ist keine Entwicklungsumgebung (wie die fast gleichnamige Software Visual Studio). "Bis auf den Namen und einigen Funktionen wie IntelliSense hat VS Code nichts mit Visual Studio gemeinsam. [...] Im Unterschied zu Visual Studio arbeitet VS Code nicht mit Projektdateien, sondern auf Basis von Codedateien und Ordnern." (Quelle) Visual Studio Code ist kostenlos, quelloffen und plattformübergreifend für die Betriebssysteme Windows, Mac OS X und Linux (also auch Ubuntu) verfügbar.
vgl https://wiki.ubuntuusers.de/Visual_Studio_Code/
und darüber hinaus: https://lemariva.com/blog/2018…visual-studio-code-as-ide
QuoteMicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments. Besides C++ and C, I use MicroPython to program microcontrollers, especially the ESP32/ESP8266 types. These two microcontrollers are compatible with MicroPython and it is easy to integrate sensors and actors programming using this language. I wrote a tutorial about installing MicroPython on the ESPs, as well a lot of articles about these microcontrollers and MicroPython. This is an update to the "Getting started with MicroPython": I am changing from Atom to Visual Studio Code (VSCode), and using the PyMakr extension, it is possible to program and debug MicroPython on VSCode.
We have covered Visual Studio Code before so you must know how much of an awesome code editor it is. While VS Code is open source freeware, itssource code is only available on Microsoft’s official GitHub repo and its downloads are licensed under a closed source license which contains telemetry so you’ll be happy with the app we have for you today. VSCodium is a tracking-free, free and open source build of Microsoft’s Visual Studio Code created so that developers will not have to build VS Code from source which contains telemetry/trackers. This fit is accomplished by using special scripts to clone the vscode repo, build it from source, and then upload the resulting binaries to VSCodium’s GitHub releases free of telemetry passes. With that being said, VSCodium is a replica of Visual Studio Code and thus, works in the same way with all the features and support present in its parent project. Except for the app icon – that’s different.
Features in VSCodium
QuoteDisplay MoreFree to use
Cross-Platform: Available on Windows, GNU/Linux, and Mac.
Open source with source code available on GitHub.
Native support for several languages.
Additional functionality using extensions.
IntelliSense and smart code completion.
An advanced and robust built-in debugger.
Native support for Git.
vgl. hier https://www.fossmint.com/vscod…al-studio-code-for-linux/
nun - ich will mit Python bzw. MicroPython arbeiten. Dazu braucht es dann eine Abstimmung und Konfiguration - das Einbinden einiger Plugins
usw. usf.
Wie würdet ihr vorgehen - welchem System den Vorzug geben!?
freue mich auf einen Tipp