[tkinter] modal window issue on Windows 10 forced-minimize: https://www.reddit.com/r/Python/comments/5glele/tkinter_modal_window_issue_on_windows_10/
reddit
[tkinter] modal window issue on Windows 10 forced-minimize • /r/Python
Versions: Python 3.5.1, Tcl 8.6, Tk 8.6, Windows 10 I have an issue with modal windows in tkinter in that if they become minimized then the...
Where can I browse Python modules?: https://www.reddit.com/r/Python/comments/5glg4a/where_can_i_browse_python_modules/
reddit
Where can I browse Python modules? • /r/Python
Hi, I've been learning python on and off for a couple of years now (started in high school and now got back to it after 7+ years). I never got...
“Python Machine Learning” free for the next 12 hours: https://www.packtpub.com/packt/offers/free-learning
Convert proprietary dict to nested json: http://stackoverflow.com/questions/40920996/convert-proprietary-dict-to-nested-json
Stackoverflow
Convert proprietary dict to nested json
As a java developer I need some tips how to solve this problem in python 2. My skills in python are in a beginning state. But now the question:
We provide a service for devices, which are reportin...
We provide a service for devices, which are reportin...
Everything you need to know about: Using Selenium with Python: https://www.reddit.com/r/Python/comments/5glzas/everything_you_need_to_know_about_using_selenium/
reddit
Everything you need to know about: Using Selenium with... • /r/Python
2 points and 0 comments so far on reddit
Your two favorite PyPi packages and how you use them. Ready.. go!: https://www.reddit.com/r/Python/comments/5glswo/your_two_favorite_pypi_packages_and_how_you_use/
reddit
Your two favorite PyPi packages and how you use them.... • /r/Python
Mine are: Pandas - to pull in excel and PDF tables to summarize and do comparisons/calculations etc. basically replaces excel for many...
Order of classes in Python file?: http://stackoverflow.com/questions/40906882/order-of-classes-in-python-file
Stackoverflow
Order of classes in Python file?
Is it possible to inspect the order of the classes in a Python file?
Example
# example.py
class Foo:
pass
class Bar:
pass
If I import example, I want to know the order of the classes. I...
Example
# example.py
class Foo:
pass
class Bar:
pass
If I import example, I want to know the order of the classes. I...
Python-based password generator library/command-line utility: https://www.reddit.com/r/Python/comments/5gmrhy/pythonbased_password_generator_librarycommandline/
reddit
Python-based password generator library/command-line... • /r/Python
1 points and 0 comments so far on reddit
Can I import an existing pyramid project into PyCharm?: https://www.reddit.com/r/Python/comments/5gmtdz/can_i_import_an_existing_pyramid_project_into/
reddit
Can I import an existing pyramid project into PyCharm? • /r/Python
Hello reddit python people.. I started to look at using PyCharm as and IDE and wonder if there is a way to import a project from an existing set...
Made a program and cannot figure out what is wrong with it. Please Help.: https://www.reddit.com/r/Python/comments/5gmzm5/made_a_program_and_cannot_figure_out_what_is/
reddit
Made a program and cannot figure out what is wrong... • /r/Python
Set WshShell = WScript.CreateObject("WScript.Shell") strName = wshShell.ExpandEnvironmentStrings( "%USERNAME%" ) x=msgbox ("Critical: Your...
How to connect to Sails socket.io server from a Python client / Tried `sailsSockets.join`, but the first argument was not a socket: http://stackoverflow.com/questions/40949932/how-to-connect-to-sails-socket-io-server-from-a-python-client-tried-sailssock
Stackoverflow
How to connect to Sails socket.io server from a Python client / Tried `sailsSockets.join`, but the first argument was not a socket
I am running a SailsJS instance (v0.12.3) for which I have a controller MyModelController handling a WebSocket (socket.io) connection that is allowed if the user has authenticated.
MyModelControll...
MyModelControll...
pika.exceptions.ProbableAuthenticationError encountered in RabbitMQ tutorial: http://stackoverflow.com/questions/40241071/pika-exceptions-probableauthenticationerror-encountered-in-rabbitmq-tutorial
Stackoverflow
pika.exceptions.ProbableAuthenticationError encountered in RabbitMQ tutorial
I'm trying to follow the tutorial https://www.rabbitmq.com/tutorials/tutorial-one-python.html, and have copied the commands into the following script send.py:
#!/usr/bin/env python
import pika
#!/usr/bin/env python
import pika
Fully featured, easy to use Python client for the Walmart Open API: https://www.reddit.com/r/Python/comments/5gnap8/fully_featured_easy_to_use_python_client_for_the/
reddit
Fully featured, easy to use Python client for the... • r/Python
4 points and 2 comments so far on reddit
What are some cool data science project ideas for practice?: https://www.reddit.com/r/Python/comments/5gncqn/what_are_some_cool_data_science_project_ideas_for/
reddit
What are some cool data science project ideas for... • /r/Python
So, I am learning data science (coming from website development). I have read a part of python for data analysis and udacity data science course,...