Articles a day #1

정은경·2020년 5월 31일
0

🧩 Me Today 

목록 보기
14/48

Article#1 (I Thought I Was Mastering Python Until I Discovered These Tricks)

https://towardsdatascience.com/i-thought-i-was-mastering-python-until-i-discovered-these-tricks-e40d9c71f4e2

"이러한 방법들을 알기 전까지는 내가 파이썬을 마스터한 줄 알았다"

(1) 가독성(readability)은 중요하다

(2) 필요없는 조건을 피하라

(3) 공백(whitesapce)의 적절한 사용

  • 탭이랑 스페이스 섞어서 쓰지 말것
  • 함수와 함수 사이에는 한줄 띄우기
  • 딕셔너리, 리스트, 튜플, 파라미터의 구분자 ',' 다음에는 꼭 한칸 띄우기(스페이스바)

(4) docstring과 코멘트

  • docstring : 코드 사용법에 대해서
  • comment : 코드가 어떻게 왜(이성적으로) 사용되어야 하는 가에 대해서
  • 좋은 docstring과 comments를 작성하는 것은 개발자의 의무! 항상 최신으로 업데이트할 것!
  • PEP 257 -- Docstring Conventions (https://www.python.org/dev/peps/pep-0257/)

(5) 변수와 할당

(6) list concatenation과 join

(7) 참인 조건 테스트하기

(8) 가급적이면 enumerate 사용하기

(9) 리스트 컴프리헨션

(10) 제너레이터 표현법

Article#2 (Asyncio — Moving towards the asynchronous future of Python)

https://medium.com/analytics-vidhya/asyncio-moving-towards-the-async-future-of-python-28d3231608

Article#3 (Handling exceptions in Python a cleaner way, using Decorators)

https://medium.com/swlh/handling-exceptions-in-python-a-cleaner-way-using-decorators-fae22aa0abec

Article#4 (Build a Simple Mailing Service with Django)

https://medium.com/python-in-plain-english/simple-mailer-with-django-2a7e2ad34b34

Article#5 (React Suspense & Concurrent Mode)

https://medium.com/well-red/react-suspense-concurrent-mode-cb92e99d95e2

Article#6 (Authentication in SPA (ReactJS and VueJS) the right way)

https://medium.com/@jcbaey/authentication-in-spa-reactjs-and-vuejs-the-right-way-e4a9ac5cd9a3

Article#7 (Async and Await in JavaScript, the extension to a promise.)

https://itnext.io/async-and-await-in-javascript-the-extension-to-a-promise-f4e0048964ac

Article#8 (Creating your Second React Application: Managing State)

https://medium.com/javascript-in-plain-english/creating-your-second-react-application-d6d50e3e1e91

Article#9 (5 AWS Services You Should Avoid!)

https://medium.com/teamzerolabs/5-aws-services-you-should-avoid-f45111cc10cd

Article#10 (Django Channels and React: a match made in heaven)

https://www.fullstackdjango.com/post/django-channels-and-react-a-match-made-in-heaven

profile
#의식의흐름 #순간순간 #생각의스냅샷

0개의 댓글