Re: AES Encryption/Decryption

2018-11-02 Thread Peter via Python-list
On 3/11/2018 1:42 AM, Jeff M wrote: Python newbie here, looking for code samples for encrypting and decrypting functions, using AES. See lots of stuff on the interwebs, but lots of comments back an forth about bugs, or implemented incorrect, etc... I need to encrypt some strings that will be

Mixing R and Python in the same Jupyter Notebook and finding Python code within an RMarkdown document

2018-11-02 Thread Spencer Graves
Hello, All:   Two questions:         1.  Is it feasible to mix R and Python code in the same Jupyter notebook?  If yes, can you please point me to an example?         2.  How can one find Python code from within and R Markdown document?           ** "https://github.

Re: pyglet, i don't understand why this code isn't working

2018-11-02 Thread songbird
Peter Otten wrote: > songbird wrote: >> MRAB wrote: >>> On 2018-11-02 19:58, songbird wrote: hello, :) > >>> [snip] >>> In __init__ you initialise self.animation_initial_turn_it_off to True. >>> >>> Nowhere in your code do you change it, so it remains True. >> >> i wish it w

Re: pyglet, i don't understand why this code isn't working

2018-11-02 Thread Peter Otten
songbird wrote: > MRAB wrote: >> On 2018-11-02 19:58, songbird wrote: >>> >>>hello, :) >>> >> [snip] >> In __init__ you initialise self.animation_initial_turn_it_off to True. >> >> Nowhere in your code do you change it, so it remains True. > > i wish it were that easy... > > see my_s

Re: pyglet, i don't understand why this code isn't working

2018-11-02 Thread songbird
MRAB wrote: > On 2018-11-02 19:58, songbird wrote: >> >>hello, :) >> >>my question is below, a bit of background first. >> i'm very new to python and picking it up by working >> on a project for fun. >> >>please don't critique my style or lack of >> classes/objects in the code yet -

Re: pyglet, i don't understand why this code isn't working

2018-11-02 Thread MRAB
On 2018-11-02 19:58, songbird wrote: hello, :) my question is below, a bit of background first. i'm very new to python and picking it up by working on a project for fun. please don't critique my style or lack of classes/objects in the code yet - i'm way too new. :) my current p

Re: FW: error code

2018-11-02 Thread MRAB
On 2018-11-02 17:53, Steve Gonzales wrote: [snip] Hello Python, I have installed c:\Python37 to my path and I still experience this issue "'python' is not recognized as an internal or external command, operable program or batch file.". I just installed the latest python version win 64bit usin

pyglet, i don't understand why this code isn't working

2018-11-02 Thread songbird
hello, :) my question is below, a bit of background first. i'm very new to python and picking it up by working on a project for fun. please don't critique my style or lack of classes/objects in the code yet - i'm way too new. :) my current project is at: https://salsa.debian.org/

amusing error message

2018-11-02 Thread songbird
hello, :) this is just a bit of amusement, i'll post my current question in another thread... please don't critique my style or lack of classes/objects in the code yet - i'm way too new. :) my current project is at: https://salsa.debian.org/ant-guest/gfpoken-in-python/ https://sal

FW: error code

2018-11-02 Thread Steve Gonzales
I just subscribed. From: Steve Gonzales Sent: Friday, November 02, 2018 7:20 AM To: 'python-list@python.org' Subject: error code Hello Python, I have installed c:\Python37 to my path and I still experience this issue "'python' is not recognized as an internal or external command, operable prog

Re: introduction

2018-11-02 Thread songbird
Dariet Kamukama wrote: > hey hw is every body here, am new to the group and want to learn python i'm good, thanks... :) i'm also a beginner with python. do you have other programming experience? i have a fair amount of non OOP experience in mostly functional types like C or Pascal.

RE: introduction

2018-11-02 Thread Dariet Kamukama
hey hw is every body here, am new to the group and want to learn python -- https://mail.python.org/mailman/listinfo/python-list

Re: AES Encryption/Decryption

2018-11-02 Thread Lutz Horn
On Fri, Nov 02, 2018 at 07:42:24AM -0700, Jeff M wrote: > Python newbie here, looking for code samples for encrypting and > decrypting functions, using AES. See lots of stuff on the interwebs, > but lots of comments back an forth about bugs, or implemented > incorrect, etc... > > I need to encryp

Re: AES Encryption/Decryption

2018-11-02 Thread Christian Heimes
On 02/11/2018 15.42, Jeff M wrote: > Python newbie here, looking for code samples for encrypting and decrypting > functions, using AES. See lots of stuff on the interwebs, but lots of > comments back an forth about bugs, or implemented incorrect, etc... > > I need to encrypt some strings that w

AES Encryption/Decryption

2018-11-02 Thread Jeff M
Python newbie here, looking for code samples for encrypting and decrypting functions, using AES. See lots of stuff on the interwebs, but lots of comments back an forth about bugs, or implemented incorrect, etc... I need to encrypt some strings that will be passed around in URL, and then also s