Python coding interview challenges: https://github.com/donnemartin/coding-challenges
GitHub
donnemartin/interactive-coding-challenges
interactive-coding-challenges - Continually updated, interactive, test-driven Python coding interview challenges (algorithms and data structures). Includes Anki Flashcards.
Python import from parent directory and keep flake8 happy: http://stackoverflow.com/questions/42825138/python-import-from-parent-directory-and-keep-flake8-happy
Stack Overflow
Python import from parent directory and keep flake8 happy
This import works fine, but feels dirty in a few ways. Mainly that it uses a specific number in the slice* to get the parent path, and that it annoys the flake8 linter.
import os
import sys
sys.path.
import os
import sys
sys.path.
Web Scraping with Selenium Python [Twitter Instagram]: http://stackoverflow.com/questions/43033378/web-scraping-with-selenium-python-twitter-instagram
Stack Overflow
Web Scraping with Selenium Python [Twitter + Instagram]
I am trying to web scrape both Instagram and Twitter based on geolocation.
I can run a query search but I am having challenges in reloading the web page to to more and store the fields to data-fram...
I can run a query search but I am having challenges in reloading the web page to to more and store the fields to data-fram...
In Python, how do I determine if an object is iterable?: http://stackoverflow.com/questions/1952464/in-python-how-do-i-determine-if-an-object-is-iterable
Stack Overflow
In Python, how do I determine if an object is iterable?
Is there a method like isiterable? The only solution I have found so far is to call
hasattr(myObj, '__iter__')
But I am not sure how fool-proof this is.
hasattr(myObj, '__iter__')
But I am not sure how fool-proof this is.
Getting Started with the Slack API using Python and Flask: https://www.reddit.com/r/Python/comments/636tws/getting_started_with_the_slack_api_using_python/
reddit
Getting Started with the Slack API using Python and Flask • r/Python
1 points and 0 comments so far on reddit
My last post on this sub blew up. So I created a new cheat sheet: Matplotlib! Hope it helps you: https://www.reddit.com/r/Python/comments/636mgi/my_last_post_on_this_sub_blew_up_so_i_created_a/
reddit
My last post on this sub blew up. So I created a new... • r/Python
477 points and 34 comments so far on reddit
Reinstall conda (miniconda) but keep envs ?: https://www.reddit.com/r/Python/comments/636yb3/reinstall_conda_miniconda_but_keep_envs/
reddit
Reinstall conda (miniconda) but keep envs ? • r/Python
My conda install (on Windows) seems to be dorked up: > conda info -e Cannot open C:\Miniconda\Scripts\conda-script.py > conda update...
poline (Python one-liners) v0.6: with simpler and more concise syntax: https://www.reddit.com/r/Python/comments/6373mm/poline_python_oneliners_v06_with_simpler_and_more/
reddit
poline (Python one-liners) v0.6: with simpler and more... • r/Python
1 points and 0 comments so far on reddit
Your opinion on what tool(s) to use for visualizing data on a map.: https://www.reddit.com/r/Python/comments/6378o5/your_opinion_on_what_tools_to_use_for_visualizing/
reddit
Your opinion on what tool(s) to use for visualizing... • r/Python
Hey guys, I'm looking to make an application which shows certain data on an preferably interactive map. I would like the map to get darker based...
Help with Dictionary manipulation: https://www.reddit.com/r/Python/comments/637hqi/help_with_dictionary_manipulation/
reddit
Help with Dictionary manipulation • r/Python
I just want to start this off by saying I have no knowledge of Python (I've been at this for only 2 days now). Sitting down and learning the...
If AI was described to the public as a Life Debugger, would people be less fearful?: https://www.reddit.com/r/Python/comments/637oyz/if_ai_was_described_to_the_public_as_a_life/
reddit
If AI was described to the public as a Life Debugger,... • r/Python
Just a thought.
Can I use Scrapy in Windows with Python 3?: https://www.reddit.com/r/Python/comments/637vb1/can_i_use_scrapy_in_windows_with_python_3/
reddit
Can I use Scrapy in Windows with Python 3? • r/Python
I'm reading the documentation and it seems that now it's possible. It's possible with anaconda instead of pip?
Pycharm Python Console Problem: https://www.reddit.com/r/Python/comments/6381z6/pycharm_python_console_problem/
reddit
Pycharm Python Console Problem • r/Python
So, I just started learning Python and this is the IDE I chose. I am having an issue when I copy and paste in the Console, the next line will have...