All183 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. Lesson 3: Time Complexity [Lesson 3: Time Complexity] Tasks 1. TapeEquilibriumMinimize the value |(A[0] + ... + A[P-1]) - (A[P] + ... + A[N-1])|. 사이트 : https://codility.com/programmers/task/tape_equilibrium/난이도 : PAINLESS추가 자료 : Open reading material (PDF) A non-empty zero-indexed array A consisting of N integers is given. Array A represents numbers on a tape.Any integer P, such that 0 < P < N, splits this tape into two .. 2016. 9. 2. Lesson 2: Arrays [Lesson 2: Arrays] Tasks 1. OddOccurrencesInArrayFind value that occurs in odd number of elements. 사이트 : https://codility.com/programmers/task/odd_occurrences_in_array/난이도 : PAINLESS추가 자료 : Open reading material (PDF) A non-empty zero-indexed array A consisting of N integers is given. The array contains an odd number of elements, and each element of the array can be paired with another element t.. 2016. 9. 2. Lesson 1: Iterations [Lesson 1: Iterations] Tasks 1. BinaryGapFind longest sequence of zeros in binary representation of an integer. 사이트 : https://codility.com/programmers/task/binary_gap/난이도 : PAINLESS추가 자료 : Open reading material (PDF) A binary gap within a positive integer N is any maximal sequence of consecutive zeros that is surrounded by ones at both ends in the binary representation of N. For example, number .. 2016. 9. 2. 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. 이전 1 ··· 23 24 25 26 27 28 29 ··· 37 다음