Programmer looking into learning Python: https://www.reddit.com/r/Python/comments/4efsgv/programmer_looking_into_learning_python/
reddit
Programmer looking into learning Python • /r/Python
Hi, I'm a full time Java dev for last 3 years. I'm looking for a course (video / book) to quickly get me through Python with examples. Any good...
[Q] Script that corrects my input: https://www.reddit.com/r/Python/comments/4eg6hh/q_script_that_corrects_my_input/
reddit
[Q] Script that corrects my input • /r/Python
Hello, I'd like to write a script that autocorrects my input: If I enter ä, it should remove the 'ä' (backspace) and then write '& auml;'...
Pymssql Install Error: http://stackoverflow.com/questions/36506813/pymssql-install-error
Stackoverflow
Pymssql Install Error
I'm trying to install FreeTDS using binaries from here, on Windows, but I can't figure out how to install binary files; a google search turned up nothing relevant. I'm installing so that the Python
Could somebody make me a program?: https://www.reddit.com/r/Python/comments/4egfn0/could_somebody_make_me_a_program/
reddit
Could somebody make me a program? • /r/Python
The program needs to ask the user for there name and what class there in and store them in seperate variables, it essentially needs to be a quiz...
Automatic upgrades of PyPI dependencies through GitHub pull requests: https://www.reddit.com/r/Python/comments/4eg8i4/automatic_upgrades_of_pypi_dependencies_through/
reddit
Automatic upgrades of PyPI dependencies through GitHub... • /r/Python
5 points and 0 comments so far on reddit
A machine learning / computer vision project with python and cv2: https://www.reddit.com/r/Python/comments/4ehhkx/a_machine_learning_computer_vision_project_with/
reddit
A machine learning / computer vision project with... • /r/Python
2 points and 0 comments so far on reddit
Plotly's _plot_html() method for generating the javascript plotly chart that you can embed in your own html page!: https://www.reddit.com/r/Python/comments/4ehw34/plotlys_plot_html_method_for_generating_the/
reddit
Plotly's _plot_html() method for generating the... • /r/Python
Not sure if this was already widely known or not, but I made a public gist...
The Qt Company is taking Pyside and Pyside 2 under its wing, with official free and commercial versions coming: https://www.reddit.com/r/Python/comments/4ehzrx/the_qt_company_is_taking_pyside_and_pyside_2/
reddit
The Qt Company is taking Pyside and Pyside 2 under its... • /r/Python
5 points and 0 comments so far on reddit
Need little help with python .replace command: https://www.reddit.com/r/Python/comments/4ei8e1/need_little_help_with_python_replace_command/
reddit
Need little help with python .replace command • /r/Python
Hello, I got problem with strings. My string contains "\". When I try to replace "\" with "" I got error. my code is this: x.replace("\","")
I'm looking for a photosynthetic pigmentation spectrum anaylsis program in python... (long shot?): https://www.reddit.com/r/Python/comments/4ei9tm/im_looking_for_a_photosynthetic_pigmentation/
reddit
I'm looking for a photosynthetic pigmentation spectrum... • /r/Python
Title says it all. It would really help with a project I'm developing. Thanks!
Sublime Text getting clever with the autofill functions...: https://www.reddit.com/r/Python/comments/4eiaph/sublime_text_getting_clever_with_the_autofill/
reddit
Sublime Text getting clever with the autofill functions... • /r/Python
1 points and 0 comments so far on reddit
Add new pandas dataframe column using values from another: https://www.reddit.com/r/Python/comments/4eiefp/add_new_pandas_dataframe_column_using_values_from/
reddit
Add new pandas dataframe column using values from another • /r/Python
Hey, I'm pretty new to python, but I'm excited to start working on some data analytics. I've obtained a .csv of every NBA player's 2015 game...
How to get the Worksheet ID from a Google Spreadsheet with python?: http://stackoverflow.com/questions/36523723/how-to-get-the-worksheet-id-from-a-google-spreadsheet-with-python
Stack Overflow
How to get the Worksheet ID from a Google Spreadsheet with python?
I'd like to identify a method to attain the Worksheet ID within the URL for each of the worksheets within a Google Spreadsheet Workbook. For example, the worksheet id for 'sheet2' of this workbook ...