The key differences between Python 2.7.x and Python 3.x with examples (2014): http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html
Sebastian Raschka, PhD
The key differences between Python 2.7.x and Python 3.x with examples
Many beginning Python users are wondering with which version of Python they should start. My answer to this question is usually something along the lines “ju...
Best way to extract text from pdf?: https://www.reddit.com/r/Python/comments/4l5g2r/best_way_to_extract_text_from_pdf/
reddit
Best way to extract text from pdf? • /r/Python
Howdy y'all. Any good modules for extracting text from a pdf. I don't care about pictures or tables, just text. I've discovered pypdf2 but not...
Python Weekly - Issue 245: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
New to Python - ERRNO2 message as I try to open a .py file: https://www.reddit.com/r/Python/comments/4l63bi/new_to_python_errno2_message_as_i_try_to_open_a/
reddit
New to Python - ERRNO2 message as I try to open a .py file • /r/Python
Hi friends! I am starting to learn how to code with Python and I am experienced difficulties opening a .py file that I created from the...
Stuck on this simple question about functions: https://www.reddit.com/r/Python/comments/4l6aon/stuck_on_this_simple_question_about_functions/
reddit
Stuck on this simple question about functions • /r/Python
>Define a function f(x)=15x3+3x2−1500 in Python. Then use Python to compute f(5) + f(f(5)) + f(f(f(5))) and enter the resulting value. I'm...
How to run a function on all Spark workers before processing data in PySpark?: http://stackoverflow.com/questions/37343437/how-to-run-a-function-on-all-spark-workers-before-processing-data-in-pyspark
Stack Overflow
How to run a function on all Spark workers before processing data in PySpark?
I'm running a Spark Streaming task in a cluster using YARN. Each node in the cluster runs multiple spark workers. Before the streaming starts I want to execute a "setup" function on all workers on ...
A Python API to retrieve and read MLB GameDay XML data for the baseball season: https://github.com/zachpanz88/mlbgame
Github
GitHub - zachpanz88/mlbgame: A Python API to retrieve and read MLB GameDay XML data
mlbgame - A Python API to retrieve and read MLB GameDay XML data
Python and IBM DB2: UnicodeDecodeError: http://stackoverflow.com/questions/37395235/python-and-ibm-db2-unicodedecodeerror
Stack Overflow
Python and IBM DB2: UnicodeDecodeError
I'm getting this error message
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc8 in position 38: ordinal not in range(128)
when I try to execute any sql query in Python, like this one:
...
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc8 in position 38: ordinal not in range(128)
when I try to execute any sql query in Python, like this one:
...
PSA: Use SciPy wheels in cloud CI services: https://www.reddit.com/r/Python/comments/4l6c5m/psa_use_scipy_wheels_in_cloud_ci_services/
reddit
PSA: Use SciPy wheels in cloud CI services • /r/Python
Now that we have SciPy wheels, make sure to use them in CI environments! Most probably all you need to do is prepend pip install -U pip...
Looking for URL verification modules: https://www.reddit.com/r/Python/comments/4l6jcm/looking_for_url_verification_modules/
reddit
Looking for URL verification modules • /r/Python
I'm new to reddit so I hope this is a normal/okay thing to post here - I'm looking for a module that can verify whether or not a site exists at a...
[PyCharm] Is there way to configure Run window floating mode ?: https://www.reddit.com/r/Python/comments/4l72yx/pycharm_is_there_way_to_configure_run_window/
reddit
[PyCharm] Is there way to configure Run window... • /r/Python
I just want to disable transparency or configure its behaviour (i know about window mode, its different and doesn't fit to me
Made this with Python 2.7 from scratch (no django or flask) no git just yet but soon!!: https://www.reddit.com/r/Python/comments/4l71if/made_this_with_python_27_from_scratch_no_django/
reddit
Made this with Python 2.7 from scratch (no django or... • /r/Python
4 points and 4 comments so far on reddit
changing update rate with gpsd and python: http://stackoverflow.com/questions/37354512/changing-update-rate-with-gpsd-and-python
Stackoverflow
changing update rate with gpsd and python
I'm using the adafruit ultimate GPS breakout with my Raspberry Pi 2 using python2.7.9, GPSD, and the python-gps package. I'm successfully getting gps updates at 1Hz over the serial port.
This devi...
This devi...
How to make my Python3 merge sort faster?: https://www.reddit.com/r/Python/comments/4l7ncw/how_to_make_my_python3_merge_sort_faster/
reddit
How to make my Python3 merge sort faster? • /r/Python
Hey guys, so I decided to implement merge sort to sort a large (5GB) csv file, and I think I have the logic down, it's just really slow, any tips...
Problem with praw, only returns half of the values.: https://www.reddit.com/r/Python/comments/4l7w5u/problem_with_praw_only_returns_half_of_the_values/
reddit
Problem with praw, only returns half of the values. • /r/Python
I have [this](http://pastie.org/private/qtajnjtqq3e3gfnaaezd9w) It's meant to return the last 12 comments and the last 12 submissions, but...
Framework for non GUI applications: https://www.reddit.com/r/Python/comments/4l81ik/framework_for_non_gui_applications/
reddit
Framework for non GUI applications • /r/Python
(Apologies if formatting is broken, typing this on my phone) So after writing a number of applications that are either long running (effectively...