14
TrexxaByte
1 10 24
818/ 945
Last seen 1 year ago
Member for 2 years, 5 months, 5 days
Difficulty Easy
A 40-year-old man - yet still a teenager in the head - that developed a obsessive passion for computers at the young age of 8. The discovery of QBASIC on a Tandy TRS-1000 machine sparked a desire for coding and programming that was never fully satisfied. In college, I was coerced into taking Computer Networking classes due to the high workforce demand. While there were a few classes that included programming curriculum, it wasn't nearly as in depth or involved as I wanted or had hoped. As a result, I now spend part of my spare time trying to progress, improve, and advance my knowledge and skills in coding on my own - the blind leading ... himself! While Python was undoubtedly the language I found the most "attractive" after sampling 5 or 6 others, I'd like to dabble in some other languages some day. Java or JavaScript seemed like it'd be my next choice after Python. At any rate, I'm always looking for guidance, advice, or any other type of assistance to help me in this endeavor of self-teaching! Please feel free to message me on via any contact media that's convenient and allow me to assure the acceptance of constructive criticism - outright insults is one thing, attempting to point out flaws or where I could use improvement is another .. *entirely*. It's the constructive criticism that lends the most knowledge, improvement, and progression ... if the personality is willing and able to hear and accept it! :)

Missions (97) / Solutions (45)
Best solutions / Newest solutions
Strings and Integers
Possible to One-Line This?
Middle Characters
elif
else
int
len
if
1
Had to Try:
Goes Right After
ValueError
index
bool
except
try
First
Cut Sentence
isspace
rfind
elif
else
int
1
First
Conversion into CamelCase
title
replace
join
str
1
A Bit Long & Ugly... But Solved.
Bird Language
isspace
IndexError
break
except
try
1
Extremely Easy - Code Prolly Too Long/Complex?
Digits Multiplication
math.prod
prod
pass
math
append
1
List but not the least
First
Ascending List
pop
typing.Iterable
Iterable
bool
typing
17
1
Not Pretty but Works!
Compress List
pass
remove
enumerate
typing.Iterable
Iterable
First
The Most Frequent
list
str
for
if
Seemed Too Easy ... Expected Curveball
Follow Instructions
Tuple
typing.Tuple
typing
elif
int
1
One & Done
Chunk
while
append
else
int
len
Seems Sloppy but Works
Words Order
pop
index
bool
elif
False
First
Easy Unpack
tuple
1
Statistics Module - Frequency
Frequency Sorting
statistics.mode
mode
statistics
extend
as
First
Majority
bool
count
False
True
list
1
First
Remove All After
index
typing.Iterable
Iterable
typing
elif
1
Yet MORE Working with Lists
Sort Except Zero
insert
remove
sort
index
append
Not Too Terrible
All the Same
Any
typing.Any
List
typing.List
bool
Sort with Abs Key
Absolute Sorting
sort
list
int
First
Median
float
List
typing.List
sort
typing
1
More List Learning
Index Power
pow
list
else
int
len
1
Easiest One Yet - Even as a Total Nub
Non-unique Elements
count
append
list
for
if
1
Look up in the Dict()
There's Definitely a Way to One-Line This...
Best Stock
values
keys
get
dict
max
1
Hard Lessons Taught by (self)
Popular Words
fromkeys
re.compile
compile
r-string
dict
1
Tried to Solve Without Importing Module... But Failed
Boolean Algebra
eq
operator.eq
and_
operator.and_
operator.xor
1
Strings Theory
LOL Creative... Tired of Posting to Uncategorized :P
Acceptable Password II
isnumeric
is
False
True
len
2
Damn Zeros... bool(int(0)) = False
Acceptable Password IV
isnumeric
is
count
elif
False
1
Elementary Yet Still a Pain in My ...
Morse Encoder
isspace
rstrip
get
lower
join
1
Awful Code but Solved! - by Amateurly Noviceman
Between Markers
AttributeError
escape
re.escape
re.search
search
Aggregating ... Description of Task Lacks Detail
All Upper II
isspace
isnumeric
islower
count
elif
1
Buncha If/Elif - Considered Module 're'
Acceptable Password III
isnumeric
is
elif
False
True
1
First
Second Index
find
None
count
if
Yes! One and Done!
Morse Decoder
capitalize
strip
get
join
while
1
First
Common Words
sort
count
join
append
split
1
Pretty Quick & Easy
House Password
re.compile
compile
re.search
search
r-string
1
List, list and list again
Probably a lambda for something so simple...
Sum by Type
Tuple
typing.Tuple
type
typing
list
1
Working With Lists - O'REILLY Area
Replace Last
insert
pop
list
else
len
1
Statistics Module
Sort Array by Element Frequency
statistics.mode
mode
statistics
as
remove
GitHub
Surprisingly Easy
Secret Message
isupper
join
append
str
for
1
Master of the Time Stone
Time == Money
Time Converter (24h to 12h)
datetime.time
time
startswith
datetime
join
1
First
Lightbulb Start Watching
Optional
typing.Optional
datetime.datetime
datetime
List
1
First Try - Got it
Lightbulb Intro
datetime.datetime
datetime
List
typing.List
pop
1
Seems Like This Should be Done by a Module Function...
Time Converter (12h to 24h)
in
elif
and
int
str
1
First & God Awful
Date and Time Converter
startswith
date
datetime.date
datetime
elif
1
Shelter
sys Module Not Allowed - Unicode Range 1114111
Remove Accents
combining
unicodedata.combining
normalize
unicodedata.normalize
unicodedata
1