Command line tool to fix a few common po files syntax errors.: https://www.reddit.com/r/Python/comments/4bhzdr/command_line_tool_to_fix_a_few_common_po_files/
reddit
Command line tool to fix a few common po files syntax... • /r/Python
1 points and 1 comments so far on reddit
Pick random lines from a huge file in Python: https://www.reddit.com/r/Python/comments/4bi1q7/pick_random_lines_from_a_huge_file_in_python/
reddit
Pick random lines from a huge file in Python • /r/Python
HI All, I have a csv file of size 10 GB with about 300 million rows, having quite a lot of duplicate rows in the file as well. I want to pick...
Looking for an interactive 3d network graphing lib (py3 preferred, though not required): https://www.reddit.com/r/Python/comments/4bijab/looking_for_an_interactive_3d_network_graphing/
reddit
Looking for an interactive 3d network graphing lib... • /r/Python
I'm looking for a lib that could render linked node graphs in 3d, with each node having defined spatial co-ordinates. The graph itself may be...
Property based testing with Hypothesis and dividing by 11 (a basic example of using Hypothesis).: https://www.reddit.com/r/Python/comments/4bir9v/property_based_testing_with_hypothesis_and/
reddit
Property based testing with Hypothesis and dividing by... • /r/Python
1 points and 0 comments so far on reddit
Learning Python On Codeademy livecoding.tv watch people code products live: https://www.reddit.com/r/Python/comments/4bgh1d/learning_python_on_codeademy_livecodingtv_watch/
subprocess_check_output takes a large and unreliable amount of time to run. Why?: https://www.reddit.com/r/Python/comments/4bjki8/subprocess_check_output_takes_a_large_and/
reddit
subprocess_check_output takes a large and unreliable... • /r/Python
#!/usr/bin/env python import subprocess import time end = time.time()+1 while (time.time() < end): ...
Could someone give me feedback on this code?: https://www.reddit.com/r/Python/comments/4bjmf9/could_someone_give_me_feedback_on_this_code/
reddit
Could someone give me feedback on this code? • /r/Python
I have been coding Python for a while now and would just like someone to give me feedback on my code. I would like to know what is...
Thermal printer with raspberry pi 3 randomly bugging out: https://www.reddit.com/r/Python/comments/4bjwo9/thermal_printer_with_raspberry_pi_3_randomly/
reddit
Thermal printer with raspberry pi 3 randomly bugging out • /r/Python
I need to set up a receipt printer to work with a raspberry pi for a project I'm working on yet I've run into an issue. I'm using a raspberry pi 3...
Control a windows program (press buttons etc.): https://www.reddit.com/r/Python/comments/4bk22i/control_a_windows_program_press_buttons_etc/
reddit
Control a windows program (press buttons etc.) • /r/Python
Hi, I have a windows program and I need to automatically press a button "RUN" in that program. I can use pywin32, but I want a better solution...
Dependency injection is causing modules to become coupled, what should I do instead?: https://www.reddit.com/r/Python/comments/4bjxlv/dependency_injection_is_causing_modules_to_become/
reddit
Dependency injection is causing modules to become... • /r/Python
Let's say I have some data which is generated by a function in `module1` and needed by a function in `module2`. To make both modules testable,...
cx_freeze: How do I move modules to subdir?: https://www.reddit.com/r/Python/comments/4bkhno/cx_freeze_how_do_i_move_modules_to_subdir/
reddit
cx_freeze: How do I move modules to subdir? • /r/Python
I have a working application converted to .exe using **cx_freeze**. The problem is the directory structure is: / main.py ...
Publishing an app in google play using python to code it: https://www.reddit.com/r/Python/comments/4bkrn0/publishing_an_app_in_google_play_using_python_to/
reddit
Publishing an app in google play using python to code it • /r/Python
Can I use python to code an app and publish it in the playstore of google ? Can I somehow compile it or something like that or is it just not...
Building Database Driven RESTFUL API's in Python 3 with Flask: https://www.reddit.com/r/Python/comments/4blhxt/building_database_driven_restful_apis_in_python_3/
reddit
Building Database Driven RESTFUL API's in Python 3... • /r/Python
2 points and 0 comments so far on reddit
Willing to pay for help with this python script: https://www.reddit.com/r/Python/comments/4blq91/willing_to_pay_for_help_with_this_python_script/
reddit
Willing to pay for help with this python script • /r/Python
Hi, I'm new to python so would be happy to pay someone to help write the following that I could run on iphone Pythonista Due to slow broadband...
Numscrypt: port of a small part of NumPy to the Transcrypt Python3.5 to JS compiler, using JS typed arrays: https://www.reddit.com/r/Python/comments/4blzdp/numscrypt_port_of_a_small_part_of_numpy_to_the/
reddit
Numscrypt: port of a small part of NumPy to the Transcrypt...
Numscrypt (https://github.com/JdeH/Numscrypt) is a port of a small part of NumPy to Transcrypt using JavaScript typed arrays. While some attention...