I make python tutorials that explain concepts in a short and simple way!

Currently exploring the world of Vedic Math.

Check out my GitHub for all source code (github.com/IntegerNumber01).

100 Subs - February 6, 2023
200 Subs - May 14, 2023
Thank you so much!

300 Subs ❌
400 Subs ❌
500 Subs ❌
750 Subs ❌
1K Subs ❌
2.5K Subs ❌
5K Subs ❌
7.5K Subs ❌
10K Subs ❌

We still have a long way to go!


IntegerNumber

I swear I am not dead. I have been working on a big project over the past 6 months. I’ll try to squeeze in another video in August, but just know that there is something BIG coming up!

6 months ago | [YT] | 3

IntegerNumber

Can we get to 300 by the end of this year??

10 months ago | [YT] | 4

IntegerNumber

Notice anything different? I would like to know what you think about the graphical reface of the channel!

1 year ago | [YT] | 6

IntegerNumber

def mystery_function( a, b ):
total = 0
for i in range( a, b ):
if i % 2 == 0:
total += i
else:
total -= i
return total * 2 if total > 0 else -total // 2

print(mystery_function( 2, 7 ))

2 years ago | [YT] | 5

IntegerNumber

def mystery_function( x, y ):
result = x * y
if result % 2 == 0:
return result // 2
else:
return result + 1



print( mystery_function( 3, 4 ) )

2 years ago | [YT] | 4

IntegerNumber

numbers = [ 2, 4, 6, 8, 10 ]
numbers.append( 12 )
numbers.remove( 4 )
numbers.insert( 2, 5 )
result = sum( numbers[ 1 : 4 ] )

2 years ago | [YT] | 3

IntegerNumber

I AM STILL ALIVE!! Just very busy with school work, hopefully a video in the next week....

2 years ago | [YT] | 2

IntegerNumber

Coming back with Java videos! Stay tuned!

2 years ago | [YT] | 4

IntegerNumber

I won't be able to create long-form videos until August. Sorry about that.

2 years ago | [YT] | 2

IntegerNumber

There are only 10 types of people in the world: those who understand binary and those who don't.

2 years ago | [YT] | 6