Python virtualenv Environments Versus Nanobox Isolated Dev Environments: https://www.reddit.com/r/Python/comments/6q3wwr/python_virtualenv_environments_versus_nanobox/
reddit
Python virtualenv Environments Versus Nanobox Isolated... • r/Python
For Python developers (as with many other web programming languages), the scenario of working on multiple projects simultaneously that require...
For all of you who want a GUI for python and want to use electron: https://www.reddit.com/r/Python/comments/6q3xpj/for_all_of_you_who_want_a_gui_for_python_and_want/
reddit
For all of you who want a GUI for python and want to... • r/Python
1 points and 0 comments so far on reddit
First script I've finished that serves an actual purpose. I present; the LMS/Squeezebox song history database.: https://www.reddit.com/r/Python/comments/6q49v2/first_script_ive_finished_that_serves_an_actual/
reddit
First script I've finished that serves an actual... • r/Python
1 points and 1 comments so far on reddit
How can the following code be optimized?: https://www.reddit.com/r/Python/comments/6q4bm2/how_can_the_following_code_be_optimized/
reddit
How can the following code be optimized? • r/Python
The following a coding challenge from google foobar. I have provided my solution below, which passes all the test cases but takes too long on the...
Ivy: a minimalist static site generator in Python: https://github.com/dmulholland/ivy
Checking text in nmap string: https://www.reddit.com/r/Python/comments/6q4y3f/checking_text_in_nmap_string/
reddit
Checking text in nmap string • r/Python
Hello all, I've been trying to engineer a program that checks to see if a port is open on a desired IP address for remote access software, and...
Reddit Nut Meter - Using NLP techniques and Machine Learning algorithms, this project profiles "extremists" on Reddit.: https://www.reddit.com/r/Python/comments/6q65q8/reddit_nut_meter_using_nlp_techniques_and_machine/
reddit
Reddit Nut Meter - Using NLP techniques and Machine... • r/Python
1 points and 0 comments so far on reddit
Finding median curve from curves - HDR boxplot: https://www.reddit.com/r/Python/comments/6q6bgv/finding_median_curve_from_curves_hdr_boxplot/
reddit
Finding median curve from curves - HDR boxplot • r/Python
For those who are dealing with functional data (a 1D curve), I have written some code that—with tests of course. So if you have lot of curves and...
How to use code from external files?: https://www.reddit.com/r/Python/comments/6q6ozl/how_to_use_code_from_external_files/
reddit
How to use code from external files? • r/Python
I'm working on a project at the moment, and I wanted to know: How would one pull code from an external file? Basically, I'll have a separate file...
Ajax to Python on Google Cloud: https://stackoverflow.com/questions/45336578/ajax-to-python-on-google-cloud
Stackoverflow
Ajax to Python on Google Cloud
I'd like to send some (JSON, for now) data to a Python script and access the result.
After trying and failing to do this own my own, I came across two examples here on SO.
I have been able to make
After trying and failing to do this own my own, I came across two examples here on SO.
I have been able to make
extend a shape to add dimensions. (being a (30,30) list into a (30,30,1,96) ): https://www.reddit.com/r/Python/comments/6q6ufe/extend_a_shape_to_add_dimensions_being_a_3030/
reddit
extend a shape to add dimensions. (being a (30,30) list... • r/Python
basically i have a 30x30 square. I want the 30x30 square repeated such that the dimensions are (30,30,1,96). Preferably in numpy
Help, How to download multiple files with python?: https://www.reddit.com/r/Python/comments/6q7aix/help_how_to_download_multiple_files_with_python/
reddit
Help, How to download multiple files with python? • r/Python
Hey guys, I was wondering how does one go about to download multiple files from a website? Any modules etc I should look at? Also the webpage has...
Introducing /r/pyfinance, a python-based algorithmic trading subreddit [x-post /r/finance]: https://www.reddit.com/r/Python/comments/6q72mm/introducing_rpyfinance_a_pythonbased_algorithmic/
reddit
Introducing /r/pyfinance, a python-based algorithmic... • r/Python
I created /r/pyfinance because /r/algotrading seems to be more catered towards R than any other language (including python). Python is definitely...
Hello, I'm _moviebot_. I reply to IMDB links with movie name and trailers!: https://www.reddit.com/r/Python/comments/6q7k6u/hello_im_moviebot_i_reply_to_imdb_links_with/
reddit
Hello, I'm _moviebot_. I reply to IMDB links with movie... • r/Python
5 points and 2 comments so far on reddit
Made a League of Legends API Wrapper that I am pretty proud of. First python project.: https://www.reddit.com/r/Python/comments/6q7usp/made_a_league_of_legends_api_wrapper_that_i_am/
reddit
Made a League of Legends API Wrapper that I am pretty... • r/Python
1 points and 0 comments so far on reddit
Learn Python Episode #5: Creating and Running our First Script: https://www.reddit.com/r/Python/comments/6q7xuc/learn_python_episode_5_creating_and_running_our/
reddit
Learn Python Episode #5: Creating and Running our First... • r/Python
1 points and 0 comments so far on reddit
lambda functions and data frames: https://www.reddit.com/r/Python/comments/6q8439/lambda_functions_and_data_frames/
reddit
lambda functions and data frames • r/Python
are lambdas and apply method the only way to call functions on an entire data frame. def english_string(language): if 'english' in...