Deadline passes for National Front leader to repay EU funds - Problem for French Python developers?: https://www.reddit.com/r/Python/comments/5re7t0/deadline_passes_for_national_front_leader_to/
reddit
Deadline passes for National Front leader to repay EU... • /r/Python
0 points and 1 comments so far on reddit
Time to Upgrade Your Python: TLS v1.2 Will Soon Be Mandatory: http://pyfound.blogspot.com/2017/01/time-to-upgrade-your-python-tls-v12.html
Python Software Foundation Blog
Time To Upgrade Your Python: TLS v1.2 Will Soon Be Mandatory
If you're using an older Python without the most secure TLS implementation, this is the year to get serious about upgrading. Otherwise next ...
SSL: CERTIFICATE_VERIFY_FAILED when registering in pypitest: http://stackoverflow.com/questions/41688913/ssl-certificate-verify-failed-when-registering-in-pypitest
Stackoverflow
SSL: CERTIFICATE_VERIFY_FAILED when registering in pypitest
I've followed Peter Down's instruction on pushing a package to PyPI on http://peterdowns.com/posts/first-time-with-pypi.html
I have an account on PyPI Live and PyPI Test, I could log-in and the ac...
I have an account on PyPI Live and PyPI Test, I could log-in and the ac...
How can I store variables to a list/dict/set then use the new list contents for lookup purposes: https://www.reddit.com/r/Python/comments/5recv9/how_can_i_store_variables_to_a_listdictset_then/
reddit
How can I store variables to a list/dict/set then use... • /r/Python
for url in item.find_all('a'): url = "https://dummytestsite.com" + url.get('href') if url in links_list.urllinks: ...
I made a community driven website using Flask where anyone can propose changes, and I am opening the beta now for a limited number of users.: https://www.reddit.com/r/Python/comments/5redyx/i_made_a_community_driven_website_using_flask/
reddit
I made a community driven website using Flask where... • /r/Python
3 points and 1 comments so far on reddit
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