PyCon: Which tutorials are you attending?: https://www.reddit.com/r/Python/comments/5wrzll/pycon_which_tutorials_are_you_attending/
reddit
PyCon: Which tutorials are you attending? • r/Python
I got one tutorial for PyCon discounted to $50 as student aid, so I'm going to attend one tutorial. There are a bunch of really...
Wanted: Back-end and Front-end developers for cryptocurrency project: https://www.reddit.com/r/Python/comments/5wsy9h/wanted_backend_and_frontend_developers_for/
reddit
Wanted: Back-end and Front-end developers for... • r/Python
A few weeks ago I made [a post](https://www.reddit.com/r/algotrading/comments/5q1tz0/wanted_people_interested_in_joining_a/) to /r/algotrading. It...
Interpreting negative Word2Vec similarity from gensim: http://stackoverflow.com/questions/42381902/interpreting-negative-word2vec-similarity-from-gensim
Stack Overflow
Interpreting negative Word2Vec similarity from gensim
E.g. we train a word2vec model using gensim:
from gensim import corpora, models, similarities
from gensim.models.word2vec import Word2Vec
documents = ["Human machine interface for lab abc computer
from gensim import corpora, models, similarities
from gensim.models.word2vec import Word2Vec
documents = ["Human machine interface for lab abc computer
Python is fully supported language for developing apps on mobile Sailfish OS: https://www.reddit.com/r/Python/comments/5wt26m/python_is_fully_supported_language_for_developing/
reddit
Python is fully supported language for developing apps... • r/Python
130 points and 21 comments so far on reddit
Installed SciPy stack via homebrew yet when I try to import numpy in python and ipython interaction shells, says modules not found?: https://www.reddit.com/r/Python/comments/5wu3t6/installed_scipy_stack_via_homebrew_yet_when_i_try/
reddit
Installed SciPy stack via homebrew yet when I try to... • r/Python
When I start python in a shell it says I am running version 2.7. When I start ipython it says version 3.5. However, in both cases when I try to...
What is the proper way of sending huge data over sockets in Python?: http://stackoverflow.com/questions/42459499/what-is-the-proper-way-of-sending-huge-data-over-sockets-in-python
Stackoverflow
What is the proper way of sending huge data over sockets in Python?
Recently I wrote a code (client and server) to send the image - client simply uploads image to server, using only sockets: Sending image over sockets (ONLY) in Python, image can not be open.
Howe...
Howe...
Just released: CIFAR-10 dataset in easy-to-use .npz format. 2/3 compatible, single file download, readable with numpy.load: https://www.reddit.com/r/Python/comments/5wvn04/just_released_cifar10_dataset_in_easytouse_npz/
reddit
Just released: CIFAR-10 dataset in easy-to-use .npz... • r/Python
2 points and 0 comments so far on reddit
argparse-autogen: Argparse parser with automatic creation of parsers and subparsers for paths.: https://www.reddit.com/r/Python/comments/5wvq6g/argparseautogen_argparse_parser_with_automatic/
reddit
argparse-autogen: Argparse parser with automatic... • r/Python
Hello reddit! In my recent project, I was writing a command-line client for a DRF-based backend with a huuuge api. The goal was to provide a full...
A Simple Guide for Python Packaging – Small Things about Python: https://www.reddit.com/r/Python/comments/5ww44y/a_simple_guide_for_python_packaging_small_things/
reddit
A Simple Guide for Python Packaging – Small Things... • r/Python
273 points and 48 comments so far on reddit
Is it possible to print using different color in ipython's Notebook?: http://stackoverflow.com/questions/16816013/is-it-possible-to-print-using-different-color-in-ipythons-notebook
Stackoverflow
Is it possible to print using different color in ipython's Notebook?
Is it somehow possible to have certain output appear in a different color in the IPython Notebook?
For example, something along the lines of:
print("Hello Red World", color='red')
For example, something along the lines of:
print("Hello Red World", color='red')
Most perfect Django app for mailing with templates: https://www.reddit.com/r/Python/comments/5wx22l/most_perfect_django_app_for_mailing_with_templates/
reddit
Most perfect Django app for mailing with templates • r/Python
I've started work on this application 5 year ago. There were another similar apps, but I did not like them because of feature set, API and...
I Challenge You to Debug Those 7 lines of Code Under 9 Minutes (Pythonistas will find the answer in 10 seconds, but shhh, there's a hidden goal): https://www.reddit.com/r/Python/comments/5wxdib/i_challenge_you_to_debug_those_7_lines_of_code/
reddit
I Challenge You to Debug Those 7 lines of Code Under 9... • r/Python
0 points and 0 comments so far on reddit
some pytorch implementations and tutorials on github.: https://www.reddit.com/r/Python/comments/5wxf7e/some_pytorch_implementations_and_tutorials_on/
reddit
some pytorch implementations and tutorials on github. • r/Python
1 points and 0 comments so far on reddit
How do I look for the header row of a dataframe?: https://www.reddit.com/r/Python/comments/5wxox2/how_do_i_look_for_the_header_row_of_a_dataframe/
reddit
How do I look for the header row of a dataframe? • r/Python
I might be overthinking this but I have excel files that have a bunch of notes on the first few rows of column A before the actual table. the...