What is the best format (tif or HDF) for manipulating MODIS data in python3?: https://www.reddit.com/r/Python/comments/7v0qgm/what_is_the_best_format_tif_or_hdf_for/
reddit
What is the best format (tif or HDF) for manipulating... • r/Python
Hello, I'm starting a work with the Terra satellite's MODIS sensor version 5. I would like to know the best format (TIF or HDF) for manipulating...
I've created a debugger which lets you conveniently view the value of every expression: https://www.reddit.com/r/Python/comments/7v0q88/ive_created_a_debugger_which_lets_you/
reddit
I've created a debugger which lets you conveniently... • r/Python
591 points and 74 comments so far on reddit
What do you think of my Python API?: https://www.reddit.com/r/Python/comments/7v14m5/what_do_you_think_of_my_python_api/
reddit
What do you think of my Python API? • r/Python
I just finished creating an API called [Lyrics Corpora!](https://github.com/EdwardSeley/lyrics-corpora) that collects large sets of lyrics from...
How to run this python in windows 10 64bit: https://www.reddit.com/r/Python/comments/7uzy6o/how_to_run_this_python_in_windows_10_64bit/
reddit
How to run this python in windows 10 64bit • r/Python
Noob Question Alert! I am new to python, so please consider that. I am trying to run this program in my local...
[ANNOUNCE] reqman,a postman killer ;-): https://www.reddit.com/r/Python/comments/7v1djq/announce_reqmana_postman_killer/
reddit
[ANNOUNCE] reqman,a postman killer ;-) • r/Python
Just a post to present you : reqman ( https://github.com/manatlan/reqman ). It's like postman, with no gui ;-). All is in yaml files (easily...
I'm trying to build an SMS survey with branch responses. Would it be wetter to work with an existing solution, or roll my own keyword engine?: https://www.reddit.com/r/Python/comments/7v1f8q/im_trying_to_build_an_sms_survey_with_branch/
reddit
I'm trying to build an SMS survey with branch... • r/Python
I'm mostly doing this to learn, but if it turns into a viable business strategy, then I'll pursue it.
Best way to get started with Python: https://www.reddit.com/r/Python/comments/7uysdv/best_way_to_get_started_with_python/
reddit
Best way to get started with Python • r/Python
Hi, I'd like to learn python. I currently know vb.net, html and css (not great languages, but I am familiar programming atleast). I also have...
REST API for scrapping web page?: https://www.reddit.com/r/Python/comments/7v1ugj/rest_api_for_scrapping_web_page/
reddit
REST API for scrapping web page? • r/Python
Hi I've built a REST API using flask that scrapes a website and returns the the data to the user. It takes around 1.2-2.5 seconds to do this for a...
I need big time help with regex and pattern detection: https://www.reddit.com/r/Python/comments/7v1v7f/i_need_big_time_help_with_regex_and_pattern/
reddit
I need big time help with regex and pattern detection • r/Python
So I have the following code that I tried inserting into Asciitable.read which didn't work, not sure why... but what I need to do is use...
How to monitor python's concurrent.futures.ProcessPoolExecutor?: https://stackoverflow.com/questions/48572648/how-to-monitor-pythons-concurrent-futures-processpoolexecutor
Stack Overflow
How to monitor python's concurrent.futures.ProcessPoolExecutor?
We are using the ProcessPoolExecutor from concurrent.futures in a service that asynchronously receives requests, and does the actual, synchronous processing in the process pool.
Once we ran into the
Once we ran into the
Where can I get improvement suggestions?: https://www.reddit.com/r/Python/comments/7v2uij/where_can_i_get_improvement_suggestions/
reddit
Where can I get improvement suggestions? • r/Python
Is there a site that I can post my code and people will offer suggestions on how to improve? I am relatively new and I am probably writing code...
Why do people claim that mypy is ready?: https://www.reddit.com/r/Python/comments/7v2zqd/why_do_people_claim_that_mypy_is_ready/
reddit
Why do people claim that mypy is ready? • r/Python
I checked out mypy, and it did not catch this relatively basic error: from typing import Any def f(x : int) -> None: assert...
How to upgrade python from 3.5.2 to 3.6.4 on Ubuntu 16.04?: https://www.reddit.com/r/Python/comments/7v3amy/how_to_upgrade_python_from_352_to_364_on_ubuntu/
reddit
How to upgrade python from 3.5.2 to 3.6.4 on Ubuntu 16.04? • r/Python
1 points and 2 comments so far on reddit
Can we talk dataclasses and numerical python??: https://www.reddit.com/r/Python/comments/7v3gyg/can_we_talk_dataclasses_and_numerical_python/
reddit
Can we talk dataclasses and numerical python?? • r/Python
Wanted to start a discussion here about dataclasses, and where/how they might become integrated into more numerical applications. On the dev...