Show HN: Command Line Manager and Interactive Shell for Python Projects: https://github.com/rochacbruno/manage
GitHub
rochacbruno/manage
Command Line Manager + Interactive Shell for Python Projects - rochacbruno/manage
Complete coverage from the 2016 Python Language Summit: https://www.reddit.com/r/Python/comments/4pis33/complete_coverage_from_the_2016_python_language/
reddit
Complete coverage from the 2016 Python Language Summit • /r/Python
2 points and 0 comments so far on reddit
A 10-line Python script for batch processing images in AWS S3: https://www.reddit.com/r/Python/comments/4pjcze/a_10line_python_script_for_batch_processing/
reddit
A 10-line Python script for batch processing images in... • /r/Python
0 points and 0 comments so far on reddit
Using Python to model the Solar System: https://www.reddit.com/r/Python/comments/4pjdpq/using_python_to_model_the_solar_system/
reddit
Using Python to model the Solar System
Hi everyone, I wrote a code for my computational astrophysics class which computes the planets' orbits and a so-called [Hohmann Transfer Orbits]...
UK EU vote shading with Python: https://www.reddit.com/r/Python/comments/4plg24/uk_eu_vote_shading_with_python/
reddit
UK EU vote shading with Python • /r/Python
[This](https://www.reddit.com/user/entropyofdays) redditor posted a [map of the UK](http://imgur.com/TOtjAl6) coloured based on how people voted...
Twitter giveaway bot errors - TwitterAPI?: https://www.reddit.com/r/Python/comments/4plkmt/twitter_giveaway_bot_errors_twitterapi/
reddit
Twitter giveaway bot errors - TwitterAPI? • /r/Python
TL;DR: Trying to install twitter bot, can be found [here](https://github.com/ModusVivendi/twitter-contest) but encountering errors which I have...
What is a good library(package) that exists in an other language you wish existed in python ?: https://www.reddit.com/r/Python/comments/4pmwml/what_is_a_good_librarypackage_that_exists_in_an/
reddit
What is a good library(package) that exists in an... • /r/Python
1 points and 2 comments so far on reddit
REST extension for weppy framework: please criticise: https://www.reddit.com/r/Python/comments/4pn5j3/rest_extension_for_weppy_framework_please/
reddit
REST extension for weppy framework: please criticise • /r/Python
Hi all, I'm designing an extension for REST facilities with my weppy framework and would be awesome to have feedbacks before the first...
Text classification performance: http://stackoverflow.com/questions/37969425/text-classification-performance
Stackoverflow
Text classification performance
So i am using textblob python library, but the performance is lacking.
I already serialize it and load it before the loop( using pickle ).
It currently takes ~ 0.1( for small training data ) and ...
I already serialize it and load it before the loop( using pickle ).
It currently takes ~ 0.1( for small training data ) and ...
RhodeCode (written in Python Pyramid) Launches the Developer Program for Open Source Contributors: https://www.reddit.com/r/Python/comments/4pnsgd/rhodecode_written_in_python_pyramid_launches_the/
reddit
RhodeCode (written in Python Pyramid) Launches the... • /r/Python
1 points and 0 comments so far on reddit
PyDev 5.1.2 released (pytest integration improvements): https://www.reddit.com/r/Python/comments/4po5sn/pydev_512_released_pytest_integration_improvements/
reddit
PyDev 5.1.2 released (pytest integration improvements) • /r/Python
3 points and 0 comments so far on reddit
install error (vcvarsall.bat): https://www.reddit.com/r/Python/comments/4poj47/install_error_vcvarsallbat/
reddit
install error (vcvarsall.bat) • /r/Python
I'm trying to install Docx for Python 3.5 but I'm always getting this error. I found some advice online wich told me to install lxml>=3.1.0 but I...