Can't get VirtualEnv to work on Powershell: https://www.reddit.com/r/Python/comments/72cr6u/cant_get_virtualenv_to_work_on_powershell/
reddit
Can't get VirtualEnv to work on Powershell • r/Python
Hello everyone, I'm new to python and currently trying to set up VirtualEnv, but to no avail. I've managed to both install virtualenv and import...
Is it seriously this complicated to install OpenCV on Linux?: https://www.reddit.com/r/Python/comments/72cn6p/is_it_seriously_this_complicated_to_install/
reddit
Is it seriously this complicated to install OpenCV on... • r/Python
check out this guide to install opencv: http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/ I just want to extract few...
python based installer framework like izpack?: https://www.reddit.com/r/Python/comments/72dn6s/python_based_installer_framework_like_izpack/
reddit
python based installer framework like izpack? • r/Python
Are there any python based "installer generators" that operate like izpack does? Not looking for something to distribute python code; izpack is...
How to parallelize nested for-loops with Excel file output?: https://www.reddit.com/r/Python/comments/72dukq/how_to_parallelize_nested_forloops_with_excel/
reddit
How to parallelize nested for-loops with Excel file output? • r/Python
Hi, I have a code which generates data for different values of input parameters and writes it down into excel. Imagine something like this: ...
Please Recommend a Python Framework for a Windows Idiot: https://www.reddit.com/r/Python/comments/72e5tl/please_recommend_a_python_framework_for_a_windows/
reddit
Please Recommend a Python Framework for a Windows Idiot • r/Python
I have avoided frameworks all this time, preferring to "roll my own," but I am willing to give the concept a shot. I am trying to select a Python...
Any good courses related to customizing/configuring Jupyter Notebooks in depth?: https://www.reddit.com/r/Python/comments/72eb2b/any_good_courses_related_to/
reddit
Any good courses related to customizing/configuring... • r/Python
Title says it all. Think these things are the future, but I haven't really found a dedicated resource to really maximizing their capabilities.
How do you pull the source code from a webpage in python?: https://www.reddit.com/r/Python/comments/72ee59/how_do_you_pull_the_source_code_from_a_webpage_in/
reddit
How do you pull the source code from a webpage in python? • r/Python
I am trying to setup a program that gets the source code from a website. For example, if you go to "view-source:https://www.google.com/" I want to...
Question: Way to make tkinter labels contain variables?: https://www.reddit.com/r/Python/comments/72eik8/question_way_to_make_tkinter_labels_contain/
reddit
Question: Way to make tkinter labels contain variables? • r/Python
Can someone please tell me a way to have a tkinter button/label contain a variable for text?
Some problems with user-generated objects: https://www.reddit.com/r/Python/comments/72ejz1/some_problems_with_usergenerated_objects/
reddit
Some problems with user-generated objects • r/Python
Hey guys, there's a couple of problems I don't quite know how to address in Python, and I'd be grateful for any tips/ideas. I want my program to...
Python Regular Expressions -part #16 - Negative Look Arounds: https://www.reddit.com/r/Python/comments/72f9q2/python_regular_expressions_part_16_negative_look/
reddit
Python Regular Expressions -part #16 - Negative Look... • r/Python
4 points and 0 comments so far on reddit
Can't install scipy, can someone please help?: https://www.reddit.com/r/Python/comments/72ftqt/cant_install_scipy_can_someone_please_help/
Reddit
r/Python - Can't install scipy, can someone please help?
Posted in the Python community.
matplotlib.pyplot.show() problem: https://www.reddit.com/r/Python/comments/72g7di/matplotlibpyplotshow_problem/
reddit
matplotlib.pyplot.show() problem • r/Python
when I run matplotlib.pyplot.show() I cannot make any new plots once the window is closed (the function just returns an empty row) and can't...
Python not loading via html browser but works via ssh on Bluehost…what is happening? *details inside*: https://www.reddit.com/r/Python/comments/72gdo7/python_not_loading_via_html_browser_but_works_via/
reddit
Python not loading via html browser but works via ssh... • r/Python
Okay, so I'm very close to losing my mind here. Bare with me here... I'm running my .py script on my Bluehost server; It works when I run it via...
[HELP] Pip install "failed with an error code of 1". No viable fix found so far.: https://www.reddit.com/r/Python/comments/72gelq/help_pip_install_failed_with_an_error_code_of_1/
reddit
[HELP] Pip install "failed with an error code of 1". No... • r/Python
Command "c:\python34\python.exe -u -c "import setuptools,...
How to open a huge excel file efficiently: https://stackoverflow.com/questions/46373895/how-to-open-a-huge-excel-file-efficiently
Stackoverflow
How to open a huge excel file efficiently
I have a 150MB one-sheet excel file that takes about 7 minutes to open on a very powerful machine using the following:
# using python
import xlrd
wb = xlrd.open_workbook(file)
sh = wb.sheet_by_ind...
# using python
import xlrd
wb = xlrd.open_workbook(file)
sh = wb.sheet_by_ind...