TPFD - Text Parsing that does stuff!: https://www.reddit.com/r/Python/comments/52ud9v/tpfd_text_parsing_that_does_stuff/
reddit
TPFD - Text Parsing that does stuff! • /r/Python
https://github.com/erinxocon/Text-Parsing-Function-Dispatcher This is a library I made to execute simple macros when scanning text. You decorate...
What is the point of white space delimiting blocks?: https://www.reddit.com/r/Python/comments/52ukml/what_is_the_point_of_white_space_delimiting_blocks/
reddit
What is the point of white space delimiting blocks? • /r/Python
I have not used Python very much, but I find the white-space thing to be very annoying. Different text editors can put different white space for...
Is anyone interested on working on a startup?: https://www.reddit.com/r/Python/comments/52v1uf/is_anyone_interested_on_working_on_a_startup/
reddit
Is anyone interested on working on a startup? • /r/Python
Hi, we are launching a data analysis startup build with Django. We outsourced the MVP, however we decided to change direction and look for a...
Initial node's ids when creating graph from edge list: http://stackoverflow.com/questions/38569831/initial-nodes-ids-when-creating-graph-from-edge-list
Stackoverflow
Initial node's ids when creating graph from edge list
I wonder, where does the function Read_Edgelist store the original id's from the the edge list? or under which attribute name?
Assume that I am reading an edge list like:
1 2
2 1
1 3
where the
Assume that I am reading an edge list like:
1 2
2 1
1 3
where the
What is the next LTS release of python after 2.7 likely to be?: https://www.reddit.com/r/Python/comments/52ve0x/what_is_the_next_lts_release_of_python_after_27/
reddit
What is the next LTS release of python after 2.7 likely to be?
In 2014, it was announced that python 2.7 would be supported until 2020, effectively making it an LTS release. I know there was some discussion of...
File not uploading with Flask-wtforms in cookiecutter-flask app: http://stackoverflow.com/questions/39318572/file-not-uploading-with-flask-wtforms-in-cookiecutter-flask-app
Stackoverflow
File not uploading with Flask-wtforms in cookiecutter-flask app
I am having a problem getting a file upload to work in a cookiecutter-flask app (v. 0.10.1). Right now, it is not saving the file uploaded.
Cookiecutter-Flask by default installs WTForms and Flask-
Cookiecutter-Flask by default installs WTForms and Flask-
Quick and dirty script to generate ad-free (and win10 telemetry-free) hosts file: https://www.reddit.com/r/Python/comments/52w18v/quick_and_dirty_script_to_generate_adfree_and/
reddit
Quick and dirty script to generate ad-free (and win10... • /r/Python
0 points and 0 comments so far on reddit
[Ask Python] What do I need to learn to contribute to projects like mypy?: https://www.reddit.com/r/Python/comments/52w1zy/ask_python_what_do_i_need_to_learn_to_contribute/
reddit
[Ask Python] What do I need to learn to contribute to... • /r/Python
Hello Reddit! So I have been programming in Python for a few years now. Mostly self taught so i don't know much about compilers, ast, static...
Python Weekly - Issue 261: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Large web apps in Python: A good architecture — Nando Florestan: https://www.reddit.com/r/Python/comments/52wlih/large_web_apps_in_python_a_good_architecture/
reddit
Large web apps in Python: A good architecture — Nando... • /r/Python
0 points and 0 comments so far on reddit
Orator ORM 0.9.0 is out: Orator becomes trully agnostic by supporting qmark syntax for all backends and more: https://www.reddit.com/r/Python/comments/52wvpe/orator_orm_090_is_out_orator_becomes_trully/
reddit
Orator ORM 0.9.0 is out: Orator becomes trully... • /r/Python
6 points and 0 comments so far on reddit
Daemoniker: cross-platform (Linux, OSX, Windows) daemonization and signal handling utilities: https://www.reddit.com/r/Python/comments/52x7w4/daemoniker_crossplatform_linux_osx_windows/
reddit
Daemoniker: cross-platform (Linux, OSX, Windows)... • /r/Python
0 points and 0 comments so far on reddit
What are some common uses for function annotations that are not type hints?: https://www.reddit.com/r/Python/comments/52xre6/what_are_some_common_uses_for_function/
reddit
What are some common uses for function annotations... • /r/Python
I know one of the big frustrations people have with all of the new work on gradual typing is that it's "moving too fast": the community hasn't...
How to animate the colorbar in matplotlib: http://stackoverflow.com/questions/39472017/how-to-animate-the-colorbar-in-matplotlib
Stack Overflow
How to animate the colorbar in matplotlib
I have an animation where the range of the data varies a lot. I would like to have a colorbar which tracks the max and the min of the data (i.e. I would like it not to be fixed). The question is ho...
Python-SQLite: changing date format?: https://www.reddit.com/r/Python/comments/52ycsy/pythonsqlite_changing_date_format/
reddit
Python-SQLite: changing date format? • /r/Python
So I'm looking to calculate 60 days prior to a certain date in my dataset, but of course the date I read into my database is not in the correct...
How to speed up recoding into integers: http://stackoverflow.com/questions/39475187/how-to-speed-up-recoding-into-integers
Stackoverflow
How to speed up recoding into integers
I have a large csv with two strings per row in this form:
g,k
a,h
c,i
j,e
d,i
i,h
b,b
d,d
i,a
d,h
I read in the first two columns and recode the strings to integers as follows:
import pandas a...
g,k
a,h
c,i
j,e
d,i
i,h
b,b
d,d
i,a
d,h
I read in the first two columns and recode the strings to integers as follows:
import pandas a...