The Photonic Guitar I'm developing. Needs Python coding for the next stage. Any advice on who might be able to help?: https://www.reddit.com/r/Python/comments/4rtshw/the_photonic_guitar_im_developing_needs_python/
reddit
The Photonic Guitar I'm developing. Needs Python... • /r/Python
1 points and 1 comments so far on reddit
Help me improve! Simple example to determine is strings are one operation away from each other: https://www.reddit.com/r/Python/comments/4rtytj/help_me_improve_simple_example_to_determine_is/
reddit
Help me improve! Simple example to determine is... • /r/Python
Im working over some problems to get more familiar with python. I came across an example in a book that I worked through. My answer was...
Beckett, a convention-based framework for building Python interfaces around HTTP APIs.: https://www.reddit.com/r/Python/comments/4ru4yw/beckett_a_conventionbased_framework_for_building/
reddit
Beckett, a convention-based framework for building... • /r/Python
1 points and 0 comments so far on reddit
Never forget a facebook friends birthday again. I wrote an fb bot that writes birthday messages to your friends wall.: https://www.reddit.com/r/Python/comments/4rtzsm/never_forget_a_facebook_friends_birthday_again_i/
reddit
Never forget a facebook friends birthday again. I... • /r/Python
2 points and 1 comments so far on reddit
Reverse Debugging for Python: https://morepypy.blogspot.com/2016/07/reverse-debugging-for-python.html
How to use the Ie webdriver from selenium for python (Failed to navigate error)?: http://stackoverflow.com/questions/38224983/how-to-use-the-ie-webdriver-from-selenium-for-python-failed-to-navigate-error
Stackoverflow
How to use the Ie webdriver from selenium for python (Failed to navigate error)?
I am trying to use the python-selenium API to perform GUI tests on different browsers. When I try to use IE (11.0.10240) in the following way (Windows 10, using authentication):
driver = webdriver...
driver = webdriver...
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...