Eat Study Love

먹고 공부하고 사랑하라

SW 만학도/Python 28

Review 11 - Data Indexed Array, Hash in Python

https://eglife.tistory.com/80 Review 10 - 각종 Tree / Graph Traversals in Pythonhttps://eglife.tistory.com/78 Review 9 - Queues & Stackshttps://eglife.tistory.com/77 Review 8 - Python Data Structurehttps://eglife.tistory.com/75 Review 7 - Python Algorithm design & Testing & Debugginghttps://eglife.tistory.com/74 Review 6 - Pythoneglife.tistory.com 대망의 파이썬 마지막부분이다. 아 정말 쉽지 않은 여정이다. Graph vs Tree : ..

SW 만학도/Python 2024.07.10

Review 10 - 각종 Tree / Graph Traversals in Python

https://eglife.tistory.com/78 Review 9 - Queues & Stackshttps://eglife.tistory.com/77 Review 8 - Python Data Structurehttps://eglife.tistory.com/75 Review 7 - Python Algorithm design & Testing & Debugginghttps://eglife.tistory.com/74 Review 6 - Python Recursion & Merge Sorthttps://eglife.tistory.com/73 Revieglife.tistory.com끝을 향해 달려가는 Python Review 사실상 이 Chapter에서 다룰 내용을 다루기 위해 지금껏 복습해왔다고 해도 과언이..

SW 만학도/Python 2024.07.09

Review 9 - Queues & Stacks

https://eglife.tistory.com/77 Review 8 - Python Data Structurehttps://eglife.tistory.com/75 Review 7 - Python Algorithm design & Testing & Debugginghttps://eglife.tistory.com/74 Review 6 - Python Recursion & Merge Sorthttps://eglife.tistory.com/73 Review 6 - Python Search(Linear / Binary) & Sort(Selection / Inserteglife.tistory.com 사실 지난 시간에 큐와 스택을 다 다뤄보려했지만, 분량 조절 실패 간단히 Queue, Stack을 다루고 넘어가보자..

SW 만학도/Python 2024.07.08

Review 8 - Python Data Structure

https://eglife.tistory.com/75 Review 7 - Python Algorithm design & Testing & Debugginghttps://eglife.tistory.com/74 Review 6 - Python Recursion & Merge Sorthttps://eglife.tistory.com/73 Review 6 - Python Search(Linear / Binary) & Sort(Selection / Insertion)https://eglife.tistory.com/72 Review 5 - Python OOP(Objected Oriented Programming)eglife.tistory.com의사소통을 할 때, 못 알아 들었으면 못 알아 들었다고 확실히 말하자. 이..

SW 만학도/Python 2024.07.08

Review 7 - Python Algorithm design & Testing & Debugging

https://eglife.tistory.com/74 Review 6 - Python Recursion & Merge Sorthttps://eglife.tistory.com/73 Review 6 - Python Search(Linear / Binary) & Sort(Selection / Insertion)https://eglife.tistory.com/72 Review 5 - Python OOP(Objected Oriented Programming)https://eglife.tistory.com/68 Review 4 - Python File I/Ohttps://eglifeeglife.tistory.com 나에게 주어진 무기가 망치밖에 없으면, 세상의 모든 것이 못으로 보인다. 무기를 늘려야 다채로운 문제..

SW 만학도/Python 2024.07.07

Review 6 - Python Recursion & Merge Sort

https://eglife.tistory.com/73 Review 6 - Python Search(Linear / Binary) & Sort(Selection / Insertion)https://eglife.tistory.com/72 Review 5 - Python OOP(Objected Oriented Programming)https://eglife.tistory.com/68 Review 4 - Python File I/Ohttps://eglife.tistory.com/67 Review 3 - Loop & Set,Tuple,Dictionaries,Mutabilityhttps://eglife.tistory.com/66 Reveglife.tistory.com Python에서 머리 깨지게 하는 녀석 중 하나..

SW 만학도/Python 2024.07.07

Review 6 - Python Search(Linear / Binary) & Sort(Selection / Insertion)

https://eglife.tistory.com/72 Review 5 - Python OOP(Objected Oriented Programming)https://eglife.tistory.com/68 Review 4 - Python File I/Ohttps://eglife.tistory.com/67 Review 3 - Loop & Set,Tuple,Dictionaries,Mutabilityhttps://eglife.tistory.com/66 Review 2 - Python의 기본 Module , Classhttps://eglife.tistory.com/65 Review 1 - Pyeglife.tistory.com 머리 박고 달리자~ 이번엔 파이썬 Search다. 이 이후로 내용이 째끔 머리 복잡할듯 헌데..

SW 만학도/Python 2024.07.05

Review 5 - Python OOP(Objected Oriented Programming)

https://eglife.tistory.com/68 Review 4 - Python File I/Ohttps://eglife.tistory.com/67 Review 3 - Loop & Set,Tuple,Dictionaries,Mutabilityhttps://eglife.tistory.com/66 Review 2 - Python의 기본 Module , Classhttps://eglife.tistory.com/65 Review 1 - Python programming basics프로그래밍은 안 쓰다 보eglife.tistory.com프로그래밍의 꽃! OOP! OOP는 딴 거 없다. 그냥 Class 가지고 노는 걸 말한다. 우리가 지금까지 해왔던 건 Procedural Programming 이라고 한다. F..

SW 만학도/Python 2024.07.05

Review 4 - Python File I/O

https://eglife.tistory.com/67 Review 3 - Loop & Set,Tuple,Dictionaries,Mutabilityhttps://eglife.tistory.com/66 Review 2 - Python의 기본 Module , Classhttps://eglife.tistory.com/65 Review 1 - Python programming basics프로그래밍은 안 쓰다 보면 까먹는다. 더군다나 전공자가 아니면 정말 1~2주만 정신 놓eglife.tistory.com 이번엔 Python으로 File I/O (input / Output) 하는 것을 Review해보려고 한다. file에서 input을 받아오고(read), 파이썬으로 작업한 것들 file에 output으로 writ..

SW 만학도/Python 2024.07.02

Review 3 - Loop & Set,Tuple,Dictionaries,Mutability

https://eglife.tistory.com/66 Review 2 - Python의 기본 Module , Classhttps://eglife.tistory.com/65 Review 1 - Python programming basics프로그래밍은 안 쓰다 보면 까먹는다. 더군다나 전공자가 아니면 정말 1~2주만 정신 놓고 있다가 복귀했을 때 굉장히 기초적인 코딩도 손에 잡eglife.tistory.comModule을 통으로 import를 하나, 그 중에 일부만 import를 하나 memory 측면에선 전혀 차이가 없다만,Global namespace에서 어떤 이름이 올라와 있냐의 차이만 있었다.---> math가 올라와 있어서 math.sqrt 등 dot을 통해 접근하냐?vs from math impo..

SW 만학도/Python 2024.07.02