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.
Easiest way to create a Python module that wraps a C module: https://www.reddit.com/r/Python/comments/4ol4ca/easiest_way_to_create_a_python_module_that_wraps/
reddit
Easiest way to create a Python module that wraps a C... • /r/Python
I've tried and searched many hours.. Cython, SWIG. It all seems so complicated. Is there no easy way to wrap [this...
PyQt4 script frozen by PyInstaller gives Fatal Error:"Failed to execute script pyi_rth_qt4plugins": http://stackoverflow.com/questions/37227092/pyqt4-script-frozen-by-pyinstaller-gives-fatal-errorfailed-to-execute-script-p
Stackoverflow
PyQt4 script frozen by PyInstaller gives Fatal Error:"Failed to execute script pyi_rth_qt4plugins"
I am writing the simple following py3.5 script:
import sys
from PyQt4 import QtGui
class Window(QtGui.QMainWindow):
def __init__(self):
super().__init__()
self.setGeometry(5...
import sys
from PyQt4 import QtGui
class Window(QtGui.QMainWindow):
def __init__(self):
super().__init__()
self.setGeometry(5...
Hello r/python! Is it possible to create a program for my computer so that every time I open up Google Chrome a heart image will pop up?: https://www.reddit.com/r/Python/comments/4onjsz/hello_rpython_is_it_possible_to_create_a_program/
reddit
Hello r/python! Is it possible to create a program for... • /r/Python
I'm very new to programming and Python 3.5.1 is the first language i'm learning. I was wondering if it were possible to write a program like this...