Skip to content
View llango's full-sized avatar
Block or Report

Block or report llango

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
llango/README.md

Banner

有关我的介绍如下:

from dataclasses import dataclass
from typing import Sequence


@dataclass(frozen=True)
class Portfolio:
    en_name: str = 'Rontom'
    cn_name: 'Congliang Luo'
    location: str = 'Hunan·Changsha'
    profile: str = 'NLPer, Python Developer, Frontend Development'
    experience: str = '10+ years'
    website: str = 'http://www.llango.com'
    hobbies: Sequence[str] = 'Bike', 'Read', 'open source', 'and so on'


@dataclass(frozen=True)
class Skills:
    languages: Sequence[str] = 'Python', 'JavaScript', 'Shell'
    operation_systems: Sequence[str] = 'linux', 'Mac', 'Window'
    web_frameworks: Sequence[str] = 'flask', 'django', 'vue.js', 'react.js', 'bootstrap', 'and so on' 
    code_quality: Sequence[str] = 'flake8', 'mypy', 'pylint', 'black', 'pydocstyle'
    devops: Sequence[str] = 'jenkins', 'travis', 'docker'
    version_control: Sequence[str] = 'git', 'svn'
    ongoing: Sequence[str] = 'developing own web framework'


@dataclass(frozen=True)
class Social:
    wechat: str = 'rontomai'
    github: str = 'https://www.github.com/llango'
    portfolio: str = 'http://hackerlang.me'
    email: str = 'rontomai@gmail.com' 

Pinned

  1. Predictor Predictor Public

    一个心脏病预测器小demo. 基于vue,django弄的。

    Vue 3 1

  2. cpython cpython Public

    Forked from python/cpython

    The Python programming language for me to learn and develop.

    Python

  3. shaphinx shaphinx Public

    一个不错sphinx主题模板,可以试试。

    HTML

  4. cookiecutter-shapackage cookiecutter-shapackage Public

    a python 打包发布中文模板。

    Python

  5. shadocs shadocs Public

    一个不错mkdocs文档主题,可以试试。

    JavaScript

  6. Delta Delta Public

    Forked from WePDLA/Delta

    Python