Cours
Se connecterCommencer à apprendre l'IA
Cours
Se connecterCommencer à apprendre l'IA

Discussions Q&R

What's the DRY and WET principles
drypythonwet
6 Votes
11 Réponses
23rd Dec 2019, 1:07 PM
Pattern
Pattern - avatar
What is the result of this code? nums = (55, 44, 33, 22) print(max(min(nums[:2]), abs(-42)))
pgpythonwet
-1 Vote
7 Réponses
19th Nov 2018, 7:26 AM
Priyanshu Ghatiya
Priyanshu Ghatiya - avatar
I Enjoy Repeating My Self... [help condense code]
codedrypythonreusewet
1 Vote
2 Réponses
12th Jan 2020, 4:18 PM
Joshua Morgan
Joshua Morgan - avatar
Python: Simple calculator (WET to DRY)
codedrypythonwet
0 Vote
1 Réponse
11th Aug 2017, 2:16 PM
Joshua Ng
Joshua Ng - avatar
How to assign multiple inputs to variables? (DRY solution please)
assigndryforinputloopmultiplepythonvariablevariableswet
7 Votes
6 Réponses
22nd Aug 2018, 6:36 PM
Roger Wang
Roger Wang - avatar
guys this code I wrote passed all the unittest specifications in an oop lab. but they told me that I failed a hidden test. that my code can still be improved upon. I've tried my best but I don't know how to improve the code again. please give me ideas. am I using WET in any block. any unnecessary repetitions or redundancy? this is the code below: http://www.sololearn.com/app/python/playground/cG5UEvIEkuHd/
objectorientedpython
0 Vote
4 Réponses
8th Sep 2016, 12:14 PM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
Aujourd'hui en vedette
Audio adding
1 Votes
playground input
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
C Program
0 Votes
Software developer
0 Votes
Asking for final year project ideas!
1 Votes
TIPS From Veterans
1 Votes
How does JavaScript's event loop handle asynchronous operations like setTimeout, Promises, and async/await, and what are the dif
1 Votes