microservices 101 with docker: https://www.reddit.com/r/Python/comments/7e8xps/microservices_101_with_docker/
reddit
microservices 101 with docker • r/Python
i put together the simplest example of using [docker containers for microservices](https://github.com/mynameisvinn/Microservices-with-Docker). it...
Trouble using the opencv library on mac: https://www.reddit.com/r/Python/comments/7e9bb3/trouble_using_the_opencv_library_on_mac/
reddit
Trouble using the opencv library on mac • r/Python
I downloaded the library using homebrew but for some reason I can never import the library without it saying ModuleNotFoundError: No module...
How do I embed a Flask-Security login form on my page?: https://stackoverflow.com/questions/47317722/how-do-i-embed-a-flask-security-login-form-on-my-page
Stackoverflow
How do I embed a Flask-Security login form on my page?
Using the example code provided by Flask-Security, I can access the login_user.html form from the /login route normally and that works just fine. However, I would like to embed the login form on al...
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