Coder Social home page Coder Social logo

pypy.dev's Introduction

from earth import Human

class ItMe(Human):
    first_name: str = "joon hwan"
    last_name: str = "kim"
    resides_in: str = "🇰🇷"
    enjoys: List[str] = ["🍔", "💻", "🐍", "🐶", "🐈", "☕️", "🍺", "🍷"]
    speaks: List[str] = ["ko-KR", "🐍v3.12"]
    web: str = "https://pypy.dev/"
    work_where: str = "FreeD Soft"
    work_what: str = "backend-engineer"

    @classmethod
    def hi(cls):
        print(f"hey 👋, i'm {cls.first_name.capitalize()}")
        print(f"currently i work in {cls.work_what} @ {cls.work_where} in {cls.resides_in}")
        print(f"i speak {' and '.join(cls.speaks)}")
        print(f"some things i like: {', '.join(cls.enjoys)}")

>>> ItMe.hi()
hey 👋, i'm Joon Hwan
currently i work in backend-engineer @ FreeD Soft in 🇰🇷
i speak ko-KR and 🐍v3.12
some things i like: 🍔, 💻, 🐍, 🐶, 🐈, ☕️, 🍺, 🍷

pypy.dev's People

Stargazers

 avatar

Watchers

 avatar

pypy.dev's Issues

git/pre-commit-%EC%9C%BC%EB%A1%9C-git-hook-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-with-python/

pre-commit 으로 git hook 사용하기 with python | pypy.dev

git hook 이란? pre-commit 이란? pre-commit 설치하기 pre-commit 세팅하기 설정 파일 추가 black 추가 flake8 추가 autoflake 추가 isort 추가 세팅 최종 결과물 pre-commit 실행하기 모든 파일에 pre-commit 적용하기 마무리 git hook 이란? git 에는 이나 같은 특정 이벤트가 생겼을 때 동작하는 hook 이 존재합니다.
폴더

https://pypy.dev/git/pre-commit-%EC%9C%BC%EB%A1%9C-git-hook-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-with-python/

python/is-python-real-slow/

python은 정말 느릴까? | pypy.dev

개요 느리다는건 뭘까? 일반적인 벤치마킹 속도 차이의 원인 Complier GIL (Global Interpreter Lock) 그럼 자바가 더 빠르네? 여러 목적의 python 데이터 사이언스 머신러닝 웹 어플리케이션 서버 기업이 java…

https://pypy.dev/python/is-python-real-slow/

python/make-and-deploy-python-package/

python 패키지 만들고 pypi에 배포하기 | pypy.dev

개요 의존성 설치 프로젝트 생성하기 (번외) pep518 배포하기 간단한 코드 작성 github action 자동 릴리즈 action file 작성 pypi 토큰 발행 릴리즈 마무리 개요 최근 python 패키지를 pypi 에 배포해본 경험을 공유하려고 합니다. 약간의 튜토리얼식으로 작성했으니 따라해보시는걸 추천해드립니

https://pypy.dev/python/make-and-deploy-python-package/

serverless/serverless-websocket/

python serverless websocket 서버 만들기 1부 | pypy.dev

웹소켓 서버를 serverless 환경으로 선택하는 이유 사전 준비사항 의존성 요구사항 aws credentials 설정 프로젝트 폴더 생성, 의존성 설치 간단한 ping 함수 배포 커넥션을 관리할 Database Websocket connection function 작성 메세지 전송 1부 마무리 웹소켓 서버를 serverless 환경으로 선택하는 이유 절대 서버리스를 sil

https://pypy.dev/serverless/serverless-websocket/

web/pos-error-with-cdn/

POS 운영중 에러 경험기 | pypy.dev

개요 문제 확인 문제 발생 원인 찾기 잘못된 코드 배포? 문제 발생 재연 해결 방안 교훈 개요 이번 글은 운영중인 POS 클라이언트에서 발생했던 에러와 해결 방법을 기록하기 위한 글입니다. 문제 확인 우리는 아직도 높은 비중을 차지하고있는 windows xp 를 사용하는

https://pypy.dev/web/pos-error-with-cdn/

dev/%EC%9A%B0%EB%A6%AC%EA%B0%80-%EC%BD%94%EB%93%9C%EB%A5%BC-%EA%B4%80%EB%A6%AC%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95-%EC%BD%94%EB%93%9C-%EC%9E%91%EC%84%B1%EB%B6%80%ED%84%B0-%EB%B0%B0%ED%8F%AC%EA%B9%8C%EC%A7%80/

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.