Framework
A framework is a reusable set of libraries or classes in software. In an effort to help developers focus their work on higher level tasks, a framework provides a functional solution for lower level elements of coding. While a framework might add more code than is necessary, they also provide a reusable pattern to speed up development.
Here are 760 public repositories matching this topic...
First check
- I added a very descriptive title to this issue.
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the FastAPI documentation, with the integrated search.
- I already searched in Google "How to X in FastAPI" and didn't find any information.
- I already read and followed all the tutorial in the docs and didn't find an answ
-
Updated
Nov 29, 2020 - Python
The example nginx configuration in the Deploying Falcon on Linux with NGINX and uWSGI article could probably be improved to include https configuration and redirect of http to https, since I believe it's the most common configuration now.
Maybe we could use a configuration from this great [Mozilla site](https://ssl-config
I have a custom input object type
class Filters(graphene.InputObjectType):
name = graphene.String()
type = graphene.List(graphene.String)
and the query definition
class Query(graphene.ObjectType):
search = graphene.Field(
SearchResult, query=graphene.String(require
-
Updated
Jul 15, 2020 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Aug 28, 2018 - Python
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 19, 2019 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Dec 1, 2020 - Python
-
Updated
Dec 1, 2020 - Python
Describe the bug
We have many tests that run assertions at the callback of Flow outputs.
This is dangerous because it can easily lead to false positives!
We need to add in the conftest.py a fixture that guarantees that it can be used to automatically ensure it is called (and the rest of the asserts are run)
Look at this PR:
-
Updated
Nov 7, 2020 - Python
-
Updated
Dec 2, 2020 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
Dec 1, 2020 - Python
Came up in jfkirk/tensorrec#31
It would be nice to have an arg to re-order the batches every epoch while fitting.
- Add
shuffle_batchesarg tofit()andfit_partial()that shuffles the batch order every epoch if True - Add tests for the arg
-
Updated
Nov 12, 2020 - Python
-
Updated
Sep 14, 2020 - Python
-
Updated
Apr 10, 2020 - Python
-
Updated
Nov 25, 2020 - Python
- Wikipedia
- Wikipedia
Some of the links like cryptography installation in file
install.rstare outdated and require an update.It will be nice to check for other parts of the documentation for the same issue.