My first ever always-on python app – would love initial thoughts from you guys: https://www.reddit.com/r/Python/comments/5dedpc/my_first_ever_alwayson_python_app_would_love/
reddit
My first ever always-on python app – would love... • /r/Python
Hey guys, hope you're doing well. I have finally decided to give the project-based tinkering a rest and build an always-on python system that I...
Python script to scan directory and output "tickable" tree view folder hierarchy?: https://www.reddit.com/r/Python/comments/5degy6/python_script_to_scan_directory_and_output/
reddit
Python script to scan directory and output "tickable"... • /r/Python
I've looked into the os.walk method and it seems close to what I'd like to achieve, though I'm still unsure whether this would be the best...
How to restore old egg file when upgrade fails?: http://stackoverflow.com/questions/40547622/how-to-restore-old-egg-file-when-upgrade-fails
Stackoverflow
How to restore old egg file when upgrade fails?
I installed a package xxx-1.0 using pip and it installed the egg file /usr/local/lib/python2.7/dist-packages/xxx-1.0-py2.7.egg
Now, I upgraded the package and the file xxx-1.0-py2.7.egg got replace...
Now, I upgraded the package and the file xxx-1.0-py2.7.egg got replace...
[Help] Recursion and efficiency: https://www.reddit.com/r/Python/comments/5dfpbe/help_recursion_and_efficiency/
reddit
[Help] Recursion and efficiency • /r/Python
Hey guys, I am currently learning python and today I focused on the subject of recursive functions. While learning it my textbook made an...
Count frequency of specific words in several articles in a text file: http://stackoverflow.com/questions/40612022/count-frequency-of-specific-words-in-several-articles-in-a-text-file
Stackoverflow
Count frequency of specific words in several articles in a text file
I would like to count the occurrences of a list of words for every article contained in a single text file.
Each article can be identified since they all start with a common tag " Adverti...
Each article can be identified since they all start with a common tag " Adverti...
Headless script crashes after a few runs: http://stackoverflow.com/questions/40612091/headless-script-crashes-after-a-few-runs
Stackoverflow
Headless script crashes after a few runs
I have a script using a headless browser which I'm running using crontab -e. It runs fine the first few times and then crashes with the following Traceback:
Traceback (most recent call last):
F...
Traceback (most recent call last):
F...
Difference in calculating eigenvectors: http://stackoverflow.com/questions/40610582/difference-in-calculating-eigenvectors
Stackoverflow
Difference in calculating eigenvectors
As a current task, I need to calculate eigenvalues and eigenvectors for a 120*120 matrix. For start, I tested those calculations on a simple 2 by 2 matrix in both Java (Apache Commons Math library)...
Is Python a good first coding language to learn: https://www.reddit.com/r/Python/comments/5dgekf/is_python_a_good_first_coding_language_to_learn/
reddit
Is Python a good first coding language to learn • /r/Python
*I KNOW* that there is like kindaaa an argument for most of the coding languages being the first to start ... buttt I just want to know the pros...
Is distutils is installed in my Python environment?: https://www.reddit.com/r/Python/comments/5dght0/is_distutils_is_installed_in_my_python_environment/
reddit
Is distutils is installed in my Python environment? • /r/Python
How can I tell if distutils is installed in my Python environment? Under Programs and Features, I can see Python 3.5.2(Anaconda3 4,2,0 64 bit)...
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...