Op 22-04-17 om 13:17 schreef Rustom Mody:
> On Friday, April 21, 2017 at 2:38:08 PM UTC+5:30, Antoon Pardon wrote:
>> Op 20-04-17 om 17:25 schreef Rustom Mody:
>>> But more importantly thank you for your polite and consistent pointing out
>>> to
>>> Ben Finney that his religion-bashing signature l
Hi, everybody:
I have port python-2.7 to my arm board. But i don't know how to
port a python package to my embedded system. For example, numpy pakage.
Therefore, is there anybody know how to do this? Thanks!
--
https://mail.python.org/mailman/listinfo/python-list
Check out our brand new brochure with all details about our sponsor
packages, options and lounge events, available on our
website.
Sponsoring EuroPython guarantees you highly targeted visibility and
the opportunity to present yourself and your company in a professional
and innovative environment.
On 24/04/2017 09:20, Robert L. wrote:
Create a function that takes a list of integers in increasing
order and returns a correctly formatted string in the range
format.
Use the function to compute and print the range formatted
version of the following ordered list of integers. (The
correct answe
[This announcement is in German since it targets a Python sprint in
Düsseldorf, Germany]
ANKÜNDIGUNG
PyDDF Python Frühling-Sprint 2017
in Düsseldorf
Samstag, 0
Hi All,
I have a exported data as below:
[2J[HNAME CPU % MEM USAGE /
LIMIT
goofy_wozniak0.53% 256.8 MiB / 7.64 GiB
kibana.1.i5shzj5kc7ck4x6s6s3m3wxjl 0.00% 597.2 MiB / 7.64 GiB
agitated_bhaskara
I do not quite understand how inheritance works in Python.
I use python 3.6.1.
Let say I have a directory structure /a, /b. These two paths described
in main class.
The second class describes additional structure in one of the main
structures, say on /b and it should look like this:
/b/id1
/b/i
On Mon, 24 Apr 2017 10:10 pm, id23...@gmail.com wrote:
> I do not quite understand how inheritance works in Python.
[...]
> class mainCL():
> def __init__(self):
> self.path1 = "/a"
> self.path2 = "/b"
>
> class secondCL(mainCL):
> def __init__(newID):
> self
On Monday, April 24, 2017 at 12:51:26 PM UTC+1, Prasenjit Dutta wrote:
> Hi All,
>
> I have a exported data as below:
>
> [2J [HNAME CPU % MEM USAGE /
> LIMIT
> goofy_wozniak0.53% 256.8 MiB / 7.64 GiB
> kibana.1
On Mon, Apr 24, 2017 at 2:45 AM, chenchao wrote:
> Hi, everybody:
>
> I have port python-2.7 to my arm board. But i don't know how to port
> a python package to my embedded system. For example, numpy pakage.
> Therefore, is there anybody know how to do this? Thanks!
>
>
>
> --
> https://mail
On 04/24/2017 03:45 AM, chenchao wrote:
> Hi, everybody:
>
> I have port python-2.7 to my arm board. But i don't know how to
> port a python package to my embedded system. For example, numpy pakage.
> Therefore, is there anybody know how to do this? Thanks!
Are you running a Linux distro
I'm writing a script that takes two command line options, a file containing
barcodes and a file containing sequences. I've managed to create output files
for each barcode with the matching and corresponding sequences in it.
For the next part of my script, I'm trying to create more output files b
ubat...@ufl.edu wrote:
> I'm writing a script that takes two command line options, a file
> containing barcodes and a file containing sequences. I've managed to
> create output files for each barcode with the matching and corresponding
> sequences in it.
>
> For the next part of my script, I'm tr
On Monday, April 24, 2017 at 2:44:38 PM UTC-4, Peter Otten wrote:
> ubat...@ufl.edu wrote:
>
> > I'm writing a script that takes two command line options, a file
> > containing barcodes and a file containing sequences. I've managed to
> > create output files for each barcode with the matching and
Unaiza Batool wrote:
> i'm confused here as the script gives an error saying simple_to_fasta and
> fasta_to_mafft are not defined.
You have to write this functions yourself (I gave one example) and make sure
that they are defined before the 'for barcode' loop.
> How do I combine the part of in
On Monday, April 24, 2017 at 3:52:09 PM UTC-4, Peter Otten wrote:
> Unaiza Batool wrote:
>
> > i'm confused here as the script gives an error saying simple_to_fasta and
> > fasta_to_mafft are not defined.
>
> You have to write this functions yourself (I gave one example) and make sure
> that th
TLDR version: the bdwgc garbage collector (http://www.hboehm.info/gc/) and
python's collector are not playing nice with one another, and I need to
make them work with each other.
Long version: I'm trying to write bindings for python via ctypes to control
a library written in C that uses the bdwgc
On 4/24/2017 6:24 PM, CFK wrote:
TLDR version: the bdwgc garbage collector (http://www.hboehm.info/gc/) and
python's collector are not playing nice with one another, and I need to
make them work with each other.
Long version: I'm trying to write bindings for python via ctypes to control
a librar
bartc wrote:
On 24/04/2017 09:20, Robert L. wrote:
old = list[0]
list.slice_before{|n| [n-old>1,old=n][0]}.
map{|a| a.size<3 ? a.join(",") : [a[0],a[-1]].join("-")}.
join ","
Is this supposed to be Python code?
I think it's Ruby. Maybe posted to the wrong group?
--
Greg
--
https://mail.pyt
On Apr 24, 2017, at 6:59 PM, Terry Reedy wrote:
> On 4/24/2017 6:24 PM, CFK wrote:
>> TLDR version: the bdwgc garbage collector (http://www.hboehm.info/gc/) and
>> python's collector are not playing nice with one another, and I need to
>> make them work with each other.
>> Long version: I'm tryi
On 2017-04-24, CFK wrote:
> Long version: I'm trying to write bindings for python via ctypes to control
> a library written in C that uses the bdwgc garbage collector (
> http://www.hboehm.info/gc/). The bindings mostly work, except for when
> either bdwgc or python's garbage collector decide to
Hi, everybody:
I have x-compiled the cpython-2.7.10 and ported it on my ARM
board(it is not the Raspberry Pi and the Beaglebone Black). But now, I
have to use numpy python package on my board. So how do i x-compile this
package? Is there anybody know how to do this? Thanks!
--
https:/
On Tuesday, April 25, 2017 at 12:13:42 AM UTC+1, Gregory Ewing wrote:
> bartc wrote:
> > On 24/04/2017 09:20, Robert L. wrote:
> >
> >> old = list[0]
> >> list.slice_before{|n| [n-old>1,old=n][0]}.
> >> map{|a| a.size<3 ? a.join(",") : [a[0],a[-1]].join("-")}.
> >> join ","
> >
> > Is this suppos
On 04/24/2017 08:04 PM, chenchao wrote:
> Hi, everybody:
>
> I have x-compiled the cpython-2.7.10 and ported it on my ARM
> board(it is not the Raspberry Pi and the Beaglebone Black). But now, I
> have to use numpy python package on my board. So how do i x-compile this
> package? Is ther
On 04/24/2017 08:04 PM, chenchao wrote:
> Hi, everybody:
>
> I have x-compiled the cpython-2.7.10 and ported it on my ARM
> board(it is not the Raspberry Pi and the Beaglebone Black). But now, I
> have to use numpy python package on my board. So how do i x-compile this
> package? Is ther
Hi, everybody:
I have x-compiled the cpython-2.7.10 and ported it on my ARM
board(it is not the Raspberry Pi and the Beaglebone Black). But now, I
have to use numpy python package on my board. So how do i x-compile this
package? Is there anybody know how to do this? Thanks!
My embedded sy
Hi, all:
My board is the ARM Cortex-A8 processor and support floating point
arithmetic.
On 04/24/2017 10:37 PM, Michael Torrie wrote:
On 04/24/2017 08:04 PM, chenchao wrote:
Hi, everybody:
I have x-compiled the cpython-2.7.10 and ported it on my ARM
board(it is not the Raspberry
On 04/24/2017 08:47 PM, chenchao wrote:
>I have x-compiled the cpython-2.7.10 and ported it on my ARM
> board(it is not the Raspberry Pi and the Beaglebone Black). But now, I
> have to use numpy python package on my board. So how do i x-compile this
> package? Is there anybody know how to
Hi, all:
I installed it by 'pip install numpy' or 'python setup.cfg
install' on my PC, but I do not know how to do this on my arm board.
Because of my arm board does not have tool of pip. could you please tell
me any idea? Thanks!
On 04/24/2017 11:39 PM, Michael Torrie wrote:
On 04/24
29 matches
Mail list logo