xdoctest - A rewrite of the builtin doctest module without all the weirdness (with pytest plugin integration): https://www.reddit.com/r/Python/comments/8mketb/xdoctest_a_rewrite_of_the_builtin_doctest_module/
  
  reddit
  
  r/Python - xdoctest - A rewrite of the builtin doctest module without all the weirdness (with pytest plugin integration)
  2 votes and 0 so far on reddit
  π pepy.tech now is open source π: https://www.reddit.com/r/Python/comments/8mke9i/pepytech_now_is_open_source/
  
  reddit
  
  π pepy.tech now is open source π β’ r/Python
  2 months ago I started [pepy.tech](http://pepy.tech/) which is a website to view the download statistics about any python library. Now I am happy...
  Python β Modifying Events with the Google Calendar API: http://opensourceprojects.org/python-modifying-events-with-the-google-calendar-api/
  Scraping Reddit to find the most popular domains: https://www.reddit.com/r/Python/comments/8mkwt4/scraping_reddit_to_find_the_most_popular_domains/
  
  reddit
  
  r/Python - Scraping Reddit to find the most popular domains
  4 votes and 0 so far on reddit
  Having difficulty parsing a web-page using BeautifulSoup: https://www.reddit.com/r/Python/comments/8ml8cd/having_difficulty_parsing_a_webpage_using/
  
  reddit
  
  r/Python - Having difficulty parsing a web-page using BeautifulSoup
  1 votes and 0 so far on reddit
  Finding nearest neighbours of a triangular tesellation: https://stackoverflow.com/questions/50537967/finding-nearest-neighbours-of-a-triangular-tesellation
  
  Stack Overflow
  
  Finding nearest neighbours of a triangular tesellation
  I have a triangular tessellation like the one shown in the figure.
Given N number of triangles in the tessellation, I have a N X 3 X 3 array which stores (x, y, z) coordinates of all three vertice...
  Given N number of triangles in the tessellation, I have a N X 3 X 3 array which stores (x, y, z) coordinates of all three vertice...
python callback and execution order: https://www.reddit.com/r/Python/comments/8mln3c/python_callback_and_execution_order/
  
  reddit
  
  python callback and execution order β’ r/Python
  Hi . I'm trying to develop and optimize a python application. this program create a threaded object (called a reader ) that read data from a...
  How do I start my first project?: https://www.reddit.com/r/Python/comments/8mm6fy/how_do_i_start_my_first_project/
  
  reddit
  
  How do I start my first project? β’ r/Python
  I just finished the course on codecademy and while i'm obviously a noob at python I wanted to make a crypto trading bot, learning along the way....
  Tricky slicing specifications on business-day datetimeindex: https://stackoverflow.com/questions/50528475/tricky-slicing-specifications-on-business-day-datetimeindex
  
  Stack Overflow
  
  Tricky slicing specifications on business-day datetimeindex
  I have a pandas dataframe with a business-day-based DateTimeIndex.  For each month that's in the index, I also have a single 'marker' day specified.  
Here's a toy version of that dataframe:
# a
  Here's a toy version of that dataframe:
# a
In simple terms, what is Twisted, what is it used for and how can I use it with scrapy?: https://www.reddit.com/r/Python/comments/8mmxvp/in_simple_terms_what_is_twisted_what_is_it_used/
  
  reddit
  
  r/Python - In simple terms, what is Twisted, what is it used for and how can I use it with scrapy?
  1 vote and 5 comments so far on Reddit
  Serverless: Using a private Python package as a dependency: https://stackoverflow.com/questions/50471802/serverless-using-a-private-python-package-as-a-dependency
  
  Stack Overflow
  
  Serverless: Using a private Python package as a dependency
  I have a Python Serverless project that uses a private Git (on Github) repo. 
Requirements.txt file looks like this:
itsdangerous==0.24
boto3>=1.7
git+ssh://git@github.com/company/repo.git#egg=
  Requirements.txt file looks like this:
itsdangerous==0.24
boto3>=1.7
git+ssh://git@github.com/company/repo.git#egg=
I'm holding a live webcast this Saturday on object mutability and variable scope in Python: https://www.reddit.com/r/Python/comments/8mnklh/im_holding_a_live_webcast_this_saturday_on_object/
  
  reddit
  
  r/Python - I'm holding a live webcast this Saturday on object mutability and variable scope in Python
  1 votes and 0 so far on reddit
  Which static site generator is the best?: https://www.reddit.com/r/Python/comments/8mo2nb/which_static_site_generator_is_the_best/
  
  reddit
  
  Which static site generator is the best? β’ r/Python
  Hey guys i have been searching for static site generators and I landed on pelican github page. It looks good,also has many themes. Before getting...
  Pyinstaller Keyring Windows 32 bit: https://stackoverflow.com/questions/50505179/pyinstaller-keyring-windows-32-bit
  
  Stack Overflow
  
  Pyinstaller Keyring Windows 32 bit
  I have the following python test code:
import keyring
print(keyring.get_keyring())
keyring.set_password("a","b","c")
print(keyring.get_password("a","b"))
If I run this code using a 32 bit python ...
  import keyring
print(keyring.get_keyring())
keyring.set_password("a","b","c")
print(keyring.get_password("a","b"))
If I run this code using a 32 bit python ...
GitHub - locie/modelXplore: ModelXplore, a python based model exploration: https://www.reddit.com/r/Python/comments/8moo86/github_lociemodelxplore_modelxplore_a_python/
  
  reddit
  
  r/Python - GitHub - locie/modelXplore: ModelXplore, a python based model exploration
  1 votes and 0 so far on reddit
  