Skip to content
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.

Add an optional note:
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 Public

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

    Vue 2

  2. cpython Public

    Forked from python/cpython

    The Python programming language for me to learn and develop.

    Python

  3. shaphinx Public

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

    HTML

  4. a python 打包发布中文模板。

    Python

  5. shadocs Public

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

    JavaScript

  6. Delta Public

    Forked from WePDLA/Delta

    Python

105 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2022

llango has no activity yet for this period.

Seeing something unexpected? Take a look at the GitHub profile guide.