Maybe a little geeky, but Im thinking of making it my playmat: https://www.reddit.com/r/Python/comments/4rum8q/maybe_a_little_geeky_but_im_thinking_of_making_it/
reddit
Maybe a little geeky, but Im thinking of making it my... • /r/Python
1 points and 0 comments so far on reddit
wifi distance - is it really possible?: https://www.reddit.com/r/Python/comments/4rvced/wifi_distance_is_it_really_possible/
reddit
wifi distance - is it really possible? • /r/Python
I'm not a very seasoned python developer. I've been playing around with it for a bit, but have years of experience with php. I understand how to...
Package with interface like TKInter that generates a web UI?: https://www.reddit.com/r/Python/comments/4rv7in/package_with_interface_like_tkinter_that/
reddit
Package with interface like TKInter that generates a... • r/Python
I used to work for a big bank and they had developed a UI module whose interface and widgets model was a lot like tkinter (eg create a panel or...
compare list of datetime to dict of datetime: http://stackoverflow.com/questions/38153456/compare-list-of-datetime-to-dict-of-datetime
Stackoverflow
compare list of datetime to dict of datetime
I have a task to create sets of dates based on specific condition, for example "greater than 2" will be passed and I need to create a set of all dates in this month that have a day > 2. also Ill be
Accessing a class using a string from raw input?: https://www.reddit.com/r/Python/comments/4rvsdg/accessing_a_class_using_a_string_from_raw_input/
reddit
Accessing a class using a string from raw input? • /r/Python
I would like to access a particular class object by using raw_input. Every time i run this code: class Month(object): stuff...
What changes in linux can break a python script?: https://www.reddit.com/r/Python/comments/4rw1gq/what_changes_in_linux_can_break_a_python_script/
reddit
What changes in linux can break a python script? • /r/Python
Hello I was given a python script that used to work perfectly well, but stopped working one day. After inquiring about it, I figured out the...
Can someone help me understand what this code does?: https://www.reddit.com/r/Python/comments/4rw5r6/can_someone_help_me_understand_what_this_code_does/
reddit
Can someone help me understand what this code does? • /r/Python
import sys n = int(input().strip()) a = [] for a_i in range(n): a_t = [int(a_temp) for a_temp in ...
Creating a keyboard shortcut that Googles the link I click on?: https://www.reddit.com/r/Python/comments/4rw614/creating_a_keyboard_shortcut_that_googles_the/
reddit
Creating a keyboard shortcut that Googles the link I... • /r/Python
I have very little experience with Python, but enough to know that almost everything is possible with this beautiful language! Anyways, to the...
Replace values in netCDF file using python: http://stackoverflow.com/questions/38230923/replace-values-in-netcdf-file-using-python
Stackoverflow
Replace values in netCDF file using python
I would like to replace all the -999.0 values in the foll. netCDF file by 0.0. The file is here:
https://www.dropbox.com/s/ohh7tntzm2pj1uw/all_SSP3_BaU_NoCC.nc?dl=0
here's my function:
def
https://www.dropbox.com/s/ohh7tntzm2pj1uw/all_SSP3_BaU_NoCC.nc?dl=0
here's my function:
def
What could be wrong with this piece of code?: https://www.reddit.com/r/Python/comments/4rwr36/what_could_be_wrong_with_this_piece_of_code/
reddit
What could be wrong with this piece of code? • /r/Python
Hello everyone, sometimes I spend some time creating some unpractical algorithms just for fun. This one in particular...
How to handle dependency on scipy in setup.py: http://stackoverflow.com/questions/27021270/how-to-handle-dependency-on-scipy-in-setup-py
Stackoverflow
How to handle dependency on scipy in setup.py
I am trying to create a setup.py for a project that depends on SciPy. The following setup.py reproduces this:
setup(
name='test',
version='0.1',
install_requires=['scipy']
)
When inst...
setup(
name='test',
version='0.1',
install_requires=['scipy']
)
When inst...
Bind .py script to usb numpad: https://www.reddit.com/r/Python/comments/4rydk4/bind_py_script_to_usb_numpad/
reddit
Bind .py script to usb numpad • /r/Python
I have a script set up to send me an email for 6 different events on a raspberry pi, all thats left is to bind each event to a usb keybad, the...
Any unofficial snapchat API that works?: https://www.reddit.com/r/Python/comments/4ry8vg/any_unofficial_snapchat_api_that_works/
reddit
Any unofficial snapchat API that works? • /r/Python
I have been looking for a way to use the unofficial snapchat API in python but everything that I find seems to be outdated due to fixes on...
What is the difference between WinRT, UWP (Universal Windows Platform) and WPF?: https://www.reddit.com/r/Python/comments/4ryj4e/what_is_the_difference_between_winrt_uwp/
reddit
What is the difference between WinRT, UWP (Universal... • /r/Python
6 points and 0 comments so far on reddit