Made my first GUI program for my Intro to Programming class: https://www.reddit.com/r/Python/comments/4flcbn/made_my_first_gui_program_for_my_intro_to/
reddit
Made my first GUI program for my Intro to Programming... • /r/Python
I've been doing this with Excel for a while and decided I would create a Python program to do it as well. Here is a picture of the...
Python: Append first match of filename to a row in csv file: http://stackoverflow.com/questions/36653843/python-append-first-match-of-filename-to-a-row-in-csv-file
Stackoverflow
Python: Append first match of filename to a row in csv file
Update for clarity: I'm trying to append the value of the first match of a file name to a csv file. I would like to append the first fname match in file_label2 used to apply the found value to th...
Python package for raising issues/bugs(Django restframework): http://tixdo.github.io/django-rest-issues/
A Google Doc Type of Code Editor: https://www.reddit.com/r/Python/comments/4fm3ic/a_google_doc_type_of_code_editor/
reddit
A Google Doc Type of Code Editor • /r/Python
I have a Python project to do with a buddy of mine, and I thought it would be cool to do it real-time with him and it would be much easier. The...
Exceptions catching performance in python: http://stackoverflow.com/questions/36642633/exceptions-catching-performance-in-python
Stackoverflow
Exceptions catching performance in python
I know exceptions in python are fast when it comes to the try but that it may be expensive when it comes to the catch.
Does this mean that:
try:
some code
except MyException:
pass
is faster
Does this mean that:
try:
some code
except MyException:
pass
is faster
Python script running in movile device: https://www.reddit.com/r/Python/comments/4fmd5z/python_script_running_in_movile_device/
reddit
Python script running in movile device • /r/Python
Recently I've been thinking in automating a wifi connection, for which I need to write username and password inside a webpage on my iPhone web...
Sending ctrl-r to bash in a python subprocess: http://stackoverflow.com/questions/36687580/sending-ctrl-r-to-bash-in-a-python-subprocess
Stackoverflow
Sending ctrl-r to bash in a python subprocess
When pressing ctrl-r in bash, I can see (reverse-i-search) prompt.
In python, I can open a bash process like this
p = subprocess.Popen(['bash'], stdin=subprocess.PIPE,
stdout=subprocess....
In python, I can open a bash process like this
p = subprocess.Popen(['bash'], stdin=subprocess.PIPE,
stdout=subprocess....
Python 2.x/3.x libraries for working with speech data: https://www.reddit.com/r/Python/comments/4fmmt1/python_2x3x_libraries_for_working_with_speech_data/
reddit
r/Python - Python 2.x/3.x libraries for working with speech data
56 votes and 9 comments so far on Reddit
Interview with Justin Seitz Author of Gray Hat Python and Black Hat Python Books: https://www.reddit.com/r/Python/comments/4fmr36/interview_with_justin_seitz_author_of_gray_hat/
reddit
Interview with Justin Seitz Author of Gray Hat Python... • /r/Python
6 points and 0 comments so far on reddit
I had some spare time and made a minimalist 1KB CMS [OC]: https://www.reddit.com/r/Python/comments/4fmsxb/i_had_some_spare_time_and_made_a_minimalist_1kb/
reddit
I had some spare time and made a minimalist 1KB CMS [OC] • /r/Python
2 points and 0 comments so far on reddit
Where’s Susi? Airborne Orangutan Tracking with Python and React.js: https://dirkgorissen.com/2016/04/19/wheres-susi-airborne-orangutan-tracking-with-python-and-react-js/
Machine Doing
Where’s Susi? Airborne Orangutan Tracking with Python and React.js
TL;DR: You are faced with a few thousand hectares of rainforest that you know harbours one or more orangutans that you need to track down. Where, how, and why do you start looking? Background About…
Interactive matplotlib editor: https://www.reddit.com/r/Python/comments/4fngem/interactive_matplotlib_editor/
reddit
Interactive matplotlib editor • /r/Python
[Apologies if this has been asked before and is an FAQ.] I'm just starting to use matplotlib with anaconda, but have a long background with...
Decomposing a time series in Python and getting a trend component for the entire time series?: https://www.reddit.com/r/Python/comments/4fnjhu/decomposing_a_time_series_in_python_and_getting_a/
reddit
Decomposing a time series in Python and getting a... • /r/Python
Hi, I am trying to extract a seasonality component from a time series using seasonal_decompose (based on...
Good short example of Python's beauty compared to Java?: https://www.reddit.com/r/Python/comments/4fnr51/good_short_example_of_pythons_beauty_compared_to/
reddit
Good short example of Python's beauty compared to Java? • /r/Python
I'm going to be speaking in front of a strongly Java-favourable crowd soon and while I'm generally going to just be showing the basic syntax and...
Does this CGI script really work? Too many errors while trying to setup and access using nginx.: https://www.reddit.com/r/Python/comments/4fnrup/does_this_cgi_script_really_work_too_many_errors/
reddit
Does this CGI script really work? Too many errors... • /r/Python
1 points and 0 comments so far on reddit
Looking for a good tutorial w jupyter python3 and pyparallel: https://www.reddit.com/r/Python/comments/4fnw4z/looking_for_a_good_tutorial_w_jupyter_python3_and/
reddit
Looking for a good tutorial w jupyter python3 and... • /r/Python
I would like to install jupyter on multiple computer so , for the moment i don't find any good tutorial that explain how to distribute jupyter...
setuptools-tasks: Easier deployment build system for non-Python tasks: https://www.reddit.com/r/Python/comments/4fnvxz/setuptoolstasks_easier_deployment_build_system/
reddit
setuptools-tasks: Easier deployment build system for... • /r/Python
2 points and 0 comments so far on reddit