python37
Here are 583 public repositories matching this topic...
the documentation stills detail the compilation steps for installation on desktop, which shouldn't be always necessary now, since wheels are provided.
https://pyjnius.readthedocs.io/en/latest/installation.html
while it's good that it details them for those who want to install from source, most people would benefit from a simpler installation process, like the one in README.md.
This issue was originally created at: 2011-04-16 10:44:49.
This issue was reported by: charlesli
.
charlesli said at 2011-04-16 10:44:49
The scons documentation talks about lots of things, but there is no section that
simply says: "if you want to use compiler xxx, located in path yyy with options
zzz, here's how to do that".Instead there is a lot of talk about environments (you hav
-
Updated
Nov 7, 2019 - Python
Add CONTRIBUTING.md
https://github.com/blog/1184-contributing-guidelines
GitHub will show it when someone try to open an issue or create a pull request, which makes contribute to this project more easier.
Should add the info about "How to add a new dictionary for zdict" which had been mentioned at #28 before.
-
Updated
Dec 12, 2019 - Python
-
Updated
Feb 12, 2020 - Python
-
Updated
May 21, 2020 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Jul 15, 2019 - Python
λ .venv/bin/mypy inpai
inpai/params_definition.py:8: error: Cannot find module named 'jsons'
inpai/execution/monitors/base_monitor.py:3: error: Cannot find module named 'jsons'
inpai/execution/monitors/base_monitor.py:3: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
inpai/execution/monitors/gui_monitor.py:6: error: Cannot find module named 'jsons'
inp
Comments
Hello ?
-
Updated
May 9, 2020 - Python
-
Updated
May 20, 2020 - Python
We get the return annotation for free, so we should allow users to do something with it.
PR #273 introduced persistent storage for our cogs, allowing for things like leaderboards to remain in between bot restarts. The candy collection cog needs to be updated to utilize this functionality.
The utility code itself can be found here: https://github.com/python-discord/seasonalbot/blob
-
Updated
Nov 21, 2019 - Python
-
Updated
May 11, 2020 - Python
-
Updated
Apr 8, 2019 - Python
-
Updated
May 17, 2020 - Python
-
Updated
Nov 18, 2018 - Python
Improve this page
Add a description, image, and links to the python37 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python37 topic, visit your repo's landing page and select "manage topics."
Feature Request
It would be great to include API documentation. The Usage docs are great as a walkthrough, but when you want to go fast ("what is the name for the
Field
parameter for a constant value?"), API docs provide a faster answer.Another use case: I want to inspect the
__fields__
on a model, and had to read the code to get the attribute name I was looking for.API docs would