Hi,
I am currently using Python 3.8.5 with IDLE environment that comes
pre-installed with the Python application. I am using the book "An Introduction
to computer science" by John Zelle as my reference.
The problem I am facing is "There is a python program named "graphics.py" that
is used as re
On 29Jul2020 11:20, Chris Green wrote:
>The existing code simply lives in ~/bin with a couple of modules in
>~/bin/pymods (which directory is in my PYTHONPATH).
>
>I use mercurial for configuration management of the code, directly in
>the ~/bin directory. This works fine for the sort of minor bug
On 02/08/2020 12:42, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 7:24 PM o1bigtenor wrote:
On Sat, Aug 1, 2020 at 6:29 PM dn via Python-list
wrote:
On 01/08/2020 23:36, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 1:29 AM dn via Python-list
mailto:python-list@python.org>> wrote:
On 31/07/2020
On 02/08/2020 12:24, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 6:29 PM dn via Python-list
wrote:
On 01/08/2020 23:36, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 1:29 AM dn via Python-list
mailto:python-list@python.org>> wrote:
On 31/07/2020 02:52, o1bigtenor wrote:
> I regularly work i
On Sun, Aug 2, 2020 at 1:00 PM Harsh Mashru wrote:
>
> Respected sir/ma'am
>
> I've been trying to execute the code which operates the
> camera. When it starts to open the camera it shows that python.exe has
> stopped working.
>
> Problem signature:
> Problem Event Name: APPCRA
Respected sir/ma'am
I've been trying to execute the code which operates the
camera. When it starts to open the camera it shows that python.exe has
stopped working.
Problem signature:
Problem Event Name: APPCRASH
Application Name: python.exe
Application Version: 3.8.5150.10
On Sat, Aug 1, 2020 at 7:24 PM o1bigtenor wrote:
>
> On Sat, Aug 1, 2020 at 6:29 PM dn via Python-list
> wrote:
> >
> > On 01/08/2020 23:36, o1bigtenor wrote:
> > > On Sat, Aug 1, 2020 at 1:29 AM dn via Python-list
> > > mailto:python-list@python.org>> wrote:
> > >
> > > On 31/07/2020 02:52,
On Sat, Aug 1, 2020 at 6:29 PM dn via Python-list
wrote:
>
> On 01/08/2020 23:36, o1bigtenor wrote:
> > On Sat, Aug 1, 2020 at 1:29 AM dn via Python-list
> > mailto:python-list@python.org>> wrote:
> >
> > On 31/07/2020 02:52, o1bigtenor wrote:
> > > I regularly work in planning through mu
On 01/08/2020 23:36, o1bigtenor wrote:
On Sat, Aug 1, 2020 at 1:29 AM dn via Python-list
mailto:python-list@python.org>> wrote:
On 31/07/2020 02:52, o1bigtenor wrote:
> I regularly work in planning through multiple years at once.
> This means that I like to have a lot of stuff ava
On 30Jul2020 21:15, Marco Sulla wrote:
>What you want is a branch, I guess.
>
>https://www.mercurial-scm.org/wiki/Branch
>
>For simplicity, I suggest you have two different directories: one for the
>development branch and the other for the production branch.
Yes to this advice.
And I am also an
> On Aug 1, 2020, at 10:35 AM, o1bigtenor wrote:
>
> On Sat, Aug 1, 2020 at 9:29 AM o1bigtenor wrote:
>>
>>> On Sat, Aug 1, 2020 at 6:58 AM Peter Otten <__pete...@web.de> wrote:
>>>
>>> o1bigtenor wrote:
>>>
>>> import calendar
>>> print (calendar.calendar(2024,1,1,2,8))
>>>
I
On 2020-08-01 21:58, Barry wrote:
On 1 Aug 2020, at 15:16, Luuk wrote:
On 31-7-2020 22:10, Tanmay Shah wrote:
Hello to whoever this may concern,
After downloading Python 3.8.5 IDLE, an error message popped up, saying
the code execution cannot proceed because python38.dll was not found. Wh
> On 1 Aug 2020, at 15:16, Luuk wrote:
>
>
>> On 31-7-2020 22:10, Tanmay Shah wrote:
>> Hello to whoever this may concern,
>>
>> After downloading Python 3.8.5 IDLE, an error message popped up, saying
>> the code execution cannot proceed because python38.dll was not found. What
>> should I d
On 2020-07-31, Stefan Ram wrote:
>
> Don't download just IDLE in isolation.
>
> Instead download Python 3.8 from www.python.org/downloads
> and properly install it following the installation
> instructions for your operating system.
>
> This will then include IDLE.
>
>
He's right.
--
On Sat, Aug 1, 2020 at 9:29 AM o1bigtenor wrote:
>
> On Sat, Aug 1, 2020 at 6:58 AM Peter Otten <__pete...@web.de> wrote:
> >
> > o1bigtenor wrote:
> >
> > import calendar
> > print (calendar.calendar(2024,1,1,2,8))
> >
> > > I would like to show something like 2024 through the end of 20
On Sat, Aug 1, 2020 at 6:58 AM Peter Otten <__pete...@web.de> wrote:
>
> o1bigtenor wrote:
>
> import calendar
> print (calendar.calendar(2024,1,1,2,8))
>
> > I would like to show something like 2024 through the end of 2028.
>
> print("\n".join(cd.calendar(year) for year in range(2024, 20
On 31-7-2020 22:10, Tanmay Shah wrote:
Hello to whoever this may concern,
After downloading Python 3.8.5 IDLE, an error message popped up, saying
the code execution cannot proceed because python38.dll was not found. What
should I do in order to use the Python interpreter?
Thank you!
It's W
XanaNews Statistic for comp.lang.python. 8/1/2020 7:48:48 AM
>From article 581998 (7/1/2020 6:44:35 AM) to article 582636 (7/31/2020
8:24:06 PM)
Number of threads ... 318
Number of articles .. 674
Average articles per thread . 2.12
Number of unanswered
87 1 Mathiyazhagan S
88 1 Elias Fotinis Mozilla
89 1 ??? Gnus
90 1 Oscar Benjamin
91
Having (after lots of help from here, thank you) finally converted my
Python 2, gtk 2 program to Python 3 and pygobject gtk 3 I'm left with
a couple of what might be called style questions.
I guess it's mostly down to what feels right to me but there may be
good reasons for choosing one way over a
o1bigtenor wrote:
import calendar
print (calendar.calendar(2024,1,1,2,8))
> I would like to show something like 2024 through the end of 2028.
print("\n".join(cd.calendar(year) for year in range(2024, 2029)))
--
https://mail.python.org/mailman/listinfo/python-list
On Sat, Aug 1, 2020 at 1:29 AM dn via Python-list
wrote:
> On 31/07/2020 02:52, o1bigtenor wrote:
> > I regularly work in planning through multiple years at once.
> > This means that I like to have a lot of stuff available in a calendar
> > function.
> > Python seems to be locked when I need to d
22 matches
Mail list logo