Sinisterly
Sweet Python Techniques and Advices. - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Python (https://sinister.ly/Forum-Python)
+--- Thread: Sweet Python Techniques and Advices. (/Thread-Sweet-Python-Techniques-and-Advices)

Pages: 1 2 3


RE: Sweet Python Techniques and Advices. - L0aD1nG - 09-06-2014

(09-06-2014, 02:57 AM)Psycho_Coder Wrote: Hahaha you took that prettifyXMl code from my PINN modules that I shared Tongue hahaha okay no problem.

I have created that function like 7-8 months ago man lol... when this function was created by me I was totally inactive in HC. I am speaking the truth Psycho for real. If I have been taken something from someone I would for sure give credits! You speak for Technique 2 if I am not mistaken right?


RE: Sweet Python Techniques and Advices. - L0aD1nG - 09-06-2014

(09-06-2014, 09:57 PM)Venatori Wrote:
Quote:Also its good to mention here that this 'problem' is claimed to be fixed on Python3.x versions and input() function.

So, if I'm understanding you correctly, since I am doing all of my coding in Python 3 and higher, it makes no difference whether I use input() or stdin.readline?

There is almost no difference on Python 3 sir, yes.


RE: Sweet Python Techniques and Advices. - L0aD1nG - 09-06-2014

(09-06-2014, 09:57 PM)Venatori Wrote:
Quote:Also its good to mention here that this 'problem' is claimed to be fixed on Python3.x versions and input() function.

So, if I'm understanding you correctly, since I am doing all of my coding in Python 3 and higher, it makes no difference whether I use input() or stdin.readline?

There is almost no difference on Python 3 sir, yes.