Login
Discover
Waves
Communities
Login
Signup
Topics
#codewithmarky
Global
Trending
Hot
New
Top
#codewithmarky
New
Top communities
Create your community
latest #codewithmarky created topics | Ecency
themarkymark
codewithmarky
2020-09-18 03:57
CodeWars Python Challenge: Does my number look big in this?
You up for another Code Wars Python Challenge? Today I am doing the 6 kyu challenge "Does my number look big in this?". This one we need to analyze an incoming number to see if it is a Narcissistic
$ 24.334
358
7
3
themarkymark
codewithmarky
2020-09-17 03:18
Code Wars Python Challenge: Valid Parentheses
You up for solving another Python coding challenge together? Yes? Great, let's check this one out. This is the first 5 kyu difficulty challenge I have received since I reset my account. My account is currently
$ 21.345
406
5
2
themarkymark
programming
2020-09-15 03:47
Debugging Python in VS Code
Going to show you some examples of debugging Python with VS Code using the simple code here. from beem import Hive from beem.account import Account hive = Hive() me = Account('themarkymark') print(me)
themarkymark
codewithmarky
2020-09-14 07:54
Code Wars Python Challenge: Vowel Count
I haven't done a Code Wars challenge in a little bit, so I logged in and grabbed my next challenge. This one looks pretty easy, but let's walk through it. Our starting code looks like this: We are given
lesmann
Caturday
2026-07-26 04:13
Published via Ecency
Promoted
Caturday 07.25.26 - no other way to say it, Wilbur has passed.
Hello there Friends, on this Saturday - " #caturday " evening - and thank you for your visit. This week I have some very, very bad news, "Wilbur" has passed. My buddy and friend is
themarkymark
codewithmarky
2020-09-02 03:51
Code Wars Python Challenge Walk Through - Array.diff
Here we are presented with another more difficult 6 kyu challenge which looks harder than it really is. The challenge is to accept two lists and filter all items out of the first list if they exist in
themarkymark
codewithmarky
2020-08-30 07:21
Code Wars Python Challenge Walk Through - RGB To Hex
I will walk you through another Code Wars Python challenge. The next challenge I received was ranked 5kyu, considerably harder than the 7kyu and 8kyu challenges I received earlier but still fairly quick