Java to Python - how to??
- From: ka_czor@xxxxxxxxxxxxxx
- Date: Mon, 13 Jun 2005 12:13:52 +0200
Hello
I just start programing in Python.
I've got a qestion, how translate the example code writen in Java to
Python??
public class ConnectionManager {
public ConnectionManager() {
super();
}
public void sendAgent(Agent anAgent, WorkplaceAddress anAddress) {
}
}
bye
.
- Follow-Ups:
- Re: Java to Python - how to??
- From: George Sakkis
- Re: Java to Python - how to??
- Prev by Date: Re: why python on debian without the module profile?
- Next by Date: Re: DB API 2.0 and transactions
- Previous by thread: why python on debian without the module profile?
- Next by thread: Re: Java to Python - how to??
- Index(es):
Relevant Pages
|