Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95457
| From | dieter <dieter@handshake.de> |
|---|---|
| Subject | Re: memory control in Python |
| Date | 2015-08-18 08:02 +0200 |
| References | <CAM5e_kbbTAEHE=mi0WFXutJ5G2A-UV4wLsAPMcBT5XrCqhr3MA@mail.gmail.com> <mailman.24.1439623320.4764.python-list@python.org> <685b4197-973b-432b-83fd-099f3bfc5239@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.72.1439877732.4764.python-list@python.org> (permalink) |
Ping Liu <yanzhipingliu@gmail.com> writes: > If I move from Python to Jython or IronPython, do I need to retool whatever I have done? If so, that may take quite a long time. This may make the reimplementation impossible. As Chris already pointed out, you are still using Python -- i.e. the base language does not change. However, extension packages, such as "NumPy", might not be supported. If you are using extension packages, carefully check whether they are supported for a different Python implementation before you decide a switch.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: memory control in Python dieter <dieter@handshake.de> - 2015-08-15 09:21 +0200
Re: memory control in Python Ping Liu <yanzhipingliu@gmail.com> - 2015-08-17 15:09 -0700
Re: memory control in Python Chris Angelico <rosuav@gmail.com> - 2015-08-18 10:13 +1000
Re: memory control in Python dieter <dieter@handshake.de> - 2015-08-18 08:02 +0200
Re: memory control in Python Laura Creighton <lac@openend.se> - 2015-08-18 08:16 +0200
Re: memory control in Python Rustom Mody <rustompmody@gmail.com> - 2015-08-18 01:56 -0700
Re: memory control in Python Laura Creighton <lac@openend.se> - 2015-08-18 11:13 +0200
csiph-web