Python Weekly - Issue 271: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Sort a sublist of elements in a list leaving the rest in place: http://stackoverflow.com/questions/40737145/sort-a-sublist-of-elements-in-a-list-leaving-the-rest-in-place
Stackoverflow
Sort a sublist of elements in a list leaving the rest in place
Say I have a sorted list of strings as in:
['A', 'B' , 'B1', 'B11', 'B2', 'B21', 'B22', 'C', 'C1', 'C11', 'C2']
Now I want to sort based on the trailing numerical value for the Bs - so I have:
[...
['A', 'B' , 'B1', 'B11', 'B2', 'B21', 'B22', 'C', 'C1', 'C11', 'C2']
Now I want to sort based on the trailing numerical value for the Bs - so I have:
[...
I created a bot using Python that finds rhymes in music videos. Here is a compilation of some of the rhymes: https://www.reddit.com/r/Python/comments/5eoq4r/i_created_a_bot_using_python_that_finds_rhymes_in/
reddit
I created a bot using Python that finds rhymes in... • /r/Python
2 points and 0 comments so far on reddit
auditlog with Django and DRF: http://stackoverflow.com/questions/40740061/auditlog-with-django-and-drf
Stack Overflow
auditlog with Django and DRF
I need to implement auditlog feature in one of my project which is using Django 1.8 and Django-Rest-Framework 3.2.2. I have extended BaseUserManager class to create user model since I had to use em...
A reasonable rebuttal to Zed Shaw’s case against Python 3: https://www.reddit.com/r/Python/comments/5ep5fe/a_reasonable_rebuttal_to_zed_shaws_case_against/
reddit
A reasonable rebuttal to Zed Shaw’s case against Python 3
The [original article](https://learnpythonthehardway.org/book/nopython3.html) by Zed Shaw ([@zedshaw](https://twitter.com/zedshaw)) on why not to...
PSA: Python 3.6 Release Schedule - 3.6.0 final expected to be live on 2016-12-16: https://www.reddit.com/r/Python/comments/5ep18v/psa_python_36_release_schedule_360_final_expected/
reddit
PSA: Python 3.6 Release Schedule - 3.6.0 final... • /r/Python
2 points and 0 comments so far on reddit
Learn Python, Break Python (free open-source Python 3 programming book): https://www.reddit.com/r/Python/comments/5epqt4/learn_python_break_python_free_opensource_python/
reddit
Learn Python, Break Python (free open-source Python 3... • /r/Python
Hi there! In light of the recent excitement over Python 3 learning resources, I wanted to mention a book that was originally posted to...
looking for someone really good at python: https://www.reddit.com/r/Python/comments/5eq062/looking_for_someone_really_good_at_python/
reddit
looking for someone really good at python • /r/Python
willing to pay lots of money for someone to help me with something $200+ add me on skype Spectre solez or pm me
Google: please start using 4 space indentation like the rest of the world: https://www.reddit.com/r/Python/comments/5eq5dr/google_please_start_using_4_space_indentation/
reddit
Google: please start using 4 space indentation like... • /r/Python
Thanks.
embedding ipython/jupyter notebook within my application: https://www.reddit.com/r/Python/comments/5eqah2/embedding_ipythonjupyter_notebook_within_my/
reddit
embedding ipython/jupyter notebook within my application • /r/Python
I was hoping someone could help point me in the right direction. I would like to allow the users of my django apps to create notebooks. I have...
Changing accuracy value and no change in loss value in binary classification using Tensorflow: http://stackoverflow.com/questions/40709870/changing-accuracy-value-and-no-change-in-loss-value-in-binary-classification-usi
Stackoverflow
Changing accuracy value and no change in loss value in binary classification using Tensorflow
am trying to use a deep neural network architecture to classify against a binary label value - 0 and +1. Here is my code to do it in tensorflow. Also this question carries forward from the discussi...
Lightweight HTML Templating Modules: https://www.reddit.com/r/Python/comments/5eqw21/lightweight_html_templating_modules/
reddit
Lightweight HTML Templating Modules • /r/Python
I am looking any lightweight HTML templating modules in Python. My desktop utility tests images and their tags. I'm hoping to generate a html file...
Searching project by class/function name in sublime/vscode: https://www.reddit.com/r/Python/comments/5eqx9c/searching_project_by_classfunction_name_in/
reddit
Searching project by class/function name in sublime/vscode • /r/Python
Intellij has this feature where I can search my project by function/class names and jump right to that function's/class' definition. I'm wondering...
python code: tic-tac-toe player tree not functioning: https://www.reddit.com/r/Python/comments/5er7pu/python_code_tictactoe_player_tree_not_functioning/
reddit
python code: tic-tac-toe player tree not functioning • /r/Python
I'm trying to design a program that create random tic-tac-toe players who all move randomly depending on what the other player does. To do this I...
Python is great for projects with large code base: https://www.reddit.com/r/Python/comments/5erhgh/python_is_great_for_projects_with_large_code_base/
reddit
Python is great for projects with large code base • /r/Python
1 points and 0 comments so far on reddit
getting URLError: <urlopen error [Errno 111] Connection refused> in selenium webdriver using python in phantomjs: http://stackoverflow.com/questions/21042858/getting-urlerror-urlopen-error-errno-111-connection-refused-in-selenium-web
Stack Overflow
getting URLError: <urlopen error [Errno 111] Connection refused> in selenium webdriver using python in phantomjs
I'm using Selenium Webdriver in Python.
While running the script in headless browser(phantomjs) I'm getting an URLError:
<urlopen error [Errno 111] Connection refused>
Any one can please...
While running the script in headless browser(phantomjs) I'm getting an URLError:
<urlopen error [Errno 111] Connection refused>
Any one can please...
Need a little help for a project.: https://www.reddit.com/r/Python/comments/5erxtc/need_a_little_help_for_a_project/
reddit
Need a little help for a project. • /r/Python
I have to write some sort of program an i chose a fishing one. I'm still adding things as I go. I am trying and have had no success. My code is...