How to start Spyder on Mac without going through Anaconda: https://www.reddit.com/r/Python/comments/75x1n2/how_to_start_spyder_on_mac_without_going_through/
reddit
How to start Spyder on Mac without going through Anaconda • r/Python
I installed Anaconda on my mac so that I could use Spyder. Is there any way to start Spyder without having to open up Anaconda first? I've been...
How to sort digits and word in string?: https://www.reddit.com/r/Python/comments/75x3r5/how_to_sort_digits_and_word_in_string/
reddit
How to sort digits and word in string? • r/Python
I'm currently new to python and got stuck at this question, can't seem to find the proper answer. first sort criteria should be alphabetic, the...
Change iTerm2 tab and window title colors depending on ssh host: https://www.reddit.com/r/Python/comments/75x5gt/change_iterm2_tab_and_window_title_colors/
reddit
Change iTerm2 tab and window title colors depending on... • r/Python
1 points and 0 comments so far on reddit
Drchrono is hiring Python/Django Devs: https://news.ycombinator.com/item?id=15458433
Getting DICOM structure contours as array in Python: https://stackoverflow.com/questions/46666762/getting-dicom-structure-contours-as-array-in-python
Stack Overflow
Getting DICOM structure contours as array in Python
So if I have an image (CT, MRI, etc.) or even a dose from radiation therapy I can pull out the dose or image values into an array through:
import dicom
ds = dicom.read_file("dicom_file.dcm&qu...
import dicom
ds = dicom.read_file("dicom_file.dcm&qu...
Thomas Kluyver, Community Service Award 3rd Quarter 2017 Recipient: https://www.reddit.com/r/Python/comments/75xiru/thomas_kluyver_community_service_award_3rd/
reddit
Thomas Kluyver, Community Service Award 3rd Quarter... • r/Python
1 points and 0 comments so far on reddit
How to set current_user for pytest?: https://stackoverflow.com/questions/46670318/how-to-set-current-user-for-pytest
Stack Overflow
How to set current_user for pytest?
I'm writing a unit test for a view that uses the current logged in user in a query:
@app.route('/vendors/create', methods=['GET', 'POST'])
@login_required
def create_vendors():
vendor_form =
@app.route('/vendors/create', methods=['GET', 'POST'])
@login_required
def create_vendors():
vendor_form =
Python Weekly - Issue 316 : http://mailchi.mp/pythonweekly/python-weekly-issue-316
PySimpleChain - a python exploration of blockchain ledger concepts: https://www.reddit.com/r/Python/comments/75xlku/pysimplechain_a_python_exploration_of_blockchain/
reddit
PySimpleChain - a python exploration of blockchain... • r/Python
1 points and 0 comments so far on reddit
I've been coding in Python for a month, and it's awesome! My beginner project: https://www.reddit.com/r/Python/comments/75yak1/ive_been_coding_in_python_for_a_month_and_its/
reddit
I've been coding in Python for a month, and it's... • r/Python
[If you want to see my other projects](https://repl.it/M7LQ/7) Python is just awesome. There, I said it. I still can't comprehend the power I now...
Extract edge and communities from list of nodes: https://stackoverflow.com/questions/44077739/extract-edge-and-communities-from-list-of-nodes
Stackoverflow
Extract edge and communities from list of nodes
I have dataset which has more than 50k nodes and I am trying to extract possible edges and communities from them. I did try using some graph tools like gephi, cytoscape, socnet, nodexl and so on to