Skip to content

nnUyi/Application-Research

Repository files navigation

Application Research

Application Research in Tencent

Tools

  • develop tool

    • anaconda
    • pycharm
      • font: file->setting->Editor->General->Font
      • color: file->setting->Editor->Color Scheme->Debugger->Monokai
      • add anaconda interpreter: file->setting->project->project interpreter
    • git
    • autopep8
  • connecting tool

    • xshell
  • editing tool

    • notepad++
  • others

    • xmind

Tools

.py & .cpp title format

python

#!/usr/bin/env python2 or python3 or python(for both)
# -*- coding: utf-8 -*-
# my_py_module.py
# Copyright (C) 2020 chadyang <chadyang@***.com>
# Create time: 2020-09-24 05:20
# Distributed under the terms of *** license
  • python format tools: pylint, flake8, black, EditorConfig

cpp

/* 
 * my_py_module.cpp/h
 * Copyright (C) 2020 chadyang <chadyang@***.com>
 * Create time: 2020-09-24 05:20
 * Distributed under the terms of *** license
 */

About

Summary in the period of Intern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages