Re: Tips or strategies to understanding how CPython works under the hood

2018-01-11 Thread Robert O';Shea
Thanks all for the links and suggestions, they are greatly appreciated. I might be programming for a long time (relative to my age) but I haven't touched much on compilers or interpreters. Inspired a but by Python's interpreter I wrote a little bytecode interpreter in C (maybe should have upgrade t

Tips or strategies to understanding how CPython works under the hood

2018-01-09 Thread Robert O';Shea
Hey all, Been subscribed to this thread for a while but haven't contributed much. One of my ultimate goals this year is to get under the hood of CPython and get a decent understanding of mechanics Guido and the rest of you wonderful people have designed and implemented. I've been programming in p

Re: PyPy2.7 and PyPy3.5 v5.7 - two in one release

2017-03-21 Thread Robert O';Shea
Been meaning to give Pypy a try for a while, tonight may be the time On Tue 21 Mar 2017, 20:32 , wrote: > Hopefully this > https://morepypy.blogspot.co.uk/2017/03/pypy27-and-pypy35-v57-two-in-one-release.html > is rather more interesting for some than blatant trolling about spaces vs > tabs. > >

Where to start in the field of AI with Python

2017-03-18 Thread Robert O';Shea
Hi all, I've been given a good bit of free time at the moment and I really want to get into the field of AI with my time. I just want to get into the basics for the moment, eventually getting into stuff like machine learning and NLP (Natural Language Processing). I was wondering if any of you fi