Worried about the DIY medical device talk at Europe DjangoCon.: https://www.reddit.com/r/Python/comments/620whm/worried_about_the_diy_medical_device_talk_at/
reddit
Worried about the DIY medical device talk at Europe... • r/Python
Disclosure: I posted this first in r/Django but seems to have been deleted so I'm posting it here in an effort to warn people. Original...
Ideas for teaching High Schoolers python: https://www.reddit.com/r/Python/comments/620sek/ideas_for_teaching_high_schoolers_python/
reddit
Ideas for teaching High Schoolers python • r/Python
I am officially signed up to teach a group of up to 15 high school kids python. I work in it day in and day out so I am not really worried about...
Would you consider python for serious GUI programming ?: https://www.reddit.com/r/Python/comments/621f70/would_you_consider_python_for_serious_gui/
reddit
Would you consider python for serious GUI programming ? • r/Python
Like in making mainstream desktop applications, do you prefer it ?
Advice - Flask - Embed SSH client into browser: https://www.reddit.com/r/Python/comments/621fj1/advice_flask_embed_ssh_client_into_browser/
reddit
Advice - Flask - Embed SSH client into browser • r/Python
I was hoping someone could give me a few ideas on how I might approach this. I'm creating an internal website and wanted to embed a ssh client...
Creating a program that identifies a device: https://www.reddit.com/r/Python/comments/6218f8/creating_a_program_that_identifies_a_device/
reddit
Creating a program that identifies a device • r/Python
I've been asked to create a program that identifies a device and loads the correct troubleshooting routine, would anyone be able to write me a...
How to make a class attribute exclusive to the super class: http://stackoverflow.com/questions/43021908/how-to-make-a-class-attribute-exclusive-to-the-super-class
Stackoverflow
How to make a class attribute exclusive to the super class
I have a master class for a planet:
class Planet:
def __init__(self,name):
self.name = name
(...)
def destroy(self):
(...)
I also have a few classes that inherit...
class Planet:
def __init__(self,name):
self.name = name
(...)
def destroy(self):
(...)
I also have a few classes that inherit...
Delbot: building an NLP-based, voice-driven bot from scratch in Python: https://chatbotsmagazine.com/delbot-nlp-python-bot-1a46d865e38b
Medium
Delbot: building an NLP-based, voice-driven bot from scratch in Python
Delbot understands your voice commands, searches news and knowledge sources, and summarizes and reads out content to you.
Help with Google App Engine and Python3: https://www.reddit.com/r/Python/comments/621jxv/help_with_google_app_engine_and_python3/
reddit
Help with Google App Engine and Python3 • r/Python
Hi all, I had the smart idea of trying to make a twitter bot and deploy it on google app engine. Making the bot was actually very easy with...
Matplotlib/Numpy not working?: https://www.reddit.com/r/Python/comments/621oo6/matplotlibnumpy_not_working/
reddit
Matplotlib/Numpy not working? • r/Python
I installed motplotlib 2.0 on Python 3.4. It is located in the site packages folder. However, whenever I try to import it, it says no module named...
How to Install Django 1.10.6 and Python 3.6.0 on Dreamhost Shared Hosting: https://www.reddit.com/r/Python/comments/6225wv/how_to_install_django_1106_and_python_360_on/
reddit
How to Install Django 1.10.6 and Python 3.6.0 on... • r/Python
1 points and 0 comments so far on reddit
Try Deep Learning in Python now with a fully pre-configured VM: https://www.reddit.com/r/Python/comments/622aqz/try_deep_learning_in_python_now_with_a_fully/
reddit
Try Deep Learning in Python now with a fully... • r/Python
1 points and 0 comments so far on reddit
"Computational and Inferential Thinking: The Foundations of Data Science" - free online textbook for Berkeley course, taught in Python: https://www.reddit.com/r/Python/comments/622f3q/computational_and_inferential_thinking_the/
reddit
"Computational and Inferential Thinking: The... • r/Python
283 points and 15 comments so far on reddit
[Tutorial] Populating MS Word Templates with Python: https://www.reddit.com/r/Python/comments/622lp8/tutorial_populating_ms_word_templates_with_python/
reddit
[Tutorial] Populating MS Word Templates with Python • r/Python
2 points and 0 comments so far on reddit
How to get started in Finance Backtesting?: https://www.reddit.com/r/Python/comments/622nyq/how_to_get_started_in_finance_backtesting/
reddit
How to get started in Finance Backtesting? • r/Python
I've got the python basics down now I want to move into backtesting financial data. Already have lots of experience here since I'm trader, just...
How to run the program based on user's answer, while also having an if-else in the script?: https://www.reddit.com/r/Python/comments/622pyv/how_to_run_the_program_based_on_users_answer/
reddit
How to run the program based on user's answer, while... • r/Python
Noob here, self teaching Python. I am trying to write my first program (saw it on practicepython.org) which asks for your name, then asks for...
Need noobish advice - converting a Python2 web project to Python3: https://www.reddit.com/r/Python/comments/622uz1/need_noobish_advice_converting_a_python2_web/
reddit
Need noobish advice - converting a Python2 web project... • r/Python
Hello! I'm a computer programmer with Objective-C and C# MVC experience, and I just scored a part-time job helping port/maintain an existing...