Message from Python discussions

November 2018

— { for loop } < html trow data-target="demo{{ loop.index }}" > {endfor}

— 

Hi is there any recommended python ebooks or website for beginners who don't know anything about programming? 😁

— pythonres

— Thank you 🙏

— Ok sorry didn't know it's just a free invite for any block chain inthusiest

— Pay me

— /

— Looking for a Django developer who knows (frontend as well) for a freelancing project .
If you have any friend in your network with set of specific skills, please redirect if someone is the right fit

Message permanent page

— Guys,which is the shortest way to add a tab to each line of a string? I mean,I have 2 strings and I don't want to do it with

for line in str.split('\n')

Are the generators the best way?

Message permanent page

— What do you mean by the shortest way? The fastest in terms of performance?

— Or with the least amount of code?

— The amount of code.