/dpt/ — Daily Programming Thread

Previous: What are you working on, Jow Forums?

Attached: vlcsnap-2018-03-19-03h08m08s069.png (1280x720, 976K)

Other urls found in this thread:

euzy.com/if-barbie-was-a-hacker/
acm.timus.ru
icpc.kattis.com/problems
homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf
github.com/MrS0m30n3/youtube-dl-gui
twitter.com/SFWRedditImages

Yeah if you want to make a game and it's your first time, don't make an engine. You'll just get sucked into it.

:^)

but programming the engine is probably the most interesting part of making the game

Then you end up making the engine and never the game which is also a trap.

desu making a game is not really a programming challenge but a design and creativity challenge
Making an engine is a programming challenge and you may find it more enjoyable

Attached: 1526212960095.jpg (884x697, 72K)

What's the simplest way to copy pre-defined directories to other pre-defined directories using Python?

Attached: 38lSFFY.png (766x664, 151K)

import shutil
shutil.copy(src, dst)

Attached: 4e68cf1fa70caaeaf08112d66ee96843020cc0d8.jpg (595x800, 105K)

relevant euzy.com/if-barbie-was-a-hacker/