IronPython 2.7.8 released (includes .NET Core support): https://www.reddit.com/r/Python/comments/7y6ahe/ironpython_278_released_includes_net_core_support/
  
  reddit
  
  IronPython 2.7.8 released (includes .NET Core support) • r/Python
  2 points and 0 comments so far on reddit
  Learning Python from scratch.: https://www.reddit.com/r/Python/comments/7y6mw1/learning_python_from_scratch/
  
  reddit
  
  Learning Python from scratch. • r/Python
  Hi everyone, I'm currently verry interested in learning Python and my previusly experiences have been in Matlab. So I was wondering if anyone have...
  Strange problem with multiprocessing pools and Managers: https://www.reddit.com/r/Python/comments/7y6yxg/strange_problem_with_multiprocessing_pools_and/
  
  reddit
  
  Strange problem with multiprocessing pools and Managers • r/Python
  I have the following code: import multiprocessing from multiprocessing import Pool, Manager import time import random def...
  How to do proper file locking on NFS?: https://stackoverflow.com/questions/48770531/how-to-do-proper-file-locking-on-nfs
  
  Stack Overflow
  
  How to do proper file locking on NFS?
  I am trying to implement a "record manager" class in python 3x and linux/macOS. The class is relatively easy and straightforward, the only "hard" thing I want is to be able to access the same file ...
  I downloaded Python 3.6. I have the previous version of python installed. My questions is how do I launch the latest version of python on cmd?: https://www.reddit.com/r/Python/comments/7y7ogu/i_downloaded_python_36_i_have_the_previous/
  
  reddit
  
  I downloaded Python 3.6. I have the previous version of... • r/Python
  I am following an online tutorial, and I came across an issue, at the moment I want to have both python 2.7 and the latest one. now in one of the...
  pytorch, AttributeError: module 'torch' has no attribute 'Tensor': https://stackoverflow.com/questions/47317141/pytorch-attributeerror-module-torch-has-no-attribute-tensor
  
  Stack Overflow
  
  pytorch, AttributeError: module 'torch' has no attribute 'Tensor'
  I'm working with Python 3.5.1 on a computer having CentOS Linux 7.3.1611 (Core) operating system.
I'm trying to use PyTorch and I'm getting started with this tutorial.
Unfortunately, the #4 line ...
  I'm trying to use PyTorch and I'm getting started with this tutorial.
Unfortunately, the #4 line ...
I would like to contribute to open source project, how do I start?: https://www.reddit.com/r/Python/comments/7y7yop/i_would_like_to_contribute_to_open_source_project/
  
  reddit
  
  I would like to contribute to open source project, how... • r/Python
  Hey, I have started programming in python ~1.5 year ago, did some commercial work. As I am currently unemployed I would like to give something...
  Editing system files (Linux): https://www.reddit.com/r/Python/comments/7y8np0/editing_system_files_linux/
  
  reddit
  
  Editing system files (Linux) • r/Python
  Hi I am working on a script which is going to edit /etc/apt/sources.list , i need to overwrite the file with specific text and i have to do this...
  White Text on White Background - EasyGUI - Any Suggestions?: https://www.reddit.com/r/Python/comments/7y8naz/white_text_on_white_background_easygui_any/
  
  reddit
  
  White Text on White Background - EasyGUI - Any Suggestions? • r/Python
  3 points and 1 comments so far on reddit
  What open source python projects are in need of contributors?: https://www.reddit.com/r/Python/comments/7y9suj/what_open_source_python_projects_are_in_need_of/
  
  reddit
  
  What open source python projects are in need of contributors?
  I recently read the post [*I would like to contribute to open source project, how do I...
  Anyone willing to glance over the code of a python beginner?: https://www.reddit.com/r/Python/comments/7y9hni/anyone_willing_to_glance_over_the_code_of_a/
  
  reddit
  
  Anyone willing to glance over the code of a python... • r/Python
  So as the title says im new to python. I would greatly appreciate it if someone could glance over my code and provide some criticism. That can be...
  Using private packages with pipenv in Docker: https://www.reddit.com/r/Python/comments/7y9y3r/using_private_packages_with_pipenv_in_docker/
  
  reddit
  
  Using private packages with pipenv in Docker • r/Python
  My team has a number of private packages that we need to install in Docker containers. We currently store wheels in S3 and have a tool that we...