Large-scale Project to Build My Resume: https://www.reddit.com/r/Python/comments/55eqe9/largescale_project_to_build_my_resume/
reddit
Large-scale Project to Build My Resume • /r/Python
I'm not a computer scientist or computer engineer. I went to college for engineering, learned mostly C and assembly, but also had classes for...
Needed: An idea for an open source side project: https://www.reddit.com/r/Python/comments/55esqd/needed_an_idea_for_an_open_source_side_project/
reddit
Needed: An idea for an open source side project • /r/Python
Me and a friend are looking for a side project. we were wondering if you guys have any ides of any missing packages you would feel are useful and...
Beginner question or complaint about syntax: https://www.reddit.com/r/Python/comments/55f3td/beginner_question_or_complaint_about_syntax/
reddit
Beginner question or complaint about syntax • /r/Python
for i in [5,4,3,2,1]: print i This syntax would be much more readable if written as i = for each in [5,4,3,2,1]: print i Are the...
gitless: A Python based version control system built on top of Git: https://www.reddit.com/r/Python/comments/55f6cu/gitless_a_python_based_version_control_system/
reddit
gitless: A Python based version control system built... • /r/Python
2 points and 1 comments so far on reddit
My program keeps on stopping short for some reason. Help identifying why?: https://www.reddit.com/r/Python/comments/55fq1s/my_program_keeps_on_stopping_short_for_some/
reddit
My program keeps on stopping short for some reason.... • /r/Python
For context, we haven't learned functions yet. I can't for the life of me figure this problem out. **What the program is suppose to do:** Its...
validr: a simple,fast,extensible python library for data validation: https://www.reddit.com/r/Python/comments/55higt/validr_a_simplefastextensible_python_library_for/
reddit
validr: a simple,fast,extensible python library for... • /r/Python
1 points and 0 comments so far on reddit
ffmpy: Pythonic interface for FFmpeg/FFprobe command line: https://www.reddit.com/r/Python/comments/55hmpr/ffmpy_pythonic_interface_for_ffmpegffprobe/
reddit
ffmpy: Pythonic interface for FFmpeg/FFprobe command line • /r/Python
2 points and 0 comments so far on reddit
Seeking funding for deeper integration between Hypothesis and pytest: https://www.reddit.com/r/Python/comments/55hrxy/seeking_funding_for_deeper_integration_between/
reddit
Seeking funding for deeper integration between... • /r/Python
1 points and 0 comments so far on reddit
Can you guys recommend any podcasts/audio books I can listen to at work on slow days?: https://www.reddit.com/r/Python/comments/55hsgy/can_you_guys_recommend_any_podcastsaudio_books_i/
reddit
Can you guys recommend any podcasts/audio books I can... • /r/Python
As per title, looking for the best Python (or even programming in general) podcasts, commentary and/or audio books. What do you recommend?
Python How to detect vertical and horizontal lines in an image with HoughLines with OpenCV?: http://stackoverflow.com/questions/39752235/python-how-to-detect-vertical-and-horizontal-lines-in-an-image-with-houghlines-w
Stack Overflow
Python How to detect vertical and horizontal lines in an image with HoughLines with OpenCV?
I m trying to obtain a threshold of the calibration chessboard. I cant detect directly the chessboard corners as there is some dust as i observe a micro chessboard.
I try several methods and HoughL...
I try several methods and HoughL...
Python button functions oddly not doing the same: http://stackoverflow.com/questions/39785577/python-button-functions-oddly-not-doing-the-same
Stackoverflow
Python button functions oddly not doing the same
Everyone, hello!
I currently have 2 buttons hooked up to my Raspberry Pi (these are the ones with ring LED's in them) and I'm trying to perform this code
#!/usr/bin/env python
import RPi.GPIO as ...
I currently have 2 buttons hooked up to my Raspberry Pi (these are the ones with ring LED's in them) and I'm trying to perform this code
#!/usr/bin/env python
import RPi.GPIO as ...
Datestuff: Relative dates/datetimes and dateranges: https://www.reddit.com/r/Python/comments/55ie23/datestuff_relative_datesdatetimes_and_dateranges/
reddit
Datestuff: Relative dates/datetimes and dateranges • /r/Python
1 points and 0 comments so far on reddit
xpost from /r/programming. Very interesting project to compile an application and only what's required from an OS into a bootable image with only one limitation: single threaded. But, maybe that's not such a big deal.: https://www.reddit.com/r/Python/comments/55izpl/xpost_from_rprogramming_very_interesting_project/
reddit
xpost from /r/programming. Very interesting project to... • /r/Python
1 points and 0 comments so far on reddit
How to get lineno of "end-of-statement" in Python ast: http://stackoverflow.com/questions/39779538/how-to-get-lineno-of-end-of-statement-in-python-ast
Stackoverflow
How to get lineno of "end-of-statement" in Python ast
I am trying to work on a script that manipulates another script in Python, the script to be modified has structure like:
class SomethingRecord(Record):
description = 'This records something'
class SomethingRecord(Record):
description = 'This records something'