Antonin Delpeuch · @pintoch
593 followers · 958 posts · Server mamot.fr

@daieuxetdailleurs @Ettore_Rizza ah c'est intéressant que ça marche avec 3.6.2 et pas 3.7.2… peut-être qu'une mise à jour de a cassé quelque-chose ? Mais sinon pourquoi ne pas le faire via le service de réconciliation plutôt ? (en réconciliant les Qids, puis ajouter une colonne à partir des valeurs réconciliées, et utiliser la propriété "Sfrwiki" pour obtenir les titres dans fr.wiki)

#jython

Last updated 1 year ago

Albert Cardona · @albertcardona
1703 followers · 1963 posts · Server mathstodon.xyz

The underlying source code is here, if you want to try registering pairs of images with a non-linear transformation such as a thin-plate spline, on the bases of blockmatching features:

github.com/acardona/scripts/bl

#java #imageprocessing #jython #FijiSc

Last updated 1 year ago

Albert Cardona · @albertcardona
1697 followers · 1944 posts · Server mathstodon.xyz

Every time I need to run an image processing task, the open source software delivers.

The javadocs are up to date javadoc.scijava.org/ , the libraries just work – particularly imagej.net/libs/imglib2/

And the examples of my own tutorial syn.mrc-lmb.cam.ac.uk/acardona written in python 2.7 for the (), despite some being a decade old, they all just work. Grateful every day for the outstanding backwards compatibility plus the new plugins and libraries that continue to grow fiji.sc

Many thanks to the many, many developers and maintainers, particularly Curtis Rueden, who is presently cutting out a new release: 2.11.0 forum.image.sc/t/plugin-mainta

#imageprocessing #jython #jvm #ImgLib2 #FijiSc

Last updated 1 year ago

__coatldev__ · @__coatldev__
1 followers · 3 posts · Server fosstodon.org

Today we've released version 8.1.25.post5 of our ignition-api package.

This is (yet) another intermediate release which only affects the dataset module.

You may find the details on the release page or in our changelog.

github.com/ignition-api/8.1/re

#ignition #python2 #scada #coatl #jython

Last updated 1 year ago

César Román :python: · @thecesrom
5 followers · 14 posts · Server fosstodon.org

@aegilops For a while appeared to be "stuck" in 2.7 just like , but in December they released version 3.4 and they've ported f-strings from 3.6.

I cannot imagine what goes into implementing Python in other programming languages, and for that they deserve my admiration. But it is indeed a shame Jython has not moved past 2.7 in almost eight years.

Maybe Inductive Automation will open their platform to other scripting languages, but until then I'm stuck in 2.7 too.

#IronPython #jython #cpython

Last updated 1 year ago

aegilops :github::microsoft: · @aegilops
122 followers · 453 posts · Server fosstodon.org

@thecesrom Jythooooooooon! In my best Kirk voice.

:java: and :python: together is a great idea, but not having the Python 3 `main` branch working, and having no clear progress makes it feel like Perl 6 all over again.

They should rename their moribund Jython3 repo, that's just confusing!

It's such a shame, useful Java scripting interfaces languishing in a dying ecosystem.

There was a similar lag with things that embed CPython, but they have an escape route.

#jython #jython3 #python27

Last updated 1 year ago

Brian Schlining :verified: · @Schlining
152 followers · 85 posts · Server hachyderm.io

@lodurel

Rough timeline of my programming language use:

1. - 1978
2. - 1995-present
3. - 1997-present
4. - 1999-2016
5. - 2002-present
6. - 2002-2003
7. - 2003-2010
8. -C - 2003-2006
9. - 2010-present
10. - 2020-present
11. - 2021-present

#basic #matlab #java #c #python #jython #groovy #objective #scala #javascript #typescript

Last updated 1 year ago

Albert Cardona · @albertcardona
1622 followers · 1404 posts · Server mathstodon.xyz

@hynek Same here—my best online posts are notes to future self, for e.g., image processing code snippets I don’t want to relearn. Here, some in driving ’s libraries to register images, transform N-dimensional images, visualise them in 2d/3d/4d, make GUIs, and more: syn.mrc-lmb.cam.ac.uk/acardona I hear many found these useful.

#java #FijiSc #jython

Last updated 1 year ago

Vincent Dary · @vincentdary
0 followers · 1 posts · Server piaille.fr

: A plugin to interface custom tools with environment and its API, from everywhere.

- Client/server architecture
- Teleport Python code from to Jython instance
- Handling remote custom Jython object from Python3
- Custom pipe communication helper for binary or JSON communication
- Bidirectional file copy helper
- Access all features from everywhere via JSON RPC
- Lightweight code

$ pip install ghidra-pipe

github.com/VincentDary/ghidra-

#ghidrapipe #reverseengineering #ghidra #jython #python3

Last updated 2 years ago

Vincent Dary · @vincentdary
0 followers · 1 posts · Server piaille.fr

: A plugin to interface custom tools with environment and its API.

- Client/server architecture
- Teleport Python code from to Jython instance
- Handling remote custom Jython object from Python3
- Custom pipe communication helper for binary or JSON communication
- Bidirectional file copy helper
- Access all features from everywhere via JSON RPC
- Lightweight code

$ pip install ghidra-pipe

github.com/VincentDary/ghidra-

#ghidrapipe #reverseengineering #ghidra #jython #python3

Last updated 2 years ago

Vincent Dary · @vincentdary
0 followers · 1 posts · Server piaille.fr

-Pipe: A plugin to interface custom tools with environment and its API.

- Client/server architecture
- Teleport Python code from to Jython instance
- Handling remote custom Jython object from Python3
- Custom pipe communication helper for binary or JSON communication
- Bidirectional file copy helper
- Access all features from everywhere via JSON RPC
- Lightweight code

pip install ghidra-pipe

github.com/VincentDary/ghidra-

#ghidra #reverseengineering #jython #python3

Last updated 2 years ago

Antonin Delpeuch · @pintoch
499 followers · 859 posts · Server mamot.fr

@felwert @stefan_hessbrueggen @digitalhumanities for what it's worth I assume file access should be possible in (if you mean explicitly opening a file within the Python script and doing things with it). I am not claiming it is right that we allow that, nor that it makes OR the right tool for your job!

#jython

Last updated 2 years ago

Albert Cardona · @albertcardona
697 followers · 557 posts · Server qoto.org

For an introduction to from the comfort of (or rather, 2.7), see my online tutorial, walking you through image processing concepts with working code that you can copy-paste into the Script Editor, which has code autocompletion to facilitate class and method discovery across the many libraries: syn.mrc-lmb.cam.ac.uk/acardona

#FijiSc #python #jython

Last updated 2 years ago

Antonin Delpeuch · @pintoch
357 followers · 820 posts · Server mamot.fr

@shmarkus @java_discussions there is also which is quite successful, for instance it powers the popular . And which could hopefully provide a sort of replacement for on the long run, although the authors do not aim for that

#py4j #pyspark #GraalPython #jython

Last updated 2 years ago