Someone, please help me understand this concept?: https://www.reddit.com/r/Python/comments/92ix0r/someone_please_help_me_understand_this_concept/
reddit
Someone, please help me understand this concept? • r/Python
I've been reading the 'Head First: Python' book & got stuck on if function arguments are by reference or value. I find it really hard to...
Refactoring single script into OOP / API focused, have some questions...: https://www.reddit.com/r/Python/comments/92imai/refactoring_single_script_into_oop_api_focused/
reddit
r/Python - Refactoring single script into OOP / API focused, have some questions...
2 votes and 1 comment so far on Reddit
PSA:ActiveState Code's - Python Package Manager Index (PyPM) going offline permanently on November 1, 2018: https://www.reddit.com/r/Python/comments/92k75u/psaactivestate_codes_python_package_manager_index/
reddit
r/Python - PSA:ActiveState Code's - Python Package Manager Index (PyPM) going offline permanently on November 1, 2018
2 votes and 0 comments so far on Reddit
Python multithreading and SQLite or a similar DB: https://www.reddit.com/r/Python/comments/92l449/python_multithreading_and_sqlite_or_a_similar_db/
reddit
Python multithreading and SQLite or a similar DB
Hi guys I am trying to find a solution to speed up a script that scans a large number of network devices and stores the results in...
Python: how to execute two "aggregate" functions (like sum) concurrently, feeding them from the same iterator: https://stackoverflow.com/questions/50039223/python-how-to-execute-two-aggregate-functions-like-sum-concurrently-feedin
Stack Overflow
Python: how to execute two "aggregate" functions (like sum) concurrently, feeding them from the same iterator
Imagine we have an iterator, say range(1, 1000).__iter__(). And we have two functions, each accepting an iterator as the only parameter, say sum() and max(). In SQL world we would call them aggregate
New to programming in general and starting with Python. Opinions on Atom IDE?: https://www.reddit.com/r/Python/comments/92lw1b/new_to_programming_in_general_and_starting_with/
reddit
New to programming in general and starting with Python.... • r/Python
I've seen it recommended a few times, but don't see it on the python site. That being said, I have played with it a bit and enjoy it, but don't...
Create barplot from string data using groupby and multiple columns in pandas dataframe: https://stackoverflow.com/questions/51532581/create-barplot-from-string-data-using-groupby-and-multiple-columns-in-pandas-dat
Stack Overflow
Create barplot from string data using groupby and multiple columns in pandas dataframe
I'd like to make a bar plot in python with multiple x-categories from counts of data either "yes" or "no". I've started on some code but I believe the track I'm on in a slow way of getting to the
Requests-Scala: A Scala Port of the Popular Python Requests HTTP Client: https://github.com/lihaoyi/requests-scala
GitHub
GitHub - com-lihaoyi/requests-scala: A Scala port of the popular Python Requests HTTP client: flexible, intuitive, and straightforward…
A Scala port of the popular Python Requests HTTP client: flexible, intuitive, and straightforward to use. - com-lihaoyi/requests-scala
Run a command based program at a custom date-time (Add/modify/delete): https://stackoverflow.com/questions/51366197/run-a-command-based-program-at-a-custom-date-time-add-modify-delete
Stack Overflow
Run a command based program at a custom date-time (Add/modify/delete)
I have a python script which takes few params as argument and I need to run tasks based on this script at a given date and time with other params. I am making an UI to add/modify/delete such tasks ...
Why is TensorFlow's `tf.data` package slowing down my code?: https://stackoverflow.com/questions/51541610/why-is-tensorflows-tf-data-package-slowing-down-my-code
Stack Overflow
Why is TensorFlow's `tf.data` package slowing down my code?
I'm just learning to use TensorFlow's tf.data API, and I've found that it is slowing my code down a lot, measured in time per epoch. This is the opposite of what it's supposed to do, I thought. I w...
A short tutorial on working with time and time zones in Python: https://www.reddit.com/r/Python/comments/92nmqq/a_short_tutorial_on_working_with_time_and_time/
reddit
r/Python - A short tutorial on working with time and time zones in Python
1 vote and 0 comments so far on Reddit