Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Pythonista

Pythonista

Pythonista has asked 5 questions and find answers to 31 problems.

Stats

1.1k
EtPoint
374
Vote count
5
questions
31
answers

About

A Djangonaut by day and ninja by night.

What is 'good python code' and how can this meet the guidelines?

For my fellow djangonauts:

  1. Original GOAT: Wagtail
  2. Upcoming GOAT: Coderedcms and my own fork ;)

Common questions and answers:

What does Python mean by printing "[...]" for an object reference?

Why does string equality not working in this Python code as expected?

How to test if none of the iterables are true in Python 3

Python: TypeError: argument after * must be a sequence

How to set a tkinter window to a constant size

TemplateDoesNotExist error (Python 3.6.1, Django 1.11.1, PyCharm)

Removing duplicates from list of lists by using list comprehension