python books reference by me and you: https://www.reddit.com/r/Python/comments/6nzlvs/python_books_reference_by_me_and_you/
reddit
python books reference by me and you • r/Python
I recommend all Python users share their favorite books with the community my favorite one is (Byte of Python) which is free and well-explained...
Sort by column within multi index level in pandas: https://stackoverflow.com/questions/28371308/sort-by-column-within-multi-index-level-in-pandas
Stack Overflow
Sort by column within multi index level in pandas
I have a sorting request per example below.
Do i need to reset_index(), then sort() and then set_index() or is there a slick way to do this?
l = [[1,'A',99],[1,'B',102],[1,'C',105],[1,'D',97],[2,...
Do i need to reset_index(), then sort() and then set_index() or is there a slick way to do this?
l = [[1,'A',99],[1,'B',102],[1,'C',105],[1,'D',97],[2,...
double posting in learningprogramming section, I'm looking for python problem set I can download and print, anyone knows where?: https://www.reddit.com/r/Python/comments/6nzy1b/double_posting_in_learningprogramming_section_im/
reddit
double posting in learningprogramming section, I'm... • r/Python
I have a so much free time but don't have access to computer. I've read python text books but need some set to practice my fundamentals. I...
Web crawler for plenty of Greek sites: https://www.reddit.com/r/Python/comments/6nztma/web_crawler_for_plenty_of_greek_sites/
reddit
Web crawler for plenty of Greek sites • r/Python
I just make a Python base web crawler which get a link , of plenty of greek sites and return a json with keys like topic,title,article and publish...
Real-time group chat in Python to unseat Slack (Interview): https://www.reddit.com/r/Python/comments/6nzuq3/realtime_group_chat_in_python_to_unseat_slack/
reddit
Real-time group chat in Python to unseat Slack (Interview) • r/Python
In modern work environments the email is being edged out by group chat as the preferred method of communication. The majority of the platforms...
Efficient pairwise DTW calculation using numpy or cython: https://stackoverflow.com/questions/44994866/efficient-pairwise-dtw-calculation-using-numpy-or-cython
Stack Overflow
Efficient pairwise DTW calculation using numpy or cython
I am trying to calculate the pairwise distances between multiple time-series contained in a numpy array. Please see the code below
print(type(sales))
print(sales.shape)
<class 'numpy.ndarray'&...
print(type(sales))
print(sales.shape)
<class 'numpy.ndarray'&...
How to make junos_config Ansible module to support non-ASCII characters?: https://stackoverflow.com/questions/45015187/how-to-make-junos-config-ansible-module-to-support-non-ascii-characters
Stackoverflow
How to make junos_config Ansible module to support non-ASCII characters?
I'm using junos_config module in Ansible version 2.2.1.0 which in a nutshell takes a plain-text configuration file and uses it to configure a Juniper network device. It seems to use lxml during the
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/6o0zha/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Parsing columns with BeautifulSoup and panda: https://www.reddit.com/r/Python/comments/6o10w0/parsing_columns_with_beautifulsoup_and_panda/
reddit
Parsing columns with BeautifulSoup and panda • r/Python
url = "http://www.bits-pilani.ac.in/goa/officesAndAdministration" I'm having trouble in parsing all the 10 tables into a text file After...
Python for Data Science and Machine Learning Bootcamp by Jose Portilla: https://www.reddit.com/r/Python/comments/6o12mi/python_for_data_science_and_machine_learning/
reddit
Python for Data Science and Machine Learning Bootcamp... • r/Python
1 points and 0 comments so far on reddit
How work git ls-files script: https://stackoverflow.com/questions/42200512/how-work-git-ls-files-script
Stackoverflow
How work git ls-files script
Hows look script which do git ls-files?
It possible to repair index file or extract list of files from corupted index file?
Maybe possible with regex? preferably in python 2.7.6
It possible to repair index file or extract list of files from corupted index file?
Maybe possible with regex? preferably in python 2.7.6
What are your thoughts on dependency injection?: https://www.reddit.com/r/Python/comments/6o1tca/what_are_your_thoughts_on_dependency_injection/
reddit
What are your thoughts on dependency injection? • r/Python
I've been tinkering with it on the side and decided to add my contribution to the pool of python DI libraries: https://github.com/steinitzu/giveme...
Flask-Python redirection to https The connection was reset: https://stackoverflow.com/questions/32831122/flask-python-redirection-to-https-the-connection-was-reset
Stack Overflow
Flask-Python redirection to https The connection was reset
I am a new Flask user and i have a problem. I want to redirect all url from http to https but I am having this error:
The connection was reset
This is my Flask code:
#! /usr/bin/python
# -*- c...
The connection was reset
This is my Flask code:
#! /usr/bin/python
# -*- c...