How to write a news feed algorithm in Python: https://www.reddit.com/r/Python/comments/69npo4/how_to_write_a_news_feed_algorithm_in_python/
reddit
How to write a news feed algorithm in Python • r/Python
I have never written a news feed algorithm and did not come across any good resource where I can find the same. Can anyone suggest me to some good...
Python, Pandas big data with a stock portfolio: http://stackoverflow.com/questions/43791970/python-pandas-big-data-with-a-stock-portfolio
Stackoverflow
Python, Pandas big data with a stock portfolio
Edited:
I have a financial portfolio in a pandas dataframe df, where the index is the date and I have multiple stocks per date.
Eg dataframe:
Date Stock Weight Percentile Final weight
1/1...
I have a financial portfolio in a pandas dataframe df, where the index is the date and I have multiple stocks per date.
Eg dataframe:
Date Stock Weight Percentile Final weight
1/1...
Looking to automatically download a file and save in a folder on a specific time interval: https://www.reddit.com/r/Python/comments/69o09s/looking_to_automatically_download_a_file_and_save/
reddit
Looking to automatically download a file and save in a... • r/Python
Hi, I am not sure if Python is the best language for this but I am looking for guidance. I am looking to automate a manual process of querying an...
gutenberg-http: A simple API for books (written in Sanic!): https://www.reddit.com/r/Python/comments/69ofb0/gutenberghttp_a_simple_api_for_books_written_in/
reddit
gutenberg-http: A simple API for books (written in Sanic!) • r/Python
2 points and 1 comments so far on reddit
How do I resolve this error. syntax error: nonascii character "/92": https://www.reddit.com/r/Python/comments/69ola9/how_do_i_resolve_this_error_syntax_error_nonascii/
reddit
How do I resolve this error. syntax error: nonascii... • r/Python
SO I am trying to mod for a game (mount & blade). One of the resources that the developers give you is a set of python files as well as a program...
I coded an Augmented Reality billiards game for my computer science class!: https://www.reddit.com/r/Python/comments/69p2ep/i_coded_an_augmented_reality_billiards_game_for/
reddit
I coded an Augmented Reality billiards game for my... • r/Python
4 points and 2 comments so far on reddit
How does spacy lemmatizer works?: http://stackoverflow.com/questions/43795249/how-does-spacy-lemmatizer-works
Stack Overflow
How does spacy lemmatizer works?
For lemmatization spacy has a lists of words: adjectives, adverbs, verbs... and also lists for exceptions: adverbs_irreg... for the regular ones there is a set of rules
Let's take as example the ...
Let's take as example the ...
Strangest way to get the sum of sum numbers: https://www.reddit.com/r/Python/comments/69qdgu/strangest_way_to_get_the_sum_of_sum_numbers/
reddit
Strangest way to get the sum of sum numbers • r/Python
What's the wierdest way you can think of to get the sum of several numbers? Here's my submission. I'm curious to see what interesting ways python...
Language Detection Library (Language Layer Wrapper): https://www.reddit.com/r/Python/comments/69quam/language_detection_library_language_layer_wrapper/
reddit
Language Detection Library (Language Layer Wrapper) • r/Python
1 points and 0 comments so far on reddit
Need help with python datetime tweet: https://www.reddit.com/r/Python/comments/69rdju/need_help_with_python_datetime_tweet/
reddit
Need help with python datetime tweet • r/Python
Could anyone be kind enough to help me out :)? I have this [speedcomplainer](https://github.com/james-atkinson/speedcomplainer) python script that...
Sorting Two Tons of Lego, the Software Side (in Python): https://www.reddit.com/r/Python/comments/69rjaw/sorting_two_tons_of_lego_the_software_side_in/
reddit
Sorting Two Tons of Lego, the Software Side (in Python) • r/Python
1 points and 0 comments so far on reddit
The key differences between Python 2.7.x and Python 3.x with examples (2014): http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html
Sebastian Raschka, PhD
The key differences between Python 2.7.x and Python 3.x with examples
Many beginning Python users are wondering with which version of Python they should start. My answer to this question is usually something along the lines “ju...
Python hackaton project ideas [HELP]: https://www.reddit.com/r/Python/comments/69s8jo/python_hackaton_project_ideas_help/
reddit
Python hackaton project ideas [HELP] • r/Python
Hi guys, I need some help for python pojects. I have an year of experience with python, as well as I know decent amount of the Django web...
Data Entry from PDF - A quick way to log data contained on pdfs: https://www.reddit.com/r/Python/comments/69sh3a/data_entry_from_pdf_a_quick_way_to_log_data/
reddit
Data Entry from PDF - A quick way to log data contained... • r/Python
Hello Everyone, I am thinking of creating a python program that will make it quicker to enter data from a bunch of PDFs with the same...