Message from Python discussions

December 2018

— Got it ^^ thanks again

— 

But if you don't need the results from that function you can do parallelism and do both at the same time :)

— Https://medium.com/jersobh/python-optmized-parallelism-multiprocessing-e-asyncio-5b62f67e3ea3

— Some examples with async https://github.com/jersobh/python-parallelism-examples

— Is there anything like %w[one two three] (Ruby) in Python to easily create a list of strings?

— Hey guys! Please, suggest a likes app for django. It should implement a number of different kind of likes. Any options out there?

Message permanent page

— Strs = ["" for x in range(size)]

— Https://github.com/pinax/pinax-likes
https://github.com/praekelt/django-likes
https://github.com/HaddyYang/django-likes

Message permanent page

— Thank you for reply. Unfortunately these apps implements only one type of vote/like.

— I guess the option at the moment to create one

— Well, you can adapt or create one

— This is not even close to what i wanted but thx :D