Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45087 > unrolled thread
| Started by | Fábio Santos <fabiosantosart@gmail.com> |
|---|---|
| First post | 2013-05-10 08:01 +0100 |
| Last post | 2013-05-10 08:01 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: python call golang Fábio Santos <fabiosantosart@gmail.com> - 2013-05-10 08:01 +0100
| From | Fábio Santos <fabiosantosart@gmail.com> |
|---|---|
| Date | 2013-05-10 08:01 +0100 |
| Subject | Re: python call golang |
| Message-ID | <mailman.1524.1368169300.3114.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
On 10 May 2013 03:37, "Thanatos xiao" <yanxiaopei199@gmail.com> wrote: > > Hey ! > > Now! I have written a python script . I want to call a golang script in python script. > Who can give me some advices? > > thanks! Check out the subprocess module. You can use it to call other programs from python and get their error codes and output.
Back to top | Article view | comp.lang.python
csiph-web