Re: A 35mm film camera represented in Python object

2021-04-01 Thread Eli the Bearded
In comp.lang.python, Richard Damon wrote: > On 4/1/21 6:41 PM, 2qdxy4rzwzuui...@potatochowder.com wrote: >> Richard Damon wrote: >>> If you keep track of the positions as a floating point number, the >>> precision will be more than you could actually measure it. >> I won't disagree with Richard,

Re: A 35mm film camera represented in Python object

2021-04-01 Thread Richard Damon
On 4/1/21 6:41 PM, 2qdxy4rzwzuui...@potatochowder.com wrote: > On 2021-04-01 at 18:10:46 -0400, > Richard Damon wrote: > >> On 4/1/21 5:47 PM, D.M. Procida wrote: >>> D.M. Procida wrote: >>> Hi everyone, I've created - a representation of a C

Re: A 35mm film camera represented in Python object

2021-04-01 Thread Chris Angelico
On Fri, Apr 2, 2021 at 9:43 AM <2qdxy4rzwzuui...@potatochowder.com> wrote: > > On 2021-04-01 at 18:10:46 -0400, > Richard Damon wrote: > > > On 4/1/21 5:47 PM, D.M. Procida wrote: > > > D.M. Procida wrote: > > > > > >> Hi everyone, I've created - > > >

Re: A 35mm film camera represented in Python object

2021-04-01 Thread 2QdxY4RzWzUUiLuE
On 2021-04-01 at 18:10:46 -0400, Richard Damon wrote: > On 4/1/21 5:47 PM, D.M. Procida wrote: > > D.M. Procida wrote: > > > >> Hi everyone, I've created - > >> a representation of a Canonet G-III QL17 in Python. > >> > >> There's also documentation:

Re: A 35mm film camera represented in Python object

2021-04-01 Thread Mike Dewhirst
On 2/04/2021 8:47 am, D.M. Procida wrote: D.M. Procida wrote: Hi everyone, I've created - a representation of a Canonet G-III QL17 in Python. There's also documentation: . It's a pure Python model of the p

Re: A 35mm film camera represented in Python object

2021-04-01 Thread Richard Damon
On 4/1/21 5:47 PM, D.M. Procida wrote: > D.M. Procida wrote: > >> Hi everyone, I've created - >> a representation of a Canonet G-III QL17 in Python. >> >> There's also documentation: . >> >> It's a pure Python mod

Re: A 35mm film camera represented in Python object

2021-04-01 Thread D.M. Procida
D.M. Procida wrote: > Hi everyone, I've created - > a representation of a Canonet G-III QL17 in Python. > > There's also documentation: . > > It's a pure Python model of the physical sub-systems of a camera and

Re: A 35mm film camera represented in Python object

2021-03-18 Thread D.M. Procida
Lee Congdon wrote: > Note also 36 exposure film. That depends on how many frames the Film object has! Daniele -- https://mail.python.org/mailman/listinfo/python-list

Re: A 35mm film camera represented in Python object

2021-03-18 Thread Lee Congdon
Note also 36 exposure film. -- Film - Speed: 100 ISO Rewound into cartridge: False Exposed frames: 0 (of 24) Ruined: False On Sun, Mar 7, 2021 at 5:20 AM D.M. Procida < real-not-anti-

Re: A 35mm film camera represented in Python object

2021-03-18 Thread D.M. Procida
Eli the Bearded <*@eli.users.panix.com> wrote: > In comp.lang.python, > D.M. Procida wrote: > > Eli the Bearded <*@eli.users.panix.com> wrote: > >> I see you don't even attempt to tackle ISO outside of > >> supported range (and I have no idea how the camera itself deals with > >> that). Is the ca

Re: A 35mm film camera represented in Python object

2021-03-17 Thread Eli the Bearded
In comp.lang.python, D.M. Procida wrote: > Eli the Bearded <*@eli.users.panix.com> wrote: >> I see you don't even attempt to tackle ISO outside of >> supported range (and I have no idea how the camera itself deals with >> that). Is the camera sensing the ISO from the film roll (so won't work >> wi

Re: A 35mm film camera represented in Python object

2021-03-17 Thread D.M. Procida
Eli the Bearded <*@eli.users.panix.com> wrote: > In comp.lang.python, > D.M. Procida wrote: > > Hi everyone, I've created - > > a representation of a Canonet G-III QL17 in Python. > > > > There's also documentation:

Re: A 35mm film camera represented in Python object

2021-03-17 Thread Eli the Bearded
In comp.lang.python, D.M. Procida wrote: > Hi everyone, I've created - > a representation of a Canonet G-III QL17 in Python. > > There's also documentation: . This is interesting. Some feedback. > It's a pure P

Re: A 35mm film camera represented in Python object

2021-03-17 Thread D.M. Procida
Robert Latest wrote: > D.M. Procida wrote: > > Hi everyone, I've created - > > a representation of a Canonet G-III QL17 in Python. > > [...] > > > The Canonet G-III QL17 is one of my favourites. One of my reasons for > > writing this code is to appre

Re: A 35mm film camera represented in Python object

2021-03-15 Thread Robert Latest via Python-list
D.M. Procida wrote: > Hi everyone, I've created - > a representation of a Canonet G-III QL17 in Python. [...] > The Canonet G-III QL17 is one of my favourites. One of my reasons for > writing this code is to appreciate the intricate mechanical logic >

A 35mm film camera represented in Python object

2021-03-07 Thread D.M. Procida
Hi everyone, I've created - a representation of a Canonet G-III QL17 in Python. There's also documentation: . It's a pure Python model of the physical sub-systems of a camera and their interactions. So far it's a