Command Line Arguments in Python programming language (sys module, sys.argv[] string list): https://www.reddit.com/r/Python/comments/6bgmdn/command_line_arguments_in_python_programming/
reddit
Command Line Arguments in Python programming language... • r/Python
1 points and 0 comments so far on reddit
Find yourself going on Stackoverflow to search for error messages in your program? Automatically get suggestions based on SO answers!: https://www.reddit.com/r/Python/comments/6bgvf0/find_yourself_going_on_stackoverflow_to_search/
reddit
Find yourself going on Stackoverflow to search for... • r/Python
1 points and 0 comments so far on reddit
Using Python to find the longest word spellable with symbols from the periodic table.: https://www.reddit.com/r/Python/comments/6bgvq1/using_python_to_find_the_longest_word_spellable/
reddit
Using Python to find the longest word spellable with... • r/Python
160 points and 23 comments so far on reddit
My first job working with python involves a massive migration of a VBA Excel system and its a bit intimidating.: https://www.reddit.com/r/Python/comments/6bhcq3/my_first_job_working_with_python_involves_a/
reddit
My first job working with python involves a massive... • r/Python
The code in this series of spreadsheets relies on literally 1000s of lines of vba scripts and is quite cumbersome, but functions(albeit slowly) My...
Any good real life examples Python Selenium webdrivers in use?: https://www.reddit.com/r/Python/comments/6bhi7y/any_good_real_life_examples_pythonselenium/
reddit
Any good real life examples Python+Selenium webdrivers... • r/Python
PHP web developer here that recently dove into Python+Selenium (absolutely loving Python and it's interactive shell iPython). Played around with...
New Python library to stream videos directly on your VLC: https://www.reddit.com/r/Python/comments/6bhy67/new_python_library_to_stream_videos_directly_on/
reddit
New Python library to stream videos directly on your VLC • r/Python
Link to the repository is https://github.com/rahulxxarora/showtime. To download library use, sudo pip install showtime To search for a movie...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/6bhnzq/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...
How to deploying a C application that embeds python with pandas without configuration management?: https://www.reddit.com/r/Python/comments/6bi02q/how_to_deploying_a_c_application_that_embeds/
reddit
How to deploying a C++ application that embeds python... • r/Python
I want to deploy a C++ application that embeds python that uses shared libraries (pandas, etc.). Ideally I want to deploy pandas and other...
WSCelery: Real time celery monitoring using websockets: https://www.reddit.com/r/Python/comments/6bi7te/wscelery_real_time_celery_monitoring_using/
reddit
WSCelery: Real time celery monitoring using websockets • r/Python
1 points and 0 comments so far on reddit
Distributing python apps/modules with fpm: https://www.reddit.com/r/Python/comments/6bioav/distributing_python_appsmodules_with_fpm/
reddit
Distributing python apps/modules with fpm • r/Python
I have two private python modules and one private python django app that depends on my two modules (plus several others) that I'm trying to...
POST HTML5 audio data to server: http://stackoverflow.com/questions/43903963/post-html5-audio-data-to-server
Stack Overflow
POST HTML5 audio data to server
I am currently implementing a web application and I want the users to record some audio and then I want a submit button to POST the mp3 file recorded to the server.
My server (Flask)'s main route ...
My server (Flask)'s main route ...
Is it possible to create a game like Overwatch with Python or some variant of Python and have good performance?: https://www.reddit.com/r/Python/comments/6birax/is_it_possible_to_create_a_game_like_overwatch/
reddit
Is it possible to create a game like Overwatch with... • r/Python
Or is a language like C++ which is normally used for performance intensive games necessary?
What is the best up to date python 3 beginner tutorial?: https://www.reddit.com/r/Python/comments/6bismd/what_is_the_best_up_to_date_python_3_beginner/
reddit
What is the best up to date python 3 beginner tutorial? • r/Python
The best I've found was "Automate the Boring Stuff with Python" but this book is outdated and there is no updated version of it. Is "Learn python...
How would I go about implementing auto-send emails in this script?: https://www.reddit.com/r/Python/comments/6bjb2y/how_would_i_go_about_implementing_autosend_emails/
reddit
How would I go about implementing auto-send emails in... • r/Python
csvfile = open('FileName.csv', 'rU') csv_reader = csv.DictReader(csvfile) for row in csv_reader: print "{Heading} {Subj}...
What are the most repetitive pieces of code that you keep having to write?: https://www.reddit.com/r/Python/comments/6bjgkt/what_are_the_most_repetitive_pieces_of_code_that/
reddit
What are the most repetitive pieces of code that you... • r/Python
Just wondering, as I often find myself writing similar code throughout my projects
Why are dict lookups always better than list lookups?: http://stackoverflow.com/questions/43690191/why-are-dict-lookups-always-better-than-list-lookups
Stack Overflow
Why are dict lookups always better than list lookups?
I was using a dictionary as a lookup table but I started to wonder if a list would be better for my application -- the amount of entries in my lookup table wasn't that big. I know lists use C arrays
Gooey: good auto-ui for cli py scripts that require arguments.: https://www.reddit.com/r/Python/comments/6bjur3/gooey_good_autoui_for_cli_py_scripts_that_require/
reddit
Gooey: good auto-ui for cli py scripts that require... • r/Python
1 points and 0 comments so far on reddit