ImportPython Issue 75 - Our favorite pycon talks, articles tweets, json formatted logging code snippet, podcast conversation with alex clark and more: https://www.reddit.com/r/Python/comments/4m6pj5/importpython_issue_75_our_favorite_pycon_talks/
reddit
ImportPython Issue 75 - Our favorite pycon talks,... • /r/Python
0 points and 0 comments so far on reddit
Python Weekly - Issue 246: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
See Python, See Python Go, Go Python Go – Heroku: https://blog.heroku.com/archives/2016/6/2/see_python_see_python_go_go_python_go
Heroku
See Python, See Python Go, Go Python Go
Andrey Petrov is the author of urllib3, the creator of Briefmetrics and ssh-chat, and a former Googler and YCombinator alum. He’s here to tell us of a...
wordfreq 1.4: more words, plus word frequencies from Reddit: https://www.reddit.com/r/Python/comments/4m7vjx/wordfreq_14_more_words_plus_word_frequencies_from/
reddit
wordfreq 1.4: more words, plus word frequencies from... • /r/Python
1 points and 0 comments so far on reddit
Jupyter Notebook: Guessing mystery travel locations using Pandas, Docker and OS(R)M: https://www.reddit.com/r/Python/comments/4m8za4/jupyter_notebook_guessing_mystery_travel/
reddit
Jupyter Notebook: Guessing mystery travel locations... • /r/Python
1 points and 0 comments so far on reddit
Operations on tensor segments in 2nd dimension: http://stackoverflow.com/questions/37505597/operations-on-tensor-segments-in-2nd-dimension
Stackoverflow
Operations on tensor segments in 2nd dimension
What is the best way to perform an operation on segments of a tensor in a dimension other than the first? For example, a simple sum of segments in the 2nd dimension:
Given:
x11 x12 x13 x14 x15
.....
Given:
x11 x12 x13 x14 x15
.....
Fastest book to learn Python from? For experienced Perl person: https://www.reddit.com/r/Python/comments/4m93gh/fastest_book_to_learn_python_from_for_experienced/
reddit
Fastest book to learn Python from? For experienced... • /r/Python
I started reading some Python book, forgot title, but lost interest as it went very slowly. It is the type that spoon feeds you and constantly go...
Can one run a program on bluefish, like an IDE?: https://www.reddit.com/r/Python/comments/4m998e/can_one_run_a_program_on_bluefish_like_an_ide/
reddit
Can one run a program on bluefish, like an IDE? • /r/Python
Can one run a program on bluefish, like an IDE? Thank you. I searched this online, did not find useful information.
How do you use sqlite3 and what do you think is the most efficient way to use it?: https://www.reddit.com/r/Python/comments/4m9js5/how_do_you_use_sqlite3_and_what_do_you_think_is/
reddit
How do you use sqlite3 and what do you think is the... • /r/Python
Hey, I have recently started working with databases using `sqlite3`. I, however, find the API lather clumsy and unpythonic. Why not a simple...
New subreddit r/pythontips for a daily dose of python tips and tricks.: https://www.reddit.com/r/Python/comments/4m9l8f/new_subreddit_rpythontips_for_a_daily_dose_of/
reddit
New subreddit r/pythontips for a daily dose of python... • /r/Python
Hi all, I created r/pythontips as I wanted a place to go each day and hopefully come away with one new nugget of python goodness. r/python is...
Why has the pyglet memory leak not been fixed? And ELI5: pyglet memory leak.: https://www.reddit.com/r/Python/comments/4m9rpi/why_has_the_pyglet_memory_leak_not_been_fixed_and/
reddit
Why has the pyglet memory leak not been fixed? And... • /r/Python
0 points and 0 comments so far on reddit
During PyCon I took my most copy-pasted personal script and open-sourced it.: https://www.reddit.com/r/Python/comments/4ma3nn/during_pycon_i_took_my_most_copypasted_personal/
reddit
During PyCon I took my most copy-pasted personal... • /r/Python
3 points and 0 comments so far on reddit
q - Quick and dirty debugging output for tired programmers: https://www.reddit.com/r/Python/comments/4ma975/q_quick_and_dirty_debugging_output_for_tired/
reddit
q - Quick and dirty debugging output for tired programmers • /r/Python
1 points and 0 comments so far on reddit
(Best) Unit Testing Framework for Python and/or Django in 2016?: https://www.reddit.com/r/Python/comments/4mapgi/best_unit_testing_framework_for_python_andor/
reddit
(Best) Unit Testing Framework for Python and/or Django... • /r/Python
Maybe a loaded question but I'm about to embark on a new Python project (Python 3.x). I'm currently undecided whether to go with Pyramid framework...
How to replace Django's primary key with a different integer that is unique for that table: http://stackoverflow.com/questions/37558821/how-to-replace-djangos-primary-key-with-a-different-integer-that-is-unique-for
Stack Overflow
How to replace Django's primary key with a different integer that is unique for that table
I have a Django web application that uses the default auto-incremented positive integers as the primary key. This key is used throughout the application and is frequently inserted into the URL. I d...