Changing directory of file retrieved from ftp server: https://www.reddit.com/r/Python/comments/7b4ep4/changing_directory_of_file_retrieved_from_ftp/
reddit
Changing directory of file retrieved from ftp server • r/Python
Hello /r/Python, I have this script to download all text files from a certain ftp server. It works, however the files are saved in the directory...
How to learn a new API or Package?: https://www.reddit.com/r/Python/comments/7b4l7u/how_to_learn_a_new_api_or_package/
reddit
How to learn a new API or Package? • r/Python
We all know that python has a lot of libraries, packages, and frameworks available online. This is one of the main reason why python is such a...
I don't know if this is the right place to put it, but I made a decorator that stores the arguments of a function.: https://www.reddit.com/r/Python/comments/7b4p6t/i_dont_know_if_this_is_the_right_place_to_put_it/
reddit
I don't know if this is the right place to put it, but... • r/Python
import inspect def store_args(func): '''sets all arguments as instance attributes. @store_args replaces the common ...
Work Willing to Pay for Training: https://www.reddit.com/r/Python/comments/7b4u8z/work_willing_to_pay_for_training/
reddit
Work Willing to Pay for Training • r/Python
My work has offered to pay for training in Python. Are there any recommended online training courses or in-person courses (I am in Atlanta) that...
Should I go the free YouTube tutorials way or the free books way?: https://www.reddit.com/r/Python/comments/7b4whr/should_i_go_the_free_youtube_tutorials_way_or_the/
reddit
Should I go the free YouTube tutorials way or the free... • r/Python
I watched a little bit of Derek Banas's Python tutorial and it seems good for me but, I just think that books have more details and knowledge in...
Sentry for Python: Add "git blame" like prefix to each source code line: https://stackoverflow.com/questions/47011889/sentry-for-python-add-git-blame-like-prefix-to-each-source-code-line
Stackoverflow
Sentry for Python: Add "git blame" like prefix to each source code line
It would be really great if exceptions in sentry would contain info like git blame does.
If every line of source code which I see in an exception in sentry would have a prefix like git blame (date,
If every line of source code which I see in an exception in sentry would have a prefix like git blame (date,
Upload contents of Excel worksheet to Google Sheet worksheet: https://stackoverflow.com/questions/47107510/upload-contents-of-excel-worksheet-to-google-sheet-worksheet
Stack Overflow
Upload contents of Excel worksheet to Google Sheet worksheet
I have an Excel sheet with a worksheet named test_sheet. I have a Google sheet named G_sheet having 5 tabs. I would like to automate the process of copying the contents of Excel worksheet test_shee...
Calling a different python version from a script.: https://www.reddit.com/r/Python/comments/7b52jo/calling_a_different_python_version_from_a_script/
reddit
Calling a different python version from a script. • r/Python
I currently use a tool called ilastik which has its own python interpreter. I wish to call my default python interpreter present in my system and...
Hi /r/Python! I just made a bot that mirrors images from linked tweets.: https://www.reddit.com/r/Python/comments/7b512r/hi_rpython_i_just_made_a_bot_that_mirrors_images/
reddit
Hi /r/Python! I just made a bot that mirrors images... • r/Python
I'm still learning python and decided to work on this idea as my next project. It's very simple and uses libraries such as praw, tweepy and...
How to build and distribute a Python/Cython package that depends on third party libFoo.so: https://stackoverflow.com/questions/47042483/how-to-build-and-distribute-a-python-cython-package-that-depends-on-third-party
Stack Overflow
How to build and distribute a Python/Cython package that depends on third party libFoo.so
I've written a Python module that depends on some C extensions. Those C extensions depend in turn on several compiled C libraries. I'd like to be able to distribute this module bundled with all the
I made a lightweight web crawler that will return you a number of urls if you give it a seed.: https://www.reddit.com/r/Python/comments/7b6dsq/i_made_a_lightweight_web_crawler_that_will_return/
reddit
I made a lightweight web crawler that will return you a... • r/Python
Here's the code: from bs4 import BeautifulSoup import random import requests import re class crawler(): def...
Redis connections not being released after Celery task is complete: https://stackoverflow.com/questions/47106592/redis-connections-not-being-released-after-celery-task-is-complete
Stack Overflow
Redis connections not being released after Celery task is complete
I'm using Redis for two things: 1) As the Celery backend and 2) As a lock holder for my Celery task
Here's an example of the code I'm running:
def get_redis():
url = os.environ.get("REDIS_URL...
Here's an example of the code I'm running:
def get_redis():
url = os.environ.get("REDIS_URL...
What GUI framework do you recommend for python3 and macOS?: https://www.reddit.com/r/Python/comments/7b73do/what_gui_framework_do_you_recommend_for_python3/
reddit
What GUI framework do you recommend for python3 and macOS? • r/Python
Hey! I'm an avid python3 programmer and I love audio/visual creative coding. However, python was never the language of choice for me when I wanted...
Continuously Deploying Python Packages to PyPI with CircleCI: https://www.reddit.com/r/Python/comments/7b79d1/continuously_deploying_python_packages_to_pypi/
reddit
Continuously Deploying Python Packages to PyPI with... • r/Python
1 points and 0 comments so far on reddit
How to train your own Object Detector with TensorFlow’s Object Detector API: https://www.reddit.com/r/Python/comments/7b6ygw/how_to_train_your_own_object_detector_with/
reddit
How to train your own Object Detector with TensorFlow’s... • r/Python
3 points and 0 comments so far on reddit