PCA fault detection with Python: https://www.reddit.com/r/Python/comments/4m1b5r/pca_fault_detection_with_python/
reddit
PCA fault detection with Python • /r/Python
Hi guys, I was implementing PCA for fault detection on Python and I guess that my T2 and Q values must be wrong. I'm basing my predictions on an...
Please help! How do I run test on these functions?: https://www.reddit.com/r/Python/comments/4m1pu5/please_help_how_do_i_run_test_on_these_functions/
reddit
Please help! How do I run test on these functions? • /r/Python
def main(): user_input = input(str("r for Rock, p for Paper, and s Scissors.\n")) if user_input == "r": choice = 1 ...
Anyone know Python can help me use Spargue's scripts to analyze my uBiome data?: https://www.reddit.com/r/Python/comments/4m1ql9/anyone_know_python_can_help_me_use_spargues/
reddit
Anyone know Python can help me use Spargue's scripts... • /r/Python
Been trying to figure out how to get his python script to work so I can see the bacterial change over time. Need someone's help! Super noob on...
Summer Security Project Ideas for Beginners: https://www.reddit.com/r/Python/comments/4m29ae/summer_security_project_ideas_for_beginners/
reddit
Summer Security Project Ideas for Beginners • /r/Python
Myself and a friend are finding ourselves with a lot of time on our hands this summer and are hoping to use it to learn more about Python. We...
runin, a program to open a shell in another country via DigitalOcean: https://www.reddit.com/r/Python/comments/4m2cm6/runin_a_program_to_open_a_shell_in_another/
reddit
runin, a program to open a shell in another country... • /r/Python
1 points and 2 comments so far on reddit
Jupyter Notebook for writing publication like analysis: https://www.reddit.com/r/Python/comments/4m2d15/jupyter_notebook_for_writing_publication_like/
reddit
Jupyter Notebook for writing publication like analysis • /r/Python
I saw somewhere (I might even have read it) an explanation of how to use Jupyter notebooks for creating great style publications. I really do not...
Statistical Natural Language Processing in Python (Jupyter notebook by Peter Norvig): https://www.reddit.com/r/Python/comments/4m2vkv/statistical_natural_language_processing_in_python/
reddit
Statistical Natural Language Processing in Python... • /r/Python
1 points and 0 comments so far on reddit
Leather: a SVG-producing library optimized for exploratory charting: https://www.reddit.com/r/Python/comments/4m2xm9/leather_a_svgproducing_library_optimized_for/
reddit
Leather: a SVG-producing library optimized for... • /r/Python
1 points and 0 comments so far on reddit
A really really basic and simple question regarding one line in a function, which seemingly changes nothing.: https://www.reddit.com/r/Python/comments/4m349n/a_really_really_basic_and_simple_question/
reddit
A really really basic and simple question regarding... • /r/Python
The difference between these 2 codes is one last line inside the function: in else indent: **clinic()**. Whether I leave it there or delete it, it...
Is there a vector library similar to javascript's canvas with jupyter support?: https://www.reddit.com/r/Python/comments/4m38js/is_there_a_vector_library_similar_to_javascripts/
reddit
Is there a vector library similar to javascript's... • /r/Python
I know Cairo's interface is almost identical but I couldn't find notebook support for it.
What is the biggest thing you've been asked to code in one of those post interview projects, to test you skill?: https://www.reddit.com/r/Python/comments/4m3x8m/what_is_the_biggest_thing_youve_been_asked_to/
reddit
What is the biggest thing you've been asked to code in... • /r/Python
1 points and 0 comments so far on reddit
K Lars John gives incredible closing keynote to PyCon 2016, received a standing ovation: https://www.reddit.com/r/Python/comments/4m4ihv/k_lars_john_gives_incredible_closing_keynote_to/
reddit
K Lars John gives incredible closing keynote to PyCon... • /r/Python
5 points and 1 comments so far on reddit
ElectroCRUD - Modern Open Source MySQL CRUD Application: https://www.reddit.com/r/Python/comments/4m4tl4/electrocrud_modern_open_source_mysql_crud/
reddit
ElectroCRUD - Modern Open Source MySQL CRUD Application • /r/Python
1 points and 1 comments so far on reddit
Are there any good embeddable python GUI query/report builders that aren't ridiculously expensive?: https://www.reddit.com/r/Python/comments/4m4t2d/are_there_any_good_embeddable_python_gui/
reddit
Are there any good embeddable python GUI query/report... • /r/Python
I've been looking for an embeddable tool for a database driven site that would allow end-users to create queries and build reports (excel and pdf...
Python 3.4, Windows 10 and Unable to find vcvarsall.bat: http://stackoverflow.com/questions/37534000/python-3-4-windows-10-and-unable-to-find-vcvarsall-bat
Stackoverflow
Python 3.4, Windows 10 and Unable to find vcvarsall.bat
When I try to build one package:
C:\Linter\intlib\PYTHON>python setup.py build
I get this error message:
running build
running build_ext
building 'LinPy' extension
error: U...
C:\Linter\intlib\PYTHON>python setup.py build
I get this error message:
running build
running build_ext
building 'LinPy' extension
error: U...
Free alternative to PyCharm?: https://www.reddit.com/r/Python/comments/4m598z/free_alternative_to_pycharm/
reddit
Free alternative to PyCharm? • /r/Python
What's the free alternative to PyCharm? My serial number is too old and I'm just using Python to go along with Head First Programming (lame book...