What's everyone working on this week?: https://www.reddit.com/r/Python/comments/64r0x8/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Project ideas to boost my portfolio in general?: https://www.reddit.com/r/Python/comments/64r297/project_ideas_to_boost_my_portfolio_in_general/
reddit
Project ideas to boost my portfolio in general? • r/Python
I'm an electrical engineer with a handful of years of experience in C firmware development and a couple years of Python. For a while now, I've...
Best way to grab data from REST API using python and / or Django for a dashboard?: https://www.reddit.com/r/Python/comments/64r9y4/best_way_to_grab_data_from_rest_api_using_python/
reddit
Best way to grab data from REST API using python and /... • r/Python
I started using dashing for a dashboard but then quickly moved to django-dashing because it is python based. My Boss wants AWS metrics, Jenkins,...
elasticsearch aggregate unique entries of hashes and find all tags: http://stackoverflow.com/questions/43257898/elasticsearch-aggregate-unique-entries-of-hashes-and-find-all-tags
Stackoverflow
elasticsearch aggregate unique entries of hashes and find all tags
I have two sets of hashes in single index with a different tag as an additional field like below:
Index: hashes-*
sha1-c tag
abcdefg12345 collect
abcdefg12345 collect
Index: hashes-*
sha1-c tag
abcdefg12345 collect
abcdefg12345 collect
Faster alternative than grequests for sending HTTP requests?: https://www.reddit.com/r/Python/comments/64rgem/faster_alternative_than_grequests_for_sending/
reddit
Faster alternative than grequests for sending HTTP... • r/Python
There are roughly 2000 urls I need to send and fetch data from, with the following implementation it would take about 1 minute to complete. Is...
15y Web Dev (php js) looking to learn Python. Any recommended good books? Like to learn something new for my career.: https://www.reddit.com/r/Python/comments/64rh32/15y_web_dev_phpjs_looking_to_learn_python_any/
reddit
15y Web Dev (php+js) looking to learn Python. Any... • r/Python
31 year old who's been doing PHP programming for 15 years in Drupal for clients. Bit of javascript when needed. Some Java on the side during slow...
Infinite Loop with 1 minute Pauses at the end of 1 Cycle: https://www.reddit.com/r/Python/comments/64rms9/infinite_loop_with_1_minute_pauses_at_the_end_of/
reddit
Infinite Loop with 1 minute Pauses at the end of 1 Cycle • r/Python
My classmates and I are finishing up a Raspberry Pi-Arduino (Master-Slave) automated greenhouse system for our senior capstone project, and we...
How can I make this type of loading effect while the rest of the text above stays?: https://www.reddit.com/r/Python/comments/64rr1e/how_can_i_make_this_type_of_loading_effect_while/
reddit
How can I make this type of loading effect while the... • r/Python
2 points and 1 comments so far on reddit
Is anyone else not able to pull scikit-learn data right now?: https://www.reddit.com/r/Python/comments/64sav3/is_anyone_else_not_able_to_pull_scikitlearn_data/
reddit
Is anyone else not able to pull scikit-learn data right... • r/Python
I've tried pulling the MNIST original dataset on a local machine and a remote machine using the following code, and both times I've gotten an HTTP...
Simple program to solve the 'hell triangle' problem. Please leave your opinion.: https://www.reddit.com/r/Python/comments/64sfj1/simple_program_to_solve_the_hell_triangle_problem/
reddit
Simple program to solve the 'hell triangle' problem.... • r/Python
Some company asked me to make a program to solve this problem and I came up with this project. I know it is not an actual "project", just some...
Different ways to implement a Priority Queue in Python: https://www.reddit.com/r/Python/comments/64t267/different_ways_to_implement_a_priority_queue_in/
reddit
Different ways to implement a Priority Queue in Python • r/Python
1 points and 0 comments so far on reddit
Machine Learning and Deep Learning AI: https://www.reddit.com/r/Python/comments/64t5jq/machine_learning_and_deep_learning_ai/
reddit
Machine Learning and Deep Learning AI • r/Python
For a current project I needed to think outside the box and found a specific aproach to solve lots of problems. But I feel in love with the...
Building a persistent analytics app and dashboard [Question].: https://www.reddit.com/r/Python/comments/64tagv/building_a_persistent_analytics_app_and_dashboard/
reddit
Building a persistent analytics app and dashboard... • r/Python
Hi r/Python, I am currently working on a professional development project that continuously ingest tweets from Twitter's Streaming API to build a...
How to scrape all contents from infinite scroll website? scrapy: http://stackoverflow.com/questions/37207959/how-to-scrape-all-contents-from-infinite-scroll-website-scrapy
Stack Overflow
How to scrape all contents from infinite scroll website? scrapy
I'm using scrapy.
The website i'm using has infinite scroll.
the website has loads of posts but i only scraped 13.
How to scrape the rest of the posts?
here's my code:
class exampleSpider(scrapy.
The website i'm using has infinite scroll.
the website has loads of posts but i only scraped 13.
How to scrape the rest of the posts?
here's my code:
class exampleSpider(scrapy.
100 Scripts in 30 Days challenge: Script 4 — Getting Event details from Google Calendar using Python: https://www.reddit.com/r/Python/comments/64tm1b/100_scripts_in_30_days_challenge_script_4_getting/
reddit
100 Scripts in 30 Days challenge: Script 4 — Getting... • r/Python
1 points and 0 comments so far on reddit
Does anyone have a tip for cool library to transform XML?: https://www.reddit.com/r/Python/comments/64ttog/does_anyone_have_a_tip_for_cool_library_to/
reddit
Does anyone have a tip for cool library to transform XML? • r/Python
this is a rather vague question as i'm quiet open to any approach. so, i'm looking for a library that let's me transform XML based on rules and/or...
Need Help on Python Project for School.: https://www.reddit.com/r/Python/comments/64u5gr/need_help_on_python_project_for_school/
reddit
Need Help on Python Project for School. • r/Python
Hey Python Community! I could really use some help with a Python project that I am working on for school. My professor doesn't explain it well and...
Recursive Neural Networks with PyTorch | Parallel Forall: https://www.reddit.com/r/Python/comments/64u93l/recursive_neural_networks_with_pytorch_parallel/
reddit
Recursive Neural Networks with PyTorch | Parallel Forall • r/Python
1 points and 0 comments so far on reddit