![]() |
|
Introduction to Python Range() Function - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: Introduction to Python Range() Function (/Thread-Introduction-to-Python-Range-Function) |
RE: Introduction to Python Range() Function - Psycho_Coder - 07-17-2013 (07-17-2013, 07:10 AM)Ex094 Wrote:(07-17-2013, 06:59 AM)Psycho_Coder Wrote: Short and nice tutorial. But you should have make it a bit more explanatory with other functions like xrange() and explaining how them them in different ways and shortening the code as much as possible. I was going to point out what Deque had pointed but due to some work I was offline. However regarding your tutorial I believe that you should still give xrange and some of the tricks of how to shorten code using loops. Also you are assuming that the the users will also use Python 3.3, but as far as I know python 2.7 is widely used as well so you must mention both of them here and mention the versions with proper reasoning of the two types and why the former deprecated latter. However its your tut do whatever you think is best. Thank you, Sincerely, Psycho_Coder RE: Introduction to Python Range() Function - Psycho_Coder - 07-17-2013 (07-17-2013, 07:10 AM)Ex094 Wrote:(07-17-2013, 06:59 AM)Psycho_Coder Wrote: Short and nice tutorial. But you should have make it a bit more explanatory with other functions like xrange() and explaining how them them in different ways and shortening the code as much as possible. I was going to point out what Deque had pointed but due to some work I was offline. However regarding your tutorial I believe that you should still give xrange and some of the tricks of how to shorten code using loops. Also you are assuming that the the users will also use Python 3.3, but as far as I know python 2.7 is widely used as well so you must mention both of them here and mention the versions with proper reasoning of the two types and why the former deprecated latter. However its your tut do whatever you think is best. Thank you, Sincerely, Psycho_Coder RE: Introduction to Python Range() Function - Legolas - 07-19-2013 @Ex094 , Thank you for this tutorial. I am thinking to code a crypter in Python. The executable will be arround, 3 Mb.Also it will be fud for long time. This may not be a good idea,but i will try it.LoL. RE: Introduction to Python Range() Function - Legolas - 07-19-2013 @Ex094 , Thank you for this tutorial. I am thinking to code a crypter in Python. The executable will be arround, 3 Mb.Also it will be fud for long time. This may not be a good idea,but i will try it.LoL. RE: Introduction to Python Range() Function - Legolas - 07-19-2013 @Ex094 , Thank you for this tutorial. I am thinking to code a crypter in Python. The executable will be arround, 3 Mb.Also it will be fud for long time. This may not be a good idea,but i will try it.LoL. RE: Introduction to Python Range() Function - Ex094 - 07-19-2013 (07-19-2013, 07:39 PM)Legolas Wrote: @Ex094 ,Glad I helped, Good Luck with the Crypter but a word of advice, Python is not suitable for Crypters etc in my opinion RE: Introduction to Python Range() Function - Ex094 - 07-19-2013 (07-19-2013, 07:39 PM)Legolas Wrote: @Ex094 ,Glad I helped, Good Luck with the Crypter but a word of advice, Python is not suitable for Crypters etc in my opinion RE: Introduction to Python Range() Function - Ex094 - 07-19-2013 (07-19-2013, 07:39 PM)Legolas Wrote: @Ex094 ,Glad I helped, Good Luck with the Crypter but a word of advice, Python is not suitable for Crypters etc in my opinion RE: Introduction to Python Range() Function - Legolas - 07-19-2013 Hehe. :-) Yeah,it is not suitable.It is not possible to has many options and the size of executable will be Big. But it is summer,so i will try this . ![]() [Before,1 month,i finished my crypter which is coded in Delphi and Assembly.] RE: Introduction to Python Range() Function - Legolas - 07-19-2013 Hehe. :-) Yeah,it is not suitable.It is not possible to has many options and the size of executable will be Big. But it is summer,so i will try this . ![]() [Before,1 month,i finished my crypter which is coded in Delphi and Assembly.] |