Top "Python-3.6" questions

Version of the Python programming language released in December 2016.

Install tkinter in python3.6 on Ubuntu

+--------+-----------------------------------+ | OS | Ubuntu 12.04 | +--------+-----------------------------------+ | Python | 2.7, 3.2 and source installed 3.6 | +--------+-----------------------------------+ Since there are 2 versions of Python 3, anything installed …

python python-3.x tkinter tcl python-3.6
Unable to import cv2 module (Python 3.6)

total nexwbie here. I'm unsuccessfully trying to install the cv2 module for python but it doesn't work. I'm working with …

python opencv python-3.6 cv2
String with 'f' prefix in python-3.6

I'm trying out Python 3.6. Going through new code, I stumbled upon this new syntax: f"My formatting string!" It seems …

python scope string-formatting python-3.6 f-string
what does --enable-optimizations do while compiling python?

I'm trying to compile Python 3.6 on an arm based Linux machine, ./configure outputs this: If you want a release build …

python linux python-3.x configure python-3.6
Making a discord bot change playing status every 10 seconds

I'm trying to make the status for a test discord bot change between two messages every ten seconds. I need …

python python-3.x python-3.6 discord.py
ModuleNotFoundError: No module named 'BaseHTTPServer'

So I am trying to follow a tutorial online on how to work with web.py, and I got it …

python web.py python-3.6
Understanding __init_subclass__

I finally upgraded my python version and I was discovering the new features added. Among other things, I was scratching …

python class subclass python-3.6 metaclass
How do I annotate types in a for-loop

I want to annotate a type of a variable in a for-loop. I tried this: for i: int in range(5): …

python for-loop pycharm type-hinting python-3.6
pip install Django on python3.6

If I run pip install Django I get Requirement already satisfied: Django in /usr/local/lib/python2.7/dist-packages I'd like …

python django python-3.x pip python-3.6
ModuleNotFoundError in tracebacks with Python3.6 on linux

I installed Python 3.6 on Ubuntu 16.04 by using Jonathon Fernyhough's PPA: sudo add-apt-repository ppa:jonathonf/python-3.6 sudo apt-get update sudo apt-get …

python-3.x exception-handling python-3.6