My name is Jake. I am a professional software developer who has been in the industry for over 10 years.

I am a lover of all things tech. Whether that's programming, getting my hands on new tech (software or hardware), interviewing people in tech, or learning new things about the constantly evolving tech world.

For my programming tutorials, I try to make them fun and family friendly. Learning about new things should be fun and I try to do my best to make that happen.

Thanks for stopping by and feel free to hit subscribe and stay a while!


JakeEh

PYTHON QUIZ TIME 🎉⏰

What would be the output of the following print?

print(bool(""))

10 months ago | [YT] | 0

JakeEh

PYTHON QUIZ TIME 🎉⏰

What's the type of x?

x = 4.0

10 months ago | [YT] | 0

JakeEh

It's been a long while since I posted a quiz. So lets do a new one.

What's the output?

print("5" + "5")

11 months ago | [YT] | 3

JakeEh

It's quizzin' time!



In Python, what would the output be of: print(5 // 2)

1 year ago | [YT] | 33

JakeEh

How well do you know your SQL?

Lets say you have the following table created with sqlite3:

CREATE TABLE users(
id INTEGER PRIMARY KEY,
username TEXT UNIQUE NOT NULL,
password TEXT NOT NULL,
)

What will the length of the result be if we do the following query:
'SELECT * FROM users WHERE username="Jake"'

1 year ago | [YT] | 0

JakeEh

Python Pop-Quiz! 👨‍🎓

Which of the following is a mutable data type in Python?

1 year ago | [YT] | 1

JakeEh

What kind of videos do you wish I made more of?

1 year ago | [YT] | 1

JakeEh

QUIZ TIME:

In Python, how do you define a function?

1 year ago | [YT] | 0

JakeEh

Python quiz time!

This one is on flask - if you've been watching some of my recent videos you'll probably ace this one.

What of the following is true about Flask templates?

1 year ago | [YT] | 5

JakeEh

Hey all,

So I was planning on continuing my flask series by showing you a free way to host your website, but unfortunately I couldn't find a good solution that was actually free. So I'm going to skip this weeks video and keep looking while I start some early work on some other ideas I have that you all might like.

In the meantime, I'll be posting a few polls over the next week - some Python quizzes and some focused around future ideas.

Thanks so much and I'll see you next week!

1 year ago | [YT] | 2