Python Weekly - Issue 270 : http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Is there a way to efficiently vectorize Tensorflow ops on images?: http://stackoverflow.com/questions/40461080/is-there-a-way-to-efficiently-vectorize-tensorflow-ops-on-images
Stackoverflow
Is there a way to efficiently vectorize Tensorflow ops on images?
Tensorflow has a great deal of transformations that can be applied to 3D-tensors representing images ([height, width, depth]) like tf.image.rot90() or tf.image.random_flip_left_right() for example....
Intel Distribution for Python - anyone in reddit using it?: https://www.reddit.com/r/Python/comments/5dgn10/intel_distribution_for_python_anyone_in_reddit/
reddit
Intel Distribution for Python - anyone in reddit using it? • /r/Python
38 points and 8 comments so far on reddit
If the Pyglet community is dead, and Pygame is not very "Pythonic"; what are the alternatives?: https://www.reddit.com/r/Python/comments/5dgp20/if_the_pyglet_community_is_dead_and_pygame_is_not/
reddit
If the Pyglet community is dead, and Pygame is not... • /r/Python
113 points and 54 comments so far on reddit
Correlating a SQLAlchemy relationship with an awkward join: http://stackoverflow.com/questions/40614651/correlating-a-sqlalchemy-relationship-with-an-awkward-join
Stackoverflow
Correlating a SQLAlchemy relationship with an awkward join
I have the following classes:
class A:
a_id = Column(Integer, primary_key=True)
a_remote = Column(UnicodeText)
class B:
b_id = Column(Integer, primary_key=True)
foreign_to_a = Col...
class A:
a_id = Column(Integer, primary_key=True)
a_remote = Column(UnicodeText)
class B:
b_id = Column(Integer, primary_key=True)
foreign_to_a = Col...
Non-web development jobs with Python?: https://www.reddit.com/r/Python/comments/5dh3lb/nonweb_development_jobs_with_python/
reddit
Non-web development jobs with Python? • /r/Python
I started my career as a PHP/MySQL developer. Along the way I've picked up a pretty good mastery of PHP, MySQL, and SQL server, and also...
Hexbin plot in PairGrid with Seaborn: http://stackoverflow.com/questions/40495093/hexbin-plot-in-pairgrid-with-seaborn
Stackoverflow
Hexbin plot in PairGrid with Seaborn
I am trying to get a hexbin plot in a Seaborn Grid. I have the following code,
import seaborn as sns
import matplotlib as mpl
import matplotlib.pyplot as plt
tips = sns.load_dataset("tips")
# Bo...
import seaborn as sns
import matplotlib as mpl
import matplotlib.pyplot as plt
tips = sns.load_dataset("tips")
# Bo...
Tell Python to save files in the folder: https://www.reddit.com/r/Python/comments/5dhpso/tell_python_to_save_files_in_the_folder/
reddit
Tell Python to save files in the folder • /r/Python
I am new to Python and have been delegated to clean up our Slack Account. Attached in the snippet I am using. I am able to see the files that...
Samples of common python problems and their solution - Codeforces: https://www.reddit.com/r/Python/comments/5dhm5x/samples_of_common_python_problems_and_their/
reddit
Samples of common python problems and their solution -... • /r/Python
0 points and 3 comments so far on reddit
jupyter notebook conventions? always define a function?: https://www.reddit.com/r/Python/comments/5dhqn8/jupyter_notebook_conventions_always_define_a/
reddit
jupyter notebook conventions? always define a function? • /r/Python
I'm new to using jupyter notebooks and python (and have never coded in a context where someone actually reviewed my code) and might have to demo a...
Competitive Programming Marathon - November Circuits. 8 days 8 Challenges. Code in any language you like - C, C , Java, Python, Go and 32 other Languages supported. Prizes worth 250$| [x-post from r/hackerearth]: https://www.reddit.com/r/Python/comments/5dhmgk/competitive_programming_marathon_november/
reddit
Competitive Programming Marathon - November Circuits.... • /r/Python
3 points and 5 comments so far on reddit
Custom lookup is not being registered in Django: http://stackoverflow.com/questions/40570943/custom-lookup-is-not-being-registered-in-django
Stackoverflow
Custom lookup is not being registered in Django
I've created a custom lookup. I'm using it for a query, however, when I do so, the error Related Field got invalid lookup: lcb is thrown.
I'm assuming that this is because this custom lookup isn't...
I'm assuming that this is because this custom lookup isn't...
Classic IT short jokes collection. Great after a busy day: https://www.reddit.com/r/Python/comments/5dinr1/classic_it_short_jokes_collection_great_after_a/
reddit
Classic IT short jokes collection. Great after a busy day • /r/Python
0 points and 0 comments so far on reddit
Python Bracket based text editor: https://www.reddit.com/r/Python/comments/5dihk4/python_bracket_based_text_editor/
reddit
Python Bracket based text editor • /r/Python
I am starting a project to build a text editor that would allow you to program python with brackets. My idea so far is that when it saves the...
Is there anything I can read to learn about the construction of pythons backend?: https://www.reddit.com/r/Python/comments/5diy16/is_there_anything_i_can_read_to_learn_about_the/
reddit
Is there anything I can read to learn about the... • /r/Python
Looking for any information on how to learn about doing powerful arbitrary things in python. which means understanding the ultimate constraints...