#jython IRC Log (v0.9)

Index

IRC Log for 2015-08-22

Timestamps are in GMT/BST.

[0:13] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) Quit (Quit: Leaving)
[0:53] * xemdetia (xemdetia@nat/ibm/x-xzpsrsnzoamgevdo) Quit (Ping timeout: 250 seconds)
[1:22] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) has joined #jython
[1:50] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) Quit (Quit: Leaving)
[13:26] * clajo04 (~clajo04@pool-108-54-80-65.nycmny.fios.verizon.net) Quit (Quit: clajo04)
[13:36] * clajo04 (~clajo04@pool-108-54-80-65.nycmny.fios.verizon.net) has joined #jython
[15:23] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) has joined #jython
[16:36] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
[17:25] * gopar (~gopar@c-73-162-171-146.hsd1.ca.comcast.net) has joined #jython
[19:02] * gash_ (~chatzilla@h-79-136-64-182.na.cust.bahnhof.se) has joined #jython
[19:04] <gash_> hello... would anyone in here be willing to answer a question relating to the use of numpy/scipy in jython?
[19:13] <agronholm> you can try
[19:17] <gash_> well I spent some time reading further on the jython website...
[19:18] <gash_> jython is java on the python platform... for some reason I thought I had found a way to call python code from Java
[19:18] <gash_> which is what I would like to do
[19:19] <gash_> I have large datasets in java that I would like to process using python
[19:19] <gash_> is jython for me?
[19:19] <agronholm> gash_: jython is not really good for speed
[19:19] <gash_> large in this case means in the 500-1000MB range
[19:19] <gash_> speed is not a factor
[19:19] <agronholm> and I don't think numpy works on jython
[19:20] <gash_> oh
[19:20] <gash_> i see :(
[19:20] <agronholm> it relies heavily on C code which we don't really support
[19:20] <gash_> so it needs to be called using JNI somehow?
[19:21] <agronholm> the thing won't even install because it tries to build a C extension which doesn't work on jython
[19:21] <agronholm> so forget about numpy on jython
[19:21] <gash_> ok
[19:21] <gash_> thank you for the very prompt response!
[19:21] <agronholm> np
[19:22] * gash_ (~chatzilla@h-79-136-64-182.na.cust.bahnhof.se) Quit (Quit: ChatZilla 0.9.92 [Firefox 40.0.2/20150812163655])
[21:21] * non-sense is now known as sense-non
[21:47] * sense-non is now known as non-sense
[21:50] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 260 seconds)
[22:05] * maxpowa (maxpowa@ipv6.everythingisawesome.us) Quit (Ping timeout: 256 seconds)
[22:49] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[22:50] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).