Coder Social home page Coder Social logo

Eren Chenyang Zhao

import random
import time
import uuid

class Eren:
    def __init__(self, uuid: uuid.UUID) -> None:
        self.uuid = uuid
        self.gender = 'boy with long hair'
        self.pronouns = {'he', 'him', 'his'}
        self.skills = ['Python', 'Linux', 'NLP']
        self.os = ('MacOS', 'Linux')

    def career(self, year: int) -> str:
        current_year = time.localtime().tm_year
        if year < current_year:
            return f"In {year}, I was a student."
        elif year == current_year:
            return f"Now, I'm an NLP researcher!"
        else:
            return "Maybe in the future, I'll become a writer!"

    def hobby(self) -> str:
        interests = [
            'Science Fiction', 'Machine Learning', 'Running',
            'Astronomy', 'Software Defined Radio', 'Japanese',
            'Playing Guitar', 'Sketching', 'Cooking',
            'Hiking', 'Photography', 'Gaming'
        ]
        return random.choice(interests)

world = 'Universe'
uuid_ = uuid.uuid5(uuid.NAMESPACE_DNS, 'Eren Zhao')

me = Eren(uuid_)

print(f"Hi! I'm Eren, a {me.gender} with skills in {', '.join(me.skills)}.")
print(f"I'm interested in {me.hobby()}, and my OS of choice is {me.os[0]}.")
print(f"just contact me through [email protected]!")

江水、高墙、犬吠决不能阻止他们的出逃,因为他们的心中有一座灯塔,比主体**塔更明亮,更永垂不朽,他们的心中有一座宫殿,比锦绣山太阳宫更屹立不倒。

The rivers, high walls, and barking dogs cannot stop their escape, because in their hearts, there is a lighthouse brighter and more eternal than the Tower of Juche ideology. In their hearts, there is a palace more unshakable than the Kumsusan Palace of the Sun.

See More At

My Anecdote

my Personal Info

profile profile
profile profile

GenAI Is Real's Projects

chinese-poetry icon chinese-poetry

The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。

distirbution_is_all_you_need icon distirbution_is_all_you_need

distribution-is-all-you-need is the basic distribution probability tutorial for most common distribution focused on Deep learning using the python library.

iai_2022 icon iai_2022

贵系 2022 年人智导全部资料,from homework to course review

markdownlint-savior icon markdownlint-savior

markdownlint-savior is a Python script designed to assist in resolving common Markdown linting issues. It helps ensure your Markdown files adhere to linting standards and improves the overall quality of your Markdown documents.

quantum_project icon quantum_project

THUCST Topics in Quantum Computing Summer 2022 Project and Course Note

rekcarc-tsc-uht icon rekcarc-tsc-uht

清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University

sabor icon sabor

贵系 2022 春季软工大作业(小组展示得到了全场最高分😯

zeno-build icon zeno-build

Build, evaluate, understand, and fix LLM-based apps

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.