Python 3’s range is more powerful than Python 2’s xrange: https://www.reddit.com/r/Python/comments/7xsrd6/python_3s_range_is_more_powerful_than_python_2s/
reddit
Python 3’s range is more powerful than Python 2’s xrange • r/Python
1 points and 0 comments so far on reddit
How could I graphically display a pathfinding algorithm in python?: https://www.reddit.com/r/Python/comments/7xt2lo/how_could_i_graphically_display_a_pathfinding/
reddit
How could I graphically display a pathfinding algorithm... • r/Python
Hey, I'm new to python and I want to program a pathfinding algorithm but I don't know how I could display it. Do you have any recommendation how I...
A curious case of non-transitive datetime comparison: https://www.reddit.com/r/Python/comments/7xstjy/a_curious_case_of_nontransitive_datetime/
reddit
A curious case of non-transitive datetime comparison • r/Python
2 points and 0 comments so far on reddit
Table Enforcer: an attempt to apply a "test driven development" workflow to data cleaning and validation.: https://www.reddit.com/r/Python/comments/7xtzeh/table_enforcer_an_attempt_to_apply_a_test_driven/
reddit
Table Enforcer: an attempt to apply a "test driven... • r/Python
4 points and 0 comments so far on reddit
GUI to use for pet project - Tkinter or other?: https://www.reddit.com/r/Python/comments/7xv0p2/gui_to_use_for_pet_project_tkinter_or_other/
reddit
GUI to use for pet project - Tkinter or other? • r/Python
Tl;Dr: Should I stay with Tkinter or switch to something else for GUI programming on a pet project with lots of GUI features? Background: I am an...
What simple, common tasks are particularly elegant in python?: https://www.reddit.com/r/Python/comments/7xvcs9/what_simple_common_tasks_are_particularly_elegant/
reddit
What simple, common tasks are particularly elegant in... • r/Python
Hi everyone, I hope this type of post is allowed here. I'm going to be leading a workshop about the value of python and why it's worth learning....
Looking for a someone to code a script (possibly Python?) that scrapes a website and pulls out particular data: https://www.reddit.com/r/Python/comments/7xw077/looking_for_a_someone_to_code_a_script_possibly/
reddit
Looking for a someone to code a script (possibly... • r/Python
There is a website I know of that acts as a sort of search engine for churches that allows one to input a ZIP code in the US and the site returns...
Gnomecast – A Linux Chromecast GUI with transcoding and subtitles: https://www.reddit.com/r/Python/comments/7xwchn/gnomecast_a_linux_chromecast_gui_with_transcoding/
reddit
Gnomecast – A Linux Chromecast GUI with transcoding and... • r/Python
1 points and 0 comments so far on reddit
Looking for a stereotypical/characteristic Python Web application: https://www.reddit.com/r/Python/comments/7xwel2/looking_for_a_stereotypicalcharacteristic_python/
reddit
Looking for a stereotypical/characteristic Python Web... • r/Python
Hello Python experts Last year I created a mega-post comparing most of the hosted CI companies (i.e. Travis and friends). This was received very...
Python 3.6 Jupyter Notebook on Azure: https://www.reddit.com/r/Python/comments/7xwotz/python_36_jupyter_notebook_on_azure/
reddit
Python 3.6 Jupyter Notebook on Azure • r/Python
I found this pretty awesome, and figured I'd share in case anyone else hasn't seen this. You can create and save web-based Jupyter Notebooks using...
Django import export - Unable to import model with BinaryField: https://stackoverflow.com/questions/47884283/django-import-export-unable-to-import-model-with-binaryfield
Stackoverflow
Django import export - Unable to import model with BinaryField
I'm trying to import data from a model which has nullable BinaryField. The data doesn't contain the field and I want it to be imported with a null value in the field. If the field already exists in...