Op 05-11-13 22:26, Nick the Gr33k schreef:
> I know i'm close to solution, i can feel it but i have some issues.
> The code we arr discussing is the following:
No you are not. You are just doing random changes, without any
understanding. If you had followed my suggestion and actually
read the doc
Στις 6/11/2013 9:38 πμ, ο/η Nick the Gr33k έγραψε:
Ah great!!!
I just examined my other MySQL database which just stored webpages and
their corresponding visits and voila.
Someone was able to pass values into my counters table:
look:
http://superhost.gr/?show=stats
thats why it didn't had 1
On 06/11/2013 01:14, Nick the Gr33k wrote:
How, do i i proceed?
If at first you don't succeed, keep asking on comp.lang.python until
someone gives me the completely bodged solution that I keep asking for
even if it's complete nonsense.
--
Python is the second best programming language in t
On 06/11/2013 05:36, Dave Angel wrote:
On Tue, 5 Nov 2013 09:45:15 -0600, Tim Chase
wrote:
You're assigning it to the bound function rather than calling the
function. Use the "call" operator:
data = infile.readlines()
Thanks for spoiling the lesson. Nicks needs to learn how to debug 4 l
On Wed, Nov 6, 2013 at 3:49 AM, Mark Lawrence wrote:
> On 06/11/2013 01:14, Nick the Gr33k wrote:
>>
>>
>> How, do i i proceed?
>
>
> If at first you don't succeed, keep asking on comp.lang.python until someone
> gives me the completely bodged solution that I keep asking for even if it's
> complet
Is anybody here able to help me finish off an Anki add-on? If you're not
familiar with it, Anki (http://ankisrs.net/) is an open source, cross
platform flashcard learning program, in PyQT. It's extensible, with add-
ons.
Thing is, I'm not a programmer, but I've managed to make my own add-on by
try
2013/11/6 C. Ng
> Ok, that seems to work... I modified from another package.
>
cool
> I don't understand how setup.py does it exactly, but got it done anyways.
>
as usual :-)
--
https://mail.python.org/mailman/listinfo/python-list
On 2013-11-06, Denis McMahon wrote:
> On Wed, 06 Nov 2013 00:35:56 +0200, Nick the Gr33k wrote:
>
>> Now i realizes i just cannot store lists into it's columns because it
>> does not support a collection datatype.
>
> All databases support storing of collections, but *NOT THE WAY YOU WANT
> TO DO
On Wed, Nov 6, 2013 at 9:17 AM, SH wrote:
> Is anybody here able to help me finish off an Anki add-on? If you're not
> familiar with it, Anki (http://ankisrs.net/) is an open source, cross
> platform flashcard learning program, in PyQT. It's extensible, with add-
> ons.
>
> Thing is, I'm not a pro
Hi, I need to join multiples images in one image, in client side i don't found
the way to do, is possible in server side whit python django, any suggest?
--
https://mail.python.org/mailman/listinfo/python-list
I can't get conditional breakpoints to work. I have a variable ID and I
want to set a breakpoint which runs until ID==11005.
Here's what happens -
-> import sys
...
(Pdb) b 53, ID==11005
Breakpoint 1 at /home/tom/Desktop/BEST Tmax/MYSTUFF/sqlanalyze3.py:53
(Pdb) b
Num Type Disp Enb W
Okey let the hacker try again to mess with my database!!!
He is done it twice, lets see if he will make it again!
I'am waiting!
--
https://mail.python.org/mailman/listinfo/python-list
In article <6a9d8528-5f64-4d0f-b759-1d73078eb...@googlegroups.com>,
hpue...@apptitud.com.co wrote:
> Hi, I need to join multiples images in one image, in client side i don't
> found the way to do, is possible in server side whit python django, any
> suggest?
There are several¦ Python image man
On 06.11.2013 16:14, Tom P wrote:
ok I figured it. ID is a tuple, not a simple variable.
The correct test is ID[0]==11005
I can't get conditional breakpoints to work. I have a variable ID and I
want to set a breakpoint which runs until ID==11005.
Here's what happens -
--
https://mail.pyth
On Wed, Nov 6, 2013 at 10:25 AM, Νίκος Γκρ33κ wrote:
> Okey let the hacker try again to mess with my database!!!
>
> He is done it twice, lets see if he will make it again!
>
> I'am waiting!
> --
> https://mail.python.org/mailman/listinfo/python-list
Nothing like a good challenge. I personally
On Wed, 06 Nov 2013 17:25:04 +0200, Νίκος Γκρ33κ wrote:
> Okey let the hacker try again to mess with my database!!!
>
> He is done it twice, lets see if he will make it again!
>
> I'am waiting!
I don't think any cracker (hacker is something different) would need to.
you are doing a more than a
On Mon, 4 Nov 2013 11:46:54 -0800 (PST), Pratik Mehta wrote:
> I have written Python code for Google Drive which uploads the image
> files to my drive app. I have three queries. Here is my code:
[snip]
>
> My Queries:
> 1. This program will upload all the images to my given client_id and
> client_
On 06/11/2013 16:40, Alister wrote:
On Wed, 06 Nov 2013 17:25:04 +0200, Νίκος Γκρ33κ wrote:
Okey let the hacker try again to mess with my database!!!
He is done it twice, lets see if he will make it again!
I'am waiting!
(sorry every one I tried not to reply to Nicos but finally lost it)
On 06/11/2013 15:25, Νίκος Γκρ33κ wrote:
Okey let the hacker try again to mess with my database!!!
He is done it twice, lets see if he will make it again!
I'am waiting!
Terribly sorry old chap. We had our first team meeting this morning.
They were very enthusiastic, really wanted to get on
I just wanted to say thank you to everyone who posted here with recommendations
for programming-friendly text editors. I will follow up on this after I have
resolved a more fundamental issue with my new student -- his Python 3.3.2
interpreter segfaults and crashes on the second command! I'll s
On Fri, Nov 1, 2013 at 11:03 AM, Albert-Jan Roskam wrote:
I would like to test the reliability and stability of at least one of them
I am curious whether the program will crash under certain circumstances
> (e.g. multiple users checking code at *exactly* the same moment). What
> approach could I
On Wed, 06 Nov 2013 09:30:03 +0200, Nick the Gr33k wrote:
> I have decided to take your advice.
No you haven't. You only think you have, but really you either haven't
understood the advice at all.
> My implementation is like the following.
> I do not use an extra table of downlaods that i asooc
On Wednesday, November 6, 2013 11:29:11 PM UTC+5:30, Denis McMahon wrote:
> On Wed, 06 Nov 2013 09:30:03 +0200, Nick the Gr33k wrote:
> > I have decided to take your advice.
> No you haven't. You only think you have, but really you either haven't…
No, you think that he thinks that he has.
Of co
On 06/11/2013 17:59, Denis McMahon wrote:
On Wed, 06 Nov 2013 09:30:03 +0200, Nick the Gr33k wrote:
I have decided to take your advice.
No you haven't. You only think you have, but really you either haven't
understood the advice at all.
My implementation is like the following.
I do not use
I am trying to help a student of mine install Python 3 on his MacBook Pro. The
installation succeeds. However, upon opening the Python interpreter, he can
only execute one Python command successfully. On the second command, the
interpreter crashes, giving the error "Segmentation fault: 11".
> Have a look at selenium and sauce labs:
>
> http://www.seleniumhq.org/
> https://saucelabs.com/
Maybe we should pass that information along to Kathleen Sebelius. :-)
Skip
--
https://mail.python.org/mailman/listinfo/python-list
On 06/11/2013 18:15, John Ladasky wrote:
I am trying to help a student of mine install Python 3 on his MacBook Pro. The
installation succeeds. However, upon opening the Python interpreter, he can only execute
one Python command successfully. On the second command, the interpreter crashes, gi
On Monday, October 28, 2013 10:22:00 PM UTC-7, Steven D'Aprano wrote:
> Does anyone here use slices (or range/xrange) with negative strides other
>
> than -1?
>
Non default positive strides are very handy, but negative strides seem weird to
me. Not the negative striding exactly, but the way fe
Hi,
Immediate Opening (Sr C++ / Linux Developer / Lead)
Location: Barrington, IL
Employment Type: Contract
Mandatory Skills
Linux Expert, Multi-Threading, C++, Good Communication skills, Agile, Scrum,
Design Patterns
Desired Skills
MFC
Job Responsibilities
Minimum 8-10
On Nov 6, 2013, at 1:25 PM, Skip Montanaro wrote:
>> Have a look at selenium and sauce labs:
>>
>> http://www.seleniumhq.org/
>> https://saucelabs.com/
>
> Maybe we should pass that information along to Kathleen Sebelius. :-)
>
> Skip
Definitely! Anyone seen the cover of this week's issue of
Thanks, Mark.
Reading through the information in your link, I appear to have encountered an
actual bug specific to Python 3.3.2 and OS X 10.9. And it appears that the
3.3.3 version of Python that fixes this bug is still in beta. And that I can
have my student download the working version from
On 06/11/2013 20:47, John Ladasky wrote:
Thanks, Mark.
Reading through the information in your link, I appear to have encountered an
actual bug specific to Python 3.3.2 and OS X 10.9. And it appears that the
3.3.3 version of Python that fixes this bug is still in beta. And that I can
have m
Στις 6/11/2013 5:25 μμ, ο/η Νίκος Γκρ33κ έγραψε:
Okey let the hacker try again to mess with my database!!!
He is done it twice, lets see if he will make it again!
I'am waiting!
No luck yet mighty one? :)
--
https://mail.python.org/mailman/listinfo/python-list
On 06Nov2013 09:51, John Ladasky wrote:
> I just wanted to say thank you to everyone who posted here with
> recommendations for programming-friendly text editors. I will follow up on
> this after I have resolved a more fundamental issue with my new student --
> his Python 3.3.2 interpreter seg
On 06/11/2013 21:26, Νίκος Γκρ33κ wrote:
Στις 6/11/2013 5:25 μμ, ο/η Νίκος Γκρ33κ έγραψε:
Okey let the hacker try again to mess with my database!!!
He is done it twice, lets see if he will make it again!
I'am waiting!
No luck yet mighty one? :)
Nikos, just in case you don't understand what
On 06/11/2013 21:26, Νίκος Γκρ33κ wrote:
Στις 6/11/2013 5:25 μμ, ο/η Νίκος Γκρ33κ έγραψε:
Okey let the hacker try again to mess with my database!!!
He is done it twice, lets see if he will make it again!
I'am waiting!
No luck yet mighty one? :)
So you're proud of the fact that you've only
On Wednesday 06 November 2013 16:10:40 Skip Montanaro did opine:
> > Have a look at selenium and sauce labs:
> >
> > http://www.seleniumhq.org/
> > https://saucelabs.com/
>
> Maybe we should pass that information along to Kathleen Sebelius. :-)
>
> Skip
I seriously doubt it would do much good.
On 2013-11-06, Mark Lawrence wrote:
> On 06/11/2013 21:26, ?? ??33?? wrote:
>> 6/11/2013 5:25 , ??/?? ?? ??33?? :
>>> Okey let the hacker try again to mess with my database!!!
>>>
>>> He is done it twice, lets see if he will make it again!
>>>
>>> I
On 06/11/2013 18:25, Skip Montanaro wrote:
Have a look at selenium and sauce labs:
http://www.seleniumhq.org/
https://saucelabs.com/
Maybe we should pass that information along to Kathleen Sebelius. :-)
Skip
Was she also involved with the nectar search toolbar?
--
Python is the second bes
On Wed, 06 Nov 2013 23:26:26 +0200
Νίκος Γκρ33κ wrote:
> Στις 6/11/2013 5:25 μμ, ο/η Νίκος Γκρ33κ έγραψε:
> > Okey let the hacker try again to mess with my database!!!
> >
> > He is done it twice, lets see if he will make it again!
> >
> > I'am waiting!
>
> No luck yet mighty one? :)
I am very n
On 2013-11-06 22:22, Grant Edwards wrote:
> Waving red flags at female bulls is rarely dangerous. ;)
though I still wouldn't recommend it if you're COWardly :-)
Well, maybe the issue is MOOt.
-tkc
--
https://mail.python.org/mailman/listinfo/python-list
On Thu, Nov 7, 2013 at 9:34 AM, Tim Chase wrote:
> On 2013-11-06 22:22, Grant Edwards wrote:
>> Waving red flags at female bulls is rarely dangerous. ;)
>
> though I still wouldn't recommend it if you're COWardly :-)
>
> Well, maybe the issue is MOOt.
Ugh, if only these puns were like CALF-way f
On Thu, Nov 7, 2013 at 6:32 AM, wrote:
> Immediate Opening (Sr C++ / Linux Developer / Lead)
>
> Thanks and Regards
> Petter Parker
Normally we'd ask job postings to be redirected to the Python Job
Board, but this one doesn't appear to have anything to do with Python
at all. However, the possibi
On 06/11/2013 22:54, Chris Angelico wrote:
On Thu, Nov 7, 2013 at 9:34 AM, Tim Chase wrote:
On 2013-11-06 22:22, Grant Edwards wrote:
Waving red flags at female bulls is rarely dangerous. ;)
though I still wouldn't recommend it if you're COWardly :-)
Well, maybe the issue is MOOt.
Ugh, i
On Thu, Nov 7, 2013 at 10:52 AM, Mark Lawrence wrote:
> On 06/11/2013 22:54, Chris Angelico wrote:
>>
>> On Thu, Nov 7, 2013 at 9:34 AM, Tim Chase
>> wrote:
>>>
>>> On 2013-11-06 22:22, Grant Edwards wrote:
Waving red flags at female bulls is rarely dangerous. ;)
>>>
>>>
>>> though I s
Thought this group would appreciate this: www.metabright.com/challenges/python
MetaBright makes skill assessments to measure how talented people are at
different skills. And recruiters use MetaBright to find outrageously skilled
job candidates.
Python is a new area of expertise for us. We make
On 06/11/2013 23:57, Chris Angelico wrote:
On Thu, Nov 7, 2013 at 10:52 AM, Mark Lawrence wrote:
On 06/11/2013 22:54, Chris Angelico wrote:
On Thu, Nov 7, 2013 at 9:34 AM, Tim Chase
wrote:
On 2013-11-06 22:22, Grant Edwards wrote:
Waving red flags at female bulls is rarely dangerous. ;)
I use a Macbook air for programming - yes it has Python 2.x in it.
For code editing i use a combination of:
1) Wing IDE 101
(from their website: "is free scaled down Python IDE designed for teaching
introductory programming classes")
2) Sublime Text
3) Good old Vi
You could try those
On Thu, No
On 07/11/2013 00:00, Nathaniel Sokoll-Ward wrote:
> Thought this group would appreciate this: www.metabright.com/challenges/python
>
> MetaBright makes skill assessments to measure how talented people are at
> different skills. And recruiters use MetaBright to find outrageously skilled
> job can
In article ,
Andrew Cooper wrote:
> On 07/11/2013 00:00, Nathaniel Sokoll-Ward wrote:
> > Thought this group would appreciate this:
> > www.metabright.com/challenges/python
> >
> > MetaBright makes skill assessments to measure how talented people are at
> > different skills. And recruiters us
On 07/11/2013 00:24, Roy Smith wrote:
> In article ,
> Andrew Cooper wrote:
>
>> On 07/11/2013 00:00, Nathaniel Sokoll-Ward wrote:
>>> Thought this group would appreciate this:
>>> www.metabright.com/challenges/python
>>>
>>> MetaBright makes skill assessments to measure how talented people are
On Wednesday 06 November 2013 18:19:17 Chris Angelico did opine:
> On Thu, Nov 7, 2013 at 9:34 AM, Tim Chase
wrote:
> > On 2013-11-06 22:22, Grant Edwards wrote:
> >> Waving red flags at female bulls is rarely dangerous. ;)
> >
> > though I still wouldn't recommend it if you're COWardly :-)
>
On 07/11/2013 00:28, Andrew Cooper wrote:
On 07/11/2013 00:24, Roy Smith wrote:
In article ,
Andrew Cooper wrote:
On 07/11/2013 00:00, Nathaniel Sokoll-Ward wrote:
Thought this group would appreciate this:
www.metabright.com/challenges/python
MetaBright makes skill assessments to measure
On 11/06/2013 03:57 PM, Chris Angelico wrote:
On Thu, Nov 7, 2013 at 10:52 AM, Mark Lawrence wrote:
On 06/11/2013 22:54, Chris Angelico wrote:
On Thu, Nov 7, 2013 at 9:34 AM, Tim Chase wrote:
On 2013-11-06 22:22, Grant Edwards wrote:
Waving red flags at female bulls is rarely dangerous. ;)
On Thu, Nov 7, 2013 at 11:00 AM, Nathaniel Sokoll-Ward
wrote:
> Thought this group would appreciate this: www.metabright.com/challenges/python
>
> MetaBright makes skill assessments to measure how talented people are at
> different skills. And recruiters use MetaBright to find outrageously skille
Employee Salaries
You are working for a medium sized construction company as an intern in
the Information Technology department. A director in the Human Resources
department recently asked the IT department to write a small program that will
help them do a salary comparison. The progra
On Thu, Nov 7, 2013 at 11:00 AM, Nathaniel Sokoll-Ward
wrote:
> Thought this group would appreciate this: www.metabright.com/challenges/python
>
> MetaBright makes skill assessments to measure how talented people are at
> different skills. And recruiters use MetaBright to find outrageously skille
On Thu, Nov 7, 2013 at 11:56 AM, jonny seelye wrote:
> Employee Salaries
> Use the following test data to test your program.
> Employee Name Salary
> John$45,600 Average Salary: $63, 862.50
> Sue $55,400 Highest Salary: $89,750
> David $64,700 Lowest Salary: $4
On 07/11/2013 00:59, Chris Angelico wrote:
On Thu, Nov 7, 2013 at 11:00 AM, Nathaniel Sokoll-Ward
wrote:
Thought this group would appreciate this: www.metabright.com/challenges/python
MetaBright makes skill assessments to measure how talented people are at
different skills. And recruiters use
On Thu, Nov 7, 2013 at 12:12 PM, MRAB wrote:
>> """From which languages are Python classes derived from?"""
>>
> Does it really have the word "from" twice?
You know, I didn't even notice that. But since that was copied and
pasted, I would say that yes, it really does. That's a pretty simple
gramm
On 11/6/2013 5:04 PM, Chris Angelico wrote:
> On Thu, Nov 7, 2013 at 11:00 AM, Nathaniel Sokoll-Ward
> wrote:
>> Thought this group would appreciate this:
>> www.metabright.com/challenges/python
>>
>> MetaBright makes skill assessments to measure how talented people are at
>> different skills. A
On Wednesday, November 6, 2013 4:00:57 PM UTC-8, Nathaniel Sokoll-Ward wrote:
> Thought this group would appreciate this: www.metabright.com/challenges/python
I have to concur with what several other people are saying here. Several of
MetaBright's questions are ambiguously worded, or expect non-
On Thu, Nov 7, 2013 at 12:55 PM, John Ladasky
wrote:
> On Wednesday, November 6, 2013 4:00:57 PM UTC-8, Nathaniel Sokoll-Ward wrote:
>> Thought this group would appreciate this:
>> www.metabright.com/challenges/python
>
> I have to concur with what several other people are saying here. Several o
On Wed, 06 Nov 2013 16:56:26 -0800, jonny seelye wrote:
> Since the name of the employee will be a string and the
> salary will be a number, you decide to use two parallel
> arrays to store the data.
The hell I do! I decide to do this:
# data initialisation
minsal = maxsal = sumsal = 0.0
minpe
Nikos said:
> Okey let the hacker try again to mess with my database!!!
> He is done it twice, lets see if he will make it again!
> I'am waiting!
Seriously man, you gotta stop. Are you trying to be a host provider? You
know absolutely nothing about what you are doing. There are security holes
ever
On 2013-11-07 10:57, Chris Angelico wrote:
> Waving red flags at female bulls is rarely dangerous. ;)
> >>>
> >>> though I still wouldn't recommend it if you're COWardly :-)
> >>>
> >>> Well, maybe the issue is MOOt.
> >>
> >> Ugh, if only these puns were like CALF-way funny...
> >
> > I here
On 2013-11-06 17:31, John Nagle wrote:
> >> MetaBright makes skill assessments to measure how talented
> >> people are at different skills. And recruiters use MetaBright to
> >> find outrageously skilled job candidates.
>
> With tracking cookies blocked, you get 0 points.
And with JavaScript bl
h
--
https://mail.python.org/mailman/listinfo/python-list
On Thu, Nov 7, 2013 at 2:18 PM, Kewl p wrote:
> h
You've come to the right place, but (as the Princess Ida put it) the
subject's deep - how should we treat it, pray?
I recommend you start with the Python tutorial:
http://docs.python.org/3/tutorial/
and when you've worked through that, you'll
On Thu, Nov 7, 2013 at 11:22 AM, Ethan Furman wrote:
> Not only the OP (which I missed, 'cause he's a troll) was absolutely
> hilarious, but this part of the thread has made my day. I guess trolls can
> (rarely) have good side effects. :)
I could continue with the puns, but it'd just be MILKing
On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote:
> h
thanks very much
--
https://mail.python.org/mailman/listinfo/python-list
Hello Everyone,
I'm writing a little helper script in Python that will access a JSON
formatted argument from the shell when it's called. The parameter will
look like this:
{"url":"http://www.google.com"}
So, if my program is called "getargfromcli.py" the call will look like this:
getargfromcli.
On Wed, Nov 6, 2013 at 7:53 PM, Anthony Papillion wrote:
> Hello Everyone,
>
> I'm writing a little helper script in Python that will access a JSON
> formatted argument from the shell when it's called. The parameter will
> look like this:
>
> {"url":"http://www.google.com"}
>
> So, if my program i
In article ,
Anthony Papillion wrote:
> Hello Everyone,
>
> I'm writing a little helper script in Python that will access a JSON
> formatted argument from the shell when it's called. The parameter will
> look like this:
>
> {"url":"http://www.google.com"}
>
> So, if my program is called "geta
在 2013年11月7日星期四UTC+8上午11时53分09秒,Anthony Papillion写道:
> Hello Everyone,
>
>
>
> I'm writing a little helper script in Python that will access a JSON
>
> formatted argument from the shell when it's called. The parameter will
>
> look like this:
>
>
>
> {"url":"http://www.google.com"}
>
>
>
On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote:
> h
can i get link of a ide in which python can run,,...??
--
https://mail.python.org/mailman/listinfo/python-list
Kewl p writes:
> On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote:
> > h
>
> can i get link of a ide in which python can run,,...??
I recommend learning a programming environment that is *not* tied to a
particular programming language.
Use an environment that lets you edit te
77 matches
Mail list logo