Getting the difference between two times in Python: https://www.reddit.com/r/Python/comments/5jm8n7/getting_the_difference_between_two_times_in_python/
reddit
Getting the difference between two times in Python • /r/Python
0 points and 0 comments so far on reddit
Module to retrieve zip file passwords in Python: https://www.reddit.com/r/Python/comments/5jmcgx/module_to_retrieve_zip_file_passwords_in_python/
reddit
Module to retrieve zip file passwords in Python • /r/Python
https://github.com/Python-scripter/ZCracker Take a look, and let me know what you think!
Is Python a suitable language for my project ?: https://www.reddit.com/r/Python/comments/5jml34/is_python_a_suitable_language_for_my_project/
reddit
Is Python a suitable language for my project ? • /r/Python
I am working on making some kind of battery management script for a Raspberry Pi. I'm going to use the script to interface with a coloumb counter...
Run a script from any directory: https://www.reddit.com/r/Python/comments/5jmndp/run_a_script_from_any_directory/
reddit
Run a script from any directory • /r/Python
Hey guys. I am running Python on Windows, and I was wondering if there is any way to set up scripts to run from any directory. Ideally I would...
Loop freezes while preprocessing a lot of image data: https://www.reddit.com/r/Python/comments/5jmueb/loop_freezes_while_preprocessing_a_lot_of_image/
reddit
Loop freezes while preprocessing a lot of image data • /r/Python
Hello guys. I'm working on a Python script which should take a dataset with images and labels, preprocess the images and then save the whole...
Using Python for logic and as API for a C/C application. Difference between using ctypes and cython?: https://www.reddit.com/r/Python/comments/5jmzni/using_python_for_logic_and_as_api_for_a_cc/
reddit
Using Python for logic and as API for a C/C++... • /r/Python
I just started to create a c++ application and I want to use Python to control the application states, react to user-input, manipulate data and...
any morse code programs you know of?: https://www.reddit.com/r/Python/comments/5jn5u9/any_morse_code_programs_you_know_of/
reddit
any morse code programs you know of? • /r/Python
looking to try to learn morse code via the koch method outlined here http://www.qsl.net/n1irz/finley.morse.html need a program to make my...
Is it possible to control the Spotify app using python code?: https://www.reddit.com/r/Python/comments/5jn83f/is_it_possible_to_control_the_spotify_app_using/
reddit
Is it possible to control the Spotify app using python... • /r/Python
Say I want to play a specific playlist at a set time, can "hack" the Spotify app to do this using python? My ultimate goal is to use this on an...
Installing Python versions on Linux from source: https://www.reddit.com/r/Python/comments/5jnc89/installing_python_versions_on_linux_from_source/
reddit
Installing Python versions on Linux from source • /r/Python
Is there a way/manual to install Python versions from source on Linux? I've tried it a couple times but always ran into various errors, usually...
Has anyone got a job without a degree CompSci degree ?: https://www.reddit.com/r/Python/comments/5jn9gg/has_anyone_got_a_job_without_a_degree_compsci/
reddit
Has anyone got a job without a degree CompSci degree ?
Basic question. Im learning python right now and its starting to make sense. Just wondering if you can land a job if you have a good portfolio of...
How can I make an unique list cells?: http://stackoverflow.com/questions/41201194/how-can-i-make-an-unique-list-cells
Stackoverflow
How can I make an unique list cells?
I have a xls file which looks like below including 4 rows as an example and each row strings are separated by a ,.
A,B
AFD,DNGS,SGDH
NHYG,QHD,lkd,uyete
AFD,TTT
I want to extract all unique
A,B
AFD,DNGS,SGDH
NHYG,QHD,lkd,uyete
AFD,TTT
I want to extract all unique
Database w/ python? And if so, which one?: https://www.reddit.com/r/Python/comments/5jnjj1/database_w_python_and_if_so_which_one/
reddit
Database w/ python? And if so, which one? • /r/Python
I am currently use python machine learning algorithms via a script. The input is a tediously hand-gathered csv file from web data. I found a...
Keeping partly-offline sqlite db in sync with postgresql: http://stackoverflow.com/questions/38956786/keeping-partly-offline-sqlite-db-in-sync-with-postgresql
Stack Overflow
Keeping partly-offline sqlite db in sync with postgresql
This question is more on architecture and libs, than on implementation.
I am currently working at project, which requires a local long-term cache storage (updated once a day) at client kept in syn...
I am currently working at project, which requires a local long-term cache storage (updated once a day) at client kept in syn...
Top Python libraries of 2016: https://tryolabs.com/blog/2016/12/20/top-10-python-libraries-of-2016/
Tryolabs
Top 10 Python libraries of 2016
Debugging in Python: Show last N executed lines: http://stackoverflow.com/questions/41221496/debugging-in-python-show-last-n-executed-lines
Stackoverflow
Debugging in Python: Show last N executed lines
I would love to see the last 10 lines which were executed by the python interpreter before this exception occured:
test_has_perm_in_foobar.py F
Traceback (most recent call last):
File "/.../
test_has_perm_in_foobar.py F
Traceback (most recent call last):
File "/.../