Skip to content

Commit 6ab7208

Browse files
committed
Adds toptal comment
1 parent da4e8db commit 6ab7208

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

download.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
####
2+
# This sample is published as part of the blog article at www.toptal.com/blog
3+
# Visit www.toptal.com/blog and subscribe to our newsletter to read great posts
4+
####
5+
16
import json
27
import logging
38
import os

multiprocessing_imgur.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
####
2+
# This sample is published as part of the blog article at www.toptal.com/blog
3+
# Visit www.toptal.com/blog and subscribe to our newsletter to read great posts
4+
####
5+
16
from functools import partial
27
import logging
38
from multiprocessing.pool import Pool

rq_imgur.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
####
2+
# This sample is published as part of the blog article at www.toptal.com/blog
3+
# Visit www.toptal.com/blog and subscribe to our newsletter to read great posts
4+
####
5+
16
import logging
27
import os
38

single.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
####
2+
# This sample is published as part of the blog article at www.toptal.com/blog
3+
# Visit www.toptal.com/blog and subscribe to our newsletter to read great posts
4+
####
5+
16
import logging
27
import os
38
from time import time

threading_imgur.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
####
2+
# This sample is published as part of the blog article at www.toptal.com/blog
3+
# Visit www.toptal.com/blog and subscribe to our newsletter to read great posts
4+
####
5+
16
import logging
27
import os
38
from queue import Queue

0 commit comments

Comments
 (0)