Taskmap: A python framework for managing task dependencies and executing coroutines across multiple cores: https://www.reddit.com/r/Python/comments/7eag9s/taskmap_a_python_framework_for_managing_task/
  
  reddit
  
  Taskmap: A python framework for managing task... • r/Python
  2 points and 0 comments so far on reddit
  Submitting work/projects to companies at 15 with decent(-ish) knowledge of python?: https://www.reddit.com/r/Python/comments/7eb5t7/submitting_workprojects_to_companies_at_15_with/
  
  reddit
  
  Submitting work/projects to companies at 15 with... • r/Python
  I have a fair grasp in python: OOP, Importing files (i.e import main.py ), pygame, web crawlers, os and basic python libraries/things (also can...
  Is Python a Security Vulnerability?: https://www.reddit.com/r/Python/comments/7eba55/is_python_a_security_vulnerability/
  
  reddit
  
  Is Python a Security Vulnerability?
  I recently sent a request to my employer's IT department asking for access to Python 3.6.3. The request was denied with the justification "Python...
  Complete scrapy tutorial : get data from reddit, amazon, pexel, steam, airbnb: https://www.reddit.com/r/Python/comments/7ebcd9/complete_scrapy_tutorial_get_data_from_reddit/
  
  reddit
  
  Complete scrapy tutorial : get data from reddit,... • r/Python
  4 points and 0 comments so far on reddit
  The Top Mistakes Developers Make When Using Python for Big Data Analytics: https://www.reddit.com/r/Python/comments/7ebr5c/the_top_mistakes_developers_make_when_using/
  
  reddit
  
  The Top Mistakes Developers Make When Using Python for... • r/Python
  2 points and 0 comments so far on reddit
  Is there a library to check the balance of my address using python 3?: https://www.reddit.com/r/Python/comments/7ebsxk/is_there_a_library_to_check_the_balance_of_my/
  
  reddit
  
  Is there a library to check the balance of my address... • r/Python
  1 points and 0 comments so far on reddit
  Performing an operation at a given average throughput: https://www.reddit.com/r/Python/comments/7ebudp/performing_an_operation_at_a_given_average/
  
  reddit
  
  Performing an operation at a given average throughput • r/Python
  1 points and 0 comments so far on reddit
  Sorted behavior when two values are equal: https://www.reddit.com/r/Python/comments/7ecz7y/sorted_behavior_when_two_values_are_equal/
  
  reddit
  
  Sorted behavior when two values are equal • r/Python
  Hello, I was wondering what is the behavior of sorted() when two values are equal, does it choose one to be the first one randomly? *edit* I am...
  FTPS upload raises SSLError after successful upload: https://stackoverflow.com/questions/47370961/ftps-upload-raises-sslerror-after-successful-upload
  
  Stackoverflow
  
  FTPS upload raises SSLError after successful upload
  I have a small code that uploads file to FTPS server (no, SFTP is not an option :( ). However after successful upload SSLError is raised.  
from ftplib import FTP_TLS, parse227, parse229
import io
  from ftplib import FTP_TLS, parse227, parse229
import io
I’m brand new to programming, trying to learn Python online. I used a video from a free course to install Python 3.6.3 and all went well, but the teacher didn’t explain how to “break out” as he said, from the mode outside the box for the outcome enclosed in the red box. Can someone explain?: https://www.reddit.com/r/Python/comments/7eew7k/im_brand_new_to_programming_trying_to_learn/
  
  reddit
  
  I’m brand new to programming, trying to learn Python... • r/Python
  reddit: the front page of the internet
  Pycroscopy: converting .txt into .h5: https://www.reddit.com/r/Python/comments/7eexbz/pycroscopy_converting_txt_into_h5/
  
  reddit
  
  Pycroscopy: converting .txt into .h5 • r/Python
  Pycroscopy uses python to gather a bunch of data on microscope images. I was tasked on finding a translator or some easy way (other than make the...
  #151: Augmented reality, Profiling CPython, ptracer by Pinterest and more - ImportPython Weekly Blog: https://www.reddit.com/r/Python/comments/7ef467/151_augmented_reality_profiling_cpython_ptracer/
  
  reddit
  
  #151: Augmented reality, Profiling CPython, ptracer by... • r/Python
  1 points and 0 comments so far on reddit
  Is there a better priority queue?: https://www.reddit.com/r/Python/comments/7efqqv/is_there_a_better_priority_queue/
  
  reddit
  
  Is there a better priority queue?
  I know python has heapq and queue.priorityqueue but honestly, both of them are really cumbersome compared to Java's priorityqueue. I find it...
  Python (Django) website set up question: https://www.reddit.com/r/Python/comments/7efvxb/python_django_website_set_up_question/
  
  reddit
  
  Python (Django) website set up question • r/Python
  So, I'm looking to create a web app that stores some stuff in a DB (I prefer TSQL/MSSQL), works with an api, and does some calculations on the...