Bank account program with OOP: https://www.reddit.com/r/Python/comments/4ch6r5/bank_account_program_with_oop/
reddit
Bank account program with OOP • /r/Python
i am not sure how to phrase this question but i will try my best. i want to use OOP to create a bank account program that will have to user...
Dictionary equivalent to this list creation with generators? (See text): https://www.reddit.com/r/Python/comments/4chfic/dictionary_equivalent_to_this_list_creation_with/
reddit
Dictionary equivalent to this list creation with... • /r/Python
You can make one-line generators like this: generator = (x + x for x in range(0,10)) And you can use them to make lists like this: ...
Looks like new home for Werkzeug, Flask and other stuff: https://www.reddit.com/r/Python/comments/4ch8mf/looks_like_new_home_for_werkzeug_flask_and_other/
reddit
Looks like new home for Werkzeug, Flask and other stuff • /r/Python
17 points and 3 comments so far on reddit
Feather: A Fast On-Disk Format for Data Frames for R and Python: http://blog.rstudio.org/2016/03/29/feather/
RStudio Blog
Feather: A Fast On-Disk Format for Data Frames for R and Python, powered by Apache Arrow
Wes McKinney, Software Engineer, Cloudera Hadley Wickham, Chief Scientist, RStudio This past January, we (Hadley and Wes) met and discussed some of the systems challenges facing the Python and R op…
Using NumPy and Beautiful Soup to Make a Really Bad NCAA Bracket: https://www.reddit.com/r/Python/comments/4chwqd/using_numpy_and_beautiful_soup_to_make_a_really/
reddit
Using NumPy and Beautiful Soup to Make a Really Bad... • /r/Python
2 points and 0 comments so far on reddit
Trouble with the builtin 'open' resolving path.: https://www.reddit.com/r/Python/comments/4chz4h/trouble_with_the_builtin_open_resolving_path/
reddit
Trouble with the builtin 'open' resolving path. • /r/Python
I'm having trouble using the python built-in 'open' function to open files in a subdirectory, any help greatly appreciated! Documentation is thin...
Where can I find Tkinter and Tk?: https://www.reddit.com/r/Python/comments/4ci88b/where_can_i_find_tkinter_and_tk/
reddit
Where can I find Tkinter and Tk? • /r/Python
I'm king of a newbie, sorry. Googling "python tkinter" shows all sorts of help pages but no pages where I can actually friggin' get it. And would...
Hexagonal Architecture: Domain Models that are 100% ignorant of persistence and ORM unaware: https://www.reddit.com/r/Python/comments/4cj2y9/hexagonal_architecture_domain_models_that_are_100/
reddit
Hexagonal Architecture: Domain Models that are 100%... • /r/Python
2 points and 0 comments so far on reddit
Any resources on where to learn networking programming?: https://www.reddit.com/r/Python/comments/4cj9jf/any_resources_on_where_to_learn_networking/
reddit
Any resources on where to learn networking programming? • /r/Python
Both the underlying protocols and the patterns typically built on top. I'm just looking to improve my knowledge, so that I can actually...
[Help]How to generate a density map given coordinate of points?: https://www.reddit.com/r/Python/comments/4cja0n/helphow_to_generate_a_density_map_given/
reddit
[Help]How to generate a density map given coordinate... • /r/Python
Hi, I want to create a density map from several coordinate of points (2D points). It's something like [this...
figgypudding - Easy python config handling (code review): https://www.reddit.com/r/Python/comments/4cjlv9/figgypudding_easy_python_config_handling_code/
reddit
figgypudding - Easy python config handling (code review) • /r/Python
I'm looking for feedback on this little tool I wrote. I've wanted a good, easy to use config handler that is easy as import/give path to config...
limit() and sort() order pymongo and mongodb: http://stackoverflow.com/questions/36250963/limit-and-sort-order-pymongo-and-mongodb
Stackoverflow
limit() and sort() order pymongo and mongodb
Despite reading peoples answers stating that the sort is done first, evidence shows something different that the limit is done before the sort. Is there a way to force sort always first?
views = m...
views = m...
Why pathlib.Path doesn't inherit from str in Python: https://www.reddit.com/r/Python/comments/4ck0v5/why_pathlibpath_doesnt_inherit_from_str_in_python/
reddit
Why pathlib.Path doesn't inherit from str in Python • /r/Python
1 points and 1 comments so far on reddit
Feather: A Fast On-Disk Format for Data Frames for R and Python, powered by Apache Arrow: https://www.reddit.com/r/Python/comments/4clb2n/feather_a_fast_ondisk_format_for_data_frames_for/
reddit
Feather: A Fast On-Disk Format for Data Frames for R... • /r/Python
6 points and 0 comments so far on reddit