[Tutor] Off-Topic: Tutor group specific to Java

2019-04-17 Thread Karthik Bhat
Hello Guys, This is kind of off-topic, but I would really appreciate it if anyone could provide me with a tutor mailing list/group specific to Java. I am a beginner, and it would be really helpful for me. -- Thanks & Regards, Karthik A

Re: [Tutor] Defining variable arguments in a function in python

2018-12-30 Thread Karthik Bhat
is NOT the same as having a default > from the command line but it may satisfy some need. > > Other than that, I fully agree that the current python spec cannot support > anything like this in the function definition. > > Side note: To spare others, I sent Steven alone a deep

[Tutor] Defining variable arguments in a function in python

2018-12-29 Thread Karthik Bhat
Value of i is",i) for i, j in dict.items(): print("The value of i and j are:",i,j) fun_varargs(1,2,3,4,5,6,7,8,9,10,Jack=111,John=222,Jimmy=333) How do I make the tuple 'number' contain the first element to be 1 and not 2? -- Regards, Karthik A Bhat __

[Tutor] query from sqlalchemy returns AttributeError: 'NoneType' object

2013-05-02 Thread Karthik Sharma
ort) is giving the following error: DEBUG:core:POX 0.1.0 (betta) going up... DEBUG:core:Running on CPython (2.7.3/Aug 1 2012 05:14:39) DEBUG:core:Platform is Linux-3.5.0-23-generic-x86_64-with-Ubuntu-12.04-precise INFO:core:POX 0.1.0 (betta) is up. DEBUG:openflow.of_01:Listening on 0.0.0.0:6633

[Tutor] Facebook apps with python

2012-01-18 Thread karthik s
Well, my question is simple.. How do I create facebook apps with python. I have couple of interesting/ funky programs and want to make them as apps. So, 1. What all things I should know for writing facebook apps. 2. I read that we should first upload our app to 'google app engine' and need do

[Tutor] Memory Error problem solved

2008-07-29 Thread Karthik Swaminathan
I was amazed by the response of the Python community. Hats off to all. I stopped using the lists and got the issue resolved using just the variables. Nevertheless, i learned a lot by starting this thread. Thanks a million to Alan, Chris, John for spending your quality time in helping this newbie.

Re: [Tutor] Memory error - how to manage large data sets?

2008-07-28 Thread Karthik
ointers would be of great help to me. Regards, Karthik From: Karthik [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 9:27 PM To: 'tutor@python.org' Subject: Memory error - how to manage large data sets? Hi, I am new to Python programming, I was trying to work out a f

[Tutor] Memory error - how to manage large data sets?

2008-07-28 Thread Karthik
get the result in the form of an exponent. For instance, I would prefer 10^5 rather 10. Thanks in advance, Karthik ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor