Message from Python discussions

December 2018

— ... Python is slooooooowww

— 

Https://benchmarksgame-team.pages.debian.net/benchmarksgame/faster/python.html if you need some sort of proof, look at this.
Its only benchmarks, so doesn't represent any real world usage, but still - pretty conclusive results

— Why python is num 1 in the world?😞

— C++

— Because it is awesome 😁

— It has a clean syntax focuses on the business logic rather than the syntax behind it plus you can do alot with it

Message permanent page

— I wouldn't call it number one.

It's fast to prototype with it, has very little boilerplate code, and a lot of libraries, but that's it really

Message permanent page

— How can I apply neutral network in time series data

— Please ping solutions or links direct to me

— Can speed it using rust

— I figured it out. This is what I am doing. Thank you. newstuffdict = []
for usernames in stuffdict.keys():
newstuffdict.extend(stuffdict.get(usernames))

Message permanent page

— How I can start to Learning of python? Please how can help me