ASH84
Software Engineer focused on turning complexity into simplicity. Co-founder at Payhere. Previously Tech Lead of remit team at Banksalad.
Experience
- Head of tech Payhere.Inc, 2024βpresent
- CTO Payhere.Inc, 2020β2023
- TechLead, Banksalad, 2018β2020
- Senior Software Engineer Danal, 2014β2018
Latest Blog Posts
-
Aug 28, 2017python sorted μ λν΄μ.sorted μ λν΄μ μ§λ¬Έμ λ°μκ³ μ λλ΅μ νμ§ λͺ»ν΄μ 볡기차μμμ μ΄ κΈμ μ΄λ€. λλΆλΆμ λ΄μ©μ [Sorting HOW TO](https://docs.python.org/3/howto/sorting.html) λΌλ κΈμμ κ°μ Έμμμ λ°νλ€. ### list.sort() vs sorted() - `list.sort()` λ 리μ€νΈ λ΄λΆμμ μ λ ¬λλ€. κ·Έμ λΉν΄ `sorted()` λ μ λ ¬λ κ°μ λλ €μ€λ€. κ·Έλ κΈ° λλ¬Έμ μλ κ°μ μ μ§νλ©΄μ μ λ ¬λ κ²°κ³Όλ₯Ό μ»κ³ μΆλ€λ©΄ `sorted()` λ₯Ό μ¬μ©νλ©΄ λλ€. `li...