What's everyone working on this week?: https://www.reddit.com/r/Python/comments/7p7b6z/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
What's the best way to reverse a string in Python?: https://www.reddit.com/r/Python/comments/7p8750/whats_the_best_way_to_reverse_a_string_in_python/
reddit
What's the best way to reverse a string in Python? • r/Python
0 points and 3 comments so far on reddit
Assistance needed for quick update to data scraper: https://www.reddit.com/r/Python/comments/7pa19u/assistance_needed_for_quick_update_to_data_scraper/
reddit
Assistance needed for quick update to data scraper • r/Python
Hi, I posted the below a couple of days ago in the job board but haven't had any response - so thought I'd post on the main page just in case...
is Python any good for iOS development?: https://www.reddit.com/r/Python/comments/7pa7sx/is_python_any_good_for_ios_development/
reddit
is Python any good for iOS development? • r/Python
Is Python a good programming language for mobile app development? Can someone point me to the right direction if yes please?
re.match output not deterministic: https://stackoverflow.com/questions/48142203/re-match-output-not-deterministic
Stackoverflow
re.match output not deterministic
I am doing a rather complex match with python using re.match, which takes the form of (some_pattern_1)?(some_pattern_2)?..(.*)
On the other side of it I have a unit test with about one hundred exa...
On the other side of it I have a unit test with about one hundred exa...
Greatest Achievements for Python Language in the Year 2017 - Need input: https://www.reddit.com/r/Python/comments/7pcr3k/greatest_achievements_for_python_language_in_the/
reddit
Greatest Achievements for Python Language in the Year... • r/Python
Hi guys, I am doing a blog post on what happened in the Python world in 2017. Would love to hear your thoughts! For me, it's debate settled...
Can't get column names after first table return from Stored procedure in pymssql: https://stackoverflow.com/questions/47991624/cant-get-column-names-after-first-table-return-from-stored-procedure-in-pymssql
Stackoverflow
Can't get column names after first table return from Stored procedure in pymssql
I have a procedure in sql server that returns multiple tables:
create procedure newtest
as
begin
select 1 as a
select 2 as b
end
In python, cursor.description just returns first column nam...
create procedure newtest
as
begin
select 1 as a
select 2 as b
end
In python, cursor.description just returns first column nam...
Continuous python script even when server restarts?: https://www.reddit.com/r/Python/comments/7pcekh/continuous_python_script_even_when_server_restarts/
reddit
Continuous python script even when server restarts? • r/Python
So I have a cron-like script that uses the apscheduler module (which I'm not married to in any way) to execute a function every 12 hours. It...
30 Amazing Python Projects for the Past Year (v.2018) - Mybridge rankings: https://www.reddit.com/r/Python/comments/7pd47x/30_amazing_python_projects_for_the_past_year/
reddit
30 Amazing Python Projects for the Past Year (v.2018) -... • r/Python
0 points and 0 comments so far on reddit
Packaging / Distributing Python scripts: https://www.reddit.com/r/Python/comments/7pddnv/packaging_distributing_python_scripts/
reddit
Packaging / Distributing Python scripts • r/Python
I wrote my first 2 scripts / tools in Python that I thought might be of any use to others, and am looking for some feedback / discussion on ways...
How to communicate between microservices?: https://www.reddit.com/r/Python/comments/7pe2d4/how_to_communicate_between_microservices/
reddit
How to communicate between microservices? • r/Python
Hello, i am looking for any source / tutorial / article about how to communicate between microservices written in Flask or Django. To be honest i...
Run Identical model on multiple GPUs, but send different user data to each GPU: https://stackoverflow.com/questions/48145877/run-identical-model-on-multiple-gpus-but-send-different-user-data-to-each-gpu
Stackoverflow
Run Identical model on multiple GPUs, but send different user data to each GPU
Any one have any success with efficient data-parallelism, where you send the identical model definition to multiple GPUs, but send different user data to each GPU?
It looks like dist-keras might be
It looks like dist-keras might be
What is the difference between a list and tuple in Python?: https://www.reddit.com/r/Python/comments/7pe9yy/what_is_the_difference_between_a_list_and_tuple/
reddit
What is the difference between a list and tuple in Python? • r/Python
1 points and 0 comments so far on reddit
(repost) Program to test internet speed and automatically tweet at ISP: https://www.reddit.com/r/Python/comments/7pec2q/repost_program_to_test_internet_speed_and/
reddit
(repost) Program to test internet speed and... • r/Python
Hey all, [I ran across this link a while...