java/kotlin to python

  • 11 Replies
  • 4835 Views
*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
java/kotlin to python
« on: October 04, 2021, 09:24:39 pm »
is there an online service that can do that
or maybe a prewritten class to translate java/kotlin to python code ?

*

chattable

  • Electric Dreamer
  • ****
  • 127
Re: java/kotlin to python
« Reply #1 on: October 05, 2021, 01:33:54 am »
i use python 3.6 for programming sometimes.
i won't upgrade because i made a videogame with the previous version of the upbge game engine.
my computer won't work with the new version of upbge game engine and the new version of upbge does not have logic bricks anymore
can people touch your chatbot in various places?
people can type something like 'i touch your nose'
to mine and she will respond to that with a response.
i make chatbots on the personality forge websight.

*

8pla.net

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1302
  • TV News. Pub. UAL (PhD). Robitron Mod. LPC Judge.
    • 8pla.net
Re: java/kotlin to python
« Reply #2 on: October 05, 2021, 06:23:54 am »
OFF TOPIC:

Not the answer you are looking for but...
Cython works pretty good, converting
Python to compiled code.

My Very Enormous Monster Just Stopped Using Nine

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: java/kotlin to python
« Reply #3 on: October 05, 2021, 06:32:58 am »
i use python 3.6 for programming sometimes.
i won't upgrade because i made a videogame with the previous version of the upbge game engine.
my computer won't work with the new version of upbge game engine and the new version of upbge does not have logic bricks anymore
can people touch your chatbot in various places?
people can type something like 'i touch your nose'
to mine and she will respond to that with a response.
i make chatbots on the personality forge websight.

you can select the python ver before you start a new project

*

chattable

  • Electric Dreamer
  • ****
  • 127
Re: java/kotlin to python
« Reply #4 on: October 05, 2021, 10:02:17 am »
okay.

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: java/kotlin to python
« Reply #5 on: October 14, 2021, 05:38:45 pm »
I wonder why so little interest into this subject. I mean
the best way to program for computers seems to be python.
it's basically python or the lump of garbage ppl call .net (yuck !)

python has a ton of capabilities like selenium for automation which is great for AI.
unlike java, python can refer to functions as variables.
it does have some down sides like the ugly way one would write switch cases.

so I was assuming there has to be a ready made way to translate java to python
I tried J2Py which doesn't work at all for me nor are there any valid documentations that actually work.

so I wrote my own on java ! hahaha !!
it's not perfect and it has room to improve but it does a lot of the hard work.

lucky java codes end with ; it made it much easier.

this example java code :
Code
    public void output(Neuron noiron) {
        if (outAlg != null) {
            noiron.algParts.add(outAlg);
            outAlg = null;
        }
    }
turns to this python code:

Code
def output(self,Neuron noiron)

        if (outAlg NOT= null) :
            noiron.algParts.add(outAlg)

            self.outAlg = null

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: java/kotlin to python
« Reply #6 on: October 14, 2021, 05:43:30 pm »
this
"for (int i = 0; i < 5; i++)"

turns into :
Code
i = 0
while (i < 5):
    i++

not perfect but saves work

*

chattable

  • Electric Dreamer
  • ****
  • 127
Re: java/kotlin to python
« Reply #7 on: October 14, 2021, 07:17:01 pm »
are you selling your chatbot?

*

MagnusWootton

  • Replicant
  • ********
  • 634
Re: java/kotlin to python
« Reply #8 on: October 14, 2021, 10:31:10 pm »
Python is a millenial's language.   pre-millenials all code c and it goes faster, and structured more logically.  it is infact the perfection of code, every bit flawless down to small little bits you think could have been made wrong,  but it actually between a rock and a hard place,  and the right decision was made.

HAIL C.  HAIL!   woops im getting a bit overexcited...


Nice code BTW,  thats tricky to do,  code conversion!


*

chattable

  • Electric Dreamer
  • ****
  • 127
Re: java/kotlin to python
« Reply #10 on: November 25, 2021, 04:23:32 pm »
is there documentation to use your chatbot with python?


*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: java/kotlin to python
« Reply #11 on: November 28, 2021, 07:23:54 pm »
seems python has no interfaces
which requires a workaround when translating castings of a class into an interface its equiped with

 


OpenAI Speech-to-Speech Reasoning Demo
by ivan.moony (AI News )
March 28, 2024, 01:31:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

295 Guests, 0 Users

Most Online Today: 396. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles