Questions about using open source code in with Python code: https://www.reddit.com/r/Python/comments/4oghjv/questions_about_using_open_source_code_in_with/
reddit
Questions about using open source code in with Python code • /r/Python
I am writing a small Python library that uses an old and unmaintained Python library under the MIT license. What is considered the best way to...
Remove last 3 characters of each element of a list of strings.: https://www.reddit.com/r/Python/comments/4ogk8t/remove_last_3_characters_of_each_element_of_a/
reddit
Remove last 3 characters of each element of a list of... • /r/Python
I have a list of strings, call it S, where each element has a format similar to '2016-02-27 04:49:29.766684-06’. I want to remove the last three...
I missed pycon, what is your favorite talk that you recommend I watch?: https://www.reddit.com/r/Python/comments/4oh4vr/i_missed_pycon_what_is_your_favorite_talk_that/
reddit
I missed pycon, what is your favorite talk that you... • /r/Python
161 points and 78 comments so far on reddit
3d fractal in Blender Python – tutorial: http://slicker.me/blender/3d_mandelbrot.htm
The tkRAD (xml templating for tkinter) project has been deleted from Github.: https://www.reddit.com/r/Python/comments/4oig5m/the_tkrad_xml_templating_for_tkinter_project_has/
reddit
The tkRAD (xml templating for tkinter) project has... • /r/Python
I was just thinking of starting a small project based on this. Does anyone know of any recent forks (i.e. 2016) that I could look at? Here is an...
New filemapper (Pre-Alpha) package for python will create variables for your files: https://www.reddit.com/r/Python/comments/4oiiyg/new_filemapper_prealpha_package_for_python_will/
reddit
New filemapper (Pre-Alpha) package for python will... • /r/Python
Ever had to do this for each of your files ? file1 = open('folder/file1.dat') file2 = open('folder/file2.dat') file3 =...
HTTP Header Injection in Python Urllib: http://blog.blindspotsecurity.com/2016/06/advisory-http-header-injection-in.html
setupgoon – setup.py helper code to extort information from files: https://www.reddit.com/r/Python/comments/4oil3d/setupgoon_setuppy_helper_code_to_extort/
reddit
setupgoon – setup.py helper code to extort information... • /r/Python
1 points and 0 comments so far on reddit
Python property AND getter in a single class - bad practice?: http://stackoverflow.com/questions/37461099/python-property-and-getter-in-a-single-class-bad-practice
Stackoverflow
Python property AND getter in a single class - bad practice?
I've got a base class that a lot of other classes inherit from. This class has the following property:
@property
def element(self):
wait = WebDriverWait(self.driver, self.timeout)
...
@property
def element(self):
wait = WebDriverWait(self.driver, self.timeout)
...
how do I detect sprite collisions?: https://www.reddit.com/r/Python/comments/4ojfxc/how_do_i_detect_sprite_collisions/
reddit
how do I detect sprite collisions? • /r/Python
So, this is my 5th day learning python (still a noob) and I just cannot figure out how to detect when two sprites collide. I'm currently making an...
python opening files trough specific filename data: https://www.reddit.com/r/Python/comments/4ojrid/python_opening_files_trough_specific_filename_data/
reddit
python opening files trough specific filename data • /r/Python
Would Python be appropriate for making a program to search a file trough options 'embedded' in a filename? Or is there another coding language...
Bay Area python Conference Pybay is accepting proposals for talks (ends June 24th): https://www.reddit.com/r/Python/comments/4ojtwj/bay_area_python_conference_pybay_is_accepting/
reddit
Bay Area python Conference Pybay is accepting... • /r/Python
1 points and 0 comments so far on reddit
Show HN: Python Requests wrapper to honor service rate limits: https://github.com/nbrochu/requests-respectful
GitHub
nbrochu/requests-respectful
requests-respectful - Minimalist Requests wrapper to work within rate limits of any amount of services simultaneously. Parallel processing friendly.