query
stringlengths
12
150
positive
sequence
negative
sequence
Multiple Output Files for Hadoop Streaming with Python Mapper
[ "Generating Separate Output files in Hadoop Streaming" ]
[ "Hadoop Streaming Job failed error in python", "Problem in creating a separate function to read file in Hadoop Streaming", "python streaming with hadoop is not working", "Threading with Hadoop Streaming", "Hadoop 2.7.3 Streaming Jar not valid", "empty output collection using hadoop streaming with mongo-hadoop and python", "Hadoop streaming to python using mongo-hadoop", "Text file busy error for the mapper in a Hadoop streaming job execution", "Hadoop/Python: Loading a reference file to use in the mapper", "Using files in Hadoop Streaming with Python", "hadoop streaming: how to see application logs?", "hadoop streaming with python modules", "Hadoop streaming subprocess can't find file", "passing JSON argument as a string to python hadoop streaming application", "Hadoop ERROR streaming", "Not able to execute Python based Hadoop Streaming jobs", "Hadoop streaming to invoke python script", "Streaming or custom Jar in Hadoop", "How to use a file in a hadoop streaming job using python?", "Hadoop Streaming: Mapper 'wrapping' a binary executable", "Hadoop streaming: reporting error", "MapReduce using hadoop streaming via python - Pass a list from mapper to reducer and Read it as a list", "issue with pd.read_csv in hadoop streaming", "Hadoop streaming with multiple python files", "Hadoop Streaming simple job fails error python", "Finding Top-K using Python & Hadoop Streaming", "Hadoop Streaming Python Trivial Example Not working", "What will be the Hadoop Streaming Run Command to access the files in the Sub Directory", "How can I include a python package with Hadoop streaming job?" ]
sqlalchemy easy way to insert or update?
[ "SQLAlchemy - INSERT OR REPLACE equivalent" ]
[ "Efficient update, insert on fail, with sqlalchemy", "SQLAlchemy INSERT IGNORE", "Python SQLAlchemy/Elixer Question", "SQLAlchemy - Return Generated Keys for INSERT?", "How to update all object columns in SqlAlchemy?", "select from insert into not working with sqlalchemy", "Error with update in SQLAlchemy", "Insert and update with core SQLAlchemy", "Parse date from string and insert with Sqlalchemy tosqlite", "How can I do this in SQLAlchemy?", "How do I insert the database's default for a column in SQLAlchemy?", "Using OR in SQLAlchemy", "Sqlalchemy One-to-Many Insert", "SQLAlchemy: update from_select", "Python SQLAlchemy after_insert MapperEvent", "Python DB Update with SQLAlchemy + posgtresql", "sqlalchemy: ObjectdereferencedError", "How to insert NULL value in SQLAlchemy?", "sqlalchemy INSERT from SELECT", "Using pysqlcipher with SqlAlchemy?", "SQLAlchemy autocommiting?", "Flask/SQLAlchemy Insert Into Database", "Using sqlalchemy result set for update", "SQLAlchemy won't update my database", "How does the \"where()\" work in SQLAlchemy", "How to TABLESAMPLE with SQLAlchemy?", "SQLAlchemy check before insert in Python", "SQLAlchemy Insert w/ Dictionary", "Why does this not update my table in sqlalchemy?" ]
How do I get a lognormal distribution in Python with Mu and Sigma?
[ "scipy, lognormal distribution - parameters" ]
[ "Draw random selection of a numpy array following approximately a lognormal distribution", "Python script distribution", "Fitting lognormal distribution using Scipy vs Matlab", "Negative lognormal results in Monte Carlo simulation with Brightway2", "Get mean of a distribution?", "generate random lognormal distributions using shape of observed data", "how to execute sigma operation in python", "Fitting a Lognormal Distribution in Python using CURVE_FIT", "How can check the distribution of a variable in python?", "Python testing if my data follows a lognormal distribution", "How to random sample lognormal data in Python using the inverse CDF and specify target percentiles?", "Class distribution error", "Generate random numbers from lognormal distribution in python", "A lognormal distribution in python", "Gaussian distribution with element-wise sigma in Numpy/Scipy", "MLM downline distribution count", "Gaussian distribution with mean and sigma in C++11", "Distribution of elements Python", "Plotting a Lognormal Distribution", "Create a python distribution", "How do I get a Python distribution URL?", "Understanding numpy.random.lognormal", "Python equivalent of R's rnbinom parametrized with mu", "Fitting and Plotting Lognormal", "ask for help for a sum (sigma) function", "Python lognormal density differs from analytical solution", "Fitting binned lognormal data in Python", "Is there a way to \"version\" my python distribution?", "KDE in python with different mu, sigma / mapping a function to an array" ]
How can I use functools.singledispatch with instance methods?
[ "python3: singledispatch in class, how to dispatch self type" ]
[ "Singledispatch based on value instead of type", "Python functools.namedtuple", "functools.partial on class method", "Is there a C++ equivalent to python's functools.partial", "Equivalent to super() for functools.singledispatch", "Unregister for singledispatch?", "Setting a functools.partial as an instance method in Python", "Difference between a decorator using functools and one without?", "Why doesn't functools.partial return a real function (and how to create one that does)?", "<method-wrapper '__call__' of functools.partial object at 0x1356e10> is not a Python function", "Python: some function for args -> *args (similar like those in functools)", "Python: functools.partial returns error", "How to use functools.partial with os.path.join?", "Pythonic way of using Python3's functools.singledispatch in a class?", "using functools with IronPython", "Alternatives to using functools.partial with string methods", "itertools or functools for find-replace list in python", "What does functools.wraps do?", "Interaction between functools.partial and functools.reduce", "_functools module", "python equivalent of functools 'partial' for a class / constructor", "python functools.partial of which function", "How does functools partial do what it does?", "Is there a cost to using functools.partial()?", "Registering singledispatch function in dynamically imported modules", "understanding functools.wraps", "Functools.update_wrapper() doesn't work properly", "functools.wraps for python 2.4", "trace with functools.partial" ]
Python - fibonacci numbers
[ "fibonacci works in python but fails in Java" ]
[ "Fibonacci in python - Can some explain how this Fibonacci number between range works?", "Fibonacci sequence using list in PYTHON?", "What is going on with the \"return fibonacci... \" in this program?", "Python fibonacci code error", "Python Fibonacci sequence error", "python using the fibonacci sequence", "Fibonacci in Python - Explain this code?", "Calculate Fibonacci numbers up to at least n", "Fibonacci sequence python", "Sum of Fibonacci numbers", "Print the first n numbers of the fibonacci sequence in one expression", "How to find index of a given Fibonacci number", "Python: Creating a List of the First n Fibonacci Numbers", "Python: What's wrong with this Fibonacci function?", "sum of even fibonacci numbers up to 4million", "Reading this Fibonacci Function", "Fibonacci function list", "Sum of Even Fibonacci Numbers < X", "fibonacci and non-fibonacci coding", "Fibonacci numbers integer taken", "how to write generate Fibonacci in python", "Python Fibonacci sequence", "Python fibonacci series", "Make fibonacci in tuple", "Product of 2 fibonacci numbers", "How to create Fibonacci Sequence in Java", "Getting an index error in a python fibonacci program", "Python code for generating Fibonacci numbers is not working", "Error with Fibonacci sequence in python" ]
How to resolve relative paths in python?
[ "Relative paths in Python" ]
[ "Django settings module and relative paths", "How to join with relative paths only?", "Python Regex to replace absolute paths in text to relative paths added in quotes", "Relative paths in Flask", "Paths in python", "Get absolute paths of all files in a directory", "Python: usage of relative paths in modules", "Python relative __import__", "Python - Relative import", "Create XML file with relative paths", "What's a good way to find relative paths in Google App Engine?", "Relative paths in open in Python 2.5 and 2.7", "S3 not reading relative paths?", "Relative file paths in Python packages", "relative paths for modules in python", "Python import from paths", "G++ cannot resolve paths when called from subprocess", "Python - Relative Paths in os.system calls", "Python - Any way to turn relative paths into absolute paths?", "Working with relative paths", "scrapy and relative paths", "subprocess.Popen using relative paths", "python module import - relative paths issue", "how to __add__ paths in python?", "Complete the relative paths to absolute using Python", "Python muddling up file paths", "Custom ansible module in python - How to resolve relative role file paths?", "Relative paths approach (python)", "python relative import" ]
Django: Redirect to previous page after login
[ "Django: Redirect to previous page *with query string* after login", "django - How to redirect django.contrib.auth.views.login after login?", "Django 1.6: Redirect to last page after login not working" ]
[ "login redirect to another app view", "Django - Login and redirect to user profile page", "DJANGO - Redirect to different page from POST with data", "Python + Django page redirect", "LOGIN_REDIRECT_URL to a specific View", "Django -- Conditional Login Redirect", "Redirect after login simply appends LOGIN_REDIRECT_URL", "Redirect back to previous page after logged in (Django)", "How do I redirect a page into an error page", "Redirect not working django", "Django Override Custom Login Redirect Url", "Admin redirect to domine.com/admin from domine.com/app/admin after login", "Django how to redirect python import error to custom error page", "Not able to redirect to view after login", "Django - usage of redirect_to_login", "A Django question about redirect", "“No URL to redirect to” How to redirect to the same page django", "Django redirect not working", "Django URL Redirect", "Django redirect does not redirect", "Django: wrong redirect", "django login_required decorator, always redirect to login page, even after logging in", "How to redirect to another page in Python in CGIAr", "Django after @login_required redirect to next", "Django redirect back to previous page on form post", "Django client login redirect loop", "Django redirect is not working" ]
Python/NumPy first occurrence of subarray
[ "Python/NumPy first occurrence of masked subarray" ]
[ "Pandas find index of subarray in array", "Why my algorithm that try to find maximum subarray doesn't work?", "Finding the max of each continguous subarray of a given size", "Removing a subarray after using numpy.split", "Creating a subarray with no of aubarrays passed as arguments in python", "Python 2 Finding the index of minimum value in a subarray", "Delete 2d subarray from 3d array in numpy", "Minimum subarray difference in python", "find minimum-length subarray that has all numbers", "Issue getting the beginning of a max subarray", "to split an array into subarray in python", "Evaluate array at specific subarray", "How to return a subarray of a multidimensional array in Python?", "Copy or view numpy subarray using boolean indexing", "Python/Numpy subarray selection", "Slice subarray from numpy array by list of indices", "Subarray from lists of strings", "Create an array from n copies of subarray in python", "I cannot seem to find a string in a subarray in an array of arrays", "How to obtain a subarray in python 3", "Permutations over subarray in python", "Numpy: Efficient Way To Extract Subarray", "Add column vector of ones to each subarray", "Include an subarray in array in python", "Python: Maximum Subarray Sum", "Copy columns of subarray in Numpy", "Maximum Sum Subarray - Return Subarray and sum - Divide and Conquer", "Equal elements in SubArray", "Get a subarray from a numpy array based on index" ]
Python ftplib timing out
[ "when using ftplib in python" ]
[ "Python FTPLib Won't Upload Complete File", "python ftplib weird behaviour", "Timing python function", "Get folder size using FtpLib", "Python ftplib.dir() Function Not Working", "Python: ftplib slow on upload", "ftplib file select", "Python ftplib: low download & upload speeds when using python ftplib", "How to upload binary file with ftplib in Python?", "error while importing ftplib", "How to file open with different filename using python ftplib", "check ftplib response code", "Timing a Function in Python", "Python ftplib: Best way to check if a file has changed?", "Setting a try / timeout with ftplib in python?", "Python ftplib does not download completely", "Python's FTPLib too slow?", "Python's ftplib with tqdm", "Python ftplib file open() TypeError", "Python and ftplib, unable to login?", "Python 2.7 Tkinter and ftplib", "Python and FTPlib Module", "Python ftplib does not see all files / directories", "python ftplib upload binary file", "Alternatives to Python's ftplib?", "Python ftplib: How to correctly release connection object?", "Python ftplib problems", "No such file or directory in ftplib?", "flask+ftplib basic application" ]
Passing Data from a Java program to a Python program and getting results back
[ "passing data between java and python" ]
[ "Program in Python", "Passing a file to a class", "Passing function to class in Python", "My first python program", "Using an import and a for loop when passing a program as a string to Python", "Results from my program", "Passing input from html to python and back", "The same program again", "Python - Error in my program", "Passing expressions and getting results from Python interpreter back to Django?", "What is the error in this python program?", "Passing values in Python", "Passing raw string data in C++ to a Python program", "What does this program do?", "Python passing list into a function and return back to main", "Passing a method in python", "Passing data from Django to C++ application and back", "Create and run Python program with a Python program", "findString program python", "Passing arguments to a python program", "error in python program", "Python list passing", "python passing command line argument with-in program", "Error at Python program", "Passing string to python from time", "Passing method to a function in Python", "Passing a list to a function python", "Passing function to a class", "Passing java object to python" ]
How to count one specific word in Python?
[ "Count specific word in file with" ]
[ "How can I count a word from all lines that are 2 rows after a specific line?", "For Loop Count Single Word String Not Work?", "count occurencies of a word", "find specific word and read after that word in python", "Output the specific word (from a list) that was found in a string", "print specific word(number) out of a line", "Python Word Count of Text File", "Count every word in a text file python", "How do I implement word count in Python?", "How to find the count of a word in a string?", "Find a specific word from a list in python", "word count problem", "Python find a specific word", "How can I add some string to a list in order to make a count word? [Python]", "Python string, find specific word, then copy the word after it", "Python - Search for Word In Line, Count it, Add It", "Word count from the user", "Python: count length of word", "How to find on which line a specific word is. [python]", "how to get a word count on word document in python?", "using count method to count a certain word in text file", "Getting word count from a python list", "Count word class in python", "python to add string after specific word", "word count in all files using for loop", "Python Word Count", "Python - Word Count script", "Find out word at specific index", "Find word in line and count number of line" ]
Deleting from self-referential inherited objects does not cascade in SQLAlchemy-SQLite
[ "Creating a tree from self referential tables in SQLalchemy" ]
[ "Self-referential relations on composite keys using sqlalchemy", "SQLAlchemy - Self referential Many-to-many relationship with extra column", "SQLAlchemy: about self referential relation (error: no attribute '_sa_instance_state')", "Django self-referential class for most similar car", "Django self-referential relationship?", "Cascade delete from self-referential many-to-many relationship", "What do I do when I need a self referential dictionary?", "Deleting inherited dict elements in python", "Python self referential dictionary with class", "Adding data to a inherited class in SQLAlchemy", "Creating self-referential tables with polymorphism in SQLALchemy", "Django two self-referential foreign key", "SQLAlchemy relationship with self-referential secondary", "SQLAlchemy self-referential parent_id dilemna", "Delete everything from table based on it's referential data", "SQLAlchemy: cascade delete", "Multiple self referential relationships in SQLAlchemy", "SQLAlchemy delete doesn't cascade", "Self-referential database with extra fields in sqlalchemy", "SQLAlchemy - Mapping self-referential relationship as one to many (declarative form)", "Django self-referential foreign key", "Self-referential tables with polymorphism in SQLAlchemy", "Why does locals() return a strange self referential list?", "Using SQLAlchemy with multiple self-referential foreign keys", "Django: self referential foreign key with choice list", "django delete self and not a self referential entity", "Polymorphic self referential foreign key in sqlalchemy", "Deleting data from sqlite database", "Creating self-referential keys in SQLAlchemy" ]
How to deploy this "Python+twill+mechanize" combination to "Google App Engine"?
[ "How to combine twill and python into one code that could be run on \"Google App Engine\"?", "Why does Python (with twill) not want to log me in to a Yahoo mail box here?" ]
[ "Documentation for Twill", "Twill - how do choose multiple selects with same name", "Mechanize Error - Python", "Python deploy to Google App Engine", "Using twill's builtin mechanize distribution throws AttributeError on _debug?", "How to click a button by twill?", "Twill doesn't show forms", "Python - mechanize - How to know if it works?", "Is there any library which provides similar functions as twill and mechanized but has better quality", "How can I put all twill commands together into one piece of code in a .py file?", "Use mechanize with python", "python, mechanize - open a text file with mechanize", "Twill alternative for integration testing", "Using Twill or other http tool on https", "Elegantly suppress Twill output in Python", "Python twill: download file accessible through PHP script", "python and mechanize.open()", "Functional Testing a Flask App: Weird Twill Traceback", "Python Mechanize Error +", "Google App Engine - One module doesn't deploy", "Using Twill from Python to open a link: \" 'module' object has no attribute 'Popen' \" What is it?", "Can't deploy my app to Google App Engine", "How to deploy application in google app engine", "How can I start using twill?", "Using show() with twill spams the console with HTML", "How to log in to a website using installed twill?", "Mechanize error with", "Python 2.7 using twill, saving downloaded file properly" ]
Find and replace csv strings using a list in python
[ "Replace items in a CSV file Python using a list" ]
[ "How to replace all strings in python?", "String Replace in csv", "Python line.replace multiple strings", "Replace value from CSV with Python", "Replace strings in files by Python", "Replace strings in Python", "python: how to replace a string in a list of string with a list of strings?", "How to replace strings in a string", "How can I change a list of strings into CSV in Python?", "How to replace number in csv with a string with python", "Replace data in csv file using python", "Python - Read CSV and output to strings", "Replace multiple strings in csv file", "Python code to replace specific list of strings", "Replace in strings of list", "replace method for python strings", "Replace all text between 2 strings python", "Python - Replace list of strings in a file text", "Find and replace strings in HTML", "replace multiple strings in python", "Replace text between 2 strings", "Python find strings and replace", "How to replace multiple substrings of a string?", "Replace one string in a list of strings", "Replace a column in a csv file using python?", "replace the strings with variables in python", "Python: Find and replace strings in batch csv files", "How to replace strings that are similar", "Find and replace in CSV files with Python" ]
How to get a complete exception stack trace in Python
[ "print python stack trace without exception being raised" ]
[ "How to get function stack trace for any function?", "Python - How to get stack trace in a new thread", "how to indent stack trace in python?", "py.test printing out full data in stack trace", "How do I get the stack trace from an Exception Object in Python 2.7?", "Re-raise Python exception and preserve stack trace", "How to generate java like stack trace in python?", "How to get stack trace of exception happening in __del__?", "how to print complete trace event using babeltrace-python api?", "How to use traceit to report function input variables in stack trace", "Get the full exception type/message and stack trace", "Python multi-line expressions and stack trace", "python - going from a stack trace to a tree", "How to get stack trace string without raising exception in python?", "Raise error with only last line of stack trace", "Log stack trace for python warning", "How to obtain full stack trace after exception from function passed as parameter?", "How can I extract local variables from a stack trace?", "How can you programmatically inspect the stack trace of an exception in Python?", "stack trace and exception handling in python", "Do not print stack-trace using Pool python", "Trace self.variable", "Django: manage.py does not print stack trace for errors", "Showing the stack trace from a running Python application", "How can I trace the functions call stack in a Python script?", "Get exception description and stack trace which caused an exception, all as a string", "How to override the stack trace template in django?", "How do I get the stack trace from an Exception Object in Python?", "Name of a Python function in a stack trace" ]
Error: The truth value of a series is ambiguous. Python & Pandas
[ "Python Pandas Truth Value of a Series in Ambiguous" ]
[ "The truth value of a Series is ambiguous in dataframe", "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()", "Python / Pandas - The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all()", "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() python", "Comparing two columns in pandas - error: The truth value of a Series is ambiguous", "Pandas: Truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all()", "Error: The truth value of a Series is ambiguous - Python pandas", "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()", "Truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all()", "Pandas: Truth Value of a Series is Ambiguous", "Numpy : The truth value of an array with more than one element is ambiguous", "ValueError: The truth value of a Series is ambiguous.", "Pandas: The truth value of a Series is ambiguous", "Python Error : the truth value of an array with more than one element is ambiguous. use a.any() or a.all()", "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all(", "Print value from a list (The truth value of a DataFrame is ambiguous error)", "Value error: truth value ambiguous", "Pandas, Combine string columns with conditions, but get The truth value of a Series is ambiguous", "Python – ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()", "Ambiguous truth value with boolean logic", "The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() in python", "Pandas series: Truth Value of a Boolean is Ambiguous", "Getting ambiguous truth value for string in for loop and not sure why", "Error: The truth value of an array with more than one element is ambiguous", "Selecting rows if the value is in a range: \"The truth value of a Series is ambiguous\"", "Pandas error - Truth Value of a Series is Ambiguous when using iloc", "Value error, truth error, ambiguous error", "The truth value of a Series is ambiguous - Error when calling a function", "ValueError: The truth value of array with more than one element is ambiguous. Use a.any() or a.all()" ]
sphinx.ext.autodoc: Keeping names of constants in signature
[ "Is it possible to override Sphinx autodoc for specific functions?", "Override function declaration in autodoc for sphinx" ]
[ "Sphinx autodoc in Flask ImportError: no module named", "Peculiar signature generated by sphinx-autodoc", "How can I provide Sphinx documentation for a namedtuple (with autodoc)?", "Sphinx doesn't find Python packages when using autodoc", "Sphinx autodoc not importing anything?", "How do I document \"sub-classes\" using sphinx and autodoc?", "Connect Sphinx autodoc-skip-member to my function", "Sphinx autodoc with Django 1.4", "Parsing function docstring in sphinx.autodoc format", "Python Sphinx autodoc and decorated members", "Sphinx autodoc django not working", "Using sphinx autodoc for a fabfile", "Docstring inheritance for properties using sphinx's autodoc", "How to autodoc a function inside a method in Sphinx", "How does 'autodoc_default_flags' work in python Sphinx configuration?", "How can I set up Read the Docs so the Sphinx autodoc option works?", "Make sphinx's autodoc show default values in parameters' description", "Does docs.python.org use sphinx.ext.autodoc?", "In Python Sphinx, is there a way to hide autodoc setup code?", "Sphinx Autodoc not importing properly", "Sphinx autodoc is not automatic enough", "How would I cross-reference a function generated by autodoc in Sphinx?", "How to use Sphinx's autodoc to document a class's __init__(self) method?", "Sphinx: ImportError when trying to autodoc a package", "How do I override constructor parameters in Sphinx with autodoc?", "Why is CPython not using `sphinx.autodoc` for the standard library?", "How can I get 'autodoc' work?" ]
How to travese two dictionaries in a single for loop?
[ "How to loop through two dictionaries in Python" ]
[ "How to loop over a list of dictionaries?", "Python: dictionaries?", "list of dictionaries from single dictionary", ".get and dictionaries", "How to add to dictionaries, but not dictionaries - Python", "Dictionaries, for loop, and python", "Create a new list from two dictionaries", "Dictionaries in Python", "Python Trueskill - Using Dictionaries", "Dictionaries in Python", "What does the get method do on dictionaries?", "Dictionaries in Python", "Using dictionaries in loop", "Fuzzer for Python dictionaries", "How can loop over two dictionaries at once?", "Python dictionaries", "python list of dictionaries", "Using 2 dictionaries in python", "uniqify a list of dictionaries", "List of dictionaries in Python", "Transmute list of dictionaries", "Python Dictionaries Print", "How to Print Dictionaries In Python", "Print a list of dictionaries to a file", "How can I create a list from two dictionaries?", "Dictionaries in Python", "Can you create dictionaries with just a single function?", "How to write two python dictionaries to a single csv?", "loop through values from a list of dictionaries in Python" ]
Reason for unintuitive UnboundLocalError behaviour
[ "Reason for unintuitive UnboundLocalError behaviour 2" ]
[ "UnboundLocalError: local variable", "Python 3.x : UnboundLocalError and Loop", "UnboundLocalError in Python 3.4", "Python Django UnboundLocalError while calling a different function", "How do I fix UnboundLocalError error?", "how to get around UnboundLocalError?", "UnboundLocalError when using module inside a function?", "Tkinter and UnboundLocalError", "Python: UnboundLocalError for local variables", "unintuitive Python string join syntax", "Can't figure out UnboundLocalError in Python", "Python 3 - UnboundLocalError problems", "Weird Python / numpy UnboundLocalError behaviour", "Why does this Python function return an UnboundLocalError?", "Don't understand why UnboundLocalError occurs", "UnboundLocalError in __init__", "How to deal with an UnboundLocalError?", "python and UnboundLocalError", "UnboundLocalError from If statement", "Python for loop and UnboundLocalError", "python unboundLocalError why", "Why do I get an UnboundLocalError in my function?", "UnboundLocalError at /vnos/", "Python UnboundLocalError", "Django error: UnboundLocalError in view", "UnboundLocalError while using += but not append list", "Understanding UnboundLocalError in Python", "UnboundLocalError when using str() in python", "Why am I getting an unboundLocalError?" ]
Consuming Python COM Server from .NET
[ "Call Python from .NET" ]
[ "Celery not consuming all messages", "Django Application consuming memory in the server", "Luakit memory consuming", "Consuming Zanox web service in a Django project", "How implement .NET server and Python client?", "How to make simple for-loop consuming less memory?", "Is .append() time-consuming?", "Consuming Blinktrade Rest API with python given error", "How to check which part of app is consuming CPU?", "Consuming api from django rest framework", "Python - Count Elements in Iterator Without Consuming", "Net Use in Python 3", "how to handle time-consuming tests", "Consuming an iterator in a while loop", "Is it possible run python in .NET application?", "Non-consuming regular expression split in Python", "What is the reliable method to find most time consuming part of the code?", "How to \"cache\" time-consuming results?", "How to run a time consuming process every n seconds?", "net use didn't work in Python 3 script", "Call Python function from c# (.NET)", "Consuming from multiple queues at once with aioamqp", "Consuming COM events in Python", "Consuming JSON into django view", "Error with time-consuming REST service in Python", "Is there a python implementation to .net automapper?", "Python Regex - Match a character without consuming it", "How to make this code a bit less memory consuming yet simple?", "Consuming Django Rest Api in the same project" ]
Plotly animated slider in Python
[ "Plotly error: Invalid 'figure_or_data' argument" ]
[ "Using plotly without online plotly account", "Martplotlib slider does not work", "How cameraposition in plotly works", "Error when trying to install plotly", "using python and plotly, can't pass string array to text parameter", "iPyWidget with date slider?", "Can't import plotly.figure_factory", "Using visibility slider with trisurf in plotly python", "Import error : No module named plotly.plotly", "Plotting consecutive histograms with time slider in Plotly Python", "Python Plotly format axis numbers as %", "plotly layout - Y Axis range not working", "Python Dataframe plot using Plotly client", "For Loop on Plotly Python", "Python Plotly sign in error", "Open a url by clicking a data point in plotly?", "How to change data and graph using buttons in plotly python?", "Plotly Python - Change font of table", "Plotly, same scale for x and y axis", "How to set background color, title in Plotly (python)?", "Animated Tkinter", "how to fit map to width with plotly (python)", "Python Slider Value", "Animated title in matplotlib", "Animated graph to Animated Gif (Python)", "How to make a choropleth map with a slider using Plotly?", "Change axis name in box plotly python", "VS2017 python plotly", "The R equivalent of the Python plotly.tools.FigureFactory.create_scatterplotmatrix?" ]
How to upgrade sqlite3 in python 2.7.3 inside a virtualenv?
[ "Python sqlite3: run different sqlite3 version" ]
[ "Python SQLite3 Problem with?", "While True with Sqlite3", "Python and Sqlite3 return more than one line", "Using SQLite3 with python", "Do I need virtualenv?", "Virtualenv not working after Python upgrade. What to do?", "Using SQLite3 in Python", "How to work with sqlite3 and Python", "How can I upgrade the sqlite3 package in Python 2.6?", "Error using python and sqlite3", "Create a virtualenv from inside a python script", "Python Virtualenv", "Virtualenv or PEP370", "Using Python 3 in virtualenv", "How to have python 2 and 3 in virtualenv", "How do I upgrade the SQLite version used by Python's SQLite3 module on Mac?", "SQLite3 python doesn't work?", "sqlite3 in Python", "Using Python with sqlite3", "Virtualenv package upgrade and install fails: cannot import name Message", "python with sqlite3", "Python sqlite3 Value Error", "Why virtualenv upgrade would pair with hash -r", "Python upgrade to 3.5 from 2.7 for a different project using virtualenv in windows 10", "Python - Virtualenv , python 3?", "Python: sqlite3", "Upgrade python in a virtualenv", "upgrade virtualenv python 3 to 3.4.3", "Pip version virtualenv doesn't match and won't upgrade" ]
join two lists of dictionaries on a single key
[ "Join two lists of dictionaries around a single non-unique key" ]
[ "How to get a key from a list of dictionaries by its value", "python how to create dictionaries in dictionaries from lists", "Create Dictionary Of Lists from List of Dictionaries in Python", "Convert list of lists to list of dictionaries", "Trying to understand lists of dictionaries", "dictionaries key/value in python", "Join dictionaries in Python", "How to join dictionaries created with for loop?", "How can I change the output? (Python, lists, dictionaries help)", "Python lists within dictionaries", "loop through a python list that contains dictionaries and lists", "Python Dictionary of lists of dictionaries", "Python create list from a list of lists of dictionaries", "Using the same key in two dictionaries (Python)", "How to find the difference between two lists of dictionaries?", "Compare two lists of dictionaries", "No has_key() method for Python 3 dictionaries", "Python print key in all dictionaries", "How can I convert list of dictionaries to list of lists?", "List of Lists to List of Dictionaries", "Join two Python dictionaries based on same value but different key name (like SQL's JOIN)", "Is there any way to add lists to dictionaries? Python", "list of dictionaries to dictionary of lists", "How to convert the following list of lists into list of dictionaries in Python", "Split a list of dictionaries into multiple lists of dictionaries in python", "How to convert list of dictionaries into list of lists", "How to travese two dictionaries in a single for loop?", "Can you create dictionaries with just a single function?", "Map two lists into one single list of dictionaries" ]
google search with python requests library
[ "I'm trying to make a google query using python requests library in django but its not working" ]
[ "Can't get Google's Search API to work with Python", "Google Search with Python", "Can Python Requests library be used on Google App Engine?", "Requests library and validator.w3.org/nu", "how to use python to run a google search and print out the results", "Python requests library", "Google search with Python", "Sending GET requests for a Google reverse image search", "Google search using python script", "Google search on browser and google search via the custom search api give different results for the same query", "Python Requests Google Custom Site Search Without API", "How do you use google's API to do a simple search in Python?", "Python - Get Result of Google Search", "Python Google Search", "What is a ValueConstraintError with Python requests?", "python microframeworks and the requests library", "How can I get a list of output using requests library?", "wsdl2py requests", "python-requests and EchoSign", "use python requests library to post data to search box", "Google search from python app", "python requests", "URLDecoding requests", "How can I get Google search results with Python 3?", "Google Search by Image in Python", "Using Python-Requests Library to Post a Text File", "how to use a variable in requests library of python", "How to get all the html from google search page using requests?", "Python text search library" ]
Generate all unique permutations of 2d array
[ "How to generate all permutations of a list in Python" ]
[ "Get all permutations of a numpy array", "Specific Permutations", "Get all unique combinations from list of permutations", "Generating Unique Permutations in Python", "Python how to get permutations one by one", "Python get all permutations of numbers", "Itertools function to generate unique permutations", "python list permutations", "In Python, how do you generate permutations of an array where you only have one element from each column and row?", "Python permutations", "Permutations on 2D lists (Python)", "All 6-Number Permutations from a List", "permutations with unique values", "Python permutations in order", "all permutations of +-r, +-s", "how to generate permutations of array in python?", "Permutations in python 2.5.2", "How to generate the keys of a dictionary using permutations", "Python all permutations of a list", "Find all possible permutations of change", "Generate all permutations of a list in lexicagraphical order", "Too many permutations in python", "Itertools.permutations returns <object> instead of list of permutations", "Permutations with Order", "Python permutations of given string", "Find all list permutations of splitting a string in Python", "Permutations of a list - Python", "Generate all permutations of a string in Python without using itertools", "all possible permutations for a string" ]
Program freezing during the execution of a function in Tkinter
[ "Tkinter: How to use threads to preventing main event loop from \"freezing\"" ]
[ "Freezing Function Arguments", "Python Popen freezing", "python UI freezing", "freezing gui while socket", "Python loop freezing with no error", "Python Freezing: general process and user input?", "Apache/Django freezing after a few requests", "Pygame simple program to test displaying is freezing", "python multiprocessing freezing", "Executing buffer content with Python to split window without freezing for long execution times", "How do I count the change in a variable without freezing the program? [Python]", "Python GUI Multiprocessing and still freezing", "Stop time without freezing the program", "Tkinter Freezing when calling Pyserial Function from Button", "Pygame Game Freezing on load", "Tkinter freezing with multi threading", "Iterator freezing", "Tkinter GUI is freezing", "Qt freezing cause of the loop?", "Tkinter .after method freezing window?", "Tkinter is freezing while the loop is processing, how can i prevent it?", "waiting without freezing everything", "SQLAlchemy freezing application", "Missing multiprocessing module when freezing Python code", "Tkinter name error: window freezing up", "How to avoid program freezing when connecting to server", "How to stop qt app from freezing the main program?", "Python- How to make a function wait or use a while loop in tkinter without the window freezing", "how to stop the matplotlib GUI thread from freezing up?" ]
Creating inverse and diagonal of numpy matrices
[ "Inverse of a matrix using numpy" ]
[ "Matrices and inverse Matrices in Python", "Diagonal of a nested list in Python 3", "How to get the pseudo inverse of a huge diagonal matrix in python?", "changing the values of the diagonal of a matrix in numpy", "Matrices in Python", "How to add matrices in python", "Python: How do I create a diagonal matrix with block matrices as diagonals", "How to make matrices in Python?", "Python matrices", "Place output of numpy function into diagonal of array", "Block Diagonal of list of matrices", "Diagonal in matrix - python", "python: list of matrices to numpy array?", "Problem with matrices in Python", "How to create diagonal array from existing array in numpy", "Get diagonal without using numpy?", "How to apply function of multiple matrices to each element of a list of matrices with python numpy?", "Create block diagonal numpy array from a given numpy array", "Inverse a function set in Python", "Creating matrices in Numpy?", "Diagonal of A Matrix From A Text File (No Numpy)", "Numpy extract values on the diagonal from a matrix", "Numpy create an array of matrices", "Python matrix diagonal of inf without fill_diagonal", "create a matrix from array of elements under diagonal in numpy", "Python - Pandas: Find largests values off-diagonal", "Numpy array element-wise division (1/x)", "Numpy fill_diagonal return None", "Numpy array of random matrices" ]
Why does map return a map object instead of a list in Python 3?
[ "Getting a map() to return a list in Python 3.x" ]
[ "Map method in python", "How does Map work", "python map function error", "Using map on methods in Python", "Why use the map() function?", "How does the following map function work?", "Working with map in python", "Can I use a class instead of a function with map in Python?", "How could I use map() in this code?", "Python : Using the map function", "How can I map 0 to 1 and 1 to -1?", "How to map array with Python", "Map a set of values in python", "How to print map object with Python 3?", "simple map in python with function", "map in python, that map multiple objects to each object in list", "When should I use a Map instead of a For Loop?", "list to map in python", "Why map(print, a_list) doesn't work?", "Using map function instead of for loop", "map function in Python", "python map object methods", "how to map the string using python", "python map object at", "Is there a \"map until\" or \"map while\" construct in python?", "How to do loop in Python Map?", "The map function of python", "Using map in Python", "Using map function in python" ]
Convert string in base64 to image and save on filesystem in Python
[ "Error while saving base64 encoded image to the filesystem" ]
[ "Getting TypeError when trying to convert in-memory image to base64 string?", "pyfilesystem2, FSTestCases: testing a filesystem", "How to convert PIL Image.image object to base64 string?", "Base64 string format in python", "Python Decode Base64 qUncompress Image", "convert image from base64 to image and save in database in django", "Python base64 encryptstring", "Comparing image in url to image in filesystem in python", "Convert file stream to base64 python", "How to use packages on the local filesystem?", "Python requests base64 image", "How to Convert save_base64 to Image in Python", "Encoding an image file with base64", "Save image in base64 django rest framework", "Convert base64 to Image in Python", "How to convert Gtk.Image to base64", "How to make use of the filesystem cache in Java or Python?", "Python Base64 string shorter than Botan Base64 string", "Get Image File Size From Base64 String", "Image to base64: Why don't I get the same return value while calling the same function in Python?", "How to convert base64 string to image?", "i am trying to get base64 string of an image", "Save base64 image in django file field", "Change Python filesystem encoding", "How to convert base64 bytes to an image object in memory by python 3.5", "Convert base64 string to image and save", "Is a file on the same filesystem as another file in python?", "Convert file to base64 string on Python 3", "How can I 'filter' the content of a file on the filesystem?" ]
Including a compiled module in module that is wrapped with f2py (Minimum working example)?
[ "F2PY doesn't find a module" ]
[ "f2py a synnonym for the stop command", "f2py installation not working under Windows", "Cannot import files generated with f2py using Eclipse on Windows", "f2py - automatic multithreading?", "Using external data files in f2py", "f2py - order of function arguments messed up", "f2py with hello world", "f2py does not return dimension(N,3) to python", "How do I create a python module from a fortran program with f2py?", "Compile fortran module with f2py", "Problem using f2py", "Installing f2py in ubuntu", "How can I get info on run time errors for Python modules built with f2py", "f2py: strange behaviour for constants in module", "need to get f2py working, but don't know any fortran", "Why is my Fortran code wrapped with f2py using so much memory?", "Using F2Py with OpenACC gives import error in Python", "F2py unable to compile module with private functions", "f2py use module - signature file", "How to execute `f2py`?", "f2py not working for canopy", "Error while trying to wrap using f2py (Minimum working example)", "f2py error: undefined symbol", "What is f2py used for while building numpy source?", "Pass boolean array without copying with `f2py`?", "make: f2py: No such file or directory", "How to use f2py (passing arguments)?", "Is it possible to wrap a function from a shared library using F2PY?", "F2PY cannot see module-scope variables" ]
Plot two histograms from DataFrame on the same graph, specifieng axises
[ "Plot two histograms at the same time with matplotlib", "Plot two histograms on the same graph and have their columns sum to 100" ]
[ "Plotting histograms in Python using pandas", "Can I plot several histograms in 3d?", "Histograms in Python using matplotlib", "how can I plot 4 histograms on the same graph", "Pyroot AttributeError while importing histograms", "taking the average of two histograms in python", "Matplotlib histograms (basic questions)", "Compare histograms with different x-axis values", "Plot timeseries of histograms in Python", "Why are the histograms not of the same size?", "creating histograms in pandas", "How can I render 3D histograms in python?", "bunch of histograms next to each other", "How To Plot Multiple Histograms On Same Plot With Seaborn", "how to set the scale of Z axis equal to X and Y axises in python plot_surface", "Multiple Histograms from Pandas DataFrame with overlay", "how to plot histograms from dataframes in pandas", "Matplotlib: how to plot the difference of two histograms?", "Python - Matplotlib Multi histograms", "Changing bar color in GnuplotPy histograms?", "Pandas: plotting two histograms on the same plot", "back-to-back histograms in matplotlib", "How to output a large number of histograms in a pandas groupby", "Issue with plotting multiple histograms on the same plot", "Matplotlib: How to make two histograms have the same bin width?", "Multiple step histograms in matplotlib", "How to make bins and histograms", "Multiple histograms in Pandas" ]
UnboundLocalError: local variable 'resp' referenced before assignment
[ "python: UnboundLocalError: local variable 'open' referenced before assignment", "Python: Help with UnboundLocalError: local variable referenced before assignment" ]
[ "UnBoundLocalError: local variable referenced before assignment (Python)", "Help with Python UnboundLocalError: local variable referenced before assignment", "While-loop: UnboundLocalError: local variable referenced before assignment", "UnboundLocalError: local variable 'user_a' referenced before assignment", "Python 3: UnboundLocalError: local variable referenced before assignment", "Error Code: UnboundLocalError: local variable referenced before assignment", "UnboundLocalError: local variable ... referenced before assignment", "['UnboundLocalError', [\"local variable 'x' referenced before assignment\"]]", "Python (3.3): UnboundLocalError: local variable referenced before assignment", "UnboundLocalError: local variable 'x' referenced before assignment", "Python: UnboundLocalError: local variable referenced before assignment", "unboundlocalerror local variable 'result' referenced before assignment", "UnboundLocalError: local variable 'i' referenced before assignment", "UnboundLocalError: local variable 'Ehealth' referenced before assignment", "UnboundLocalError: local variable 'opTuple' referenced before assignment", "UnboundLocalError: local variable 'file' referenced before assignment", "UnboundLocalError: local variable .. referenced before assignment", "unboundlocalerror local variable 'i' referenced before assignment", "UnboundLocalError: local variable 'slcount' referenced before assignment", "UnboundLocalError: local variable referenced before assignment", "UnboundLocalError: local variable 'readlgt' referenced before assignment", "UnboundLocalError: local variable 'b' referenced before assignment", "UnboundLocalError: local variable 'signaloff' referenced before assignment", "Python Error - UnboundLocalError: local variable referenced before assignment", "error UnboundLocalError: local variable 'currentpl' referenced before assignment:", "UnboundLocalError: local variable 'WaterWomen' referenced before assignment", "UnboundLocalError: local variable 'error' referenced before assignment", "UnboundLocalError: local variable 'a' referenced before assignment" ]
Displaying only the highest of a person's 3 most recent scores, saved in a .txt file
[ "Displaying only a person's highest score from a .txt file (Python 3)" ]
[ "how do i add up the scores for a form?", "display the scores", "Get an element with the highest value in python", "How do I sort scores and names saved in a .txt file into alphabetical order with python?", "Rewriting my scores text file to make sure it only has the Last 4 scores (python)", "Remove the highest number in a list and print", "How to output highest number out of 3 numbers?", "Find the highest value in a dataframe", "Scores in a file to dictionary in python?", "Highest number in dictionary values", "Python While Loop Test Scores", "My object is not displaying method?", "Why does my program output the wrong highest number?", "Why is this string always the highest possible number", "How to print 3 lines with the highest values", "How do I index the 3 highest values in a list?", "How do I create a dict/list of queries with scores then randomly select some to add up the scores?", "extracing elements with highest & second highest occurrence in python", "How do I order a file of scores in Python?", "How can I find the highest value in a .txt file?", "How to get the highest key from dictionary (python)?", "How to get all the keys with the same highest value?", "How to read a list saved in a file.txt as a list", "Give me highest element", "print highest value in dict with key", "python using a list for test scores", "n highest values of a list in Python", "Highest number in list and append", "Letter scores in python" ]
python TypeError unhashable type: dict cant find the set to freeze
[ "TypeError: unhashable type: 'dict' in python" ]
[ "While creating a Dictionary: TypeError: unhashable type: 'dict'", "Python TypeError: unhashable type: 'list''", "Python JSON unhashable type: 'dict'", "TypeError : unhashable type", "TypeError: unhashable type: 'matrix'", "TypeError: unhashable 'list'", "TypeError: unhashable type: 'dict' Django", "Python/dict2xml : TypeError: unhashable type: 'dict'", "TypeError: unhashable type: 'list'", "why dict objects are unhashable in python?", "TypeError: unhashable type: 'dict', when dict used as a key for another dict", "TypeError: unhashable type: 'list' when using built-in set function", "Python TypeError: unhashable type: 'list'", "TypeError: unhashable type: 'list' from attempt to create dict", "Python: TypeError: unhashable type: 'list'", "TypeError: unhashable type: 'dict' when using pandas Multi Index", "TypeError: unhashable type: 'list' by converting list to set", "How do I fix TypeError: unhashable type: 'list' Error", "Getting TypeError: unhashable type: 'list' in python dict", "python dict is unhashable", "Python, TypeError: unhashable type: 'list'", "TypeError: unhashable type: 'list' in python", "unhashable type: 'dict' Type Error", "Python unhashable dict", "Python - TypeError: Unhashable type list error", "TypeError: unhashable type: 'list' while writing to a file.", "TypeError: unhashable type: 'dict' when attempting to write out to CSV in python", "unhashable type: dict with test JSON", "TypeError: unhashable type: 'list' Python" ]
Python scope, dictionary and variables difference?
[ "Python scope" ]
[ "Scope of local variables in Python", "In python, can I access a method in class scope (but not in function scope)", "create dictionary from list of variables", "Class and function scope", "How to use class name in class scope in python?", "Python variables scope in loops example", "Find difference of list of dictionary Python", "Trouble with the scope of variables in a class?", "Scope of variables in python", "Why does the scope work like this?", "Difference between module scope and function scope", "scope in class python", "Getting local dictionary for function scope only in Python", "Can you add variables into a dictionary", "Import module scope and variables", "Python - Class Scope", "Python \"import\" scope", "Import a dictionary into the current scope as variables", "Scope of variables in Python when using for loop", "How to access class-scope variables without self?", "How to modify variables of another scope?", "What is difference betweem tf.variable_scope and variable_scope.variable_scope in Tensorflow?", "Python function scope", "Python list scope", "Variables scope in python", "About scope in Python", "python class - function variables scope", "find the type of all variables in scope python", "In Python, what is the difference between an object and a dictionary?" ]
ORM with Graph-Databases like Neo4j in Python
[ "Cleanest way to make an ORM for neo4j + sql in python flask? One model over 2 databases", "Neo4j and django models" ]
[ "Joern: access graph database directly without neo4j-server", "Loading Data from CSV to Neo4j", "Problem installing neo4j.py", "Authentication on Neo4j with Python", "Hierarchical Graph in Neo4J from csv", "neo4j-python error", "neo4j get relationship value by python", "neo4j, python and netbeans", "How can I get the number of nodes of a Neo4j graph database from Python?", "using neo4J (server) from python with transaction", "get json response from neo4j using python", "Developing a web application in python with neo4j", "Copy neo4j database from python", "Change neo4j database location within python", "Determine read or write query neo4j", "CypherError during graph create/merge using Neo4j-Python Connector", "Python Neo4j Self reference", "Neo4j and Django testing", "Python & Neo4j: Check for empty statementresult", "Access neo4j via python-joern", "Using Django ORM get_or_create with multiple databases", "Which python ORM could return an object?", "python orm", "How to verify if a Neo4j Graph DB exist with Python?", "Neo4j unable to connect to graph database server", "Can I have a temporary/alternative neo4j graph for testing?", "Python with neo4j 2.x", "List of Python Object Databases" ]
What is the purpose of bare asterix in function arguments?
[ "Bare asterisk in function arguments?", "What is the purpose of self?" ]
[ "What does bare strings in the body of a class definition mean?", "What is the purpose of __name__?", "function arguments in python", "Why am I unable to select/click a bare text link with Selenium?", "SqlAlchemy Core and bare exists query", "Why need to use Flask extension, not just the bare library?", "purpose of __get__ of a simple function", "Purpose of __init__", "How to promulgate a list of arguments for a python function?", "Purpose of 'if __name__ == \"__main__\":'", "What does asterix * means in Python", "What is the purpose of using `-m`?", "What is the purpose of this code", "python function arguments", "Looking for a bare-bones open-source editor written in python", "Why isn't virtualenv creating a bare environment?", "How could I tell a give directory is git repo(bare or not bare) in Python", "Any Reason why Bare-Except's are Frowned Upon", "Using asterix character (*) as joker in python string replacement?", "How to run a program's purpose more than once?", "Purpose of return self python", "function with arguments in python", "How to use bare path (no slash) when including pyramid config?", "What are quines? Any specific purpose to have them?", "Python arguments in function", "diamond structure using asterix in python", "Bare words / new keywords in Python", "Function with arguments autostarts" ]
Why assert is not largely used?
[ "Best practice for Python assert" ]
[ "How do you assert something is not true in Python?", "How to assert two list contain the same elements in Python?", "How to properly use (assert) in this case with Python?", "How can I assert from Python C code?", "Can not assert type of an object?", "how to write a custom assert Python", "Python : Assert that variable is instance method?", "Assert/VerifyElementPresent with Python and WebDriver?", "What is the use of \"assert\" in Python?", "Assert without the traceback in Python", "design of python: why is assert a statement and not a function?", "how to use assert and == in python?", "Example use of assert in Python?", "Implementing C-like assert", "assert wrapper function", "Assert an integer is within range", "How to use Assert in this instance?", "Python how to assert that a method has been called", "Proper way to assert type of variable in Python", "Assert fails in Python", "When should I use 'assert' in Python?", "Python assert on property set", "What does assert equal to empty parentheses (assert x == ()) mean?", "Why is the assert not getting imported here", "Use assert in normal code", "pandas assert error for empty column", "Python: Assert that all objects in a list have a specific attribute values", "Assert that a method was called with one argument out of several", "assert JSON response" ]
When to use imshow over pcolormesh?
[ "matplotlib pcolormesh creates data artifacts" ]
[ "strange behavior: pcolormesh and meshgrid (easy)", "How to get transparency into pcolormesh in JuliaLang?", "Correct way to set color to transparent with matplotlib.pcolormesh()?", "Python matplotlib mask multiple (more than three) values using pcolormesh", "matplotlib pcolormesh grid not visible", "matplotlib pcolormesh artifact", "Pcolormesh not getting correct position matplotlib", "Interactive pixel information with pcolormesh in Python?", "pcolormesh with masked invalid values", "Off by one error in imshow?", "How to save a pcolormesh image from matplotlib", "matplotlib plot X Y Z data from csv as pcolormesh", "Odd behaviour of pcolormesh with coordinates", "Labels on pcolormesh", "Pyplot pcolormesh confused when alpha not 1", "Single pcolormesh with more than one colormap using Matplotlib", "Python: How to add datetime to x-axis in pcolormesh", "pcolormesh is putting out a blank map?", "Matplotlib Pcolormesh - in what format should I give the data?", "pcolormesh adds empty white columns", "pcolormesh use of memory", "pcolormesh with user-defined value level", "Error in function imshow", "Plotting contours over pcolormesh data", "Plot 2D histogram data with pcolormesh", "1 pixel grid lines in pcolormesh", "Python numpy: create 2d array of values based on coordinates and plot with pcolormesh, heatplolt", "Plotting pcolormesh with a bunch of 2-d arrays with different color", "Getting the correct colours for pcolormesh" ]
How to force virtualenv to install latest setuptools and pip from pypi?
[ "Difference in version of setuptools with virtualenv" ]
[ "virtualenv not accessing internal pypi server", "Cannot install virtualenv using pip", "Pip doesn't install latest available version from pypi (argparse in this case)", "pip install error within Python 3 virtualenv", "How do I make pip display the latest version of a package on PyPI?", "Can't install via pip with Virtualenv", "How to install sudokumaker from pypi?", "Pip and Virtualenv", "Running post install code from PyPi via pip", "Can't install setuptools (python)", "Can't install from pypi with pip", "Python pip, virtualenv, virtualwrapper", "pip cannot find module that is in pypi", "Migrating to pip+virtualenv from setuptools", "How to manually install a pypi module without pip/easy_install?", "Force virtualenv pip to be used", "Python 3, easy_install, pip and pypi", "How can I make setuptools install a package that's not on PyPI?", "Virtualenv doesn't install pip", "Python easy_install in a virtualenv gives setuptools error", "Python - Is there any way to get pip without setuptools?", "How can a Python module single file be installed using pip and PyPI?", "Cannot search package in PyPI with pip", "Getting setuptools to ignore PyPI repository", "Can I use pip to install my own package from PyPI?", "how to install virtualenv and/or pip", "How can I install a python package without pip or virtualenv", "Why is Django 1.0.x not able to install from PyPI?", "How can I make `pip search` work with my local pypi server?" ]
Python running out of memory parsing XML using cElementTree.iterparse
[ "Using Python Iterparse For Large XML Files", "python cElementTree uses too much memory" ]
[ "Parsing XML with cElementTree", "Parsing large XML using iterparse() consumes too much memory. Any alternative?", "Iterparse namespace", "xml parsing error with cElementTree in python", "Why does cElementTree iterparse return None elements?", "Iterparse object has no attribute next", "iterparse large XML using python", "Parsing broken XML with lxml.etree.iterparse", "xml parsing failed using python: xml.etree.cElementTree", "Parsing XML using xml.etree.cElementTree", "cElementTree invalid encoding problem", "ElementTree's iterparse() XML parsing error", "How can I know the parent of an element when using iterparse methode of cElementTree?", "parsing XML file in python with cElementTree: dealing with errors and line number in the file", "Parsing Large XML file with Python lxml and Iterparse", "parsing XML using cElementTree in python", "Find all nodes from an XML using cElementTree", "Python LXML iterparse function: memory not getting freed while parsing a huge XML", "How to add dtd validation to `xml.etree.cElementTree.iterparse`", "How to get all text children of an element in cElementTree?", "Retrieving XML attribute values using Python iterparse", "python's lxml and iterparse method", "python lxml using iterparse to edit and output xml", "Python removing elements from large xml file with xml iterparse", "how to use iterparse to get xml snippet", "How to find the starting element name in xml using iterparse", "Parsing same content twice with lxml.iterparse", "cElementTree insatall in Ubuntu" ]
python inheritance in sqlalchemy
[ "SQLAlchemy Inheritance" ]
[ "SQLAlchemy - model simple inheritance", "An inheritance example in Python", "SQLAlchemy inheritance filter on all columns", "sqlalchemy constraint in models inheritance", "SqlAlchemy table inheritance and primary keys", "Class Inheritance", "Error When Configuring Inheritance In SQLAlchemy", "SQLAlchemy class inheritance on an existing instance", "Simple SQLAlchemy hiearchical inheritance model", "Flask-SQLAlchemy Single Table Inheritance", "Inheritance in Flask-SqlAlchemy", "Python class inheritance", "Python - method inheritance", "Inheritance in Python", "How to do this Class inheritance in Python?", "Sqlalchemy, inheritance and relationships", "SQLAlchemy inheritance from non-orm class", "Python inheritance", "problem with inheritance in python", "Inheritance in Python?", "Class inheritance in python", "One-to-one delete for SQLAlchemy classes with inheritance", "Class Inheritance from same Class", "Error with inheritance in python", "Table(Model) Inheritance with Flask SQLAlchemy", "Inheritance in Java", "Inheritance error with Python", "Inheritance in Python", "Class inheritance" ]
PYTHON & PYGAME How to move and rotate polygon towards the mouse position?
[ "Rotate 2D polygon without changing its position" ]
[ "How to move a class of objects in pygame?", "Pygame, trying to rotate sprite", "Image doesn't move in Pygame", "Pygame: getting a loop to run after mouse click", "pygame mouse button down not working", "Pygame: Other way of checking mouse button up", "Creating a polygon in Python", "How do I set the position of my mouse cursor on the center of an object in pygame?", "How to rotate a 3d plot in python? (or as a animation) Rotate 3-D view using mouse", "How to move an image with the mouse in pygame?", "Error in checking my mouse position on my canvas (Pygame)", "how to rotate a polygon?", "Pygame mouse button work on one click", "Can't rotate image in pygame", "pygame.transform.rotate not working", "Why does my loop rotate only once?", "How to rotate a polygon on a Tkinter Canvas?", "So why did this Pygame move code work, but not this one?", "how to get mouse input in python and pygame", "how to move from one polygon to another in file in python?", "PyGame polygon, using a tuple as a parameter", "Rotate image using pygame", "How use mouse control with pygame?", "Pygame: paint a Class polygon from a different module", "Pygame move a object to mouse", "Out of memory when using pygame.transform.rotate", "Pygame / python mouse button down issue", "How to transform a polygon string on a real polygon" ]
Why does "not(True) in [False, True]" return False?
[ "Why is `True is False == False`, False in Python?" ]
[ "Python true/false and in", "What is difference between if (False,) and True == (False,)", "not (not false) = True?", "True = False == True", "Can't get function to return false?", "Python True/False for the following code", "'True' and 'False' in Python", "Return True|False from a function in a class in python", "Function loop True or False", "What does return True/False actually do? (Python)", "Why does `False is False is False` evaluate to `True`?", "Why does '() is ()' return True when '[] is []' and '{} is {}' return False?", "Why does `True == False is False` evaluate to False?", "How to convert ‘false’ to 0 and ‘true’ to 1 in python", "Why does this return False", "Python Return True or False", "Why is True + 2 , 3 or False + 2, 2", "Why is 'True or False' faster than 'False or True'?", "Why does False==False in [False] return True?", "Python : While True or False", "How can I set a true/false variable with if?", "Why do I get 0 when I run \"0 and True\" or \"0 and False\"", "Python while not True or False", "python: Will not return True or False inside my function", "python list with true and false not True and False", "Python: Why \"2 in [1,2,3] == True\" returns False?", "True & False in a function def", "Return True, False and None in Python", "Is there only one True and one False object in Python?" ]
When should I use @classmethod and when def method(self)?
[ "Why use a classmethod over an Instance method in python" ]
[ "What does classmethod do in this code?", "How does a classmethod object work?", "return type of classmethod", "Python-style classmethod for C#?", "Calling a base class's classmethod in Python", "Why is my @classmethod variable \"not defined\"?", "Using same function as instance and classmethod in python", "Create an object from a JSON file in python (using a classmethod)?", "Difference between calling classmethod or regular method from another classmethod", "What's @classmethod do outside of a class in Python?", "Python - classmethod( )", "Creating a Python classmethod", "Python classmethod outside the class", "Difference between @classmethod and a method in python", "How to call a parent class's @classmethod from an overridden @classmethod in Python?", "Check if a function uses @classmethod", "Don't want instance to see Python @classmethod", "What's an example use case for a Python classmethod?", "super() doesn't work in classmethod", "How can I access a classmethod from inside a class in Python", "Location of @classmethod", "how to use @ in python.. and the @property and the @classmethod", "What is the difference between django classonlymethod and python classmethod?", "Use classmethod as default argument", "What does 'self' refer to in a @classmethod?", "Why does my __init__ function need to be @classmethod?", "How to add classmethod to a python class?", "classmethod lambda Python", "Why should I use a classmethod in python?" ]
import matplotlib failing on Heroku
[ "Deploy matplotlib on heroku failed. How to do this correctly?" ]
[ "heroku cannot work with my python script", "How to Access files on Heroku?", "Heroku and Django", "Heroku and Django Running Server", "New to Heroku - \"No such type as web\"", "Can't figure out where Heroku app is failing [Error: pg_config executable not found.]", "Heroku - No web process running", "Can Heroku edit files?", "Django + Heroku Database", "Getting API Key from SparkPost / Heroku in python", "django - error adding database to heroku", "RQScheduler on Heroku", "Adding two number isn't working on heroku", "Django app on Heroku: Application Error", "Why is this Python test failing?", "Python doesn't work with heroku", "Python Flask heroku application error", "heroku local static not found", "What port to use on heroku python app", "How do I execute a python script on Heroku?", "Heroku django no such app", "os.path python module not working in heroku", "How to run one-off python script on Heroku", "Python database WITHOUT using Django (for Heroku)", "Push failed, heroku, django, scrapy-heroku", "Heroku Django error run the app", "Trying to start up django app on Heroku: Application Error", "Python Import failing", "Build error on Heroku" ]
Circular list iterator in Python
[ "Circular Iterator in Python" ]
[ "How to solve this Python import circular reference", "How to solve the circular import error in django?", "How does circular import work exactly in Python", "Circular Import with app models", "circular array class in python", "Is a python list a circular data structure?", "Python problem with circular reference:", "Circular Programming in Python (corecursion) - is it possible?", "Circular Reference with python lists", "Circular import dependency in Python", "circular logging in python", "Django circular model reference", "do I have a circular import in python", "Django circular import", "Can't solve a circular import", "Circular import in python+django?! how to make it work?", "Circular Range in Python", "Resolve circular import error in python", "Python: How to Call a function in another file with a circular import", "why this circular import *will* work in python", "index into a circular array", "What's the use of a circular reference?", "Circular Linked list in python", "Circular reference in python", "Import Error. Circular References", "Circular dependency in Python", "Python circular references", "How to create a circular list from a list in Python?", "Circular buffer python" ]
Is it possible to multiprocess a function that returns something in Python?
[ "Multiprocess reading from file" ]
[ "Multiprocess multiple files in a list", "Python multiprocess does not update object attributes", "Python multiprocess does not work or throw exception", "python Multiprocess with two list compare", "Need help trying to get a Python multiprocess pool working", "Python: Using Multiprocess to switch functions", "Why Python Multiprocess class doesn't change the attribute?", "Python Multiprocess Error", "Run multiprocess", "How to run make_server from the simple_server in python on multiprocess?", "Multiprocess in python uses only one process", "Python multiprocess change class instance in place", "How to call a shell script from python in multiprocess?", "python multiprocess map for lines in a file", "multiprocess on read or write csv", "Handling Exception in multiprocess", "How to multiprocess functions", "Handle multiprocess in python", "Python, using multiprocess is slower than not using it", "Why is multiprocess running outside of the target function?", "Issue running code before and after multiprocess threads", "append to instance list with multiprocess", "How do i properly use multiprocess in Python", "Multiprocess synchronization in python", "Multiprocess a function in python that got multiple parameters", "multiprocess sub-function does not return any results", "Python multiprocess lists of images", "Python Multiprocess/Threading loop.", "multiprocess a function with a element of list as argument" ]
Accessing Imgur API with Python 3.4.1 and Urllib3
[ "403 error while getting data from Imgur api. Where am I going wrong?", "authentication with urllib3" ]
[ "uploading a file to imgur via python", "Imgur API: Dictionary values magically turns into None?", "Trouble sending a file to Imgur", "Python 2.7: Imgur API and getting clear text comments from a post?", "How to pass data to urllib3 POST request method?", "Python urllib3 and proxy", "Downloading file from imgur using python directly via url", "BeautifulSoup find all image links on Imgur", "Upload Image To Imgur After Resizeing In PIL", "Correct API call to request JSON-formatted data from Imgur?", "No module named urllib3", "how to save page source using urllib3 in Python", "Imgur TagVote issue python", "Not able to upload image in created album: Imgur python", "requests post to imgur", "Getting URL of a picture on imgur", "Downloading the top comments for an imgur image (jpg)", "What's the best way to download file using urllib3", "Unable to import urllib3 in python 3.5", "python urllib3 login + search", "Requests.package.urllib3 error", "Imgur API won't remove image from album", "How to upload image to imgur as a specific user?", "Python - Display only a certain amount of results from a query in the Imgur API", "How to print raw html string using urllib3?", "Authentication With Imgur API", "How do I check whether an imgur URL is a gif or an image?", "Python Imgur API JSON output to CSV" ]
numpy python 3.4.1 : Python 3.4 not found in registry
[ "numpy python 3.4.1 installation: Python 3.4 not found in registry" ]
[ "Python version 2.6 required, which was not found in the registry", "Read remote registry in python", "Python code to read registry", "Loop through Registry Python", "Python: Look into the registry to find install location of a program", "How do I use Python to retrieve Registry values?", "restore registry from file", "Python how to get folder name in registry", "Problem opening registry key on Windows 7", "Registry Entries for all users in Python", "Getting registry information using Python", "Accessing windows registry Python", "Checking if registry key exists with python", "python: defining registry in base class", "Python Registry Persistence", "Python: Windows registry hive access NOT using registry APIs", "Registry key list different when executed from Python", "Creating new value inside registry Run key with Python?", "Registry change through python working incorrectly", "Checking if a registry key exists python", "Check in Python if Windows registry key already exists", "Deleting a Windows Registry Value with Python", "How to remove multiple versions of Python from the Windows registry", "How do i add a python script to the startup registry?", "Change Value of (Default) in Registry with Python", "How can I verify and create values on the Windows registry with Python?", "How to return only user Path in environment variables without access to Registry?", "Edit Windows 7 Registry in Python?", "Python: Add an empty Binary Registry key" ]
Hook python module function
[ "How can I hook a function in a python module?" ]
[ "Include Data in Hook?", "django admin hook run code from super", "Pre-receive hook to check the binary file", "C++/C# Python Hook", "Python hook for module initialization", "git cannot execute python-script as hook", "how to add URL hook to html", "Is it possible to hook up a MySQL database with python", "Getting full module name in Import hook", "Using view context in model's _post_put_hook", "hook file creation in python", "How to implement a 'before' hook that can output an alternative response?", "hook for printing an int in python", "Hook directory not found", "Mercurial Pre-Commit Hook: How to hook to python program in current directory?", "Set up svnperms pre-commit hook", "class method hook decorator in python2", "Python requests library pre_request hook", "Python Requests: Hook or no Hook?", "Custom exception with pre throw hook?", "Using dispatch_hook()", "Object_hook not given phpserialize", "what kind of situation will we use the 'load hook' and 'unload hook' of the framework?", "custom user auth in django how to hook up", "Python requests hook returns a value to cause exception", "python flask request hook", "Python 3: hook list & dict changes", "object_hook does not address the full json", "Calling a hook function every time an Exception is raised" ]
Python equivalent of php pack
[ "PHP to python pack('H')" ]
[ "Python equivalent to PHP Post", "Python equivalent of PHP $this->{$var}", "Python pack data to PHP pack data", "what is python equivalent to PHP $_SERVER?", "Equivalent of Python's dir function in PHP", "What is the equivalent in PHP for Python's pass statement?", "PHP list() equivalent in Python", "What is the C Equivalent of Python's pack(\"<I\", 0)", "PHP equivalent to Python's enumerate()?", "Lambda equivalent from Python in PHP", "Does PHP have an equivalent to Python's all()", "Python equivalent of PHP array_column", "Where is the phpMailer php class equivalent for Python?", "Is there a Python equivalent of PHP's $_GET[] and $_POST[]?", "python equivalent to php natcasesort", "python decorator equivalent in php", "What's the equivalent of PHP's \"$my_array[]\" in Python?", "What is the PHP equivalent to Python's Try: ... Except:", "What is the equivalent of php's print_r() in python?", "Python equivalent for PHP's usort()?", "Python equivalent of PHP's @", "Python equivalent of php's virtual()", "Python equivalent of PHP's date()", "PHP equivalent of Python's `str.format` method?", "PHP equivalent of Python's requests.get", "It there an equivalent to PHP's extract in Python?", "Python equivalent to PHP include", "Convert python pack to php pack", "Python equivalent to \"php -s\"" ]
ipynb import another ipynb file
[ "Jupyter Notebook: Import .ipynb file and access it's method in other .ipynb file giving error" ]
[ "How can I upload a .ipynb file to a Notebook Cloud instance?", "Can't use list from another file in Python", "How to import a method or use that from another class in python?", "Another error with my code", "Import File In Python to another File", "Is there another way to do this?", "How to run one python file from another python file?", "Python : Another Name Error", "Import function only in another file", "get object from another class", "call from a class to another class in python", "How to watch variable of a .ipynb script with Jupyter", "How to execute a * .PY file from a * .IPYNB file on the Jupyter notebook?", "how to ADD a one list to another in python?", "IPython nbconvert error (ipynb to pdf)", "How to do versioning of .ipynb by removing output and converting?", "Including ipynb files in sphinx index.rst when they are located in a subdirectory", "How to import a variable from another function and another class?", "Jupyter IPYNB Problems", "Use Data from one file to another", "Using one class from another class", "How to call a method of a class from another class?", "Is there a way to create a .ipynb from a .py file command line?", "How to run an .ipynb Jupyter Notebook from terminal?", "Import Another File Error", "How to connect to a remote kernel in a ipynb file?", "Using one class object in another class PYTHON", "Why does jupyter notebook append long list of ^@ symbols to end of ipynb file?", "how to run a file from another python file" ]
Plotting boxplots for a groupby object
[ "matplotlib: Group boxplots" ]
[ "Plotting based on groupby", "Creating double boxplots- i.e two boxes for each x-value", "Face pattern for boxes in boxplots", "Black and white boxplots in Seaborn", "Buildling boxplots incrementally from large datasets", "Plotting multiple boxplots in seaborn?", "Python: How to draw some boxplots for data frames using matplotlib?", "multiple boxplots by date in index", "Removing Redundant X-axis labels from group of boxplots", "Plotting pandas groupby", "Is there a way to make multiple horizontal boxplots in matplotlib?", "Dot-boxplots from DataFrames", "Pandas secondary y axis for boxplots", "Overlapping boxplots in python", "Python multiple boxplots automatic label", "For Loop to create boxplots with Matplotlib", "Boxplots in a matrix with matplotlib", "Grouped boxplots in pandas and seaborn", "matplotlib - producing boxplots in a loop", "python matplotlib filled boxplots", "boxplots with not-in-scale y-axis", "Side-by-side boxplots with Pandas", "Is there a good way to display sample size on grouped boxplots using Python Matplotlib", "Styling of Pandas groupby boxplots", "Boxplots in Matplotlib: fill markers in the boxes", "Pyplot boxplots centered around xticks", "Plotting and GroupBy methods", "Boxplots in matplotlib - Making room for the text" ]
Why python 2.7 on Windows need a space before unicode character when print?
[ "Python print Unicode character" ]
[ "Python 2.7 and unicode", "python re match unicode character", "Python: Why I can print a Unicode character on one line of code, but the same Unicode character causes an error when I try to print it later?", "How to find out number/name of unicode character in Python?", "Unicode Python Windows Console", "How to split unicode strings character by character in python?", "Python: replace nonbreaking space in Unicode", "Python convert unicode character to html code and unicode number", "convert character to unicode", "python:How to print the character from a variable with unicode string", "How to add space between two unicode strings?", "Python unicode character in __str__", "Python - How can I do a string find on a Unicode character that is a variable?", "Unicode block of a character in python", "Python (2.7) and reading Unicode argvs from the Windows command line", "Python string format character for __unicode__?", "Find out the unicode script of a character", "How to Print character using its unicode value in Python?", "Find a unicode character in string with Python", "How to find index of a character after space in python", "Print unicode character in Python 3", "List of unicode character names", "Python read a single unicode character from the user", "How does one print a Unicode character code in Python?", "Character count of Unicode string", "Unicode to original character in Python", "How to add unicode character before a string? [Python]", "How to print the unicode character '৷' in python", "How to print a variable that contains a unicode character?" ]
switch versions of python
[ "How do I dynamically switch between default Python versions?" ]
[ "How to switch between python 2.7 to python 3 from command line?", "How to switch Python versions in Terminal?", "How do classes switch from one to another?", "Python - change switch value of array at index between 1 and 0", "Python switch order of elements", "How to switch Classes", "Python switch case", "Switch in Python", "Django object versions", "Different versions of django", "Is it possible to get a list of all versions of an app?", "Python switch the output based on input", "Is there any value to a Switch / Case implementation in Python?", "Switch Django's version", "How to switch the order of text in a line?", "Can the switch statement have more than one variable?", "Switch between Python 3.5 and 3.6", "Multiple versions of python", "How to import two versions of the same python module at the same time?", "python switch statement doesn't work", "Why won't you switch to Python 3.x?", "Python Use Switch Case?", "python list items switch not working", "implement switch in python", "Switch between version of Python?", "Switch between Python versions as non root", "Versions of Python", "Switch between Python 2.7 and 2.6" ]
Call different interpreter for Tcl in python
[ "Running TCL code (on an existing TCL shell) from Python", "How to run a Tcl Script in a folder in Python?" ]
[ "Call Python functions from TCL script with arguments", "how to load from Python a dll file written in tcl", "Python Tkinter - Tcl Error", "Increasing numbers in strings by python or Tcl", "Tcl/tk version in Python installation", "Using matplotlib *without* TCL", "Need to run TCL script from python server", "Using Python functions in Tkinter.Tcl()", "python and TCL: how to run scripts that need a console", "How to run commands on same TCL shell using Python", "How to install tkinter or Tcl for python 2.7 on windows 7?", "How to call the python function from TCL script by passing an argument?", "Tcl_AsyncDelete error on Ubuntu in Python", "How to Call TCL Procedure using Python", "tcl Error in Tkinter", "Parsing TCL lists in Python", "Translate Tcl List to Python List", "Is it possible to define a Tcl procedure in Python?", "How do I get stdout from tcl into a python string variable when using tkinter?", "Change the version of Tcl when 'import tkinter' in Python", "Tcl error : invalid command name tcl_findLibrary", "TCL in Python: can't find package", "Supporting both Tcl and Python?", "Tcl Error in Tkinter \"Invalid command name\"", "TCL parsing a list of arguments to an external call", "Passing a Variable from Python script to tcl shell", "Running TCL code from Python", "WinCVS - Python - TCL" ]
Generate a Gaussian kernel given mean and standard deviation
[ "How to calculate a Gaussian kernel matrix efficiently in numpy?" ]
[ "Mean by interval of an array, standard deviation in python (Pandas)", "Calculate the gaussian kernel density in python", "matplotlib/python - How to draw a plot like this? mean ± 3*standard deviation", "Implementing Discrete Gaussian Kernel in Python?", "finding standard deviation down a column of data in python", "Writing a standard deviation function", "Standard deviation in numpy", "different results for standard deviation using numpy and R", "Perform local standard deviation in Python", "Perform a Standard Deviation on the values in a dictionary", "Pandas: Convert DataFrame to Mean and Standard Deviation of Each Cell", "Python-- Mean and Standard Deviation over groups of columns", "efficiently generate \"shifted\" gaussian kernel in python", "Print Standard Deviation from a list in python 2.5.3.0", "Generate two-dimensional normal distribution given a mean and standard deviation", "Calculate the standard deviation of a gaussian", "Python mean and standard deviation in list of dictionaries", "Numpy standard deviation not working for me", "Why doesn't this snippet generate the same standard deviation?", "Python Standard Deviation Check", "Plot mean and standard deviation on matplotlib 2.1.0", "Plot mean and standard deviation", "Standard deviation for DF, pandas", "Find the Standard Deviation from a CSV File using Python", "By Python. making standard deviation and mean lines with different graphes", "Gaussian function python", "python c extension for standard deviation", "How to find the Gaussian Weighted-Average and Standard deviation of a structural element" ]
Most efficient method to get key for a value in a dict
[ "Most efficient method to get key for similar values in a dict" ]
[ "Efficient way to read data in python", "Which one is more efficient?", "Any way I could make this more efficient?", "Which is more efficient to add indices in list of dict?", "Why can't I use a list as a dict key in python?", "Can this python code be more efficient?", "Use a list as the key in a Python dict", "Why dict.get(key) instead of dict[key]?", "what is the most efficient way to creating a dict with two lists?", "python list as dict key", "How to find dict value by Key in list", "Dict has key from list", "How can I make my code more efficient?", "The key error in dict", "Efficient use of in", "python create new dict key from the value", "Which way to append dict to list is more efficient", "get Key by value, dict, python", "Sorting a dict...efficient way to do it?", "Python efficient way to filter dict", "Which of these is the most efficient?", "How to make my python unscrambling code more efficient?", "how to add a dict as a value to a key in python", "How can I make this Python code more efficient", "Why WHILE is more efficient than FOR in this python function", "Get key from dict when value is another dict", "get key and value from a list with dict", "most efficient way to map a dict of dict based on two columns pandas", "Which is more efficient in Python: list.index() or dict.get()" ]
Crontab not running my python script
[ "Running crontab with python" ]
[ "crontab no such file or directory", "Crontab, python script fails to run", "Python script not work in crontab", "using Crontab to run simple Python file", "Python script does not run from crontab", "Create crontab with python-crontab in Python?", "How to append crontab entries using python-crontab module?", "Can't get Crontab to work", "python script execution through crontab", "Python script not working in crontab, but works fine without", "crontab in python", "Crontab Python Script Not Working", "Python script does not work under crontab", "Python Script not running in crontab calling pysaunter", "Crontab will not run?", "Crontab and python script", "The script is running from terminal but not from crontab?", "crontab to run python file if not running already", "Crontab and python script writing to file", "Crontab running a python script with parameters", "Cannot run a python script using crontab", "How to know if Crontab is working?", "Stop python script with crontab", "Crontab and script", "Using Crontab in a Python Script", "crontab doesn't execute my python script", "Running a python script from crontab", "Why am I not able to use Python 3 in a Crontab?", "How to modify crontab to run python script?" ]
What is the correct way to replace matplotlib tick labels with computed values?
[ "matplotlib: change yaxis tick labels" ]
[ "Hide tick labels and offset in matplotlib", "how to show tick labels on top of matplotlib plot?", "pandas/matplotlib datetime tick labels", "matplotlib: draw major tick labels under minor labels", "Pandas missing x tick labels", "Matplotlib Tick lines and labels of different color", "Put a function of x as the x tick labels", "Set tick labels in matplotlib", "How to change separation between tick labels and axis labels in Matplotlib", "Pyplot set tick frequency and tick labels", "Changing tick labels with plotnine", "Matplotlib so log axis only has minor tick mark labels at specified points. Also change size of tick labels in colorbar", "Matplotlib missing x tick labels", "matplotlib tick labels not working", "Matplotlib make tick labels font size smaller", "Using an image for tick labels in matplotlib", "Matplotlib Line Graph Shift X-Axis Values and Tick Labels", "Duplicate Tick Labels in Matplotlib", "Matplotlib: Center tick-labels between subplots", "Matplotlib: Tick labels position", "How to change log-scale tick labels in matplotlib", "pandas, matplotlib, use dataframe index as axis tick labels", "Matplotlib: How to force integer tick labels?", "Matplotlib: Move x-axis tick labels one position to left", "Getting empty tick labels before showing a plot in Matplotlib", "Axis and tick labels are bold when they shouldn't be - Matplotlib", "How to set date tick labels on x axis, only for given points on matplotlib", "Place Matplotlib tick labels at y=0", "Hiding major tick labels while showing minor tick labels in matplotlib" ]
Python - Convert currency code to its sign
[ "Determine if the string contains any currency sign?" ]
[ "python: how to convert currency to decimal?", "converting currency with $ to numbers in Python pandas", "Python how to format currency string", "Currency formatting in Python", "how do I sign data with pyme?", "Zodiacal sign python", "How can I convert currency symbol to code?", "Currency with specific format", "A way to display currency?", "How do I display floats as currency with negative sign before currency", "python locale set currency at end of string", "How do I convert a currency string to a floating point number in Python?", "Python efficiently split currency sign and number in one string", "Extract currency amount from string in Python", "Api to get currency code for country code/name", "What is regex for currency symbol?", "Simple Python plot -currency and dates", "Parse currency into numbers in Python", "How does one find the currency value in a string?", "Simple currency conversion function", "How can I convert from string to currency when the format is not known?", "Python currency calculation with API JSON", "how to convert currency in python file", "Currency Conversion in django", "Problems trying to format currency with Python (Django)", "Currency conversion in pandas", "Format numbers as currency in Python", "Python - Validate currency", "Print currency symbol properly" ]
python ValueError: invalid literal for float()
[ "Python: ValueError: invalid literal for float():" ]
[ "ValueError: invalid literal for int() with base 10: '' python", "(Python) ValueError: invalid literal for int() with base 10: ''", "Invalid literal for Float error in Python", "Converting string to float - ValueError: invalid literal for float()", "ValueError: invalid literal for int() with base 10: ‘['", "Python - ValueError: invalid literal for int() with base 10: ''", "ValueError: invalid literal for int() with base 10: '013000ab7C8'", "python : ValueError: invalid literal for int() with base 10: ' '", "ValueError: invalid literal for int() with base 10: '' in Python", "Convert Array object into float - ValueError: invalid literal for float", "How to fix valueerror invalid literal error in django?", "Python ValueError: invalid literal for int() with base 10", "ValueError: invalid literal for float() in Python", "Python - Plotting text file returns 'ValueError: invalid literal for float():'", "Python: ValueError: invalid literal for int() with base 10: ' '", "ValueError: invalid literal for int () with base 10", "ValueError invalid literal for int() with base 10: ''", "Python ValueError: invalid literal for int(): '1.5'", "ConfigNumParser ValueError: invalid literal for int() with base 10: ''", "ValueError: invalid literal for float() Keras", "ValueError:invalid literal for int() with base 10:' '", "ValueError: invalid literal for int() with base 10: 's'", "How to deal with ValueError: invalid literal for float() in python", "Python : ValueError: invalid literal for float()", "ValueError: invalid literal for int() with base 10: '-' (Python)", "ValueError: invalid literal for int() with base 10", "Python ValueError: invalid literal for float(): 127.0.0.1", "ValueError: invalid literal for int() with base 10: ' '", "Invalid literal for float" ]
os.environ in django settings.py cannot get system environment variables with apache and wsgi
[ "Cannot get environment variables in Django settings file" ]
[ "Does django already come with a wsgi application file, or do I need to create one? How to setup apache and mod_wsgi with django?", "django settings.py os.environ.get(\"X\") not fetching correct values", "Setup django with WSGI and apache", "Django + Apache wsgi = paths problem", "apache - wsgi - python - basic example", "Django + PyMSQL + WSGI", "Apache + Django + WSGI : Page is not working", "Why do we have to provide WSGI_APPLICATION variable in Django settings", "Why to copy a dictonairy from WSGI environment?", "How to return an apache error page from a wsgi app?", "$_SERVER vs. WSGI environ parameter", "ImportError: No module named ekz.settings wsgi+apache", "python environment case senstivity - os.environ[...]", "os.environ doesn't show some variables", "Syntax Error with Django, WSGI, and Apache", "os.environ doesn't see some variables", "How do set Python path to run Django with WSGI and Apache?", "Custom settings and wsgi in django 1.10 give me error", "how to use os.environ as a dictionary value", "Django split settings environment with environment variables", "Function of os.environ in python", "django wsgi.py cannot recognize settings file", "Could not import settings wsgi Django", "Get current URL in Python using os.environ", "os.environ not setting environment variables", "Django Apache wsgi changes python version", "regarding print out os.environ variables", "Django wsgi error on Apache", "Django get environment variables from apache" ]
Jenkins python api authentication "403 forbidden"
[ "Jenkins: HTTP error 403 when getting config" ]
[ "POST http://127.0.0.1:8000/follow/fav/8/1/ 403 (FORBIDDEN)", "urllib2 Error 403: Forbidden", "POST http://127.0.0.1:8000/notifications/ajax/ 403 (FORBIDDEN)//using ajax+django", "HTTP Error 403: Forbidden when reading HTML", "Google QPX Express API returning HTTP error 403 : Forbidden - Python", "urlencode gives HTTP Error 403: FORBIDDEN", "403 FORBIDDEN use ajax to send post DJANGO", "dev-server HTTP Error 403: Forbidden", "403 Forbidden with endTimeUnspecified on Google calendar API?", "Unable to access Tastekid’s API. It says Error: 403 (Request forbidden)", "HTTP Error 403: Forbidden with urlretrieve", "CiteULike API 'forbidden'", "Python HTTP Error 403 Forbidden", "HTTPError: HTTP Error 403: Forbidden", "Django 403 forbidden", "ajax django 403 forbidden error", "403 Forbidden and request.method showing GET in django", "403 Forbidden due to Client Denied by Server Configuration", "Scrapy returning 403 error (Forbidden)", "403 Forbidden error google plus python", "Python requests. 403 Forbidden", "HTTP Error 403: Forbidden on urllib2 request", "GSResponseError: GSResponseError: 403 Forbidden while writing to Bucket", "HTTP Error 403: Forbidden when using NLTK", "python Django 403 forbidden when changing email", "403 Forbidden while trying to display image from url - Kivy", "403 (FORBIDDEN)", "How can I fix a 403 forbidden on an apache server using Django?", "Django + Ajax + Facebook API 403 FORBIDDEN" ]
Python with selenium: unable to locate element which really exist
[ "Python with Selenium: Unable to locate element error" ]
[ "How to locate the element using selenium python in the HTML below", "unable to locate element with selenium", "Impossible to locate an element in selenium", "Unable to locate using find element by link", "Python Selenium - 'Unable to locate element' after made visible", "Can't locate element - Selenium", "How to locate an element by class name and its text in python selenium", "no such element: Unable to locate element:", "python selenium unable to locate a table id which exists", "Set up a default exception handler when unable to locate an element in selenium?", "Scraping issue w/ Python & Selenium (Unable to locate element)", "selenium webdriver locate the element", "Selenium and Python 3 – unable to find element", "Best way to locate this element in selenium?", "Can't locate an available class with Selenium Python", "Selenium python to locate an element and print its attribute", "Selenium unable to locate element that it has already located", "Not able to locate element in Selenium", "Selenium Unable to Locate HTML elements Except with ID", "Can't locate element with selenium webdriver on python", "Unable to locate element python selenium - Need to click this button", "Python Selenium how to locate element", "Unable to locate a visible element with python selenium", "How can I locate to this image by using selenium (python script)?", "how to use selenium locate inpurt element after a specific text with python", "unable to locate the text file", "Unable to locate element using selenium webdriver in python", "Selenium in Python shows Unable to locate an element with the xpath expression" ]
How to convert an integer to hexadecimal without the extra '0x' leading and 'L' trailing characters in Python?
[ "How to use hex() without 0x in Python?" ]
[ "Convert Hexadecimal string to long python", "Remove leading and trailing spaces from a Python list", "Python 3.4: replace \"0x\" with \"\\x\" in a List", "How to remove leading and trailing zeros in a string? Python", "Remove leading and trailing spaces?", "Python regex \\number adding \\0x", "Python <function at 0x> output", "python: Class error __main__.foo instance at 0x", "How can I read hexadecimal data with python?", "Convert a string into an hexadecimal", "Convert from string containing hexadecimal characters to bytes in python 3", "Python Trailing L Problem", "How to convert this format hexadecimal?", "Error trying to strip \"0x'", "Leading and Trailing '0' gives error", "How do I convert a hexadecimal to a string in Python?", "Replace \"\\x\" with \"0x\" in a text using Python", "How to convert hexadecimal in python?", "Convert image into hexadecimal format with Python", "leading + trailing zeros on R", "How to convert string to hexadecimal integer in Python?", "Iterate over list from leading and trailing with multiprocessing", "How to convert String(Word) to hexadecimal Binary with leading \\x in Python 3", "How to remove leading and trailing spaces from strings in a Python list", "Trim specific leading and trailing characters from a string", "How can I get the value of a <property object at 0x...> in Python", "Python Hexadecimal", "Python: convert string of multiple hexadecimal values to integer" ]
Python Return Codes
[ "Exit codes in Python" ]
[ "why the results of below two codes are different?", "What is the Big O run time of these codes?", "Why isn't my python codes Working?", "What's the difference between these two codes?", "Python Run Two Codes At Once", "get NACE codes with regex", "what does the codes with the 'with' statement do?", "List of language codes (ISO639-1) in Python?", "why can not display HTML codes?", "how to write codes using django", "color codes in reportlabs-python", "How I can make my db add codes for users to register with one of the codes ? (Python-Django)", "Python Error Codes are upshifted", "what's different between these two simple python codes? (one works and the other doesn't work)", "2 codes work, the third doesn't", "python: how to explain the following codes", "Python exit codes", "How to print the codes in python?", "How do I view the Python Codes inside a Python Script?", "Python - Can't figure Out Why Regex Does and Doesn't Work In These Codes?", "Why can't I run my codes in Python Shell?", "Python error codes", "What does this python codes mean?", "How to replace \"★✿•\" with their codes?", "Two codes in python should be giving the same result but they don't", "Plsease expain following python codes", "Import Python codes inside HTML file", "Multiple try codes in one block", "Difference between these two codes?" ]
Generator function for prime numbers
[ "How to implement an efficient infinite generator of prime numbers in Python?" ]
[ "Why does my prime generator break down?", "Find prime numbers in range", "Python function to find prime numbers", "Python List (with prime numbers)", "Python prime numbers generator yield vs return", "Can someone explain this prime list generator for me?", "Python prime generator in one-line", "Prime numbers function from R to Python", "Find number of prime numbers between 2 and n", "generator of prime numbers in Python", "Prime number generator crashes from memory error if there are too many numbers in array", "Python - Getting prime numbers", "Prime generator in python", "Python program to find prime numbers (3.5)", "prime number generator taking too much time", "Problems with a python prime number generator", "Python and Prime Numbers", "Trying to find the prime numbers using Python", "Python - Prime numbers Code", "Prime Numbers in Python", "Prime Numbers python", "Function is_prime - Error", "Prime number generator - python", "Basic Prime Number generator", "Pausable prime generator", "Python - prime numbers", "Prime numbers generator explanation?", "Python: Prime numbers and the in range()", "Simple Prime Generator in Python" ]
How can one perform color transforms with ICC profiles on a set of arbitrary pixel values (not on an image data structure)?
[ "PIL/Pillow decode icc profile information" ]
[ "Change pixel color as a function of its color", "Creating User Profiles In Python", "Python - Convert image to a string of pixel values", "Check profiles on login django doesn't work", "Python plotting data (profiles)", "how to get the color value of a pixel in pygame?", "Python: how do you create an array with information about each pixel from an image?", "How to generate an image in python pixel by pixel?", "How to change pixel color in Python", "How can I convert an image's pixel color information into numbers and store it in a CSV?", "Cannot get correct pixel color image python", "Creation of a Function that transforms sentence in Python", "assertEqual transforms a value into None", "Tkinter:change a pixel's color", "Why Python's requests transforms parts of source code?", "c# regex transforms similar to python", "pandas dataframe transforms with columns and specific rows", "Generate pixel image in Python from array", "Django - permissions and profiles", "How do I change each pixel", "using profiles in iPython and Django", "Perl specific transforms in python", "How to read center pixel color", "Change a pixel value", "Replaced the value of pixel from an image to a different value, but after getting the color value, it is different", "Python - Multiple json profiles with thread?", "Unique User Profiles via URL", "Pixel by pixel operation on image in Google App Engine using Python", "Changing pixel color Python" ]
How to restore a builtin that I overwrote by accident?
[ "How to restore a builtin when parameter has same name?" ]
[ "What is the builtin name of the 'type' of functions, in Python?", "Python class has method \"set\", how to reference builtin set type?", "Can I be warned when I used a generator function by accident", "Where can I get the source code of module __builtin__ in python?", "Installing python (same version) on accident twice", "Is id a python builtin function?", "AppEngine: restore original builtin open/file function", "Why do I get an error for trying to access a builtin class method attribute but not the same builtin function attribute", "What does the builtin function any() do?", "How to use [] with a custom __builtin__ list?", "What does Python's builtin __build_class__ do?", "What is the Correct Time to Name a Variable after a Builtin?", "Why is python zip function builtin?", "Restore original file in case of an error", "How to check if a python class or object is user defined (not a builtin)?", "When and how to use the builtin function property() in python", "Are type on python's builtin unique", "Is there a builtin function version of `and` and/or `or` in Python?", "Using builtin name as local variable but also as builtin", "__builtin__ module in Python", "Restore Python class to original state", "Python - test whether object is a builtin function", "all builtin function of empty list", "Can I use a builtin name as a method name of a Python class?", "python error: object of type 'builtin_function_or_method' has no len()", "I get the error \"must be str, not builtin_function_or_method\"", "Subclass builtin List", "how to make my user defined function be a builtin function?", "override builtin \"and\"" ]
In python, how to capture the stdout from a c++ shared library to a variable
[ "Capture print output from a c-module in python" ]
[ "why python can import a shared library as a module?", "do not capture before string", "Is it possible to change shared library references in a shared object file?", "Capture stdout from a running C program with Python", "Print python stdout to stdout", "How to capture the commadline output from an app", "Can't get stdout data python", "Python capture stdout from subprocess line by line", "How to capture output of subprocess OTHER than stdout/stderr?", "Using a shared variable in a function", "error trying to capture a part from a string python", "django shared library/classes", "Python - Create shared class variable in class itself", "How to capture stdout output from a Python function call?", "Capture stdout from a script in Python", "How can I capture a value from a string and then remove it?", "How does one get a C++ library loaded into Python as a shared object file (.so)?", "Capture c++ shared library log entries with ctypes", "How do I capture the stdout and stderr of a call statemen", "Running gcov on shared library from python script", "Run C program from Python and then capture output", "How to find shared library used by a python module?", "Python ASTEVAL. How can i capture stdout", "How do I prevent a C shared library to print on stdout in python?", "'Context' object has no attribute 'stdout_capture'", "How can I capture the stdout output of a child process?", "Python - capture Popen stdout AND display on console?", "How to get stdout into a string (Python)", "Capture value from function" ]
How to access variables from file passed through command line
[ "How to give path for file passed through command line" ]
[ "Is there a way to access variables after an error when running Python", "Is there a pythonic way of assigning values to variables when passed in from the command line?", "How access variables inside method? (python)", "Python. How come my passed variables aren't being updated? Aren't they being passed by reference?", "Access class variables from another class", "How can functions access variables passed to other functions?", "Python list not getting passed?", "Python - should class attributes be passed to class methods as local variables?", "Pass python variables into a command", "I am trying to process a file passed as a command line argument", "Python, simple example of multiple variables passed to another function", "Getting the return value of functions passed in as variables", "Django access data passed to form", "List in python not working where command are passed as string", "Global Variables Passed into a Function Parameter List", "Python, call passed function on object", "Access class variables with same function", "Access __init__ variables", "How do variables get passed in and out of methods in Python?", "Python default parameter if no command line arguments are passed", "python + run system command with variables", "python: run java command using variables in the command", "Can I access class variables using self?", "How to access variables from one method into another?", "In line variables in Python 3", "How can i access the variables passed in as_view in django", "How would I access variables from one class to another?", "Using function parameter names that are the same as passed variables", "Are variables passed to a python function thread safe?" ]
theano - print value of TensorVariable
[ "Print output of a Theano network" ]
[ "What is this line of Theano doing?", "Untangling the cause of an error in Theano", "How to perform a range on a Theano's TensorVariable?", "How to access theano.tensor.var.TensorVariable?", "What Is equivalent to a [a < 0] = 0 in Theano?", "Convert CudaNdarraySharedVariable to TensorVariable", "How can I change device used of theano", "theano.function - how does it work?", "How to get name of a shared variable in Theano?", "AttributeError: 'TensorVariable' object has no attribute 'nonezeros'", "verify_grad function: 'TensorVariable' object is not callable", "How to multipy two 4D TensorVariable, python", "theano and lambda functions", "Theano - Sum by group", "IndexError: fail to coerce slice entry of type tensorvariable to integer", "How to map one matrix value to another in theano function", "How to change value of a shared variable in Theano?", "differences in computation outputs, theano, non theano", "Error importing Theano", "How to print values from inside a theano function?", "Theano import error: cannot import name stacklists", "Python theano: how does the R-operation work?", "How to write update in theano function", "Theano function not working on a simple, 4-value array", "Theano not running on Windows", "Theano: Using theano.scan with theano.scan_module.until", "AttributeError in Theano", "Create a shared row in theano", "adding broadcastble matrix in theano" ]
Sessions always empty with flask / heroku
[ "Flask sessions not persisting on heroku" ]
[ "How to run a simple python script on heroku without flask/django?", "Heroku and Django", "Flask config import fails on Heroku", "404 Error when running Flask app on Heroku", "Flask app dont start on heroku server", "RQScheduler on Heroku", "Flask: share sessions between domain.com and username.domain.com", "Flask global variables and sessions", "Heroku, flask, and python sockets?", "Python doesn't work with heroku", "Flask/AngluarJS Deploying to Heroku", "server-side sessions with flask?", "Flask client-side sessions", "Error importing numpy from Flask into Heroku application", "Python Flask heroku application error", "Empty sessions in Django", "Python Web App Using Flask, \"app not defined\" on Heroku", "setting environment variables in heroku for flask app", "Some questions about Flask sessions", "Unable to upload files with Flask on Heroku", "How to I delete all Flask sessions?", "Why do I get so many files when I submit my Python Flask web app to Heroku?", "Flask: Heroku with custom domain name breaks sessions?", "What is the simplest way to store a value in a Flask app on Heroku?", "Flask app still end on 500, Heroku", "Deploying Flask app to Heroku", "installing flask in Python on Heroku", "Python (Heroku): Flask buttons not working", "Flask app won't run on Heroku" ]
how to plot streamlines , when i know u and v components of velocity(numpy 2d arrays), using a plotting program in python?
[ "Plotting pathlines, streaklines given velocity vector field" ]
[ "Plotting a simple 2D vector", "2D array plotting in matplotlib", "How to plot 2D object in python?", "Python Plotting. How to plot f(x,y)?", "Plotting hypotrochoids using Python", "2D python list of numpy arrays to 2D numpy array", "Streamlines on a triangulation with matplotlib", "python plotting on top of a plot", "plotting data in python from 2D to 3D", "plotting in loop, only getting last plot", "load csv into 2D matrix with numpy for plotting", "Plotting bar plot in python", "Interactive 2D plotting in python", "Plotting in Python", "plotting streamlines with python", "why does matplotlib contour plot fail when plotting 2d arrays", "python plot 2d numpy array", "Python: using function on 2 elements of different 2d numpy arrays", "Plot 2D Numpy Array", "Python / Pyplot: Plotting 2D-Data at given (X,Y)", "Plotting with Numpy Arrays", "Want to append 2 2d arrays in numpy", "Plotting a 2D Array with Matplotlib", "Python Plotting using Matplotlib. Plot doesn't show up", "How to create 2D arrays in Python", "Plotting histrogram from numpy array", "Plotting changing arrays", "Python : Matplotlib Plotting all data in one plot", "Plotting a list of arrays on the same plot in python?" ]
python parse http response (string)
[ "Create a HTTP object from a string in Python" ]
[ "Return response code python HTTP header", "Parse http GET and POST parameters from BaseHTTPHandler?", "How to read a csv django http response", "HTTP request and response parameters", "Parse a REST Response using Python", "How to get json elements from http response string in python", "Python parse string", "how python http request and response works", "Parse text response from http request in Python", "Trying to parse value from json response in python", "Python - How to get http response of site", "python, when http response is None, how to get a response code", "Numbers following Django's HTTP Response Code", "How do I parse an HTTP date-string in Python?", "AJAX HTTP Request and Python web server HTTP response return", "Python String parse", "How do I add a Python list to a Django HTTP response", "Set http response Content-Type to \"xml\" in python", "How to parse a string in python", "Python - Parse String", "Return HTTP response in the function called by view", "Parse Json String from HTTP response", "How to parse this XML response in Python?", "Parse POST HTTP response using Python", "how to parse the response in python?", "Parse string in python", "Trying to parse XML response in Python", "Parse Raw HTTP in Python", "Return image in HTTP response" ]
Removing elements that have consecutive duplicates in Python
[ "Fast remove consecutive duplicates python" ]
[ "Removing duplicates in lists", "Python: Removing duplicates from a list", "removing duplicates from a list of strings", "Python, removing duplicates from a list", "set() not removing duplicates", "Removing duplicates from list of lists in Python", "python removing duplicates", "Removing Duplicates From Dictionary", "Python removing duplicates.", "Removing some of the duplicates from a list in Python", "Removing duplicates without set()", "How do I remove consecutive duplicates from a list?", "Removing consecutive duplicates in a tuple", "Find number of consecutive elements that are the same before they change", "Pandas: Drop consecutive duplicates", "Removing Duplicates from Nested List Based on First 2 Elements", "Remove certain consecutive duplicates in list", "Python removing duplicates in list and 1==1.0 True", "Python Removing Duplicates in a String Using in and not in", "How to print a list as a set, but without removing duplicates?", "Remove consecutive duplicates from a 2D list , python?", "Python removing duplicates in a list", "Removing last instance of duplicates", "How to find elements in a list is consecutive", "How to add consecutive elements of a list?", "Removing duplicates in a string in Python", "how to count consecutive duplicates in a python list", "Removing duplicates using set" ]
Vim shows: ImportError: No module named site. while I am using Canopy1.1
[ "ImportError: No module named site VIM and Enthought canopy" ]
[ "trying to get vim to work with python", "vim-python-mode: No module named __future__", "ImportError: No module named", "How can you use Python in Vim?", "python omnicompletion in vim not working", "How can I call Vim from Python?", "ImportError: No module named *****", "ImportError: No module named fenpy.sirah", "PYQ ImportError: No module named pyq", "ImportError: No module named RDT", "ImportError: No module named bingsearch", "ImportError: No module named misago", "How do I get python.vim to work with vim?", "ImportError: No module named PyQt42 2015-04-24 13:32:05.520000+00:00 python|importerror|spynner", "ROS2: ImportError: No module named genmsg", "ImportError ropevim using ropevim plugin in vim", "ImportError: No module named 'jsonconv'", "ImportError: No module named", "ImportError: No module named pbas", "ImportError: No module named a", "VIM: Use python 2.5 with vim 7.2", "ImportError: No module named 'pygsheets'", "ImportError: No module named", "vim : Gundo error", "ImportError: No module named timeutils", "ImportError: No module named _____", "ImportError: No module named ezdxf", "VIM/Python cannot return value to VIM" ]
Creating a Django Registration Form by Extending Django-Registation Application
[ "Extending Django-Registration: Getting error on setting url.py", "Django-Registration & Django-Profile, using your own custom form" ]
[ "Extending Django's User model", "Adding User Registration to Django App", "Django custom registration fields", "Django: Add another field to django-registration", "Django-registration how to check if user exists", "Django custom registration form", "How to add extra fields to django registration form?", "How to create a profile registration form in Django?", "Registration of a custom user in Django", "Custom django user registration form", "Django extending model.User", "User Types In Django using the same login and registration form", "Creating Custom user registration form Django", "Django-registration, custom registration and validation", "In Django Extending User Form for Custom User", "Creating a new user after extending Django user model", "User registration process in django?", "Django-registration 1.0 Registration not working", "Can't get django-registration to work (on Windows)", "DJANGO: How do I order my input in my Registration Form?", "Django registration test script not running", "Django-profile and django-registration get started", "How to use different view for django-registration?", "i am trying to build a registration form by Django using forms.py", "2-step user registration with Django", "Django - Registration form can't upload image", "django-registration passing extra_context to Registration Form", "How do i create a custom django backend for django-registration?" ]
Reshape rows to columns in pandas dataframe
[ "Reshape pandas dataframe from rows to columns" ]
[ "Python Pandas Reshape Dataframe", "How to Reshape dataframe in Pandas?", "How to reshape this dataframe", "Dataframe columns from Dataframe rows in Pandas", "Reshape Dataframe columns to rows", "Efficient way to reshape a pandas dataframe", "pandas dataframe reshape cast", "Reshape DataFrame from rows to columns", "Dynamically reshape the dataframe in pandas", "pandas DataFrame reshape by multiple column values", "Select columns in pandas dataframe by value in rows", "How to reshape dataframe if they have same index?", "How to change DataFrame's rows to columns in pandas?", "pandas dataframe convert columns as rows", "Reshape Pandas Dataframe with duplicate Index", "Take long list of items and reshape into dataframe \"rows\" - pandas python 3", "pandas DataFrame filter by rows and columns", "Difficult Dataframe Reshape in Python Pandas", "reshape dataframe from multiple columns to one", "reshape a pandas dataframe index to columns", "reshape a pandas dataframe", "Remove values from all columns and rows of pandas dataframe", "Creating new columns by iterationg over rows in pandas dataframe", "python, pandas, dataframe, rows to columns", "Pandas - Reshape / Transform Dataframe with Multiple Columns into a Single Column of values", "Python pandas dataframe select rows from columns", "Data import (reshape, numpy, pandas)", "Reshape Pandas Dataframe", "Reshape pandas dataframe rows" ]
mysql-python install error: Cannot open include file 'config-win.h'
[ "Cannot open include file: 'config-win.h': No such file or directory while installing mysql-python" ]
[ "Python - not printing win message", "MySQL-python - mysql_config not found", "MySQLdb install error - _mysql.c:44:23: error: my_config.h: No such file or directory", "python:mysql_config not found when connecting to Mysql DB", "Is there a way to install MySQL-python on python 3?", "trying to install MySQL-python-1.2.3 but I get an error", "How to open current working directory (OS X/Linux/Win)", "MYSQL and python error", "Why can't easy install get mysql?", "Cannot find file <Python.h>", "Install MySQL using pip install MySQL-python on Windows not working?", "Unable to config django for mysql", "django and mysql_config error", "Python connect 4 check win function", "python can't install mysql library", "Can't Install mysql- for Python / Django (Windows)", "Install mysql-python (Windows)", "Error when install python mysql module on windows?", "How to install win-32 package on a 64-bit system with conda install", "Python Mysql Class error", "export MYSQL_CONFIG not working with easy_install", "Cannot import name include", "python - _mysql Cannot open include file: 'config-win.h': No such file or directory when installing mysql-python", "Can someone explain this statement? lpadded = win // 2 * [-1] + l + win // 2 * [-1]", "Why doesn't #include <Python.h> work?", "Python- Can't get to print you win", "Python mysql error", "Cannot install Oppia", "Python/MySQL error" ]
Plotting elliptical orbits
[ "Plotting orbits in Python from orbital elements" ]
[ "plotting function from python", "Hyperboloid Plotting", "Plotting hypotrochoids using Python", "Python pandas plotting", "Does method for plotting need return?", "Plotting an array in Python", "Python- plotting not available", "Plotting of a Dataframe - Python", "Time plotting in Python", "Plotting of data from infpy package", "python plotting with pandas", "Spectal plotting within Python?", "python, plotting and c api", "Plotting an array in python does not work", "Plotting in Python", "Need help creating and plotting a list", "ROOTpy plotting example not working", "Python plotting issue", "Plotting CSV data with python", "Error while plotting an array on python", "Plotting A Hyperboloid", "Drawing elliptical orbit in Python (using numpy, matplotlib)", "Plotting in Python?", "Plotting error in scipy.interplot Python", "How to place evenly spaced circles on an elliptical path?", "Plotting histrogram from numpy array", "Plotting with Python", "python plotting a dataframe", "Making smooth orbits in pygame" ]
redirect API Stderr python
[ "How to redirect stderr in Python?", "In python, can I redirect the output of print function to stderr?" ]
[ "How to redirect stderr and stdout into /var/log directory in background process?", "How to redirect the raw_input to stderr and not stdout?", "Redirect stderr with log file from cron", "How can I redirect Python's getpass() to stderr?", "How to redirect stderr of a program that is run using os.system by a third-party python library", "Redirect subprocess stderr to stdout", "Error from stderr - how to fix it?", "Can only get first line of stderr", "How to redirect stderr/stdout of a Gtk.Window() call in python?", "Bash - redirect stdout and stderr to files with background process", "suppress/redirect stderr when calling python webrowser", "Redirect stdout/stderr from Python embedded in .NET application to text box", "Redirect subprocess.Popen stderr to console", "redirect_stderr does not work (Python 3.5)", "How to Redirect Python Stderr to String While Still Displaying", "Why when I write to stderr I see STDERR output on the stdout?", "android get stderr of command", "Redirect print to string list?", "Python. Redirect stderr to log file", "Why does python print version info to stderr?", "How to redirect stderr for subprocess module", "Django redirect does not redirect", "Python Redirect not working", "How to print to stderr in Python?", "Redirect print() to file in python 2.4", "Python: How do I redirect this output?", "Temporarily Redirect stdout/stderr", "How to redirect stderr in Python? Via Python C API?" ]
python pandas rolling function with two arguments
[ "Using rolling_apply with a function that requires 2 arguments in Pandas", "python pandas rolling function with two arguments in a grouped DataFrame" ]
[ "Pandas new dataframe by rolling the rows", "How to use .rolling() on each row of a Pandas dataframe?", "pandas rolling_max with groupby", "What is the default window type for rolling windows in pandas?", "How do pandas Rolling objects work?", "missing values using pandas.rolling_mean", "do i want rolling_apply?", "pandas rolling max with groupby", "Python custom function using rolling_apply for pandas", "Python rolling log to a variable", "Python Pandas rolling functions", "pandas rolling_min and rolling_max different behavior?", "Rolling Mean in Pandas", "Pandas: Rolling mean over array of windows", "Pandas: How to select a column in rolling window", "Pandas rolling gives NaN", "Pandas rolling sum, variating length", "Applying multiple rolling functions to multiple columns of a pandas groupby rolling object?", "pandas rolling apply doesn't do anything", "Pandas rolling window to return an array", "Pandas: Can you access rolling window items", "Trying to generate a rolling_sum with Pandas", "Rolling Mean on pandas on a specific column", "Pandas Rolling using where breaks", "Rolling window in python", "Passing arguments to rolling_apply", "Rolling Window In Pandas - Explanation", "Rolling a function on a data frame" ]
How to get the next network address given the starting network address in python
[ "How to increment and get the next IPv6 network address from the current network address" ]
[ "python connect to server on same network", "Check if a network is part of bigger network using Python", "Python network programming(bind to external address)", "How to get the IPMI address of a server?", "How do I check if a network is contained in another network in Python?", "Creating a network in Python using XML data", "How to create a simple network connection in Python?", "How to create network data from lists", "Replace network address with host address in python", "How do you get the IP address of a given network interface?", "IP address/network parsing from text file using python", "How to get Python Class to Return Some Data and not its Object Address", "How to send an object over network", "Using Python, how do I close a file in use by another user over a network?", "how do you address type error in python", "Python: How to use threads in network?", "MAC Address from IP across network", "Get network address and network mask in Python", "How do you get a mac address from an IP address on your network?", "Python Parsing Network", "Python - Get computer's IP address and host name on network running same application", "Python - Check network map", "How to copy file from a network using Python", "How can I find the MAC address of a client on the same network, using Python-Flask?", "Python SimpleXMLPRCServer address", "Time server network", "Network programming in Python", "Is there any python package that could configure IP address of network interface?", "change ip address from the available addresses of the network in python" ]
Python script to find and delete oldest files until free HDD space threshold is met
[ "Find the oldest file (recursively) in a directory", "Delete oldest files at full disk" ]
[ "Condition not being met", "Delete entire list if lambda condition is met", "How to delete the instance of an object inside a list once a condition is met?", "Django. Retrieving and opening a zip file from HDD", "How to remove the oldest element from a dictionary?", "python find duplicate in csv and remove oldest ones", "Python - Find sequence in array: start when two values below threshold, end when two values above threshold", "Counting the number of times a threshold is met or exceeded in a multidimensional array in Python", "Copy oldest file to another directory using Python", "Fill a HDD with charcter 0", "How to delete space in Python?", "Django find oldest entry in database", "Python -- How to get Oldest date from a QuerySet?", "Separate by threshold", "Python Query list for oldest date", "Python run something only if exception is met", "What is the oldest time that can be represented in Python?", "How to assign the oldest columns in python", "Load uploaded image without saving to HDD with python and OpenCV", "How to search the entire HDD for all pdf files?", "Send an email from Python script whenever the threshold is met for a given machine?", "What is the use of __threshold__ in Python?", "How can I get the exact memory address on HDD of an file?", "Python: file oldest date value in a list of objects", "python script if argument never met", "Setting up python on external HDD (on MacOS)", "How do I create a threshold of an image?", "Iterate through a dictionary and get the oldest value of a datetime list" ]
else clause in try statement... what is it good for
[ "when is it necessary to add an `else` clause to a try..except in Python?" ]
[ "If-else clause in Python Statement", "The last else clause in python does not work", "in Python, 'else' clause of if/else statement never fires", "'Where clause' on a list in a pandas Dataframe", "how to use \"where in\" clause", "Properly make a BETWEEN clause in DjangoORM", "Filter with an else clause (numpy.where)", "Python Replace String in File in With clause", "Different use (not the most common one) of else clause in python", "Name binding in `except` clause deleted after the clause", "How to string format SQL IN clause with Python", "How to pass variable parameter for \"IN clause\"", "Why is else clause needed for try statement in python?", "Pandas where clause after a count", "Why use Python's \"else\" clause in try/except block?", "In Python's try... else... clause, why is the else claused parsed if try fails?", "Which version of python added the else clause for for loops?", "Check if function is called inside a try clause", "error in python mysql where clause", "Django order_by clause", "Adding list elements to WHERE clause", "Where clause error : column does not exist", "How to exit an if clause", "Tuple or list when using 'in' in an 'if' clause?", "What is the usage of else: after a try/except clause", "Pandas WHERE clause for string index?", "WHERE IN Clause in python list", "If clause in regular Python for-loop", "Where clause with numpy" ]
Determining neighbours of cell two dimensional list
[ "Python find list of surrounding neighbours of a node in 2D array", "calculate the neighbours of n-dimensional fields in python" ]
[ "Python Determining if an index in a list exists", "Two-dimensional list in Python?", "Determining how much two strings match", "Determining if a string contains a word", "Determining if an number is in a list", "pandas Series: calculate means between neighbours", "2 dimensional arrays with dictionary in each cell", "Finding neighbours of an element in a matrix?", "Print 7x6 two-dimensional list", "8 puzzle compute neighbours python", "two-dimensional array in python", "indexing numpy array neighbours efficiently", "Determining Key with Most Values", "Best way to compute amount of neighbours in matrix?", "find neighbours in np array in python", "python find all neighbours of a given node in a list of lists", "Determining if an input is a number", "Two dimensional array from file", "Python interaction between two numpy arrays of the same shape involving cell neighbours", "Determining a functions output as print or write", "Determining Data Type From Value in Row of CSV File", "Determining if a query is in a string", "Determining the number of return values in a Python function", "Python get get average of neighbours in matrix with na value", "Determining a pattern of lines in Python", "Two dimensional array in python", "python merge rows on cell in 2-dimensional list", "Determining the class of a method" ]
How can I denote unused function arguments?
[ "How to indicate multiple unused values in Python?", "Django unused method arguments" ]
[ "for in with unused variable", "Does Python need to know the definition of passed, but unused object?", "Finding unused Django code to remove", "Series imported but unused error Python", "is it possible to denote some set of argparse's arguments without using subparsers?", "How can you find unused functions in Python code?", "Unused variable naming in python", "PyCharm wrong unused import", "How can self denote Class1 and this at the same time?", "Why does `str.format()` ignore additional/unused arguments?", "Get all the unused variables in a Python project", "Unused variables in PyCharm", "Unused variable in python enumerate", "Python: Standard way to denote return and parameter types", "Unused object while using os.walk", "python format string unused named arguments", "Finding unused python modules in a directory", "Assign an unused return-value of a method that both sets and returns a value?", "What does result of 'list(contour)' denote?", "Are there any unused symbols in python?", "Is it possible for a python function to ignore unused kwargs", "Value is not used (unused in scope) in Django Framework", "Used \"import os\" seen as unused", "django: avoid \"Unused variable\" warning on get_or_create", "How do I get the first unused display in X?", "Why doesn't Python use ^ to denote squaring a number but uses ** instead?", "How can I check for unused import in many Python files?" ]
Pandas Series to Excel
[ "Save Dictionary of Multiple Series to Excel" ]
[ "Reading an excel file in pandas", "Pandas: Use a series to do list look up", "Pandas dataframe from series of series", "Pandas series name", "Change name of series in chart with Pandas excel", "Create a set from a series in pandas", "Pandas: can not write to excel file", "Python Pandas return an array instead of series", "Reading an Excel file in python using pandas", "Pandas read JSON into Excel", "Get value from pandas series object", "How to do a series of series in pandas", "import series-like data file into pandas", "Reading strikethroughs in Excel with Pandas", "Time series through pandas", "Working with time series in Pandas/Python", "cannot access excel file using Pandas Python", "python pandas reading excel file", "Diagonalising a Pandas series", "Series Index Pandas", "How to return a pandas series from a for loop in python", "pandas series can't get index", "Pandas: use the \"and\" of two series in `where`", "Pandas python and excel file", "Python wriring data from Excel File", "Get pandas series index in data", "How to name a Pandas Series", "pandas.read_excel, first row values" ]
Using the multiprocessing module for cluster computing
[ "Behavior of multiprocessing module on cluster" ]
[ "Computing information content in Python", "computing with nan's with numpy's ma module", "Multiprocessing with Python?", "python -> multiprocessing module", "Python multiprocessing", "Computing with columns using pandas", "cluster computing using starcluster and ipython on AWS", "Computing 3↑↑↑3 (In Python)", "why my program doesn't work when I using multiprocessing module", "Python multiprocessing is not asynchron", "Computing the degeneracy of a graph?", "Computing date range in Python using pandas", "Python Using Multiprocessing", "python : multiprocessing managament", "Multiprocessing with python and BaseProcess class", "Parallel Computing with Python on a queued cluster", "multiprocessing for class method", "Python 2.3 multiprocessing", "python using multiprocessing pool.map for distributed computing", "Using multiprocessing in a class", "Python MultiProcessing", "Python: Multiprocessing Disbehavior", "parallellization in python multiprocessing", "Glasslab Cluster Library", "using list with python multiprocessing", "parallel computing combination_with_replacement using multiprocessing", "Fast JSON serialization (and comparison with Pickle) for cluster computing in Python?", "multiprocessing of python", "Using the multiprocessing module" ]
Setting exit code in Python when an exception is raised
[ "Setting an exit code for a custom exception in python" ]
[ "How to efficiently exit a python program if any exception is raised/caught", "How do I get the method that my exception was raised in?", "Exception not raised - Python", "Python -- Send Email When Exception Is Raised?", "python generator to list exception re-raised", "What exception should be raised when a function can't be called at this time?", "how do I change what an exception does when raised?", "Get raised error in a class to main()", "Exception raised with trace_variable()", "How to correctly catch an exception raised by a module?", "In Python, how to catch the exception you've just raised?", "How to mock input function and check that an exception is raised", "Returning to a specific point after exception is raised in Python 3", "TypeError raised while trying to use range", "How to test if exception is raised when calling socket.send", "How do you log a manually raised exception in an if statement in python", "Exception raised in both try and except .", "Capture file and line number for an exception that wasn't raised", "How to handle a custom exception raised inside an exception handler?", "exception raised by tornado", "beautifulsoup not working after exception raised", "Variable Not Being Assigned After Exception Raised", "Why doesn't Python exit from a raised exception when executed with an absolute path?", "If an exception is raised ask again for input", "Pass a Python unittest if an exception isn't raised", "WSGI application raised an exception", "Pass Raised Error in function to Exception Raised by UnitTest", "How to get the last exception object after an error is raised at a Python prompt?", "How to access re-raised exception in Python 3?" ]
Animating a network graph to show the progress of an algorithm
[ "Animating Network Growth with NetworkX and Matplotlib" ]
[ "Graph Algorithm in Python", "Animating 3D Equation/Plot Via \"t\" Variable on Python 3.0", "manipulating and animating an image on a matplotlib plot", "Difficulty animating a matplotlib graph with moviepy", "Animating Sprites in Python", "Python: Graph a Network from Data", "Animating Langdon's Ant in Python with Matplotlib", "Animating text within a Tkinter Entry widget", "animating a stem plot in matplotlib", "Animating gif in wxPython", "animating a button", "Matplotlib animating multiple lines and text", "Python matplotlib animating the path of an object", "Animating in float layout KIVY", "Python: Graphing and animating multiple iterations of the same graph with Python", "Animating \"growing\" line plot in Python/Matplotlib", "Animating two curves in the same plot at the same time in Matplotlib", "Animating the Colormesh plot in python", "Animating a moving dot", "Animating matplotlib axes/ticks", "Animating the path of a projectile in python", "Animating a custom QGraphicsItem with QPropretyAnimation", "Animating with matplotlib without animation function", "Matplotlib in Python - Drawing shapes and animating them", "Animating quiver in matplotlib", "Matplotlib stops animating after first frame", "Animating contourf plot", "Animating Text in Matplotlib Basemap", "Animating an object to move in a circular path in Tkinter" ]
Communicate multiple times with a process without breaking the pipe?
[ "Communicate multiple times with a subprocess in Python" ]
[ "Pipe breaking with return", "Python: return values from a loop without breaking out", "return multiple values in python without breaking previous code", "Loop through list until value is found then breaking?", "communicate between python and C++", "Breaking down numpy code", "Not breaking out of for loop", "Multiple inputs in a Python Subprocess PIPE (with stdin or communicate)", "Breaking loop issue in python", "python print format and line breaking", "How to add a string into set() wiithout it breaking the string up?", "How to communicate between process in real time?", "For Loop Not Breaking (Python)", "How can I pipe a Python process' output in Python?", "python write to file is breaking", "'Communicate' in Python does not work", "How to return values without breaking the loop?", "How do c++ communicate with python?", "Breaking a line of python to multiple lines?", "While Loop Breaking Problem (Python)", "C++ to communicate to Python function", "While Loop Not Breaking In Python", "Python subprocess pipe executes command before doing communicate()", "While loop not breaking", "Breaking the loop after string check in python", "Popen Communicate with PIPE does not catch all output of process", "Multiple threads that communicate with each other", "Breaking a for loop in python?", "My code is breaking out of my for loop" ]
Python - Theano scan() function
[ "Python theano.scan taps argument" ]
[ "What is this line of Theano doing?", "Untangling the cause of an error in Theano", "MissingInputError with theano scan function", "Theano Using `scan` Instead Of `for` Loop In Linear Regression", "What Is equivalent to a [a < 0] = 0 in Theano?", "Theano scan for fast computations on an array", "theano.function - how does it work?", "Print output of a Theano network", "How does theano's scan function work?", "theano-scan: how outputs_info with placeholder feed as input", "theano shared variable has wrong shape in scan function", "theano and lambda functions", "Python - theano.scan() - return function values without feeding back into the loop", "Theano - Sum by group", "Using Theano.scan with shared variables", "Theano : Pass iterating index of scan to the called function", "How to map one matrix value to another in theano function", "differences in computation outputs, theano, non theano", "How to print values from inside a theano function?", "Theano import error: cannot import name stacklists", "How to write update in theano function", "Python theano: how does the R-operation work?", "Theano function not working on a simple, 4-value array", "Theano not running on Windows", "Why doesn this Theano.scan function not throw an error?", "Theano: Using theano.scan with theano.scan_module.until", "AttributeError in Theano", "How to handle empty sequence with theano.scan()?", "Strange behavior of scan in Theano when outputs has last dimension equal to one" ]
How to run django unit-tests on production database?
[ "How to run tests in django using database with data?" ]
[ "Unit tests in Python", "Write unit tests for restish in Python", "Running unit tests on production google app engine", "Python Unit Tests - Am I using SetUp wrong?", "Where to keep Python unit tests?", "How do I run all Python unit tests in a directory?", "Writing unit tests for a class's __init__ method", "Run python unit tests as an option of the program", "Right way to write Unit-Tests in module?", "How to access Django message framework content in Django unit tests", "Matplotlib and unit tests", "Why don't my unit tests run in Python?", "Writing unit tests in Python: How do I start?", "Django unit tests mock", "Writing unit tests in Django / Python", "Import module from another directory for Unit Tests", "Am I doing these unit tests right?", "Paramaterize unit tests in python", "Python script that contains its own unit tests", "Python unit tests run function after all test", "Django run all tests at once", "Why are my unit tests not run?", "Run specific unit tests in python from main()", "How to make Django unit-tests all retrieve from the same test database?", "Problems using User model in django unit tests", "Python Unit Tests Run method until certain point", "Django project : production server, use python 3", "Production version of Django?", "Why unit tests in Python need -m option?" ]
How do I output a config value in a Sphinx .rst file?
[ "Sphinx documentation system - multiple substitutions with rst_prolog" ]
[ "Attach Sphinx PDF output to Sphinx HTML output", "Sphinx Documentation Import error", "OS X install of Sphinx: The 'sphinx-build' and 'sphinx-quickstart' not found", "Sphinx cannot find module but Python can", "overwrite .rst files during Sphinx documentation", "Sphinx is not able to import anything", "Organise .rst files for sphinx?", "Sphinx: list of functions in a module", "Python: How I can define in sphinx which .rst files and directories should be used?", "Sphinx does not change version number", "where is SeparatedValuesField in my code, i used sphinx", "Make Sphinx generate RST class documentation from pydoc", "How to make text strikethough in Sphinx", "How do I access a variable in sphinx conf.py from my .rst file?", "Parsing .rst files with Sphinx-specific directives programmatically", "sphinx doc: How to render dynamic rst content inside sphinx event handlers?", "single py file for convert rst to html", "Sphinx: How to generate documentation using Sphinx", "Why does Sphinx not document my class?", "django-sphinx BuildExcerpts", "Including ipynb files in sphinx index.rst when they are located in a subdirectory", "python sphinx cannot find module", "Python: Sphinx: How to include automatically all classes, methods and functions in a sphinx documentation?", "Sphinx doesn't process python classes", "How to customize sphinx.ext.autosummary rst template?", "Getting the source .rst file path in Sphinx extension", "Sphinx / rST: using configuration values in include statements?", "Autodocumenting Python using Sphinx" ]
Using Windows Python from Cygwin
[ "Python 2.7 not loading in Cygwin" ]
[ "Check if running in Windows Command Prompt vs Cygwin python", "Not able to import numpy in cygwin", "Installing Python 3.3 on Cygwin", "Compiling Python Extension On Windows With Cygwin", "Cygwin sees a file that windows can't--I want to access this file from python", "using python.ctypes with cygwin", "Cygwin Python 2.7 package", "aws cli in cygwin - how to clean up differences in windows and cygwin style paths", "Differences between files generated with python of windows and python of cygwin", "Python installation on cygwin", "Knotter Install on CygWin", "How to hide Cygwin Python console window in Windows?", "How does Cygwin work for python programming?", "Python os.system \"start\" command not found while running through cygwin", "Why does Cygwin ignore python 3", "Pass arguments to Cygwin through a python program", "subprocess.call using cygwin instead of cmd on Windows", "Can I use Expect on Windows without installing Cygwin?", "Windows - Cygwin - Vim - Python - Import errors", "Python can't find script in directory added to path [Cygwin]", "Problems running Python script via Cygwin", "Cygwin gives error using python", "Installing Python 3.0 on Cygwin", "where to save a file in cygwin", "How to use numpy with cygwin", "Import Error in Cygwin", "Cygwin Python Script using cygwinreg that can run on the Windows Python", "Executing Python code lines in Cygwin", "Running numpy from cygwin" ]
Python loops vs comprehension lists vs map for side effects (i.e. not using return values)
[ "List comprehension vs map" ]
[ "Python is vs ==", "Python map vs list comprehension", "Python - Return vs Print", "Python plyfile vs pymesh", "Python method vs function", "filter map vs list comprehension", "List comprehension vs filter vs remove", "Python in vs ==. Which to Use in this case?", "`from ... import` vs `import .`", "Map vs list comprehension in Python", "python map vs list comprehsnion", "python list comprehension vs +=", "Python if not == vs if !=", "Python If vs. While?", "Python: data vs. text?", "Python List of Lists vs numpy", "List comprehension and len() vs. simple for loop", "Python generator vs comprehension and pass by reference vs value", "Using try vs if in python", "What's the difference between () vs [] vs {}?", "Python List vs. Array - when to use?", "Is there a value in using map() vs for?", "Class vs. Type in Python", "Python: For loop Vs. Map", "Python List Comprehension vs For", "Python list comprehension vs for loop", "List use of : vs. ::", "all vs and AND any vs or", "python:loop vs comprehension" ]