[Tutor] which is best python 2 or python3

2016-05-23 Thread Palanikumar Gopalakrishnan
Hi buddies, I read one article on internet which is said python 2 and python3 is totally different in programming. As a beginner which i prefer for my learning, python 2 or python3 ? -- ___ Tutor maillist - Tutor@python.org To unsu

[Tutor] Help:python based framework show error

2016-07-02 Thread Palanikumar Gopalakrishnan
Hi dudes, I run the python based framework routersploit , it shows the following error. Traceback (most recent call last): File "./rsf.py", line 11, in routersploit() File "./rsf.py", line 7, in routersploit rsf = RoutersploitInterpreter() File "/home/tester/routersploit/route

[Tutor] Module webbrowser.os

2016-11-02 Thread Palanikumar Gopalakrishnan
tried the following webbrowser.os(umask) But It retruns the following error *Traceback (most recent call last): File "", line 1, in NameError: name 'umask' is not defined* -- *Warm Regards,* *Palanikumar Gopalakrishnan *[image: ✌] *Developer* ___

Re: [Tutor] Module webbrowser.os

2016-11-03 Thread Palanikumar Gopalakrishnan
Today's Topics: > >1. Re: Python code (Danny Yoo) >2. Re: implementing sed - termination error (c...@zip.com.au) >3. Module webbrowser.os (Palanikumar Gopalakrishnan) >4. Re: implementing sed - termination error (Peter Otten) >5. Re: Module webbrowser.os (A

[Tutor] IndentationError: unexpected indent

2016-11-08 Thread Palanikumar Gopalakrishnan
Hi Guys, I tried this code from internet, Its returns following please guide me to solve this error -- *Warm Regards,* *Palanikumar Gopalakrishnan *[image: ✌] *Developer* ___ Tutor maillist - Tutor@python.org To unsubscribe or change

[Tutor] Fwd: IndentationError: unexpected indent

2016-11-08 Thread Palanikumar Gopalakrishnan
etPassword:print('Access granted')if typedPassword == '12345': print('That password is one that an idiot puts on their luggage.') else:print('Access denied')* -- *Warm Regards,* *Palanikumar Gopalakrishnan *[image: ✌] *Developer*

[Tutor] How to get url call back from the browser

2017-03-01 Thread Palanikumar Gopalakrishnan
enter in browser in *localhost:8000. *It will show the contents of current directory. But If i enter url like this *localhost:8000/sometext* . It will returns 404 error. I want to get this string in my python code to do somthing based this callback. Please guide me to solve this issue -- *Warm Reg