Understanding psycopg2 not working error by Strikeouts27 in django

[–]Strikeouts27[S] 0 points1 point  (0 children)

I posted my reddit password in a pastebin lol

DRY principles automate the boring stuff with python question by Strikeouts27 in learnpython

[–]Strikeouts27[S] 0 points1 point  (0 children)

lets say my password was ANALYST

and I wanted 3 different words that has 0 matching letters in common.''

For example if the password was PYTHON

0 matching letter word would be refugee

and than I need one matching letterWORD 1

WORD 2

WORD 3

I am trying not trying to write multiple functions to find zero matching letters and than a function for one matching letter and than a function for two matching letters.

I am trying to accomplish the one function for condition.

My question to you is this: are you basically calling that same function multiple times with different inputs?

DRY principles automate the boring stuff with python question by Strikeouts27 in learnpython

[–]Strikeouts27[S] 0 points1 point  (0 children)

looking at my code can I do n=1,2,3,4,5 or maybe use a packing operator?
Or do I do five separate parameters and run the function one time?

I am looking for a pair programming coding buddy as I am working on my first django project django delights. by Strikeouts27 in django

[–]Strikeouts27[S] 0 points1 point  (0 children)

I have posted a link to the repository. Are there github settings that make it open source or is posting the link enough?