[sympy] Potential mistake in docstring of padded_key in crypto module

2020-09-23 Thread Rishabh Goel
The docstring of padded_key() is as follows:
"""Return a string of the distinct characters of ``symbols`` with
those of ``key`` appearing first, omitting characters in ``key``
that are not in ``symbols``. A ValueError is raised if a) there are
duplicate characters in ``symbols`` or b) there are characters
in ``key`` that are  not in ``symbols``.

A ValueError is raised if there are characters in ``key`` which are not in 
``symbols``. However, The docstring initially mentions that the characters 
in ``key`` will be omitted if not present in ``symbols`` and then a 
complete opposite follows. May  I fix this?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/00f89d0d-d759-4c8f-8f99-f60e7faa22e0n%40googlegroups.com.


[sympy] Introduction

2020-09-19 Thread Rishabh Goel
Hello everyone!
My name is Rishabh Goel and I am a 4th-year Undergrad student. I came 
across this library last year and am trying to understand the library ever 
since. I have a minor project in my 7th semester and thought why not learn 
by working with this library on a real project. I have been using Python 
for over a year now and have developed some projects alongside. I am 
interested in cryptography and will try to contribute to this module. 

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/f86a5079-fb2c-425c-b495-811d87755c32n%40googlegroups.com.