ELI5 Why do I want to use a tuple instead of a list They seem basically the same other than mutable/immutable: https://www.reddit.com/r/Python/comments/89l4fi/eli5_why_do_i_want_to_use_a_tuple_instead_of_a/
reddit
r/Python - ELI5 Why do I want to use a tuple instead of a list They seem basically the same other than mutable/immutable
69 votes and 51 comments so far on Reddit
Looking for a python job runner or pipeline tool for unstructured data pipeline: https://www.reddit.com/r/Python/comments/89m4sh/looking_for_a_python_job_runner_or_pipeline_tool/
reddit
Looking for a python job runner or pipeline tool for... • r/Python
I am looking for suggestions on how to avoid a script soup mess to setup a pipeline to send files down through a processing. Unstructured files in...
Requesting help with using property decorators (setter): https://www.reddit.com/r/Python/comments/89mgga/requesting_help_with_using_property_decorators/
reddit
Requesting help with using property decorators (setter) • r/Python
I've been trying to figure this out for a couple hours and I'm stuck as to why this won't work: class BaseDevice(): def...
Going from a dict of df's to one big multi-index df?: https://www.reddit.com/r/Python/comments/89imem/going_from_a_dict_of_dfs_to_one_big_multiindex_df/
reddit
Going from a dict of df's to one big multi-index df? • r/Python
I have a dict where the keys are stock tickers and the values are a df of information (open, close, etc.) with the indices being dates. I want to...
Updating Tensorflow and Python issues: https://www.reddit.com/r/Python/comments/89fi8s/updating_tensorflow_and_python_issues/
reddit
Updating Tensorflow and Python issues • r/Python
I've installed about 5 different versions of python, going through many errors trying to get Tensorflow working without issues. So, as of now...
On implementing a multiple tag search on a database: https://www.reddit.com/r/Python/comments/89mr4a/on_implementing_a_multiple_tag_search_on_a/
reddit
On implementing a multiple tag search on a database • r/Python
I might be on the edge of the rules here, but I assure you, this is not a homework, just a problem I came across when working on my forever...
Just made my first web app in Python with Flask for Sea of Thieves!: https://www.reddit.com/r/Python/comments/89kw49/just_made_my_first_web_app_in_python_with_flask/
reddit
Just made my first web app in Python with Flask for Sea... • r/Python
1 points and 3 comments so far on reddit
Some Reinforcement Learning: The Greedy and Explore-Exploit Algorithms for the Multi-Armed Bandit Framework in Python: https://www.reddit.com/r/Python/comments/89n3ce/some_reinforcement_learning_the_greedy_and/
reddit
Some Reinforcement Learning: The Greedy and... • r/Python
1 points and 0 comments so far on reddit
All of my coworker choose Golang for new project's backend.: https://www.reddit.com/r/Python/comments/89npwh/all_of_my_coworker_choose_golang_for_new_projects/
reddit
All of my coworker choose Golang for new project's backend. • r/Python
They don't think Python performance is good enough for new Rest API Backend (most is CRUD things). That make me sad, very sad. What's do you think?
I wrote post about the Monte Carlo method in Python: https://www.reddit.com/r/Python/comments/89nwp1/i_wrote_post_about_the_monte_carlo_method_in/
reddit
I wrote post about the Monte Carlo method in Python • r/Python
1 points and 0 comments so far on reddit
Building All-Seeing Pi w/ Printer Support, Need Help Please!: https://www.reddit.com/r/Python/comments/89fgw9/building_allseeing_pi_w_printer_support_need_help/
reddit
Building All-Seeing Pi w/ Printer Support, Need Help... • r/Python
2 points and 0 comments so far on reddit
Celery Beat Scheduler that stores the scheduled tasks and runtime data in Redis.: https://www.reddit.com/r/Python/comments/89ob2z/celery_beat_scheduler_that_stores_the_scheduled/
reddit
Celery Beat Scheduler that stores the scheduled tasks... • r/Python
1 points and 0 comments so far on reddit
Flaskpylar: sample full-stack Python web app with Flask and AnPyLar: https://www.reddit.com/r/Python/comments/89e73s/flaskpylar_sample_fullstack_python_web_app_with/
reddit
Flaskpylar: sample full-stack Python web app with Flask... • r/Python
0 points and 0 comments so far on reddit
looking to compare ugc to source database of images: https://www.reddit.com/r/Python/comments/89eqn7/looking_to_compare_ugc_to_source_database_of/
reddit
looking to compare ugc to source database of images • r/Python
I'm working on a project to index collectibles. Right now I'm starting with trading cards since that's a simple one. There are lists available...
(Beginner) How to code a random sequence generator?: https://www.reddit.com/r/Python/comments/89p4z2/beginner_how_to_code_a_random_sequence_generator/
reddit
(Beginner) How to code a random sequence generator? • r/Python
I’m trying to code a password generator for an app I’m working on in my AP Computer Science class. I want the password to be an eight-character...
Jenkins Job - DatabaseError: file is encrypted or is not a database: https://stackoverflow.com/questions/49554728/jenkins-job-databaseerror-file-is-encrypted-or-is-not-a-database
Stackoverflow
Jenkins Job - DatabaseError: file is encrypted or is not a database
When running this code for connecting to a db through cmd - locally and on the actual server it works fine. But I have set it up on Jenkins and receive the error:
DatabaseError: file is encrypted...
DatabaseError: file is encrypted...