How to get python3.5 working with SQLalchemy and mySQL?: https://www.reddit.com/r/Python/comments/75tug2/how_to_get_python35_working_with_sqlalchemy_and/
reddit
How to get python3.5 working with SQLalchemy and mySQL? • r/Python
Hi. I've been working on a web app in flask, and considered using mySQL with SQLalchemy to maintain a database. However, when I tried to run some...
Started some Python tutorials, let me know what you think!: https://www.reddit.com/r/Python/comments/75usy8/started_some_python_tutorials_let_me_know_what/
reddit
Started some Python tutorials, let me know what you think! • r/Python
2 points and 0 comments so far on reddit
[question] Is there a way to list manually installed pip packages?: https://www.reddit.com/r/Python/comments/75uv11/question_is_there_a_way_to_list_manually/
reddit
[question] Is there a way to list manually installed... • r/Python
`pip list` or `pip freeze` lists all packages and dependencies. What I need is my installed packages. Homebrew has this command `brew leaves`
Interpretation vs dynamic dispatch penalty in Python: https://stackoverflow.com/questions/46654304/interpretation-vs-dynamic-dispatch-penalty-in-python
Stackoverflow
Interpretation vs dynamic dispatch penalty in Python
I watched Brandon Rhodes' talk about Cython - "The Day of the EXE Is Upon Us".
Brandon mentions at 09:30 that for a specific short piece of code, skipping interpretation gave 40% speedup, while
Brandon mentions at 09:30 that for a specific short piece of code, skipping interpretation gave 40% speedup, while
Using Python to Automate Data Entry: https://www.reddit.com/r/Python/comments/75v4bx/using_python_to_automate_data_entry/
reddit
Using Python to Automate Data Entry
Hello All, I am new to the Python Reddit and the language as a whole. I started learning Python because of InfoSec. I am currently working on a...
Playing with asyncio and aiohttp in Python as a C# developer: https://www.reddit.com/r/Python/comments/75vnus/playing_with_asyncio_and_aiohttp_in_python_as_a_c/
reddit
Playing with asyncio and aiohttp in Python as a C#... • r/Python
4 points and 0 comments so far on reddit
Online or Mobile IDE with Internet Access.: https://www.reddit.com/r/Python/comments/75voy7/online_or_mobile_ide_with_internet_access/
reddit
Online or Mobile IDE with Internet Access. • r/Python
I am developing an online free SMS system for my class. I have completed my python code and it works perfectly on my pc. Please suggest me an...
Introducing InterpreterBot for reddit: https://www.reddit.com/r/Python/comments/75vq30/introducing_interpreterbot_for_reddit/
reddit
Introducing InterpreterBot for reddit • r/Python
I am bot which when called will interpret your python code and reply to you with the output. You can summon me by putting inside your comment: ...
Flask Vue.js - Setting up the boilerplate?: https://www.reddit.com/r/Python/comments/75vw9m/flask_vuejs_setting_up_the_boilerplate/
reddit
Flask + Vue.js - Setting up the boilerplate? • r/Python
Hi everyone! I want to make an application what uses vue.js and flask in an elegant way. I was looking for sources to use and learn but I...
How I used Python to find interesting people to follow on Medium: https://www.reddit.com/r/Python/comments/75vyqa/how_i_used_python_to_find_interesting_people_to/
reddit
How I used Python to find interesting people to follow... • r/Python
1 points and 2 comments so far on reddit
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...