5 PyCon 2018 talks worth watching [subjective list]: https://www.reddit.com/r/Python/comments/8l89t3/5_pycon_2018_talks_worth_watching_subjective_list/
  
  reddit
  
  r/Python - 5 PyCon 2018 talks worth watching [subjective list]
  83 votes and 9 so far on reddit
  importing BeautifulSoup to notepad   (python): https://www.reddit.com/r/Python/comments/8l8b3x/importing_beautifulsoup_to_notepad_python/
  
  reddit
  
  r/Python - importing BeautifulSoup to notepad++ (python)
  1 votes and 0 so far on reddit
  Infected with "I have nothing to play" syndrome? I made a python script/executable that launches a random game from a list you write. Begone, analysis paralysis!: https://www.reddit.com/r/Python/comments/8l8qoa/infected_with_i_have_nothing_to_play_syndrome_i/
  
  reddit
  
  Infected with "I have nothing to play" syndrome? I made... • r/Python
  1 points and 0 comments so far on reddit
  I have a OneToOne relationship between two objects of the same class in a Django app. Is it possible to enforce the uniqueness of this relationship?: https://stackoverflow.com/questions/50355697/i-have-a-onetoone-relationship-between-two-objects-of-the-same-class-in-a-django
  
  Stack Overflow
  
  I have a OneToOne relationship between two objects of the same class in a Django app. Is it possible to enforce the uniqueness…
  I have the following in my app:
class University(models.Model):
...
sister_university = models.OneToOneField('self', related_name =
'university_sister_university',...
  class University(models.Model):
...
sister_university = models.OneToOneField('self', related_name =
'university_sister_university',...
Portable application: s3 and Google cloud storage: https://stackoverflow.com/questions/50364766/portable-application-s3-and-google-cloud-storage
  
  Stack Overflow
  
  Portable application: s3 and Google cloud storage
  I want to write an application which is portable.
With "portable" I mean that it can be used to access these storages:
amazon s3
google cloud storage
Eucalyptus Storage
The software should be
  With "portable" I mean that it can be used to access these storages:
amazon s3
google cloud storage
Eucalyptus Storage
The software should be
Anyone know where I can find the answers for CodeHS's Intro to Computer Science in Python (Rainforest) course?: https://www.reddit.com/r/Python/comments/8l9vfj/anyone_know_where_i_can_find_the_answers_for/
  
  reddit
  
  r/Python - Anyone know where I can find the answers for CodeHS's Intro to Computer Science in Python (Rainforest) course?
  1 votes and 0 so far on reddit
  General Data Protection Regulation and its implications: https://www.reddit.com/r/Python/comments/8la4l8/general_data_protection_regulation_and_its/
  
  reddit
  
  r/Python - General Data Protection Regulation and its implications
  1 votes and 0 so far on reddit
  How to select all mesh regions in ParaView OpenFOAM case using python scripting?: https://stackoverflow.com/questions/50404783/how-to-select-all-mesh-regions-in-paraview-openfoam-case-using-python-scripting
  
  Stack Overflow
  
  How to select all mesh regions in ParaView OpenFOAM case using python scripting?
  Loading an OpenFOAM case in ParaView using python is straight forward with:
ofReader = OpenFOAMReader(FileName='')
However, by default only the internalMesh mesh
  ofReader = OpenFOAMReader(FileName='')
However, by default only the internalMesh mesh
python REST APIs to run hardware-accelerated services in Cloud infrastructures: https://www.reddit.com/r/Python/comments/8lap0u/python_rest_apis_to_run_hardwareaccelerated/
  
  reddit
  
  python REST APIs to run hardware-accelerated services... • r/Python
  The python REST API on https://github.com/Accelize can be used to test and operate functions that are accelerated using hardware components...
  Building Modern Applications with Django and Vue.js: https://www.reddit.com/r/Python/comments/8lays5/building_modern_applications_with_django_and_vuejs/
  
  reddit
  
  r/Python - Building Modern Applications with Django and Vue.js
  346 votes and 27 comments so far on Reddit