being encoded in UTF-8. Hence I'm guessing is the reason
for converting strings to a bytes object in the first place. Again
thank you for the assistance!
Ryan
On Thu, Sep 13, 2018 at 2:57 AM, Peter Otten <__pete...@web.de> wrote:
> Ryan Smith wrote:
>
>> Hello All,
>>
&g
Hello All,
I am currently working on a small utility that finds any base64
encoded strings in files and decodes them. I am having issue
understanding how the Base64 module actually works. The regular
expression that I am using correctly matches on the encoded strings. I
simply want to be able to c
+1 for Wing IDE. I have been using it for about 6-7 months now and
absolutely love it.
Ryan
On Sun, Jun 4, 2017 at 11:37 AM Ryan Smith wrote:
>
> On Sun, Jun 4, 2017 at 8:13 AM wolfrage8...@gmail.com <
> wolfrage8...@gmail.com> wrote:
>
>> Atom.io Editor is my curre
On 2/28/17, 3:32 AM, "Tutor on behalf of Peter Otten"
wrote:
>Ryan Smith wrote:
>
>> Hi all,
>>
>> New python student here. I have been using O¹reilly¹s "Python Beyond the
>> Basics: Object Oriented Programming video series". In one of the
&
Hi all,
New python student here. I have been using O¹reilly¹s "Python Beyond the
Basics: Object Oriented Programming video series". In one of the
assignments we are to write a simple inheritance hierarchy of three
classes that write to text files. I have actually written the code for the
assignmen
On Wednesday, October 12, 2016, Alan Gauld via Tutor
wrote:
> On 12/10/16 09:03, niraj pandey wrote:
>
> > Can you pls guide how to print this screen (Attached here) content in
> > printer ?
>
> As we already pointed out this is a text list so attachments
> are usually stripped off...
>
> However
Thank you to both you and Ben for taking the time and answering my
question! The detailed explanation of the example code I provided
really helped and made things clear. As did the explanations about
closures and a simplified example. I definitely have a lot to learn,
but this was very educational
Hi all,
I am new to programming and python and had a question. I hope I
articulate this well enough so here it goes... I was following along
on a thread on this mailing list discussing how to test file I/O
operations. In one of the suggested solutions the following code was
used:
def _open_as_st