Re: [melbourne-pug] Slack?

2022-05-13 Thread Rory Hart
Hi Brendan The Python discord is large, active with a broad user base across the programming & data science spectrum. https://discord.gg/python Thanks On Fri, 13 May 2022 at 17:57, Brendan O'Brien via melbourne-pug < melbourne-pug@python.org> wrote: > Hey everyone: > > I’m wondering whether

Re: [melbourne-pug] Can I buy someone lunch to talk about Python

2019-02-09 Thread Rory Hart
I've built - > https://github.com/Sebastiaan76 > > The most substantial one is a web scraper and database loading tool to > download FX Tick Data. Feel free to critique! :) > > Perhaps I could come to Windsor some time and chat? Otherwise, will you be > at the Python Meetu

Re: [melbourne-pug] Can I buy someone lunch to talk about Python

2019-02-08 Thread Rory Hart
-sales career path such as solution architect could leverage your existing skillset. Lastly I am always happy to offer my opinion (ask my colleagues), our offices are in Windsor however. Would be happy to have a phone call. Thanks Rory Hart > On 4 Feb 2019, at 2:19 pm, Sebastiaan Stoff

Re: [melbourne-pug] Next Melbourne Python meeting - Monday 6 August

2018-08-07 Thread Rory Hart
Hi folks Slides from my talk on pipenv here: https://speakerdeck.com/hartror/pipenv-melbourne-python-user-group-mpug Thanks Rory Hart On Sat, 4 Aug 2018 at 15:44, Jeremy R wrote: > Hey Ed, > > Can you put me down for a lightning talk for 5-10 mins? > Topic: "Queues -

Re: [melbourne-pug] Faust - Python Stream Processing

2018-08-03 Thread Rory Hart
I love Kafka Streams and keep looking for an excuse to deploy them, nice to know there is a Python option. > It appears to be a spiritual successor to celery Am I right in thinking Faust wouldn't be a idea for the batch processing use cases that celery serves? On Sat, 4 Aug 2018 at 15:44, Sam

Re: [melbourne-pug] Greetings From Sam

2018-07-26 Thread Rory Hart
Welcome to Melbourne Sam. Any chance you will be making it to MPUG next month. Or PyCon AU in Sydney later in the month? > On 26 Jul 2018, at 5:36 pm, Sam Bourne wrote: > > Hello Melbourne Python Aficionados, > > My name is Sam, I'm a dev over at a VFX company Luma Pictures primarily >

Re: [melbourne-pug] Spawn new process to handle inbound websocket connection

2018-07-26 Thread Rory Hart
You are still at risk of another process grabbing the port, you need to open the socket collect the port number in the web host and hold on to it until the fork. Then the child process has the open socket after the fork. I feel the need to point out at this point the architecture you have

Re: [melbourne-pug] Spawn new process to handle inbound websocket connection

2018-07-23 Thread Rory Hart
What you are talking about is known as a stateful service and they're great if your problem has the right dimensions and you invest in good controls and monitoring/alerting. The main

Re: [melbourne-pug] Next Melbourne Python meeting - tomorrow - Monday 2 July

2018-07-02 Thread Rory Hart
Slides from my OpenID talk last night. https://speakerdeck.com/hartror/just-enough-openid-connect-at-mpug On 2 July 2018 at 07:59, Brian May wrote: > Peter Dwyer writes: > > > I haven’t attended any meetings. Is there a fee? > > No fees. Unless you want pizza, which case you might be asked to

Re: [melbourne-pug] [JOB] Experienced Python Developer - Melbourne Area

2018-02-14 Thread Rory Hart
Thanks for the posting Rasjid, looks like a interesting role. Good luck with the hunt. > On 15 Feb 2018, at 11:30 am, Rasjid Wilcox wrote: > > Hi all, > > My workplace is looking for an experienced Python Developer to help develop > and maintain its in-house POS and

[melbourne-pug] Full Stack Python Developer - Biarri Rail

2016-12-06 Thread Rory Hart
/full-stack-python-developer-biarri-rail Thanks Rory Hart ___ melbourne-pug mailing list melbourne-pug@python.org https://mail.python.org/mailman/listinfo/melbourne-pug

[melbourne-pug] MPUG Meeting?

2016-04-26 Thread Rory Hart
Is there a meeting booked in for May? ___ melbourne-pug mailing list melbourne-pug@python.org https://mail.python.org/mailman/listinfo/melbourne-pug

Re: [melbourne-pug] 7 August, 6pm, MPUG@Inspire9: iPython and slides, Selenium Page Adapter, from past import Python2/3 Compatibility

2015-08-31 Thread Rory Hart
*7 September On 31 August 2015 at 22:17, Javier Candeira wrote: > This coming Monday, 7 August, we'll hold our next meeting of the > Melbourne Python Users Group! > > Time: 6PM > Venue: Inspire 9: Level 1, 41 Stewart Street, Richmond. 50m from > Richmond Train Station. > >

Re: [melbourne-pug] September meeting: does anyone have a talk?

2015-08-23 Thread Rory Hart
We all know how to stop getting Ed talking about 2to3 stuff. We all need to move to 3. ^_^ On 24 August 2015 at 13:53, jav...@candeira.com wrote: On 2015-08-24 13:45, Ed Schofield wrote: Hi all, Thanks for doing this roundup, Javier! I'd like to volunteer to give this talk: - Towards

Re: [melbourne-pug] Job Opportunity - Software Engineer/Developer (Python)

2015-02-25 Thread Rory Hart
These guidelines from the RORO list might be of use: In order to keep the RORO group running smoothly, please follow these guidelines when posting and responding to jobs. To Would-be Job Posters: RORO members would appreciate you including the following: * The label [JOB] in the subject of

Re: [melbourne-pug] Job Opportunity - Software Engineer/Developer (Python)

2015-02-25 Thread Rory Hart
Meets my criteria for appropriate for this list. Python: check Melbourne: check On 26 Feb 2015, at 10:48 am, William ML Leslie william.leslie@gmail.com wrote: On 26 February 2015 at 09:32, Liam Kelly li...@halcyonknights.com.au wrote: My client ​blah blah blah ​A nice side-effect

Re: [melbourne-pug] February session: Request for Presentations

2014-01-19 Thread Rory Hart
I have a travelling salesman solver I wrote for my own amusement using numpy and matplotlib. The python is nothing exciting right now but the algorithm is interesting and the visualisation is nice. A demo/tutorial on the algo and code would be suitable for either a 5 minute or 15 minute talk.

Re: [melbourne-pug] Parking

2013-12-01 Thread Rory Hart
In general that area of Richmond is painful, I would park at an inner city train station or near a tram line and come in the few stops to Richmond station. On 2 December 2013 13:35, James P jamesp...@gmail.com wrote: Hi All I haven't been to an MPUG meeting before and was wondering what the

Re: [melbourne-pug] Unit Testing Tools

2013-08-22 Thread Rory Hart
Why fudge over Mock, with Mock in the python 3 stdlib? On 22/08/2013, at 11:57 PM, Stephen Moore delfick...@gmail.com wrote: That testtools thing looks pretty interesting, I haven't seen that before... As for more suggestions, I tend to make my tests with classes based inheriting from

Re: [melbourne-pug] PyCon AU 2013 videos up on YouTube

2013-07-11 Thread Rory Hart
http://www.youtube.com/watch?v=H2yfXnUb1S4 This was one of best talks at PyCon, the utility of the talk wasn't the highest but it is highly amusing and gives you some idea of what goes on under the hood in Python. I am not sure I should share this. The title of the talk is serious. *Don't Do

Re: [melbourne-pug] config files? pfft!

2013-02-28 Thread Rory Hart
://mail.python.org/mailman/listinfo/melbourne-pug ___ melbourne-pug mailing list melbourne-pug@python.org http://mail.python.org/mailman/listinfo/melbourne-pug -- Rory Hart http://www.roryhart.net