Python Discord's fifth code jam will run 06/28 -> 07/07. Win prizes! Sign up now!: https://www.reddit.com/r/Python/comments/bxfgos/python_discords_fifth_code_jam_will_run_0628_0707/
reddit
r/Python - Python Discord's fifth code jam will run 06/28 -> 07/07. Win prizes! Sign up now!
44 votes and 23 comments so far on Reddit
Back online: MIT's Introduction to Computer Science and Programming Using Python: https://www.reddit.com/r/Python/comments/bxm26o/back_online_mits_introduction_to_computer_science/
reddit
r/Python - Back online: MIT's Introduction to Computer Science and Programming Using Python
386 votes and 44 comments so far on Reddit
pytesseract: good OCR or good Lines - never both: https://stackoverflow.com/questions/56450328/pytesseract-good-ocr-or-good-lines-never-both
Stack Overflow
pytesseract: good OCR or good Lines - never both
I'm using pytesseract (tesseract version 3.05) to OCR (Optical Character Recognition) a printed PDF bill that is digitally created. I pre-process it to remove any color and set it to pure black and
Projecting a cube onto a plane using matrix transformations and numpy: https://stackoverflow.com/questions/56349025/projecting-a-cube-onto-a-plane-using-matrix-transformations-and-numpy
Stack Overflow
Projecting a cube onto a plane using matrix transformations and numpy
I wasn't sure if this topic was a better fit here or on math overflow. Since I'm using numpy, I thought I'd post it here.
I'm trying to rotate a cube in 3 dimensional space and then project it ont...
I'm trying to rotate a cube in 3 dimensional space and then project it ont...
Win10 is going to start including Python 3.7: https://blog.adafruit.com/2019/06/04/new-guide-python-is-in-the-latest-build-of-windows-10-adafruitlearningsystem-python-adafruit-win10-windows-adafruit/
Adafruit Industries - Makers, hackers, artists, designers and engineers!
NEW GUIDE: Python is in the latest build of Windows 10 #AdafruitLearningSystem #Python #Adafruit #Win10 @Windows @Adafruit
New in the Adafruit Learning System: Using Python on Windows 10 – wait no more! Microsoft has added Python 3.7 to the May 2019 update for Windows 10. Using the steps in this guide, you can ge…
Is it possible to test that test-dependencies have not leaked into real code with python/pytest: https://stackoverflow.com/questions/56452948/is-it-possible-to-test-that-test-dependencies-have-not-leaked-into-real-code-wit
Stack Overflow
Is it possible to test that test-dependencies have not leaked into real code with python/pytest
TL;DR: If I'm using pytest and some other test-only dependencies, is it possible to assert that none of these test-only dependencies have leaked into actual, non-test code?
In Java, when I run tes...
In Java, when I run tes...
Python is in the latest build of Windows 10: https://devblogs.microsoft.com/python/python-in-the-windows-10-may-2019-update/
Microsoft News
Who put Python in the Windows 10 May 2019 Update?
Python might be hard to install on Windows, but with the latest Windows 10 update, you can type "python" to find it in the Microsoft Store.
scikit-learn feature ranking returns identical values: https://stackoverflow.com/questions/56452609/scikit-learn-feature-ranking-returns-identical-values
Stack Overflow
scikit-learn feature ranking returns identical values
I'm using scikit-learn's RFECV class to perform feature selection. I'm interested in identifying the relative importance of a bunch of variables. However, scikit-learn returns the same ranking (1) ...
New Nim release "effectively version 1.0 RC1" - after 11 years of work, the Python-like systems programming language is finally close to stable: https://www.reddit.com/r/Python/comments/bxosqc/new_nim_release_effectively_version_10_rc1_after/
reddit
r/Python - New Nim release "effectively version 1.0 RC1" - after 11 years of work, the Python-like systems programming language…
0 votes and 0 comments so far on Reddit
Why doesn't the AP show up? Why is my MAC not anonymous?: https://stackoverflow.com/questions/56431273/why-doesnt-the-ap-show-up-why-is-my-mac-not-anonymous
Stack Overflow
Why doesn't the AP show up? Why is my MAC not anonymous?
In this example is the code to create an Answering Machine for Proberequests. The result is that the AP is showing up on a device. The following is my code. I had to change some things up to get it
How did I circumvent the recursion limit? (Sieve of Erastostenes): https://www.reddit.com/r/Python/comments/bxsjf4/how_did_i_circumvent_the_recursion_limit_sieve_of/
reddit
r/Python - How did I circumvent the recursion limit? (Sieve of Erastostenes)
22 votes and 15 comments so far on Reddit
A Python library for building robust production-ready data and ML pipelines: https://www.reddit.com/r/Python/comments/bxs3ay/a_python_library_for_building_robust/
reddit
r/Python - A Python library for building robust production-ready data and ML pipelines
0 votes and 0 comments so far on Reddit
A short post on the current state of Python packaging (discussion in comments): https://www.reddit.com/r/Python/comments/bxvfzt/a_short_post_on_the_current_state_of_python/
reddit
r/Python - A short post on the current state of Python packaging (discussion in comments)
0 votes and 0 comments so far on Reddit
Automating MS Office w/ Python Programming via Win32 COM Library: https://www.reddit.com/r/Python/comments/bxx0ua/automating_ms_office_w_python_programming_via/
reddit
Automating MS Office w/ Python Programming via Win32 COM Library
Has anyone here had experience automating office applications using the Win32 COM library. If so, how was the learning curve to become proficient...
object is subclassed during dynamic type creation but not during classic class definition in python2: https://stackoverflow.com/questions/56455247/object-is-subclassed-during-dynamic-type-creation-but-not-during-classic-class-d
Stack Overflow
object is subclassed during dynamic type creation but not during classic class definition in python2
We know that this creates a class:
class X:
a = 1
And, in Python 3, due to new style classes, X automatically inherits from object, but in Python 2, it doesn't:
>>> X.__bases__ # Py...
class X:
a = 1
And, in Python 3, due to new style classes, X automatically inherits from object, but in Python 2, it doesn't:
>>> X.__bases__ # Py...
I've been teaching myself python and made a mandelbrot image generator.: https://www.reddit.com/r/Python/comments/by1l2g/ive_been_teaching_myself_python_and_made_a/
reddit
r/Python - I've been teaching myself python and made a mandelbrot image generator.
0 votes and 0 comments so far on Reddit
Current State of Python Packaging: https://stefanoborini.com/current-status-of-python-packaging/
Fly, Crash, Raise Exception
Current Status of Python Packaging - 2019
In this post, I will try to explain the intricate details of python packaging. I spent the best part of my evenings in the past two months to gather as much information as possible about the problem, the current solutions, what is legacy and what is not.
Error state Kalman Filter from MATLAB to Python: https://stackoverflow.com/questions/56456790/error-state-kalman-filter-from-matlab-to-python
Stack Overflow
Error state Kalman Filter from MATLAB to Python
I am trying to reproduce the algorithm explained here in Python but I am facing some problems with a strange growth of some parameters.
The following is my attempt. Observe that get_ang() and get_a...
The following is my attempt. Observe that get_ang() and get_a...