[python-uk] forgotJS

2019-02-06 Thread Dave C
Hi,
Many Python developers have the need for JavaScript at some point or other
so I thought I'd share a link to my project. It's a series of code snippets
intended as a quick read when returning to JavaScript, and many of the
peculiarities of JS are demonstrated. Some fragments of Python are included
for comparison. https://github.com/ReduceRightDave/forgotJS
Have a spiffing day,
Dave
___
python-uk mailing list
python-uk@python.org
https://mail.python.org/mailman/listinfo/python-uk


Re: [python-uk] forgotJS

2019-02-07 Thread Dave C
Thanks guys, good to know it's useful.
Pull requests/other ideas for both the main document and testing routines
are welcome.
Dave

On Wed, 6 Feb 2019 at 16:55, andreas cormack cormack <
cormacka...@hotmail.com> wrote:

> Great info, I always make a mistake between == and === when jumping
> between python and JS.
>
> Andreas
>
> > On 6 Feb 2019, at 16:52, Andy Robinson  wrote:
> >
> > On Wed, 6 Feb 2019 at 16:19, Dave C  wrote:
> >>
> >> Hi,
> >> Many Python developers have the need for JavaScript at some point or
> other so I thought I'd share a link to my project. It's a series of code
> snippets intended as a quick read when returning to JavaScript, and many of
> the peculiarities of JS are demonstrated. Some fragments of Python are
> included for comparison.
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FReduceRightDave%2FforgotJS&data=02%7C01%7C%7C0528d133974e4c878a8708d68c53922c%7C84df9e7fe9f640afb435%7C1%7C0%7C636850687892891118&sdata=kdiBDJE2Maz1jwH43GzXSjZbLE1TzvebY4nJBV6Nsg8%3D&reserved=0
> >> Have a spiffing day,
> >> Dave
> >
> > Very handy!  I have been forgetting Javascript at least twice a year
> > for the last 20 years.  Sadly, the world won't let me forget it
> > long-term.
> >
> > - Andy
> > ___
> > python-uk mailing list
> > python-uk@python.org
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail.python.org%2Fmailman%2Flistinfo%2Fpython-uk&data=02%7C01%7C%7C0528d133974e4c878a8708d68c53922c%7C84df9e7fe9f640afb435%7C1%7C0%7C636850687892891118&sdata=DD35GPm2EMzc8WiPXFzqaz54frNe9Au2bpVDw1pKJ30%3D&reserved=0
>
> ___
> python-uk mailing list
> python-uk@python.org
> https://mail.python.org/mailman/listinfo/python-uk
>
___
python-uk mailing list
python-uk@python.org
https://mail.python.org/mailman/listinfo/python-uk


[python-uk] AudioDrag

2020-03-27 Thread Dave C
Ahoy!
If you fancy some light relief, I made an open-source, browser-based audio
game: www.audiodrag.net

I'm thinking about a back end in Django, so that people could contribute
levels. (Each level consists of an audio file, some JSON to instruct the
browser in how to segment the audio, and optionally an image of the
speaker).

Hopefully you find it fun!
Dave
PS Not yet tested on any iPad/iPhone.
___
python-uk mailing list
python-uk@python.org
https://mail.python.org/mailman/listinfo/python-uk


Re: [python-uk] python-uk Digest, Vol 98, Issue 7

2011-10-13 Thread Dave C
Hi
I'd most definately attend, sounds great.
Cheers

On 13 October 2011 18:17,  wrote:

> Send python-uk mailing list submissions to
>python-uk@python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>http://mail.python.org/mailman/listinfo/python-uk
> or, via email, send a message with subject or body 'help' to
>python-uk-requ...@python.org
>
> You can reach the person managing the list at
>python-uk-ow...@python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of python-uk digest..."
>
>
> Today's Topics:
>
>   1. Dojo / workshop on "TDD Django with Selenium" - any   interest?
>  (Harry Percival)
>   2. Re: Dojo / workshop on "TDD Django with Selenium" - any
>  interest? (Andy Robinson)
>   3. Re: Dojo / workshop on "TDD Django with Selenium" - any
>  interest? (Bruce Durling)
>   4. Re: Dojo / workshop on "TDD Django with Selenium" - any
>  interest? (Harry Percival)
>   5. Re: Dojo / workshop on "TDD Django with Selenium" - any
>  interest? (Cal Paterson)
>
>
> --
>
> Message: 1
> Date: Thu, 13 Oct 2011 17:26:23 +0100
> From: Harry Percival 
> To: UK Python Users 
> Subject: [python-uk] Dojo / workshop on "TDD Django with Selenium" -
>any interest?
> Message-ID:
> >
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi-ho python peeps,
>
> Would anyone be interested in a dojo / worksop on the topic of test-driven
> Django development, with Selenium?
>
> I've been working on a tutorial on the topic (<
> https://github.com/hjwp/Test-Driven-Django-Tutorial> *) . I'm not claiming
> to be a massive expert, but it's what I've learned at work over the last
> year or so, so it's fresh in my mind... I'm pretty sure I could get a
> couple
> of (ex?) colleagues to help present...
>
> Would be aimed at beginners / people who don't know Selenium / people who
> want to learn Django the "right" way / people who want to learn TDD... If
> you already know Django and Selenium back to front, it would probably be of
> less interest, although there may be some interesting discussions around
> integrating the Django test runner, WebDriver vs Selenium-RC etc...
>
> So, trying to get an idea of numbers - would anyone be interested?  London
> area, venue suggestions also gratefully accepted...
>
> HP
>
> * work in progress!  for example, the .jar file really isn't necessary...
>
> --
> --
> Harry J.W. Percival
> --
> @hjwp
> Mobile:  +44 (0) 78877 02511
> Skype: harry.percival
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/python-uk/attachments/20111013/6ed60310/attachment-0001.html
> >
>
> --
>
> Message: 2
> Date: Thu, 13 Oct 2011 17:36:18 +0100
> From: Andy Robinson 
> To: hj...@cantab.net, UK Python Users 
> Subject: Re: [python-uk] Dojo / workshop on "TDD Django with Selenium"
>- any   interest?
> Message-ID:
> >
> Content-Type: text/plain; charset=UTF-8
>
> On 13 October 2011 17:26, Harry Percival  wrote:
> > Hi-ho python peeps,
> >
> > Would anyone be interested in a dojo / worksop on the topic of
> test-driven
> > Django development, with Selenium?
> >
> > So, trying to get an idea of numbers - would anyone be interested??
> London
> > area, venue suggestions also gratefully accepted...
>
>
> This could be highly relevant for us and of my clients.  Possibly 5
> people from us if the timing is right.
>
> Regrettably we don't have physical space for it right now (and are way
> outside the centre of London)
>
>
>
> --
> Andy Robinson
> ReportLab
>
>
> --
>
> Message: 3
> Date: Thu, 13 Oct 2011 17:37:43 +0100
> From: Bruce Durling 
> To: hj...@cantab.net, UK Python Users 
> Subject: Re: [python-uk] Dojo / workshop on "TDD Django with Selenium"
>- any   interest?
> Message-ID:
> >
> Content-Type: text/plain; charset=ISO-8859-1
>
> Harry,
>
> On Thu, Oct 13, 2011 at 17:26, Harry Percival 
> wrote:
> > Hi-ho python peeps,
> >
> > Would anyone be interested in a dojo / worksop on the topic of
> test-driven
> > Django development, with Selenium?
>
> That sounds like a great idea.
>
> > So, trying to get an idea of numbers - would anyone be interested??
> London
> > area, venue suggestions also gratefully accepted...
>
> I think you'd get very good turnout for this (I'd be interested for a
> start). How long did you think it would last (1-2hrs or longer)? Will
> it be free or will you charge?
>
> There are a number of venues in London that could host depending on
> numbers and what you have planned.
>
> cheers,
> Bruce
>
>
> --
>
> Message: 4
> Date: Thu, 13 Oct 2011 18:11:37 +0100
> From: Harry Percival 
> To: Bruce Durling , Andy Robinson 
> Cc: UK Python Users 
> Subj