The official Anaconda website is having difficulties, any mirror for the latest version?: https://www.reddit.com/r/Python/comments/73dykj/the_official_anaconda_website_is_having/
reddit
The official Anaconda website is having difficulties,... • r/Python
https://www.anaconda.com/download/ is hanging up downloads after a short while. The farthest I have gone is 200MB before the connection stopped...
We need beta testers for a new website building platform, want a free trial?: https://www.reddit.com/r/Python/comments/73ei0w/we_need_beta_testers_for_a_new_website_building/
reddit
We need beta testers for a new website building... • r/Python
We are Brixify, a start-up company rethinking the way of web development. We are creating a new website building platform: you will get the...
Is Python type safe?: https://stackoverflow.com/questions/46388355/is-python-type-safe
Stack Overflow
Is Python type safe?
According to Wikipedia
Computer scientists consider a language "type-safe" if it does not allow operations or conversions that violate the rules of the type system.
Since Python runtime checks en...
Computer scientists consider a language "type-safe" if it does not allow operations or conversions that violate the rules of the type system.
Since Python runtime checks en...
A simple python script to find out how active the people you follow on twitter are: https://www.reddit.com/r/Python/comments/73es9d/a_simple_python_script_to_find_out_how_active_the/
reddit
A simple python script to find out how active the... • r/Python
1 points and 0 comments so far on reddit
Running .py files Spyder vs. Command Line: https://www.reddit.com/r/Python/comments/73gqk9/running_py_files_spyder_vs_command_line/
reddit
Running .py files Spyder vs. Command Line • r/Python
So this might be a stupid question but does running a .py file through spyder vs. command line affect memory usage? I would assume command line...
Fastest way to sum over rows of sparse matrix: https://stackoverflow.com/questions/46475895/fastest-way-to-sum-over-rows-of-sparse-matrix
Stackoverflow
Fastest way to sum over rows of sparse matrix
I have a big csr_matrix(1M*1K) and I want to add over rows and obtain a new csr_matrix with the same number of columns but reduced number of rows. Actually my problem is exactly same as this Sum over
How can I restore Tensors to a past value, without saving the value to disk?: https://stackoverflow.com/questions/46393983/how-can-i-restore-tensors-to-a-past-value-without-saving-the-value-to-disk
Stackoverflow
How can I restore Tensors to a past value, without saving the value to disk?
I'm doing some experimentation with TensorFlow, and have run into a snag. I'm trying to use TF to evalute a change in a model, then either retain or revert the model, based on the resultant change in
what's the role of propeties in python 2.7 ?: https://www.reddit.com/r/Python/comments/73hjln/whats_the_role_of_propeties_in_python_27/
reddit
what's the role of propeties in python 2.7 ? • r/Python
can anyone explain to me what are properties in python classes ,i do have some clues but i really can't capture their role perfectly,and also can...
Version Control with Private Modules: https://www.reddit.com/r/Python/comments/73hoa5/version_control_with_private_modules/
reddit
Version Control with Private Modules • r/Python
Hi, I'm writing a confidential module for a company I work for. Normally I would download/update modules with Pip. But the module I'm writing has...
Looking for Python developer to build cryptocurrency trading bot: https://www.reddit.com/r/Python/comments/73iduv/looking_for_python_developer_to_build/
reddit
Looking for Python developer to build cryptocurrency... • r/Python
PM me if you're interested.
How to prove that an object was copied: https://www.reddit.com/r/Python/comments/73ibxr/how_to_prove_that_an_object_was_copied/
reddit
How to prove that an object was copied • r/Python
I am trying to test my current software, and I have one part of the API where a method (call it the clone method) called on one instance will...
Is it a bad idea to create a language like lua that has the exact syntax of Python ?: https://www.reddit.com/r/Python/comments/73jed5/is_it_a_bad_idea_to_create_a_language_like_lua/
reddit
Is it a bad idea to create a language like lua that has... • r/Python
1 points and 0 comments so far on reddit
BeautifulSoup to parse s-field: https://www.reddit.com/r/Python/comments/73jgdu/beautifulsoup_to_parse_sfield/
reddit
BeautifulSoup to parse s-field • r/Python
I used bs4 to parse a web page, with "soup.findAdd('a')". Then I see the fields of interest had shown up. But I want to extract particular s-field...
Python for competitive coding? (Data Structures and Recursion Depth): https://www.reddit.com/r/Python/comments/73kw2c/python_for_competitive_coding_data_structures_and/
Reddit
From the Python community on Reddit: Python for competitive coding? (Data Structures and Recursion Depth)
Explore this post and more from the Python community
Build RESTful APIs on asyncio web application: https://www.reddit.com/r/Python/comments/73l13o/build_restful_apis_on_asyncio_web_application/
reddit
Build RESTful APIs on asyncio web application • r/Python
I recently found a [RESTful API library](https://github.com/475Cumulus/TBone) for creating full-duplex APIs on top of Sanic or AioHttp apps....