Message from Python discussions

November 2018

— Hey guys which programming language is used to make scripts like cryptotrader.org? Is it python or what? Also any good tutorial regarding making of such platform?

Message permanent page

— 

A question about threading. I want to achieve this: let’s say I have a list of 100 items (some_list), and all items in the list need to be processed by a function(foo()). I would like to use threading to speed up the process, but would also like to limit the number of threads to some number (15 for example). I’d appreciate any suggestion on this, since I can’t figure out how to go instantiate new threads when previous ones complete their tasks.

— If you would like to make the platform, I'd say it's too complicated for beginners

— If you would like to try on HFT, then python would be a great tool
you may refer to the pinned message

Message permanent page

— Thanks

— 

Queue.Queue(maxsize=15)

— Then you put item into that queue

— Thanks

— Has someone used json-e? How can I pair two fields in an $ eval?

— Https://clk.icu/EMlVD9L

— On a phone. Sure.

— Yeah, how can I do it?