this (-/ /*/...)= that replaces this = this (-/ /*/...) that.. I think theres room for a this = this or that: https://www.reddit.com/r/Python/comments/4u0cu8/this_that_replaces_this_this_that_i_think_theres/
reddit
this (-/+/*/...)= that replaces this = this... • /r/Python
Maybe something like `this ?= that`.. I've run into this syntax all too often and I think it'd be a neat little addition. What do you...
Microsoft Ships Python Code in 1996 (2009): http://python-history.blogspot.com/2009/01/microsoft-ships-python-code-in-1996.html?m=1
Individual timeouts for concurrent.future: http://stackoverflow.com/questions/38456357/individual-timeouts-for-concurrent-future
Stackoverflow
Individual timeouts for concurrent.future
I see two ways to specify timeouts in concurrent.futures
as_completed()
wait()
Both methods handle N running futures.
I would like to specify an individual timeout for each future.
Use Case:
as_completed()
wait()
Both methods handle N running futures.
I would like to specify an individual timeout for each future.
Use Case:
Python and Ruby implementations compared by the error density: https://www.reddit.com/r/Python/comments/4u1pz8/python_and_ruby_implementations_compared_by_the/
reddit
Python and Ruby implementations compared by the error... • /r/Python
1 points and 0 comments so far on reddit
What is the best way to remove accents with apache spark dataframes in PySpark?: http://stackoverflow.com/questions/38359534/what-is-the-best-way-to-remove-accents-with-apache-spark-dataframes-in-pyspark
Stack Overflow
What is the best way to remove accents with Apache Spark dataframes in PySpark?
I need to delete accents from characters in Spanish and others languages from different datasets.
I already did a function based in the code provided in this post that removes special the accents...
I already did a function based in the code provided in this post that removes special the accents...
Which sql package to use (re)learning sql?: https://www.reddit.com/r/Python/comments/4u1veh/which_sql_package_to_use_relearning_sql/
reddit
Which sql package to use (re)learning sql? • /r/Python
Has been a few years since I've worked with sql, rusty are categorizing myself as close to learning from scratch. Previously worked with sql...
I'll just be upfront: gold to the first person who can create this function.: https://www.reddit.com/r/Python/comments/4u1w3t/ill_just_be_upfront_gold_to_the_first_person_who/
reddit
I'll just be upfront: gold to the first person who can... • /r/Python
I get that this is very close to a homework question, but because I'm not really asking any questions, it seems like this can still belong here....
I made this tool to help you manage your files: https://www.reddit.com/r/Python/comments/4u22p5/i_made_this_tool_to_help_you_manage_your_files/
reddit
I made this tool to help you manage your files • /r/Python
Hey! I'm bored and I'm relatively new to python, so I made this https://github.com/loics2/sorta. Feel free to use it, contribute, or just give...
It's a simple script to work with MP4 rotation property: https://www.reddit.com/r/Python/comments/4u28jm/its_a_simple_script_to_work_with_mp4_rotation/
reddit
It's a simple script to work with MP4 rotation property • /r/Python
1 points and 0 comments so far on reddit
Vulnerable Web Applications Generator written by Python.: https://www.reddit.com/r/Python/comments/4u29xp/vulnerable_web_applications_generator_written_by/
reddit
Vulnerable Web Applications Generator written by Python. • /r/Python
1 points and 0 comments so far on reddit
How to implement token based pagination using cassandra python-driver?: http://stackoverflow.com/questions/38455736/how-to-implement-token-based-pagination-using-cassandra-python-driver
Stackoverflow
How to implement token based pagination using cassandra python-driver?
Yes, iterate over Query is good thing, but i need paging results and send them with token to frontend.
Can i create token for previous page too?
How can i get and use ResponseFuture._paging_stat...
Can i create token for previous page too?
How can i get and use ResponseFuture._paging_stat...
Do you know any "node.js vs django channels" performance comparison?: https://www.reddit.com/r/Python/comments/4u2nmi/do_you_know_any_nodejs_vs_django_channels/
reddit
r/Python - Do you know any "node.js vs django channels" performance comparison?
9 votes and 6 comments so far on Reddit
Python microcontroller questions - analog audio in/out?: https://www.reddit.com/r/Python/comments/4u313w/python_microcontroller_questions_analog_audio/
reddit
Python microcontroller questions - analog audio in/out? • /r/Python
Hi all, I'm extremely new to Python and looking to start practicing on things - mainly, I want to get some microcontrollers and start playing...
Argument and Parameter Name: https://www.reddit.com/r/Python/comments/4u31su/argument_and_parameter_name/
reddit
Argument and Parameter Name • /r/Python
Just a quick question guys, when it comes to the name for argument and parameter, is it good practice to have the same name or should I name them...