Re: [Tutor] startin python

2018-02-23 Thread Alan Gauld via Tutor
On 23/02/18 03:34, gonzales huerta wrote: > What would be the best compiler for writing a combined code PYTHON and C? There are several ways to do this and it depends on your application which is most practical. If w assume yyou want to access the C code from Python then: 1) Write a Python module

Re: [Tutor] startin python

2018-02-23 Thread gonzales huerta
Thank you very much for the tips I hope we will be in touch in the futire jeovanny 2018-02-23 5:48 GMT-05:00, Steven D'Aprano : > Hello, and see my comments below. > > On Thu, Feb 22, 2018 at 10:34:53PM -0500, gonzales huerta wrote: >> SIRS >> I am an absolute beginner in PYTHON so I would lik

Re: [Tutor] startin python

2018-02-23 Thread Mats Wichmann
Just a quick clarification: > You could try a commercial IDE like Enthought Canopy, PyCharm, > ActiveState's Python (I think this one is called Anaconda?), or the Wing > Python IDE. ActiveState's Python is ActivePython while Anaconda is a separate distribution, also very useful. Both orient the

Re: [Tutor] startin python

2018-02-23 Thread Steven D'Aprano
Hello, and see my comments below. On Thu, Feb 22, 2018 at 10:34:53PM -0500, gonzales huerta wrote: > SIRS > I am an absolute beginner in PYTHON so I would like to ask your > advice regarding the appropriate compilers. > What would be the best compiler for a beginner? Python is normally describ

[Tutor] startin python

2018-02-23 Thread gonzales huerta
SIRS I am an absolute beginner in PYTHON so I would like to ask your advice regarding the appropriate compilers. What would be the best compiler for a beginner? What would be the best compiler for writing a combined code PYTHON and C? 3)I need PYTHON for the following purposes: A)EMBEDDED SYSTE