Need some help with Geovisualization: https://www.reddit.com/r/Python/comments/71lbe6/need_some_help_with_geovisualization/
reddit
Need some help with Geovisualization • r/Python
Hello guys! I'd like to ask for help. Is there any alternative to [this?](https://github.com/plotly/plotly.py/issues/715). My data set is in...
Preparing for a Python interview for Test Engineer position: https://www.reddit.com/r/Python/comments/71lzsg/preparing_for_a_python_interview_for_test/
reddit
Preparing for a Python interview for Test Engineer position • r/Python
Hi guys, I'm an electrical engineer and currently work as a test engineer. About 1-2 years ago I started messing around with Python and I'd say...
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...