How can I deploy a python script (uses Requests) to Google Cloud?: https://www.reddit.com/r/Python/comments/696r62/how_can_i_deploy_a_python_script_uses_requests_to/
reddit
How can I deploy a python script (uses Requests) to... • r/Python
I wrote a web scraper, and I want it to do some action whenever a value changes, does anyone know any good tutorial or can help me deploy it?
Some project ideas (forensics)?: https://www.reddit.com/r/Python/comments/696wde/some_project_ideas_forensics/
reddit
Some project ideas (forensics)? • r/Python
Hey guys, this is my first post here. I was just wondering if any of you guys can help me. I was wondering what projects I can create with a...
Introduction to naive Bayes and Bayes classifiers in python: https://www.reddit.com/r/Python/comments/6977o0/introduction_to_naive_bayes_and_bayes_classifiers/
reddit
Introduction to naive Bayes and Bayes classifiers in python • r/Python
2 points and 0 comments so far on reddit
How to use ssl client certificate (p12) with Scrapy?: http://stackoverflow.com/questions/43739207/how-to-use-ssl-client-certificate-p12-with-scrapy
Stack Overflow
How to use ssl client certificate (p12) with Scrapy?
I need to use client certificate file in format p12(PKCS12) to talk to a webserver with scrapy, is there a way to do that ?
Does PyPI review code that's uploaded?: https://www.reddit.com/r/Python/comments/697da2/does_pypi_review_code_thats_uploaded/
reddit
Does PyPI review code that's uploaded? • r/Python
I tried Googling if PyPI has any form of code review of uploaded code but I couldn't find any information. Do you guys (or gals) know?
Anyone want to collaborate in my physics simulator program?: https://www.reddit.com/r/Python/comments/697eid/anyone_want_to_collaborate_in_my_physics/
reddit
Anyone want to collaborate in my physics simulator program? • r/Python
1 points and 0 comments so far on reddit
Announcing Hack for the Sea 2017 :: Come to Gloucester, MA in September and participate in our maritime hackathon!: https://www.reddit.com/r/Python/comments/697htg/announcing_hack_for_the_sea_2017_come_to/
reddit
Announcing Hack for the Sea 2017 :: Come to Gloucester,... • r/Python
1 points and 0 comments so far on reddit
Request: Ideas on parsing a filename: https://www.reddit.com/r/Python/comments/698034/request_ideas_on_parsing_a_filename/
reddit
Request: Ideas on parsing a filename • r/Python
I am submitting to Amazon MWS file uploads for shipping. They are in turn appending their batch number to the end of the file. So the files that...
Python Weekly - Issue 293: http://mailchi.mp/pythonweekly/python-weekly-issue-293
DVC - Data Scientists’ Collaboration and Iterative Machine Learning written on Python: https://www.reddit.com/r/Python/comments/698ian/dvc_data_scientists_collaboration_and_iterative/
reddit
DVC - Data Scientists’ Collaboration and Iterative... • r/Python
1 points and 0 comments so far on reddit
Python and Tarantool: Races in the Loop. Python and Tarantool benchmarks with demo and source code.: https://www.reddit.com/r/Python/comments/698xl4/python_and_tarantool_races_in_the_loop_python_and/
reddit
Python and Tarantool: Races in the Loop. Python and... • r/Python
1 points and 0 comments so far on reddit
Chattie, a bot framework for Python. Inspired by Hubot: https://www.reddit.com/r/Python/comments/698yjd/chattie_a_bot_framework_for_python_inspired_by/
reddit
Chattie, a bot framework for Python. Inspired by Hubot • r/Python
1 points and 0 comments so far on reddit
hug, a framework for creating APIs, released 2.3.0 a major update with many issues resolved and new features like automatic reloading: https://www.reddit.com/r/Python/comments/69997s/hug_a_framework_for_creating_apis_released_230_a/
reddit
hug, a framework for creating APIs, released 2.3.0 a... • r/Python
1 points and 0 comments so far on reddit
Python Daemon to accept triggers.: https://www.reddit.com/r/Python/comments/699dnm/python_daemon_to_accept_triggers/
reddit
Python Daemon to accept triggers. • r/Python
Hi! I've written a python script that does some data analysis. But I want the code that gives a progress feed to the terminal to be run in a...
Code boilerplate: Is it always bad? A case study between Python and Go: https://medium.com/@shazow/code-boilerplate-is-it-always-bad-934827efcfc7
Medium
Code boilerplate: Is it always bad?
A case study between Python and Go.
Python Eve - Query Embedded Data Relation: http://stackoverflow.com/questions/40769262/python-eve-query-embedded-data-relation
Stackoverflow
Python Eve - Query Embedded Data Relation
I have the following resource defined:
item = {
'wrapper': {
'type': 'dict',
'schema': {
'element': {
'type': 'objectid',
'data_rela...
item = {
'wrapper': {
'type': 'dict',
'schema': {
'element': {
'type': 'objectid',
'data_rela...
I have a Project in Computer Science to make a game. I got the board made in a List of List format but I'm having troubles checking horizontally. Ideas?: https://www.reddit.com/r/Python/comments/698583/i_have_a_project_in_computer_science_to_make_a/
reddit
I have a Project in Computer Science to make a game. I... • r/Python
The List of list works like this: Board = [['R','R','R','B',0,0,0],['R','R','R','B',0,0,0]...] I have a function to check vertically since the...