An encrypted message bus implemented over IRC. It's handy so I figured I would share.: https://www.reddit.com/r/Python/comments/6afs1j/an_encrypted_message_bus_implemented_over_irc_its/
reddit
An encrypted message bus implemented over IRC. It's... • r/Python
2 points and 0 comments so far on reddit
I wrote a dev.to article about unit testing with mock in python: https://www.reddit.com/r/Python/comments/6afv8z/i_wrote_a_devto_article_about_unit_testing_with/
reddit
I wrote a dev.to article about unit testing with mock... • r/Python
3 points and 0 comments so far on reddit
Python support is now stable in Visual Studio 2017: https://www.reddit.com/r/Python/comments/6ag8pq/python_support_is_now_stable_in_visual_studio_2017/
reddit
Python support is now stable in Visual Studio 2017 • r/Python
4 points and 0 comments so far on reddit
Hassle-Free Python Lambda Deployment [Tutorial Script]: https://www.reddit.com/r/Python/comments/6agjt6/hasslefree_python_lambda_deployment_tutorial/
reddit
Hassle-Free Python Lambda Deployment [Tutorial + Script] • r/Python
2 points and 0 comments so far on reddit
First python Reddit bot is not working, can someone please help me?: https://www.reddit.com/r/Python/comments/6agye0/first_python_reddit_bot_is_not_working_can/
reddit
First python Reddit bot is not working, can someone... • r/Python
1 points and 0 comments so far on reddit
Selection Sort Algorithm Tutorial in Python with Visual Studio Code: https://www.reddit.com/r/Python/comments/6ahe20/selection_sort_algorithm_tutorial_in_python_with/
reddit
Selection Sort Algorithm Tutorial in Python with Visual... • r/Python
1 points and 0 comments so far on reddit
Need a complex project for my A Level Final Project: https://www.reddit.com/r/Python/comments/6ai0cy/need_a_complex_project_for_my_a_level_final/
reddit
Need a complex project for my A Level Final Project • r/Python
Hey guys, So I am trying to come up with a few potential ideas for my A Level final project. It needs to be fairly complex, e.g using a database...
Need some projects for beginners!: https://www.reddit.com/r/Python/comments/6ai8vp/need_some_projects_for_beginners/
reddit
Need some projects for beginners! • r/Python
Hi guys , I'm beginning in python learning and I would like some ideas from you of some little projects that can help me keep my ambition to...
Scaling Python/Flask Microservices with Kubernetes: https://www.reddit.com/r/Python/comments/6ai6oo/scaling_pythonflask_microservices_with_kubernetes/
reddit
Scaling Python/Flask Microservices with Kubernetes • r/Python
13 points and 2 comments so far on reddit
Tensorflow - Profiling using timeline - Understand what is limiting the system: http://stackoverflow.com/questions/43829571/tensorflow-profiling-using-timeline-understand-what-is-limiting-the-system
Stackoverflow
Tensorflow - Profiling using timeline - Understand what is limiting the system
I am trying to understand why each train iteration takes aprox 1.5 sec.
I used the tracing method described here.I am working on a TitanX Pascal GPU. My results look very strange, it seems that ev...
I used the tracing method described here.I am working on a TitanX Pascal GPU. My results look very strange, it seems that ev...
Python speech to text (Google API): https://www.reddit.com/r/Python/comments/6aipe7/python_speech_to_text_google_api/
reddit
Python speech to text (Google API) • r/Python
Hey fellow Redditors. I'm trying to develop an app for raspberry that is going to listen for speech and then convert it to text, but only after...
Why Django Framework Continues to Reign the Python Development World: https://www.reddit.com/r/Python/comments/6aiqpe/why_django_framework_continues_to_reign_the/
reddit
Why Django Framework Continues to Reign the Python... • r/Python
1 points and 0 comments so far on reddit
Jupyter notebook output in markdown: http://stackoverflow.com/questions/36288670/jupyter-notebook-output-in-markdown
Stackoverflow
Jupyter notebook output in markdown
I want to write a report for classes in Jupyter notebook. I'd like to count some stuff, generate some results and include them in markdown. Can I set the output of the cell to be interpreted as mar...
whats problem in my python code?: https://www.reddit.com/r/Python/comments/6ajaaa/whats_problem_in_my_python_code/
reddit
whats problem in my python code? • r/Python
#!/usr/bin/env python class Domain: def __init__(self,domain,port,protocol): # Stores the variabled passed inside two variables self.domain...
Where to start learning Python?: https://www.reddit.com/r/Python/comments/6ajgq4/where_to_start_learning_python/
reddit
Where to start learning Python? • r/Python
I am an AP computer science student in high school so I only know Java at the moment and was interested in learning a language. I have heard this...
A small zutorial about Scraping the web with pyquery: https://www.reddit.com/r/Python/comments/6ajqka/a_small_zutorial_about_scraping_the_web_with/
reddit
A small zutorial about Scraping the web with pyquery • r/Python
1 points and 1 comments so far on reddit
How to persist patsy DesignInfo?: http://stackoverflow.com/questions/36958879/how-to-persist-patsy-designinfo
Stackoverflow
How to persist patsy DesignInfo?
I'm working on an application that is a "predictive-model-as-a-service", structured as follows:
train a model offline
periodically upload model parameters to a "prediction server"
the prediction s...
train a model offline
periodically upload model parameters to a "prediction server"
the prediction s...
Is it possible to make file act as a class rather than a module.: https://www.reddit.com/r/Python/comments/6ak2di/is_it_possible_to_make_file_act_as_a_class_rather/
reddit
Is it possible to make file act as a class rather than... • r/Python
for instance import testfile test = testfile(parameters)