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.
Here are 127,038 public repositories matching this topic...
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
Updated
Jan 3, 2020 - Python
A curated list of awesome Python frameworks, libraries, software and resources
-
Updated
Jan 3, 2020 - Python
There are some interesting algorithms in simulation from Physics, Chemistry, and Engineering especially regarding Monte Carlo simulation: Heat Bath algorithm, Metro-Police algorithm, Markov Chain Monte Carlo, etc.
:books: ๅ ่ดน็่ฎก็ฎๆบ็ผ็จ็ฑปไธญๆไนฆ็ฑ๏ผๆฌข่ฟๆ็จฟ
-
Updated
Jan 3, 2020
We do not encourage people to create more than one database connection and to connect to databases in arbitrary extensions. The obvious exception are extensions whose sole purpose is to connect to databases. Dependency resolving is done by the developer. Eg:
app = Flask(__name__)
db = SQLAlchemy(app)
something = SomethingElse(app, db)
The problem comes with blueprints. If Someth
The default value of said parameter is None. As I understand it, this will result in the Lambda layer's discarding of the previous mask. From the source code of the Lambda layer, the mask parameter may or may not be a callable. In the latter case, it takes parameters mask and inputs, but I do not understand how such a callable would behave or what it would yield. It would be great to have at
Compact help
It would be nice if httpie had a compact help.
I tend to forget the various request item delimiters, but http --help spams the terminal scrollback with lots of unrelated information (I know, I can use less, but meh, I'm lazy). Why not include this in the compact "usage" printed when just running http?
As far as I know currently it's not possible to specify the password for the client side certificate you're using for authentication.
This is a bit of a problem because you typically always want to password protect your .pem file which contains the private key. openssl won't even let you create one without a password.
ISSUE TYPE
- Documentation Report
COMPONENT NAME
docs.ansible.com
ANSIBLE VERSION
2.5
SUMMARY
The three commands for generating documentation from the reStructured Text files return different numbers of errors. For example, on one current branch, if you run the three commands you see:
- 33 rst warnings using
make htmldocs - 60 rst warnings using `make sing
We should test that estimators play nice with DataFrames.
Currently there is a test for NotAnArray. We should also explicitly test pandas, I think, with a lazy import.
We now have pandas on one of the CI builds.
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
-
Updated
Jan 3, 2020 - Jupyter Notebook
In my spider I have the following:
class MySpider(BaseSpider):
allowed_domains = ['192.169.0.15:8080']and in the parse method I do something like:
yield Request('http://192.169.0.15:8080/mypage.html', self.my_callback_function)the result when I run the code is that that scrapy reports:
DEBUG: Filtered offsite request to '192.168.0.15': <GET http://192
It might be useful to extend the current clamp() function, where the min and max can be tensor.
e.g. To clip the value for a [5, 3]-tensor, we could define min and max for each element, or each row/column.
Finally, it might be good to rename it to clip to be consistent with numpy.clip
The world's simplest facial recognition api for Python and the command line
-
Updated
Jan 3, 2020 - Python
:house_with_garden: Open source home automation that puts local control and privacy first
-
Updated
Jan 3, 2020 - Python
100 Days of ML Coding
-
Updated
Jan 3, 2020 - Python
Uninstalling Certbot
As suggested by @centminmod, we should provide help for users who wish to uninstall Let's Encrypt. At a minimum, we need documentation on the process. Additionally, we could write an uninstall script that deletes the virtual environment, logs_dir, and work_dir. config_dir is a bit more complicated as we don't want to delete certificates and keys that the user may still be using.
ไธ้ข็้ฎ้ข๏ผๅฏไปฅ็จๅฐๅญฆไธๅนด็บง็ๆนๆณ่งฃๅณ๏ผไนๅฏไปฅไฝฟ็จๅไธญๆน็จๅผ็ๆนๆณ่งฃๅณ๏ผ่ฟๅฏไปฅไฝฟ็จๅคงๅญฆ็้ซ็บง็ผ็จ่ฏญ่จ่งฃๅณใ่ฏทๅฐ่ฏไฝฟ็จๆๆๆนๆณ่งฃๅณ๏ผๅนถ่ฟ่กๆฏ่พใ
ๆ่ฟๆ ทไธไธชไนๆณ็ฎๅผ๏ผ
ไบบ่ฟๅคงไฝๅฏบ * ๆ = ๅฏบไฝๅคง่ฟไบบ
่ฟ้็ๆฏไธไธชๅญไปฃ่กจไธไธชๆฐๅญ๏ผไธๅ็ๅญไปฃ่กจไธๅ็ๆฐๅญ๏ผไฝ ่ฝๆ่ฟไบๆฐๅญ้ฝๆพๅบๆฅไน๏ผ
:octocat: Find pearls on open-source seashore ๅไบซ GitHub ไธๆ่ถฃใๅ ฅ้จ็บง็ๅผๆบ้กน็ฎ
-
Updated
Jan 3, 2020 - Python
A collection of design patterns/idioms in Python
-
Updated
Jan 3, 2020 - Python
Problem description
The docs for DataFrame.groupby signature start with:
by : mapping, function, label, or list of labels
Used to determine the groups for the groupby.
... but the code assumes that lists of mappings or functions can also be passed, and this is also tested, although with limited enthusiasm:
https://github.com/pandas-dev/pandas/blob/0370740034978d3a63d4
AiLearning: ๆบๅจๅญฆไน - MachineLearning - MLใๆทฑๅบฆๅญฆไน - DeepLearning - DLใ่ช็ถ่ฏญ่จๅค็ NLP
-
Updated
Jan 3, 2020 - Python
Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Jan 3, 2020 - Jupyter Notebook
System information