Distributing a virtualenv and all dependencies as a tarball: https://www.reddit.com/r/Python/comments/5rey4a/distributing_a_virtualenv_and_all_dependencies_as/
reddit
r/Python - Distributing a virtualenv and all dependencies as a tarball
25 votes and 18 comments so far on Reddit
Web Scraping: Scraping an Airlines site to select a flight: https://www.reddit.com/r/Python/comments/5rf2oe/web_scraping_scraping_an_airlines_site_to_select/
reddit
Web Scraping: Scraping an Airlines site to select a flight • /r/Python
Hi All. Apologies if this is not the right place. I'm trying to see if the following is possible with scraping tools like Scrapy or...
The Hacker's Guide To Python - Book Review and Interview With The Author: https://www.reddit.com/r/Python/comments/5rf3z6/the_hackers_guide_to_python_book_review_and/
reddit
The Hacker's Guide To Python - Book Review and... • /r/Python
3 points and 0 comments so far on reddit
Drchrono (YC W11) Is Looking for Senior Python/Django Engineers: https://www.drchrono.com/jobs/description/Senior Software Engineer/?show_study_material=1
Using openpyxl module to write to spreadsheet creates a damaged spreadsheet, how to fix with zipfile module?: http://stackoverflow.com/questions/41925006/using-openpyxl-module-to-write-to-spreadsheet-creates-a-damaged-spreadsheet-how
Stack Overflow
Using openpyxl module to write to spreadsheet creates a damaged spreadsheet, how to fix with zipfile module?
I have a program which writes to a spreadsheet using openpyxl. Upon execution of the program, the cells are filled as expected but the spreadsheet becomes damaged. Excel repairs the spreadsheet and...
Python-based daemon for CentOS and Ubuntu. Packaging process?: https://www.reddit.com/r/Python/comments/5rfmpl/pythonbased_daemon_for_centos_and_ubuntu/
reddit
Python-based daemon for CentOS and Ubuntu. Packaging... • /r/Python
Multiple times now I've found myself creating Python-based daemons for projects that require them being packaged and distributed as RPMs and...
Any way to port my vienvs to Docker?: https://www.reddit.com/r/Python/comments/5rfycn/any_way_to_port_my_vienvs_to_docker/
reddit
Any way to port my vienvs to Docker? • /r/Python
title
The Tao of Python The intricate relationship between "object" and "type" and how metaclasses, classes and instances are related: https://www.reddit.com/r/Python/comments/5rg3ym/the_tao_of_python_the_intricate_relationship/
reddit
The Tao of Python The intricate relationship between... • /r/Python
14 points and 4 comments so far on reddit
Time To Upgrade Your Python: TLS v1.2 Will Soon Be Mandatory: https://www.reddit.com/r/Python/comments/5rg6ne/time_to_upgrade_your_python_tls_v12_will_soon_be/
reddit
Time To Upgrade Your Python: TLS v1.2 Will Soon Be... • /r/Python
3 points and 1 comments so far on reddit
How to apply pos_tag_sents() to pandas dataframe efficiently: http://stackoverflow.com/questions/41674573/how-to-apply-pos-tag-sents-to-pandas-dataframe-efficiently
Stack Overflow
How to apply pos_tag_sents() to pandas dataframe efficiently
In situations where you wish to POS tag a column of text stored in a pandas dataframe with 1 sentence per row the majority of implementations on SO use the apply method
dfData['POSTags']= dfData['
dfData['POSTags']= dfData['
lookup times of `string in list` vs `string in set`: https://www.reddit.com/r/Python/comments/5rgq8v/lookup_times_of_string_in_list_vs_string_in_set/
reddit
lookup times of `string in list` vs `string in set` • /r/Python
I'm dealing with hundreds of thousands of strings here. Uniqueness is important, so I've been using a set. But once they're saved to a file, I...
Python module to get streaming urls: https://www.reddit.com/r/Python/comments/5rhbhg/python_module_to_get_streaming_urls/
reddit
Python module to get streaming urls • /r/Python
Hey, do you know python modules or scripts that help to obtain the streaming link of videos on popular websites (e.g. pornhub :D) I would like to...