Posts
- Python AST 101
Let's study basic usage of AST module.
- 모호한 파이썬 튜토리얼, Call by what?
Some Ambiguousness in Python Tutorial: Call by What?
Is Python really 'Call by value?' What is python's method?
- Jekyll에서 사용할 수 있는 문법 강조 종류
The Syntax Highlighter of Jekyll with GitHub Pages
The Syntax Highlighter of Jekyll with GitHub Pages
- I18n of 'JS: The Right Way'
Behind story about i18n of 'JS: The Right Way'
- SQLAlchemy에 AES 함수 구현하기
Creating Custom AES Functions for SQLAlchemy
Create Custom function for SQLAlchemy. I make aes_encrypt/decrypt function for Pg/MySQL both.