-
[비공개] Timeit Module - Intermediate Python Pr..
시스템에서 프로세싱하는 시간을 재어서 보여주는 기능. 시간이 얼마나 소요되는지를 알게 됨으로써 보다 효율적인 코딩이 가능케 해줍니다. LC의 유형화 有形化를 높이기 위해, 실습하는 코드를 한 가운데에다 위치케 하고, 번호 주기로 말과 코드를 연결해서 볼 수 있겠금 시도해보았습니다. 원본 비디오: (1) Timeit Module - Intermediate Python Programming p.6 - YouTube추천 -
[비공개] Learn to Program w/ Python 14. Wrappin..
game, _ = game_board(game, just_display=True) (1) Wrapping up TicTacToe - Python 3 Programming Tutorial p.14 - YouTube추천 -
[비공개] Learn to Program w/ Python 14. Wrappin..
game, _ = game_board(game, just_display=True) (1) Wrapping up TicTacToe - Python 3 Programming Tutorial p.14 - YouTube추천 -
[비공개] Learn to Program w/ Python 14. Wrappin..
game, _ = game_board(game, just_display=True) (1) Wrapping up TicTacToe - Python 3 Programming Tutorial p.14 - YouTube추천 -
[비공개] Learn to Program w/ Python 8. Mutabili..
아래 퀴즈 다섯 개를 풀어보시면 왜 이 mutability issue가 run amok 하는 지를 아실텝니다: x = 1 def test(): x = 2 test() print(x) x = 1 def test(): global x x = 2 test() print(x) x = [1] def test(): x = [2] test() print(x) x = [1] def test(): global x x = [2] test() print(x) x = [1] def test(): x[0] = 2 test() print(x) 원본 비디오: (1) Mutability revisited - Python 3 Programming Tutorial p.8 - YouTube추천 -
[비공개] Learn to Program w/ Python 8. Mutabili..
아래 퀴즈 다섯 개를 풀어보시면 왜 이 mutability issue가 run amok 하는 지를 아실텝니다: x = 1 def test(): x = 2 test() print(x) x = 1 def test(): global x x = 2 test() print(x) x = [1] def test(): x = [2] test() print(x) x = [1] def test(): global x x = [2] test() print(x) x = [1] def test(): x[0] = 2 test() print(x) 원본 비디오: (1) Mutability revisited - Python 3 Programming Tutorial p.8 - YouTube추천 -
[비공개] Learn to Program w/ Python 8. Mutabili..
아래 퀴즈 다섯 개를 풀어보시면 왜 이 mutability issue가 run amok 하는 지를 아실텝니다: x = 1 def test(): x = 2 test() print(x) x = 1 def test(): global x x = 2 test() print(x) x = [1] def test(): x = [2] test() print(x) x = [1] def test(): global x x = [2] test() print(x) x = [1] def test(): x[0] = 2 test() print(x) 원본 비디오: (1) Mutability revisited - Python 3 Programming Tutorial p.8 - YouTube추천 -
[비공개] Learn to Program w/ Python 5. Indexes ..
원본 비디오: (1) Indexes and slices - Python 3 Programming Tutorial p.5 - YouTube추천 -
[비공개] Learn to Program w/ Python 5. Indexes ..
원본 비디오: (1) Indexes and slices - Python 3 Programming Tutorial p.5 - YouTube추천 -
[비공개] Learn to Program w/ Python 5. Indexes ..
원본 비디오: (1) Indexes and slices - Python 3 Programming Tutorial p.5 - YouTube추천