All Questions
3 questions
6
votes
1
answer
208
views
Tool for converting OEIS sequences into Desmos lists
https://github.com/CascadeIllusion/DesmOEIS
Recently began work on a Python project called DesmOEIS to build up my portfolio. It's a simple console program that looks up integer sequences from the ...
3
votes
1
answer
259
views
Pytest fixture for testing a vertex-parsing function
I have just started using pytest and I am still getting used to how they do things. It seems like fixtures are at the core of the library, and that they can be used for making small pieces of dummy ...
5
votes
1
answer
88
views
Class to parse a file sanitizing each line with a set of methods
I am parsing a set of lines from a file, after reading the file content with Parser.read_file() I apply a set of methods to solve different issues each line may ...