Smart method for remotely triggering a reddit bot script?: https://www.reddit.com/r/Python/comments/8cdbh6/smart_method_for_remotely_triggering_a_reddit_bot/
reddit
Smart method for remotely triggering a reddit bot script? • r/Python
I’m working on a small reddit bot that scrapes posts from specific subreddits, manipulates the post title, and posts the result as a top-level...
Using Data To Help Fight Climate Change (Interview): https://www.reddit.com/r/Python/comments/8cdbx2/using_data_to_help_fight_climate_change_interview/
reddit
Using Data To Help Fight Climate Change (Interview) • r/Python
1 points and 0 comments so far on reddit
Call for co-operating to develop Python library for reading Bluetooth sensor: https://www.reddit.com/r/Python/comments/8cdghq/call_for_cooperating_to_develop_python_library/
reddit
Call for co-operating to develop Python library for... • r/Python
1 points and 0 comments so far on reddit
I wrote a Tkinter app that queries a SQL Server database and writes the results to a csv: https://www.reddit.com/r/Python/comments/8cdldo/i_wrote_a_tkinter_app_that_queries_a_sql_server/
reddit
I wrote a Tkinter app that queries a SQL Server... • r/Python
1 points and 0 comments so far on reddit
Deploy your Flask API to any Serverless Cloud using this Simple Pattern: https://www.reddit.com/r/Python/comments/8cdzq3/deploy_your_flask_api_to_any_serverless_cloud/
reddit
Deploy your Flask API to any Serverless Cloud using... • r/Python
2 points and 0 comments so far on reddit
If you need a python project done me and my team can do it price is negotiable and you pay when your happy PM me if you need a python project done: https://www.reddit.com/r/Python/comments/8ce92u/if_you_need_a_python_project_done_me_and_my_team/
reddit
If you need a python project done me and my team can do... • r/Python
0 points and 0 comments so far on reddit
Add downloads badge to your python project 🚀: https://www.reddit.com/r/Python/comments/8ce55a/add_downloads_badge_to_your_python_project/
reddit
Add downloads badge to your python project 🚀 • r/Python
I just released a feature in http://pepy.tech to add an downloads badge to you python project 🌟. Here you can find an example...
pd.Timestamp versus np.datetime64: are they interchangeable for selected uses?: https://stackoverflow.com/questions/49757871/pd-timestamp-versus-np-datetime64-are-they-interchangeable-for-selected-uses
Stack Overflow
pd.Timestamp versus np.datetime64: are they interchangeable for selected uses?
This question is motivated by an answer to a question on improving performance when performing comparisons with DatetimeIndex in pandas.
The solution converts the DatetimeIndex to a numpy array vi...
The solution converts the DatetimeIndex to a numpy array vi...
RxPy: Sort hot observable between (slow) scan executions: https://stackoverflow.com/questions/49803754/rxpy-sort-hot-observable-between-slow-scan-executions
Stackoverflow
RxPy: Sort hot observable between (slow) scan executions
I have an asynchronous slow (forced for testing purpose) scan of a hot observable. This is the relevant code:
thread_1_scheduler = ThreadPoolScheduler(1)
thread = ExternalDummyService()
external_o...
thread_1_scheduler = ThreadPoolScheduler(1)
thread = ExternalDummyService()
external_o...
[Python for Microcontrollers] Zerynth r2.1.1 is out with support for JTAG, new boards and IoT libraries: https://www.reddit.com/r/Python/comments/8ceooz/python_for_microcontrollers_zerynth_r211_is_out/
reddit
[Python for Microcontrollers] Zerynth r2.1.1 is out... • r/Python
2 points and 0 comments so far on reddit
Manager / Container class, how to?: https://stackoverflow.com/questions/49801169/manager-container-class-how-to
Stackoverflow
Manager / Container class, how to?
I am currently designing a software which needs to manage a certain hardware setup.
The hardware setup is as following :
System - The system contains two identical devices, and has certain
The hardware setup is as following :
System - The system contains two identical devices, and has certain
help request: Trigger events from socket: https://www.reddit.com/r/Python/comments/8cf6el/help_request_trigger_events_from_socket/
reddit
help request: Trigger events from socket • r/Python
Hey! I am working on a demo project for an art installation. Was hoping you could help me figuring out whats the best way to approach this. I...
TIL that starting from 3.7 dicts are officially ordered: https://www.reddit.com/r/Python/comments/8cf4rf/til_that_starting_from_37_dicts_are_officially/
reddit
r/Python - TIL that starting from 3.7 dicts are officially ordered
670 votes and 182 comments so far on Reddit
Develop your first ETL job in Python using bonobo: https://www.reddit.com/r/Python/comments/8cfkdp/develop_your_first_etl_job_in_python_using_bonobo/
reddit
Develop your first ETL job in Python using bonobo • r/Python
1 points and 0 comments so far on reddit
Backoff - Package that provides function decorators for configurable backoff and retry: https://www.reddit.com/r/Python/comments/8cfgel/backoff_package_that_provides_function_decorators/
reddit
Backoff - Package that provides function decorators for... • r/Python
1 points and 0 comments so far on reddit
Is there a way to see python scripts (or any language for that matter) written as you interact with whatever software or website using a mouse and keyboard?: https://www.reddit.com/r/Python/comments/8cfpge/is_there_a_way_to_see_python_scripts_or_any/
reddit
Is there a way to see python scripts (or any language... • r/Python
I'm thinking of like a python code ran in reverse, real time, as you interact with you mouse and keyboard in whatever website or software GUI. In...