pandas behave differently on mac and ubuntu ?: https://www.reddit.com/r/Python/comments/84ssug/pandas_behave_differently_on_mac_and_ubuntu/
reddit
pandas behave differently on mac and ubuntu ? • r/Python
I had a csv file of ~7GB. When I read it in pandas on my MacBook. which has 16G RAM, everything was fine and the data frame is ~11GB. But when I...
How to completely package a python program without using Docker: https://www.reddit.com/r/Python/comments/84t39x/how_to_completely_package_a_python_program/
reddit
How to completely package a python program without... • r/Python
I want to COMPLETELY package my python program. I want my users to be able to download something and run it on any OS, without even having python...
Voice Authentication/Voice Biometrics: https://www.reddit.com/r/Python/comments/84t4jn/voice_authenticationvoice_biometrics/
reddit
Voice Authentication/Voice Biometrics • r/Python
Good day. I'm making a project about voice authentication for my digital signal processing subject. I have searched and tried to understand how...
Integer Programming in Python – Towards Data Science: https://www.reddit.com/r/Python/comments/84ucgf/integer_programming_in_python_towards_data_science/
reddit
Integer Programming in Python – Towards Data Science • r/Python
1 points and 0 comments so far on reddit
NumFOCUS thanks Matt Turk for his service on the Board of Directors: https://www.reddit.com/r/Python/comments/84uda8/numfocus_thanks_matt_turk_for_his_service_on_the/
reddit
NumFOCUS thanks Matt Turk for his service on the Board... • r/Python
1 points and 0 comments so far on reddit
15 Minute Apps // Common desktop apps in Python, using PyQt: https://www.reddit.com/r/Python/comments/84uiuz/15_minute_apps_common_desktop_apps_in_python/
reddit
15 Minute Apps // Common desktop apps in Python, using PyQt • r/Python
47 points and 13 comments so far on reddit
Ptrace Security course certification PEH Certification. Has anyone taking this?: https://www.reddit.com/r/Python/comments/84vfd5/ptrace_security_course_certification_peh/
reddit
Ptrace Security course + certification PEH... • r/Python
1 points and 1 comments so far on reddit
All You Need to Know to Start Using Fixtures in Your pytest Code: https://www.reddit.com/r/Python/comments/84vau4/all_you_need_to_know_to_start_using_fixtures_in/
reddit
All You Need to Know to Start Using Fixtures in Your... • r/Python
1 points and 0 comments so far on reddit
Checking for dead links locally in a static website (using wget?): https://stackoverflow.com/questions/49278135/checking-for-dead-links-locally-in-a-static-website-using-wget
Stackoverflow
Checking for dead links locally in a static website (using wget?)
A very nice tool to check for dead links (e.g. links pointing to 404 errors) is wget --spider. However, I have a slightly different use-case where I generate a static website, and want to check for