Advice for increasing scrapy spider throughput: https://www.reddit.com/r/Python/comments/6nt7zl/advice_for_increasing_scrapy_spider_throughput/
reddit
Advice for increasing scrapy spider throughput • r/Python
I use a scrapy spider to scrape image urls from google(bing etc). For each search engine request, I scrape 20 items(these are image urls). These...
Tired of Excel's VLOOKUP? Use SQL queries on Excel ranges! (using xlwings/python): https://www.reddit.com/r/Python/comments/6nt86r/tired_of_excels_vlookup_use_sql_queries_on_excel/
reddit
Tired of Excel's VLOOKUP? Use SQL queries on Excel... • r/Python
1 points and 0 comments so far on reddit
Microservices with Docker, Flask, and React - Part 4 (e2e tests, swagger, react form validation): https://www.reddit.com/r/Python/comments/6nt0rs/microservices_with_docker_flask_and_react_part_4/
reddit
Microservices with Docker, Flask, and React - Part 4... • r/Python
1 points and 0 comments so far on reddit
Hacking Classic Nintendo Games with Python from PyCon 2017: https://www.reddit.com/r/Python/comments/6nu1xy/hacking_classic_nintendo_games_with_python_from/
reddit
Hacking Classic Nintendo Games with Python from PyCon 2017 • r/Python
2 points and 0 comments so far on reddit
Moving numpy arrays from VBA to Python and back: https://stackoverflow.com/questions/45105388/moving-numpy-arrays-from-vba-to-python-and-back
Stack Overflow
Moving numpy arrays from VBA to Python and back
I have a VBA script in Microsoft Access. The VBA script is part of a large project with multiple people, and so it is not possible to leave the VBA environment.
In a section of my script, I nee...
In a section of my script, I nee...
Does this look OK for converting an mp4 RSS feed to an mp3 RSS feed?: https://www.reddit.com/r/Python/comments/6nuo6p/does_this_look_ok_for_converting_an_mp4_rss_feed/
reddit
Does this look OK for converting an mp4 RSS feed to an... • r/Python
I like to create an Alexa Flash Briefing skill for my national news. Amazon has what seems to be a very easy 'skill creator' wizard, where I can...
Beginning my first project [HELP]: https://www.reddit.com/r/Python/comments/6nuqio/beginning_my_first_project_help/
reddit
Beginning my first project [HELP] • r/Python
I started learning Python with 'How to think like a computer scientist : Learning with Python 3' and 'Automate the boring stuff'. This is what my...
Putting a Python game on a website: https://www.reddit.com/r/Python/comments/6nvlbi/putting_a_python_game_on_a_website/
reddit
Putting a Python game on a website • r/Python
I am currently building a multiplayer card game in python and I would like to eventually make a website where people can log in and play other...
100 days of algorithms: GitHub with all the algorithms: https://www.reddit.com/r/Python/comments/6nvra5/100_days_of_algorithms_github_with_all_the/
reddit
100 days of algorithms: GitHub with all the algorithms • r/Python
1 points and 0 comments so far on reddit
Change default grammar in Atom: https://www.reddit.com/r/Python/comments/6nvsuk/change_default_grammar_in_atom/
reddit
Change default grammar in Atom • r/Python
I'm using Atom and have set up my init.coffee to make Python the default grammar. It worked for a couple days, but now I'm back to changing the...
Best way to compare 2 datasets based on company name?: https://www.reddit.com/r/Python/comments/6nw62v/best_way_to_compare_2_datasets_based_on_company/
reddit
Best way to compare 2 datasets based on company name? • r/Python
I have 2 datasets, one with 16k records and the other with 2.7k records. I'm basically trying to match the 2.7k records to the 16k records to...