Hey guys, spent the last few days building this tool, Piper. Hope it's useful! Any feedback?: https://www.reddit.com/r/Python/comments/71m0fr/hey_guys_spent_the_last_few_days_building_this/
reddit
Hey guys, spent the last few days building this tool,... • r/Python
1 points and 0 comments so far on reddit
How do I run Python on a chromebook?: https://www.reddit.com/r/Python/comments/71nkc7/how_do_i_run_python_on_a_chromebook/
reddit
How do I run Python on a chromebook? • r/Python
So basically I just started coding in Python through Codecademy, and am close to the end of the course. Afterwards, I want to work on my own...
Working around GIL in webservice (Flask). Threading question.: https://www.reddit.com/r/Python/comments/71nniz/working_around_gil_in_webservice_flask_threading/
reddit
Working around GIL in webservice (Flask). Threading... • r/Python
Hey guys, I'm trying to understand the right way to design a webservice that also needs to process information off a queue. In Java I could...
What's the best way to make my Plone instance self-healing?: https://www.reddit.com/r/Python/comments/71m51j/whats_the_best_way_to_make_my_plone_instance/
reddit
What's the best way to make my Plone instance self-healing? • r/Python
I was going to do a crontab to run: sudo -u plone_daemon /pathway/plonectl start But thought maybe I would ask your help. Sometimes my...
Most concerts can be programmed. A python example.: https://www.reddit.com/r/Python/comments/71ougm/most_concerts_can_be_programmed_a_python_example/
reddit
Most concerts can be programmed. A python example. • r/Python
Most concerts can be programmed: import sameoldconcertshit as socs # make 'same old concert shit' module name shorter import time #...
I wrote a virtualz / virtualfish like wrapper of virtualenv for bash.: https://www.reddit.com/r/Python/comments/71p01f/i_wrote_a_virtualz_virtualfish_like_wrapper_of/
reddit
I wrote a virtualz / virtualfish like wrapper of... • r/Python
You can find it [here.](https://github.com/tomplex/virtualb) I recently switched back to bash from ZSH, and I found that I really missed the sort...
What do i need to make a website?: https://www.reddit.com/r/Python/comments/71pif0/what_do_i_need_to_make_a_website/
reddit
What do i need to make a website? • r/Python
Hello guy's i'm being learning python for the last few day's, but i want to know how to build a website with python like make a video player and...
My attempt at coding Tic-Tac-Toe with an unbeatable AI (beginner first game): https://www.reddit.com/r/Python/comments/71o0cv/my_attempt_at_coding_tictactoe_with_an_unbeatable/
reddit
My attempt at coding Tic-Tac-Toe with an unbeatable AI... • r/Python
0 points and 0 comments so far on reddit
Polygon geometrical properties (Shapely ?): https://www.reddit.com/r/Python/comments/71poz2/polygon_geometrical_properties_shapely/
reddit
Polygon geometrical properties (Shapely + ?) • r/Python
Hello, Shapely is great at handling polygon shapes. It can computes its area easily. What about other geometrical properties (i.e. second moment...
Reddit stock mention volume data [developers]: https://www.reddit.com/r/Python/comments/71n5d6/reddit_stock_mention_volume_data_developers/
reddit
Reddit stock mention volume data [developers] • r/Python
Hello, I need a program that parses reddit and returns data on the volume of mentions of a specific ticker symbol. Does anyone know of any code...
Getting the latest files from FTP folder (filename having spaces) in Python: https://stackoverflow.com/questions/46326252/getting-the-latest-files-from-ftp-folder-filename-having-spaces-in-python
Stackoverflow
Getting the latest files from FTP folder (filename having spaces) in Python
I have a requirement where I have to pull the latest files from an FTP folder, the problem is that the filename is having spaces and the filename is having a specific pattern.
Below is the code I h...
Below is the code I h...
No matter what i do, I can't get python to work out of my command prompt.: https://www.reddit.com/r/Python/comments/71rr5g/no_matter_what_i_do_i_cant_get_python_to_work_out/
reddit
No matter what i do, I can't get python to work out of... • r/Python
I need to run it in my command prompt in order to install pip -> beautifulsoup4 for a webscraping program i wanna build. I've tried countless ways...
Exception and Performance monitoring tool that I've created got released under Apache 2.0: https://www.reddit.com/r/Python/comments/71qu2h/exception_and_performance_monitoring_tool_that/
reddit
Exception and Performance monitoring tool that I've... • r/Python
Hi, I've wanted to share with you some news about a tool that I worked on for quite a bit, before my company got acquired and now we open sourced...