Taming Big Data with Apache Spark and Python — Hands On: https://www.reddit.com/r/Python/comments/6p88th/taming_big_data_with_apache_spark_and_python/
reddit
Taming Big Data with Apache Spark and Python — Hands On • r/Python
1 points and 0 comments so far on reddit
How I Used Python and Boto3 to Modify CSV's in AWS S3: https://www.reddit.com/r/Python/comments/6p8dix/how_i_used_python_and_boto3_to_modify_csvs_in_aws/
reddit
How I Used Python and Boto3 to Modify CSV's in AWS S3 • r/Python
1 points and 0 comments so far on reddit
Scrapy : Sending information to prior function: https://stackoverflow.com/questions/45239892/scrapy-sending-information-to-prior-function
Stackoverflow
Scrapy : Sending information to prior function
I am using scrapy 1.1 to scrape a website. The site requires periodic relogin. I can tell when this is needed because when login is required a 302 redirection occurs. Based on # http://sangaline.co...
Full overriding artifactory PyPI package: https://stackoverflow.com/questions/45150977/full-overriding-artifactory-pypi-package
Stackoverflow
Full overriding artifactory PyPI package
I'd like to be able to override some packages from upstream PyPI transparently for our users.
I have the following Artifactory set up:
Local repository X-local
Remote repository X-remote (pointin...
I have the following Artifactory set up:
Local repository X-local
Remote repository X-remote (pointin...
[Help] is it possible to search and replace for text in a word document?: https://www.reddit.com/r/Python/comments/6p9al6/help_is_it_possible_to_search_and_replace_for/
reddit
[Help] is it possible to search and replace for text in... • r/Python
I am looking to create a program that runs through a word document and simply replaces a word with some user input. If it isn't possible in a...
This guy lost his pants on EuroPython conference and started a campaign about it :D: https://www.reddit.com/r/Python/comments/6p9n7t/this_guy_lost_his_pants_on_europython_conference/
reddit
This guy lost his pants on EuroPython conference and... • r/Python
2 points and 2 comments so far on reddit
Inconsistent Error with "Requests" Module: https://www.reddit.com/r/Python/comments/6pa3yy/inconsistent_error_with_requests_module/
reddit
Inconsistent Error with "Requests" Module • r/Python
I'm running a function that makes about 140 API calls over it's execution with requests and converts it to json (using...
How to make a post request with the Python requests library?: https://stackoverflow.com/questions/45201628/how-to-make-a-post-request-with-the-python-requests-library
Stack Overflow
How to make a post request with the Python requests library?
I am using the following filters in Postman to make a POST request in a Web API but I am unable to make a simple POST request in Python with the requests library.
First, I am sending a POST reque...
First, I am sending a POST reque...
Back end developers, I need advice please.: https://www.reddit.com/r/Python/comments/6pa8b0/back_end_developers_i_need_advice_please/
reddit
Back end developers, I need advice please. • r/Python
I started learning python on my own last month and I feel comfortable with the language basics now. My goal is to become a back-end developer but...
How can I edit and save a file to a server from the browser without re-uploading?: https://www.reddit.com/r/Python/comments/6pawva/how_can_i_edit_and_save_a_file_to_a_server_from/
reddit
How can I edit and save a file to a server from the... • r/Python
Hello, I'm not exactly sure if this the best place to ask this but, I'm a Django developer and I'm trying to figure out how to write an app that...
Using OAuth to authenticate users with Django: https://www.reddit.com/r/Python/comments/6pb63d/using_oauth_to_authenticate_users_with_django/
reddit
Using OAuth to authenticate users with Django • r/Python
We are creating an application for use in our organization, but we only want people in our organization to be able to use the app. We had the idea...
Python ssh connection script on windows: https://www.reddit.com/r/Python/comments/6pb6ya/python_ssh_connection_script_on_windows/
reddit
Python ssh connection script on windows • r/Python
So, I'm trying to connect to a SSH Server via Python on a windows computer, currently using pexpect. My problem is with ...
Is there anything like doctest, but without the annoying requirement for identical-but-irrelevant shell output details?: https://www.reddit.com/r/Python/comments/6pbbg9/is_there_anything_like_doctest_but_without_the/
reddit
Is there anything like doctest, but without the... • r/Python
Anyone who's worked with `doctest` can probably immediately get what I'm talking about. Given a test case like this: def foo(bar): ...
Need help creating/running a program that auto-saves Google image results with certain parameters to a folder.: https://www.reddit.com/r/Python/comments/6pbd91/need_help_creatingrunning_a_program_that/
reddit
Need help creating/running a program that auto-saves... • r/Python
So basically I've been given a database at work and it's full of businesses of sorts. I have to find an image representative of each business...
Deploying python app as single package: https://www.reddit.com/r/Python/comments/6pbdle/deploying_python_app_as_single_package/
reddit
Deploying python app as single package • r/Python
Hi all, I could use some help/guidance with how to achieve the following packaging & deployment strategy WITHOUT using Docker: * I have 4 EC2...