Unfortunately I can't really recommend any tutorial for Java, but I think
that if you know Python already, getting up to java is not that difficult

-- the main thing is getting used to adding the type of things everywhere ;)

Cheers,

Fabio

On Mon, Jan 14, 2019 at 9:22 PM Piotr Gomoła <piotr.gom...@pollub.edu.pl>
wrote:

> Hi Fabio,
>
> I managed to launch eclipse with pydev as plugin in debug session - so
> first steps done :)
>
> It's time to learn some Java, I've found interesting article:
>
> http://interactivepython.org/runestone/static/java4python/index.html
>
> Maybe You know something better? I'm not planing to become Java dev, just
> to know enough to modify PyDev source in few places.
>
>
> On 14.01.2019 15:45, Fabio Zadrozny wrote:
>
> Hi Piotr,
>
> Well, most of PyDev is actually implemented in Java (the only things in
> Python itself are the debugger and some scripts)...
>
> So, for doing PyDev itself you actually use the Eclipse java tools
> (following the instructions on http://www.pydev.org/developers.html you
> should have it installed). For JDT you can do some inspection when it's
> stopped in a breakpoint, but it's more limited (although code-completion is
> usually better because as Java is statically typed it has lots of
> type-information).
>
> If you need help with something specific let me know and I can pass you
> instructions related to that.
>
> Cheers,
>
> Fabio
>
>
> On Sun, Jan 13, 2019 at 8:34 PM Piotr Gomoła <piotr.gom...@pollub.edu.pl>
> wrote:
>
>> Hi,
>>
>> I'm a Python developer and I want to make some improvements to PyDev
>> Eclipse plugin.
>>
>> I've got very little experience with Java, so I'm going to do some
>> cowboy-coding and I need some guidance.
>>
>>  From UI perspective, what king of functionalities are delivered by Java
>> code, what by Python code?
>>
>> Is there any interactive shell for java so I could inspect objects
>> during debug session like I do it in Python (pudb rox)?
>>
>>
>>
>> --
>> Pozdriawiam,
>> Piotr Gomoła
>>
>>
>>
>> _______________________________________________
>> pydev-code mailing list
>> pydev-code@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pydev-code
>>
>
>
> _______________________________________________
> pydev-code mailing 
> listpydev-code@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/pydev-code
>
> --
> Pozdriawiam,
> Piotr Gomoła
>
> _______________________________________________
> pydev-code mailing list
> pydev-code@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-code
>
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to