Giter VIP home page Giter VIP logo

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 = '[email protected]' 

凉葱落's Projects

sha-bootstrap-flask icon sha-bootstrap-flask

一个基本的flask项目,涉及了邮件订阅,邮件发送,邮件批量发送。

shadocs icon shadocs

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

shaphinx icon shaphinx

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

shavuebase icon shavuebase

一个基本vue项目页面。包括网站的基本结构。

shython icon shython

some useful python codes for myself。

spacy icon spacy

💫 Industrial-strength Natural Language Processing (NLP) in Python

tensorflow-bin icon tensorflow-bin

Prebuilt binary with Tensorflow Lite enabled (native build). For RaspberryPi / Jetson Nano. And, solved Tensorflow issues #15062,#21574,#21855,#23082,#25120,#25748,#29617,#29704,#30359. Support for custom operations in MediaPipe.

todo-api-fastapi icon todo-api-fastapi

Code repository for exercises in the eBook WebAPI Development with Python

trash-classify icon trash-classify

Classify trash by tensorflow coco-ssd model in the browser. Take a photo then classify ~~ : )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.