Re: Saying bye bye to Python 2
On 1/11/2020 7:22 AM, Thomas Jollans wrote: Though in a shock announcement a few weeks ago the end of Python 2 was delayed AGAIN (this time only by a few months, but still) https://pyfound.blogspot.com/2019/12/python-2-sunset.html Not really. The only thing delayed was the final release,2.7.18, so it could be done during PyCon. The end of core developer maintenance occurred on schedule. "Effective January 1, 2020, no new bug reports, fixes, or changes will be made to Python 2." Any further changes should be cleanup patches by or with the approval of the release manager, preparing for the release candidate and then the final release. -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/python-list
Re: How to get dynamic data in html (javascript?)
On Sat, 11 Jan 2020 14:39:38 +0100 Friedrich Rentsch wrote: > I'm pretty good at hacking html text. But I have no clue how to get > dynamic data like this : "At close: {date} {time}". I would > appreciate a starting push to narrow my focus, currently awfully > unfocused. Thanks. Focus on the str.format() function. -- https://mail.python.org/mailman/listinfo/python-list
I need to create .odt or .rtf documents in Python3. what is the best tool to do this....
hi all im new here. i need to create .odt or rtf documents from a python 3 program. i need a package or library that actually has real documentation and examples, using python3 and the tool ( sorry PyRTF3 is a major failure here) does anyone have any suggestions? chris -- https://mail.python.org/mailman/listinfo/python-list
Re: I need to create .odt or .rtf documents in Python3. what is the best tool to do this....
christopher rehm writes: > hi all im new here. i need to create .odt or rtf documents from a python > 3 program. i need a package or library that actually has real > documentation and examples, using python3 and the tool ( sorry PyRTF3 is > a major failure here) > does anyone have any suggestions? > > chris https://github.com/eea/odfpy -- Pieter van Oostrum www: http://pieter.vanoostrum.org/ PGP key: [8DAE142BE17999C4] -- https://mail.python.org/mailman/listinfo/python-list