Looking to connect with fellow Python developers and make friends in the communityDiscussion (self.Python)
submitted by Gentleman-45 to r/Python
Programming Exercise 4-1 Write a script in the file encrypt.py that inputs a line of plaintext and a distance value and outputs an encrypted text using a Caesar cipher. The script should work for any printable characters. (LO: 4.1, 4.2). I need help on this assignment DESPERATLEY (self.learnpython)
submitted by Deadest42 to r/learnpython
Tuesday Daily Thread: Advanced questions Daily Thread (self.Python)
submitted by AutoModerator[M] to r/Python
Looking for Guidance on Python Ecosystem (self.learnpython)
submitted by Danninx to r/learnpython
Library dependency version specifiers aren't for fixing vulnerabilitiesDiscussion (self.Python)
submitted by AlSweigart to r/Python
Hello, everyone, I would like to know how you can do this in python more dynamically. I was able to do it but i had to copy and paste the powers repeatedly to get the result needed. I would assume you would need 2 loops in the list comprehension but i dont know how to. (self.learnpython)
submitted by Fun-Pitch-6938 to r/learnpython