zoukankan      html  css  js  c++  java
  • [Installation] Developing Tools

    As a software engineer, I mainly work on C++ and Python under Ubuntu system. Sometimes I may also want to use Matlab, but not very often. I will go through some tools that I personally like to use thtoughout my developing.

    Qt Creator

    Qt Creator is mostly thought as the best C++ IDE in Linux platform. You basically can rely on the tool to do all the reading, editing and compling jobs. The drawback of it is obviously that it is heavy weighted.

    VS Code

    I have started to use VS Code only recently and I am so loving it now. It is a Lite C++ IDE and also provides abundant plugins so you can also integrate other languages like Python, Matlab, bash, markdown and etc.

    Pythcharm

    A IDE liked took for python developers(, which I think can be replaced by VS Code now).

    Atom

    I was sticking to using Sublime when I only have the need to read and edit the code staticly. But when I found Atom, I quickly switched to this tool, which is so convenient and never remind you to buy the professional version.

    Recently, I am surprised to find it can preview Markdown files. (ctl + shift +m)

    Sublime Text

    It is so commonly used and known. Just it is too anoiying when it notice you to buy the professional version now and then.

    Octave

    A free version of Matlab. It is quite enough when your Matlab programs doesn't rely on some libraries heavily. 

    Anaconda

    A virtual environment platform. Quite useful for different AI projects which mostly are in Python.

    Docker

    A one time wrap-up for the project environment setting up. Docker seemed to cover broader and deeper than Anaconda.

    Teamviewer

    A remote control gui tool. It is good as long as your internet connection is at a high speed.

    zsh

    Offer version control information in terminals.

    Terminator

    An alternate for the original teminal tool. Easy to install and convenient to split.

  • 相关阅读:
    Spring2——特殊值的注入问题、自动装配、使用注解定义bean
    关于ueditor配置单图无法上传的问题
    初始WebApi(3)
    WebApi参数检查验证FluentValidation的使用方法
    js获取兄弟之间的标签
    C#集合ArrayList、泛型集合List(3)
    C#栈、堆的理解(2)
    C#值类型、引用类型(1)
    字符串截取的几种方法
    MVC结合Ajax实现简单的批量删除
  • 原文地址:https://www.cnblogs.com/casperwin/p/9913506.html
Copyright © 2011-2022 走看看