On Sunday, 8 July 2018 12:42:07 UTC+5:30, Christian Gollwitzer wrote:
> Am 08.07.18 um 06:21 schrieb Sharan Basappa:
> > sorry. there was a copy paste error when i posted. I pasted test_2.py for
> > both the files:
> >
> > here are the files again. The issue remains.
>
> > output:
> > %run "D:/
Am 08.07.18 um 06:21 schrieb Sharan Basappa:
sorry. there was a copy paste error when i posted. I pasted test_2.py for both
the files:
here are the files again. The issue remains.
output:
%run "D:/Projects/Initiatives/machine learning/programs/test_2_test.py"
30
Jim spotted it... '%run' i
On Sunday, 8 July 2018 11:52:39 UTC+5:30, Jim Lee wrote:
> On 07/07/18 21:21, Sharan Basappa wrote:
> >
> > sorry. there was a copy paste error when i posted. I pasted test_2.py for
> > both the files:
> >
> > here are the files again. The issue remains.
> > [...]
> >
> > output:
> > %run "D:/Pro
On 07/07/18 21:21, Sharan Basappa wrote:
sorry. there was a copy paste error when i posted. I pasted test_2.py for both
the files:
here are the files again. The issue remains.
[...]
output:
%run "D:/Projects/Initiatives/machine learning/programs/test_2_test.py"
30
[11:24 PM jlee@kerndev ~
On Saturday, 7 July 2018 18:22:23 UTC+5:30, Chris Angelico wrote:
> On Sat, Jul 7, 2018 at 10:02 PM, Sharan Basappa
> wrote:
> > On Friday, 6 July 2018 09:22:31 UTC+5:30, Chris Angelico wrote:
> >> On Fri, Jul 6, 2018 at 12:56 PM, Sharan Basappa
> >> wrote:
> >> > Please let me know if the foll
On Sat, Jul 7, 2018 at 10:02 PM, Sharan Basappa
wrote:
> On Friday, 6 July 2018 09:22:31 UTC+5:30, Chris Angelico wrote:
>> On Fri, Jul 6, 2018 at 12:56 PM, Sharan Basappa
>> wrote:
>> > Please let me know if the following understanding of mine is correct.
>> > I need to put the program code in
On Friday, 6 July 2018 09:22:31 UTC+5:30, Chris Angelico wrote:
> On Fri, Jul 6, 2018 at 12:56 PM, Sharan Basappa
> wrote:
> > Please let me know if the following understanding of mine is correct.
> > I need to put the program code in a separate file and organize every
> > executable code in som
On Friday, 6 July 2018 09:22:31 UTC+5:30, Chris Angelico wrote:
> On Fri, Jul 6, 2018 at 12:56 PM, Sharan Basappa
> wrote:
> > Please let me know if the following understanding of mine is correct.
> > I need to put the program code in a separate file and organize every
> > executable code in som
On Friday, 6 July 2018 09:32:08 UTC+5:30, Cameron Simpson wrote:
> On 05Jul2018 19:56, Sharan Basappa wrote:
> >I have implemented my first program in python that uses ML to do some
> >classification task. The whole code is in a single file currently.
> >It contains executable code as well as fu
On 05Jul2018 19:56, Sharan Basappa wrote:
I have implemented my first program in python that uses ML to do some
classification task. The whole code is in a single file currently.
It contains executable code as well as functions.
I presume when you write "executable code" you mean some kind of
On Fri, Jul 6, 2018 at 12:56 PM, Sharan Basappa
wrote:
> Please let me know if the following understanding of mine is correct.
> I need to put the program code in a separate file and organize every
> executable code in some form of function. If any code exists outside of
> function then it is no
Peng Yu writes:
> I'm wondering if the development of python is test driven. If it is,
> where in the Python-2.6.2 source directory is the test code for the
> modules in ./Lib?
A great majority of your many questions in this forum are already
answered in the available documentation online. You s
Peng Yu wrote:
> I'm wondering if the development of python is test driven. If it is,
> where in the Python-2.6.2 source directory is the test code for the
> modules in ./Lib?
Unsurprisingly, they're located in Lib/test. Is it _really_ that
difficult to find?
--
http://mail.python.org/mailman/li
13 matches
Mail list logo