New to Python but not programming question: https://www.reddit.com/r/Python/comments/8fd4vk/new_to_python_but_not_programming_question/
reddit
New to Python but not programming question • r/Python
Hey everyone, To preface I have searched for an answer to this and can't seem to find good/clear information. I am creating a discord bot and...
Two examples of running python inside of bash scripts: https://www.reddit.com/r/Python/comments/8fd78d/two_examples_of_running_python_inside_of_bash/
reddit
Two examples of running python inside of bash scripts • r/Python
First, let me preface with saying that 19/20 times, this is probably unnecessary. But, I needed/wanted to do some complex parsing and logic in...
Caching wrapper for requests based REST API access: https://www.reddit.com/r/Python/comments/8fdos5/caching_wrapper_for_requests_based_rest_api_access/
reddit
Caching wrapper for requests based REST API access • r/Python
I am looking for a library that adds caching layer on requests based api calls. Important consideration is, allowing setting different cache...
Inside Python's new packaging world: The new PyPI launches [audio]: https://www.reddit.com/r/Python/comments/8fe4w0/inside_pythons_new_packaging_world_the_new_pypi/
reddit
r/Python - Inside Python's new packaging world: The new PyPI launches [audio]
1 votes and 0 so far on reddit
Lazy codes: infinite sequences in Python and Clojure: https://www.reddit.com/r/Python/comments/8fe5f9/lazy_codes_infinite_sequences_in_python_and/
reddit
Lazy codes: infinite sequences in Python and Clojure • r/Python
1 points and 0 comments so far on reddit
Win twitter contest automatically without doing anything: https://www.reddit.com/r/Python/comments/8feyx0/win_twitter_contest_automatically_without_doing/
reddit
Win twitter contest automatically without doing anything • r/Python
# Source code: [github-link](https://github.com/Daggerron/twitter-contest-bot) # twitter-contest-bot ## What is it ? * This is a bot, that...
How to save plot of live data on a remote machine?: https://stackoverflow.com/questions/49946830/how-to-save-plot-of-live-data-on-a-remote-machine
Stackoverflow
How to save plot of live data on a remote machine?
I want to know how my model is doing while it's training (i.e live data manner) by sshing and checking the plots.
Using the animation.FuncAnimation I'm able to make it save (& overwrite) a frame
Using the animation.FuncAnimation I'm able to make it save (& overwrite) a frame
Is there a way to do this? (beginner): https://www.reddit.com/r/Python/comments/8ff4w8/is_there_a_way_to_do_this_beginner/
reddit
Is there a way to do this? (beginner) • r/Python
Is there a way to create a "bot" that'll automatically send messages from an app on my phone ([Dust] (https://www.usedust.com/)) on a schedule (IE...
Is there a way to do this? (beginner): https://www.reddit.com/r/Python/comments/8ff4w8/is_there_a_way_to_do_this_beginner/
reddit
Is there a way to do this? (beginner) • r/Python
Is there a way to create a "bot" that'll automatically send messages from an app on my phone ([Dust] (https://www.usedust.com/)) on a schedule (IE...
ImageShare - Send Images to your PC or Smartboard wirelessly via your Smartphone: https://www.reddit.com/r/Python/comments/8ffons/imageshare_send_images_to_your_pc_or_smartboard/
reddit
r/Python - ImageShare - Send Images to your PC or Smartboard wirelessly via your Smartphone
1 votes and 0 so far on reddit
A python multithreaded logging handler package that streams records to AWS services(S3, Kinesis): https://www.reddit.com/r/Python/comments/8ffvg8/a_python_multithreaded_logging_handler_package/
reddit
r/Python - A python multithreaded logging handler package that streams records to AWS services(S3, Kinesis)
1 votes and 0 so far on reddit
Integrate chargebee api to integrate with web app.: https://www.reddit.com/r/Python/comments/8fgcp3/integrate_chargebee_api_to_integrate_with_web_app/
reddit
Integrate chargebee api to integrate with web app. • r/Python
Last part that I need help with is completely integrating the chargebee api into my system. We set up a customer by doing it from a control panel...
Email automatization system with scraping: how much do I charge?: https://www.reddit.com/r/Python/comments/8fgmzs/email_automatization_system_with_scraping_how/
reddit
Email automatization system with scraping: how much do... • r/Python
So, I did my first python proyect, and is a scraping system that obtains companies emails, and sends automatically a email. The needs it covers...
Creating a bot for Facebook news feed: https://www.reddit.com/r/Python/comments/8f8qg5/creating_a_bot_for_facebook_news_feed/
reddit
Creating a bot for Facebook news feed • r/Python
Not sure if this is the right place to post, but I'm just wondering if it's possible to create a bot for my Facebook news feed. I know you can...
Is it legal to use a free PDF of Python Crash Course that I found on the first page of Google?: https://www.reddit.com/r/Python/comments/8fh4s8/is_it_legal_to_use_a_free_pdf_of_python_crash/
reddit
Is it legal to use a free PDF of Python Crash Course... • r/Python
1 points and 0 comments so far on reddit
How to create a spam filter for discord.: https://www.reddit.com/r/Python/comments/8fdqkn/how_to_create_a_spam_filter_for_discord/
reddit
How to create a spam filter for discord. • r/Python
I need help creating a spam filter on discord that detects if certain words are repeated in a period of time, then deletes them.