[paid project] Social media analytics processor: https://www.reddit.com/r/Python/comments/8c61iy/paid_project_social_media_analytics_processor/
reddit
[paid project] Social media analytics processor • r/Python
We need an experienced Python programmer to help us create a script which continously queries the Twitter, Facebook and LinkedIn APIs to gather...
Instagram web scraping: What am I doing differently that makes my solution non-functional?: https://stackoverflow.com/questions/49786980/instagram-web-scraping-what-am-i-doing-differently-that-makes-my-solution-non-f
Stack Overflow
How to perform unauthenticated Instagram web scraping in response to recent private API changes?
Months ago, Instagram began rendering their public API inoperable by removing most features and refusing to accept new applications for most permissions scopes. Further changes were made this week ...
when pasing objects to a function, how is this implemented in python?: https://www.reddit.com/r/Python/comments/8c42nv/when_pasing_objects_to_a_function_how_is_this/
reddit
when pasing objects to a function, how is this... • r/Python
0 points and 2 comments so far on reddit
Tutorial: Multistep Forecasting with Seasonal ARIMA in Python: https://www.reddit.com/r/Python/comments/8c80q4/tutorial_multistep_forecasting_with_seasonal/
reddit
Tutorial: Multistep Forecasting with Seasonal ARIMA in... • r/Python
1 points and 0 comments so far on reddit
issubclass of abstract base class Sequence: https://stackoverflow.com/questions/34927949/issubclass-of-abstract-base-class-sequence
Stackoverflow
issubclass of abstract base class Sequence
This list shows what methods you need to implement for your class to be "regarded" as Sequence: __getitem__, __len__, __contains__, __iter__, __reversed__, index, and count. So why does this minimal
Read/Write files in script on AWS: https://www.reddit.com/r/Python/comments/8c85by/readwrite_files_in_script_on_aws/
reddit
Read/Write files in script on AWS • r/Python
Hey everyone, hopefully a simple question here. I just spun up an AWS instance and uploaded a simple python script to it. The script reads and...
From December 31st, 2018, Pandas will drop support for Python 2.7. This includes no backports of security or bug fixes (unless someone volunteers to do those): https://www.reddit.com/r/Python/comments/8c883i/from_december_31st_2018_pandas_will_drop_support/
reddit
From December 31st, 2018, Pandas will drop support for... • r/Python
205 points and 21 comments so far on reddit
Pip 10 has been released (“Python 2.6 is no longer supported”): https://blog.python.org/2018/04/pip-10-has-been-released.html
I wrote a blog post about how I setup my python environment: https://www.reddit.com/r/Python/comments/8c90rj/i_wrote_a_blog_post_about_how_i_setup_my_python/
reddit
I wrote a blog post about how I setup my python environment • r/Python
1 points and 0 comments so far on reddit
How to make Python script run on startup and in background: https://www.reddit.com/r/Python/comments/8c9quv/how_to_make_python_script_run_on_startup_and_in/
reddit
How to make Python script run on startup and in background • r/Python
Hello, I have very little Python experience and have a script I need to run on my computer round the clock. Currently I run it and it runs like a...
Write synchronous and asynchronous logic of code in same function using syncit: https://www.reddit.com/r/Python/comments/8c9w5u/write_synchronous_and_asynchronous_logic_of_code/
reddit
Write synchronous and asynchronous logic of code in... • r/Python
1 points and 0 comments so far on reddit
Zellers Algorithm won't work after year 2000: https://www.reddit.com/r/Python/comments/8c9ze5/zellers_algorithm_wont_work_after_year_2000/
reddit
Zellers Algorithm won't work after year 2000 • r/Python
So it's a code to determine the day of any date. It works fine till year 1999, but after that there s a gap of -1 day. In code: The months start...
No module named 'http.client' on Docker: https://stackoverflow.com/questions/49403012/no-module-named-http-client-on-docker
Stackoverflow
No module named 'http.client' on Docker
I am trying to retrieve my machine external IP address with python and I would like to use ipgetter for that.
Running it locally it's working as expected, and I get my IP.
But, when running on Doc...
Running it locally it's working as expected, and I get my IP.
But, when running on Doc...
Trying to make this old code I found on github run. I'm getting a syntax error but don't understand why?: https://www.reddit.com/r/Python/comments/8cagc6/trying_to_make_this_old_code_i_found_on_github/
reddit
Trying to make this old code I found on github run. I'm... • r/Python
The basic concept is that it responds to tweets with a certain keyword or hashtag then reply's with one of the ten random responses. python 3.5...