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.

  • 相关阅读:
    Python字典的初识、增删改查及嵌套
    Python列表的增删改查
    模块基础
    开放封闭原则和装饰器
    多层装饰器叠加装饰
    Python字符串的常用方法
    可迭代对象、迭代器对象和生成器对象
    日程安排组件dhtmlxScheduler汉化(转)
    dedecms在软件列表页调出下载链接
    [下载]《SAP R/3 IDES 4.71 中文版》
  • 原文地址:https://www.cnblogs.com/casperwin/p/9913506.html
Copyright © 2011-2022 走看看