Geir Arne Hjelle
Geir Arne Hjelle
Hi @AndresLaverdeMarin You can do `pyplugs.register(external_func)` to register an external function where you can't use the normal decorator syntax. For example: ```pycon >>> import pathlib >>> pathlib.Path.cwd() PosixPath('/home/gahjelle/Dropbox/programmering/realpython') >>> import...
@wshayes Thanks! Indeed, this is a little unprepared. This was originally part of a bigger package with lots of dependencies that I developed for work: https://pypi.org/project/midgard/ As I think the...
Much appreciated! And thanks for the nice comments :)
@enkidulan Thanks for the nice comment :blush: And thanks for the reference to Wired, definitely looks interesting. I'll see if I can add a quick comparison to wired in the...
List of documentation that should be included: - [ ] Frontpage with general infomation - installation - Quick start example - Link to pycon video - Related projects - [ ...
Regarding the case for **PD011** - `.values`, one check could be for the parentheses. I get a lot of false positives because I'm using both pandas and dictionaries. Looping through...
Thanks @astrofrog for making me aware of this discussion. Indeed, we need to use `gps` as a scale in our project (software for amongst other things calculating GPS-satellite orbits). Our...
@driscollis