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)
How to create a simple website to run a script and return results: https://www.reddit.com/r/Python/comments/6ak8x3/how_to_create_a_simple_website_to_run_a_script/
reddit
How to create a simple website to run a script and... • r/Python
So I create a lot of python scripts to do some type of lookup through an api, say AWS api using boto3, to display the results. However, I am...
Python Web-dev: Django vs TurboGears: https://www.reddit.com/r/Python/comments/6ak90t/python_webdev_django_vs_turbogears/
reddit
Python Web-dev: Django vs TurboGears • r/Python
So I've been using Django for a couple of years and I think it is good at what it does, but having also used Rails, I find some of the design...
Python Weekly - Issue 294: http://mailchi.mp/pythonweekly/python-weekly-issue-294