본문 바로가기

Python8

The Python Challenge 5 작성 일자 : 2016. 09. 07재작성 일자 : 2018. 08. 01 참고 사이트 :- [docs.python] 11.1. pickle — Python object serialization- [위키백과] 윈도우 파워셸 - [docs.python] 12.1. pickle — Python object serialization http://www.pythonchallenge.com/pc/def/peak.html python challenge 5단계이다.title은 "peak hell", 그리고 힌트는 "pronounce it".어디에 적용해야 할지 확인하기 위해 F12를 눌러 소스 코드를 확인해 보도록 한다. 페이지에는 드러나지 않은 peakhell 영역이 존재하고 이는 banner.p와 연결되어 있음을.. 2016. 9. 7.
01. 파이썬(Python)이란? 참고 사이트 : - [점프 투 파이썬] 01-1 파이썬 시작하기- [점프 투 파이썬] 01-2 파이썬의 특징- [점프 투 파이썬] 01-3 파이썬으로 무엇을 할 수 있을까? 이미지 참고 사이트 :- http://www.keepcalm-o-matic.co.uk/p/life-is-short-you-need-python/- [LOG] Apple’dan iOS ve OS X uygulamaları için yeni bir programlama dili: Swift 1. 파이썬의 역사와 철학파이썬(Python)은 1990년 암스테르담의 귀도 반 로섬(Guido Van Rossum)이 개발한 인터프리터 언어이다. 귀도는 파이썬이라는 이름을 자신이 좋아하는 코미디 쇼인 "몬티 파이썬의 날아다니는 서커스(Monty P.. 2016. 9. 4.
The Python Challenge 4 작성 일자 : 2016. 08. 31재작성 일자 : 2018. 08. 01 참고 사이트 :- [docs.python] 20.5. urllib — Open arbitrary resources by URL- [docs.python] 7.2. re — Regular expression operations - [docs.python] 22.6. urllib.request — Extensible library for opening URLs- [점프 투 파이썬] 07-2 정규 표현식 시작하기 http://www.pythonchallenge.com/pc/def/linkedlist.html python challenge 4단계이다.사이트에 접속하면 아래와 같은 문구가 나타난다. 현재 html 페이지가 아닌 php 페이.. 2016. 8. 31.
The Python Challenge 3 작성 일자 : 2016. 08. 29재작성 일자 : 2018. 07. 31 참고 사이트 :- [Tutorialspoint] Python String islower() Method- [Tutorialspoint] Python String isupper() Method- [The Python Challenge Solutions] Level 3- [docs.python] 7.2. re — Regular expression operations http://www.pythonchallenge.com/pc/def/equality.html python challenge 3단계이다.힌트는 "One small letter, surrounded by EXACTLY three big bodyguards on each of .. 2016. 8. 29.
The Python Challange 2 작성 일자 : 2016. 08. 29재작성 일자 : 2018. 07. 31 http://www.pythonchallenge.com/pc/def/ocr.html python challenge 2단계이다.힌트는 "recognize the characters. maybe they are in the book, but MAYBE they are in the page source."문자를 기억하라 하며 페이지의 소스를 언급한다."the book"에서 얼핏 페이지의 그림에 나오는 책을 연상시키도록 하지만 말 그대로 책만 있을 뿐 더 이상의 힌트를 얻을 수 없다."the page source"란 말에 따라 F12 (크롬 개발자 도구)를 눌러 소스 코드를 확인해 보도록 하자. 위와 같이 주석으로 처리된 부분이 나오는 .. 2016. 8. 29.