Simple question here I think. I want to set a variable to a raw_input path but wonder if I have to add an r to it some how so python would disregard the forward slashes. If this is so, how do I add the r to it? Or if not what is the better way to do this?: https://www.reddit.com/r/Python/comments/6olkj8/simple_question_here_i_think_i_want_to_set_a/
reddit
Simple question here I think. I want to set a variable... • r/Python
Could you a show me an example?
Calling class methods at the start of class definition?: https://www.reddit.com/r/Python/comments/6om7tz/calling_class_methods_at_the_start_of_class/
reddit
Calling class methods at the start of class definition? • r/Python
Trying to find out if this is possible. For example: class Derp: # some properties # (...) load_something() #...
I am struggling to improve my code for reducing the time complexity. Can you help me.: https://www.reddit.com/r/Python/comments/6omiyq/i_am_struggling_to_improve_my_code_for_reducing/
reddit
I am struggling to improve my code for reducing the... • r/Python
1 points and 0 comments so far on reddit
Asynchronously waiting for a blocking function, that is not a coroutine: https://www.reddit.com/r/Python/comments/6omq56/asynchronously_waiting_for_a_blocking_function/
reddit
Asynchronously waiting for a blocking function, that is... • r/Python
Hello, i'm learning to use the asyncio module and i have a Raspberry Pi here. To read the input/outputs of GPIO pins, i have 3 choices using a...
Continuous CPU Profiling for Python Applications: https://www.reddit.com/r/Python/comments/6omuoz/continuous_cpu_profiling_for_python_applications/
reddit
Continuous CPU Profiling for Python Applications • r/Python
1 points and 0 comments so far on reddit
Using Tensorflow transfer learning to create an image classifications engine: https://www.reddit.com/r/Python/comments/6omx5m/using_tensorflow_transfer_learning_to_create_an/
reddit
Using Tensorflow transfer learning to create an image... • r/Python
1 points and 0 comments so far on reddit
Feedback required for a small cache library: https://www.reddit.com/r/Python/comments/6on8in/feedback_required_for_a_small_cache_library/
reddit
Feedback required for a small cache library • r/Python
I've recently created a [small python 3.5+ library](https://github.com/festinuz/gecaso) that focuses on providing simple and extendable solution...
Refactoring with tests in Python: a practical example: https://www.reddit.com/r/Python/comments/6on9cv/refactoring_with_tests_in_python_a_practical/
reddit
Refactoring with tests in Python: a practical example • r/Python
1 points and 0 comments so far on reddit
How to schedule tasks for a list of objects?: https://www.reddit.com/r/Python/comments/6onl0q/how_to_schedule_tasks_for_a_list_of_objects/
reddit
How to schedule tasks for a list of objects? • r/Python
I have a list of objects that control zwave devices. One of those objects is a lock, and I need a way to set up access codes to only work on each...
Drchrono(w11) – Help us fix healthcare / Python and Django developers needed: https://www.drchrono.com
Drchrono
Practice Medicine, Not Administration
Loading Dictionary Keys/Values into Tkinter OptionMenu: https://www.reddit.com/r/Python/comments/6oo2or/loading_dictionary_keysvalues_into_tkinter/
reddit
Loading Dictionary Keys/Values into Tkinter OptionMenu
Hey Guys, I was hoping to get some help with Tkinter. I'm using it for a barebones GUI for a small application (a bible bot for twitch) I built....
Python helper modules for dataviz (part 1 of 3): dates, records, utility functions.: https://www.reddit.com/r/Python/comments/6oo93c/python_helper_modules_for_dataviz_part_1_of_3/
reddit
Python helper modules for dataviz (part 1 of 3): dates,... • r/Python
1 points and 1 comments so far on reddit
Python vs. Swift? Or any other language (Beginner, no coding experience, Mechanical Engineer background): https://www.reddit.com/r/Python/comments/6op3ii/python_vs_swift_or_any_other_language_beginner_no/
reddit
Python vs. Swift? Or any other language (Beginner, no... • r/Python
This may be the wrong subreddit, apologize if it is. I have been deciding between Python or Swift to start as my first language. I know Swift is...
Any suggestions on a library/API to get the most recent headlines?: https://www.reddit.com/r/Python/comments/6opc81/any_suggestions_on_a_libraryapi_to_get_the_most/
reddit
Any suggestions on a library/API to get the most recent... • r/Python
Looking for something lightweight that will only get the headlines of articles that appear on the front page of any reputable news source - any...
Tool for finding vulnerabilities in Python projects: https://www.reddit.com/r/Python/comments/6opdgr/tool_for_finding_vulnerabilities_in_python/
reddit
Tool for finding vulnerabilities in Python projects • r/Python
Hi all, I work for a company called Black Duck Software. We focus on open source security. My pet project recently has been a tool called CoPilot....
What format do you use for your docstrings?: https://www.reddit.com/r/Python/comments/6oplhn/what_format_do_you_use_for_your_docstrings/
reddit
What format do you use for your docstrings? • r/Python
My company is currently deciding between using ReST or the Google style for writing docstrings. What do you all use? What do you like/dislike...
Virtualenv, pyenv, virtualenvwrapper and global python... Confused on how they all fit together.: https://www.reddit.com/r/Python/comments/6oq45p/virtualenv_pyenv_virtualenvwrapper_and_global/
reddit
Virtualenv, pyenv, virtualenvwrapper and global... • r/Python
So I think I understand the concept behind each Pyenv lets you manage different python versions virtualenv is for environments and...
Upgrading from 32 to 64-bit Python?: https://www.reddit.com/r/Python/comments/6oqabm/upgrading_from_32_to_64bit_python/
reddit
Upgrading from 32 to 64-bit Python? • r/Python
So I've been running 32-bit Python 3.5.2 on Windows 7 with no issues for a while now, but I want to start using Keras. Since Keras has a...