2018's Top Python and R Packages for Data Science and AI: https://heartbeat.fritz.ai/top-7-libraries-and-packages-of-the-year-for-data-science-and-ai-python-r-6b7cca2bf000
Medium
Top 7 libraries and packages of the year for Data Science and AI: Python & R
This is a list of the best libraries and packages that changed our lives this year, compiled from my weekly digests
Here are my Python projects from 2018! (Mostly Game Dev): https://www.reddit.com/r/Python/comments/ab97g3/here_are_my_python_projects_from_2018_mostly_game/
reddit
Here are my Python projects from 2018! (Mostly Game Dev)
Posted in r/Python by u/DaFluffyPotato • 1,216 points and 131 comments
A small python utility to save your flickr photos/videos easily. Try it before flickr free account 1T storage stopped.: https://www.reddit.com/r/Python/comments/ab9klg/a_small_python_utility_to_save_your_flickr/
reddit
r/Python - A small python utility to save your flickr photos/videos easily. Try it before flickr free account 1T storage stopped.
3 votes and 0 comments so far on Reddit
Coming from coding in C, I'm struggling in Python. Any advice from people who coded in C and moved to Python?: https://www.reddit.com/r/Python/comments/ab9kee/coming_from_coding_in_c_im_struggling_in_python/
reddit
r/Python - Coming from coding in C, I'm struggling in Python. Any advice from people who coded in C and moved to Python?
2 votes and 1 comment so far on Reddit
GraphQL in Python Made Easy With Graphene (Interview): https://www.reddit.com/r/Python/comments/abahs1/graphql_in_python_made_easy_with_graphene/
reddit
r/Python - GraphQL in Python Made Easy With Graphene (Interview)
1 vote and 0 comments so far on Reddit
Dockerizing Django in development and production: https://www.reddit.com/r/Python/comments/abaejg/dockerizing_django_in_development_and_production/
reddit
r/Python - Dockerizing Django in development and production
2 votes and 0 comments so far on Reddit
How to browse for and upload file using Selenium?: https://www.reddit.com/r/Python/comments/aba7i5/how_to_browse_for_and_upload_file_using_selenium/
reddit
r/Python - How to browse for and upload file using Selenium?
1 vote and 0 comments so far on Reddit
How to convert JSON to CSV? (with UTF-8 support): https://stackoverflow.com/questions/53972668/how-to-convert-json-to-csv-with-utf-8-support
Stack Overflow
How to convert JSON to CSV? (with UTF-8 support)
Earlier there was a question How can I convert JSON to CSV? and there were lots of answers, however none of them explains how to convert non-latin1 data.
Let's say I have a JSON file like the follo...
Let's say I have a JSON file like the follo...
making a calculation with the elements of an elasticsearch json object, of a contract bridge score, using Python: https://stackoverflow.com/questions/53916503/making-a-calculation-with-the-elements-of-an-elasticsearch-json-object-of-a-con
Stack Overflow
making a calculation with the elements of an elasticsearch json object, of a contract bridge score, using Python
This is stressing me out. I am trying to build a contract bridge match point scoring system with an elasticsearch cluster and a python flask app. This is long and complicated, sorry.
The results ...
The results ...
reading CAPTCHA using tesseract giving always wrong readings: https://stackoverflow.com/questions/53964653/reading-captcha-using-tesseract-giving-always-wrong-readings
Stack Overflow
reading CAPTCHA using tesseract giving always wrong readings
from urllib import urlopen,urlretrieve
from PIL import Image,ImageOps
from bs4 import BeautifulSoup
import requests
import subprocess
def cleanImage(imagePath):
image=Image.open(imagePath)
...
from PIL import Image,ImageOps
from bs4 import BeautifulSoup
import requests
import subprocess
def cleanImage(imagePath):
image=Image.open(imagePath)
...
Storing test and sub-test results in a dict of dicts: https://www.reddit.com/r/Python/comments/abasrz/storing_test_and_subtest_results_in_a_dict_of/
reddit
r/Python - Storing test and sub-test results in a dict of dicts
1 vote and 0 comments so far on Reddit
How do I replicate the same testing configuration in PyCharm, as I have in setup.cfg?: https://www.reddit.com/r/Python/comments/abb4ix/how_do_i_replicate_the_same_testing_configuration/
reddit
r/Python - How do I replicate the same testing configuration in PyCharm, as I have in setup.cfg?
5 votes and 1 comment so far on Reddit
It’s finally in! Can’t wait to dive into my newest book.: https://www.reddit.com/r/Python/comments/abcay4/its_finally_in_cant_wait_to_dive_into_my_newest/
reddit
r/Python - It’s finally in! Can’t wait to dive into my newest book.
138 votes and 20 comments so far on Reddit
What are your favorite websites to interactively test out python libraries?: https://www.reddit.com/r/Python/comments/abdnyr/what_are_your_favorite_websites_to_interactively/
reddit
r/Python - What are your favorite websites to interactively test out python libraries?
2 votes and 0 comments so far on Reddit