Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • eRTIS Software Usage Guide eRTIS Software Usage Guide
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • RTIS Software
  • eRTIS Software Usage GuideeRTIS Software Usage Guide
  • Wiki
  • Developing Python remotely with PyCharm

Developing Python remotely with PyCharm · Changes

Page history
Update Developing Python remotely with PyCharm authored Dec 21, 2022 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
Developing-Python-remotely-with-PyCharm.md
View page @ 0d1d7c49
......@@ -4,7 +4,7 @@ This tutorial will go into how to setup a Integrated Development Environment (ID
Once you have setup a workflow (using this tutorial) for developing Python you can get started using [RTIS Dev](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home) and make your own RTIS scripts!
Outside of the [RTIS Dev](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home) module, many other Python modules are already installed on each eRTIS device. Here is a short list of popular packages that are available by default on each eRTIS device:
Outside of the [RTIS Dev](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home) and [RTIS Serial](https://cosysgit.uantwerpen.be/rtis-software/rtisserial/-/wikis/home) modules, many other Python modules are already installed on each eRTIS device. Here is a short list of popular packages that are available by default on each eRTIS device:
- [NumPy](https://numpy.org/doc/stable/)
- [SciPy](https://www.scipy.org/docs.html)
- [TensorFlow 2](https://www.tensorflow.org/api_docs)
......
Clone repository
  • Home
  • Initial Connection & Network Setup
  • RTIS Network Usage
  • Developing Python with PyCharm