Python
Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
-
- Sign up for GitHub or sign in to edit this page
- Created by Guido van Rossum
- Released February 20, 1991
Here are 120,462 public repositories matching this topic...
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
Updated
Oct 27, 2019 - 274 commits
- Python
A curated list of awesome Python frameworks, libraries, software and resources
-
Updated
Oct 27, 2019 - 1 commits
- Python
Need more pytests
The following do not yet have any pytests:
- boolean_algebra
- digital_image_processing
- divide_and_conquer
- hashes
- linear_algebra #1124
- networking_flow #1126
- traversals
- file_transfer_protocol # This might be difficult
- machine_learning
- neural_network
For ease of review, please only modify one directory per pull request.
The following version information is coming from the Werkzeug docs: "New in version 0.6: The location can now be a unicode string that is encoded using the iri_to_uri() function." See http://flask.pocoo.org/docs/0.11/api/#flask.redirect.
There might be more of this kind of issue in the documentation. For this particular one, you can trace the code to docs/api.rst,:
.. autofunction:: redirec
Proposing to bundle Caltech-101 dataset in the next release of Keras (or any future release) as a standard dataset for image-related application tasks.
It is small (compared to the whole ImageNet) but more difficult and challenging to train and experiment on than MNIST or CIFAR-10.
It was the precursor to Dr. Fei Fei Li's ImageNet p
Brew is listed as the recommended way of installing httpie on macOS. However, it doesn't work with auth plugins.
For example, if you pip3 install requests-hawk and then run http --help hawk will not show as an auth type. If you pip3 install httpie-oauth it will install httpie via pip as a dependency and overwrite the brew installed link in /usr/local/bin/http and now all the plugins wil
tldr; in multi-process environment (Celery) sessions might lead to request/responses being mixed up.
It is unsafe to use Session in a multi-process environment - if the fork happens after Session initialisation the underlying connection pool will be shared across both processes, leading to potentially dangerous and hard to debug issues.
I'm not sure what should happen - whather a code change
SUMMARY
When the blockinfile module is used with "content" (alias of the "block" parameter) and the --diff command line option is provided, instead of showing the actual content that is added to the file, the shown diff only contains "********" between the markers.
When using "block" instead of "content" --diff works as expected.
The content is added correctly to the file in both ca
We recently merged https://github.com/NicolasHug/scikit-learn/blob/master/examples/release_highlights/plot_release_highlights_0_22_0.py to summarise the highlights of 0.22, to be released in early November.
More release highlights, briefly demonstrating the new thing in action, belong in that example doc:
- Permutation based feature importance
- HistGradientBoostingClassifier with m
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Oct 27, 2019 - 225 commits
- Jupyter Notebook
This involves, among other things:
- Enabling a Python 3.8 environment in Tox
- Enabling a Python 3.8 job in the Travis CI
- Updating the
setup.pyfile
Context
We would like to add the following two APIs to the C++ frontend:
torch::nn::TripletMarginLoss, which is the equivalent of Python APItorch.nn.TripletMarginLoss.torch::nn::functional::triplet_margin_loss, which is the equivalent of Python APItorch.nn.functional.triplet_margin_loss.
Steps
- Add
torch::nn::TripletMarginLossOptionsto `torch/csrc/api/i
The world's simplest facial recognition api for Python and the command line
-
Updated
Oct 27, 2019 - 172 commits
- Python
:house_with_garden: Open source home automation that puts local control and privacy first
-
Updated
Oct 27, 2019 - 22 commits
- Python
100 Days of ML Coding
-
Updated
Oct 27, 2019 - 107 commits
- Python
The command certbot register --update-registration has been deprecated for a long time in favor of certbot update_account. Let's remove --update-registration and the code that uses it.
Curated list of project-based tutorials
-
Updated
Oct 27, 2019 - 444 commits
A collection of design patterns/idioms in Python
-
Updated
Oct 27, 2019 - 628 commits
- Python
When opening a json file that doesn't exist with read_json, we get a ValueError with error messages like:
>>> import pandas
>>> pandas.read_json('no_file.json')
ValueError: Unexpected character found when decoding 'null'
>>> pandas.read_json('a_dir/no_file.json')
ValueError: Expected object or valueIt'd probably be better to raise an exception like:
FileNotFo
下面的问题,可以用小学三年级的方法解决,也可以使用初中方程式的方法解决,还可以使用大学的高级编程语言解决。请尝试使用所有方法解决,并进行比较。
有这样一个乘法算式:
人过大佛寺 * 我 = 寺佛大过人
这里的每一个字代表一个数字,不同的字代表不同的数字,你能把这些数字都找出来么?
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
-
Updated
Oct 27, 2019 - 13 commits
- Python
Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Oct 27, 2019 - 234 commits
- Jupyter Notebook
Learn about python
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia
URL(s) with the issue:
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/micro/examples/person_detection
https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/micro/examples/person_detection#obtain-and-import-the-library
Description of issue (what needs changing):
Under the heading "Obtain and Import the Library", the link inc