Zech Zimmerman
Zech Zimmerman

Zech Zimmerman

Follow
homeBeginner.Codes Discordbadges
Tag

Python 3

#python3

More content

Read more stories on Hashnode


Articles with this tag

Bevy v2.0

May 10, 202311 min read 1.9K views

The Python Dependency Injection Framework That Empowers You to Build Better Applications · Modern software can be complex, with many components that...

Bevy v2.0

How To Use Any/All Efficiently in Python

Jul 17, 20225 min read 1.1K views

Using generator expressions and the filtering if syntax to make the any & all functions as fast as possible. · One day you're tasked with checking if the...

How To Use Any/All Efficiently in Python

Try, Except … Else?

Mar 12, 20224 min read 756 views

Using the Try Statement's Else Clause in Python · If you’ve spent anytime playing around with Python you have probably learned about the try statement...

Try, Except … Else?

Moving On From Discord.py

Sep 3, 20214 min read 3.0K views

Migrating from Discord.py to nextcord or pycord · I run a ~4k member Discord server that helps people who want to learn to code. Being on Discord we see...

Moving On From Discord.py

Terrible But Cool Code - Metaclasses

Aug 19, 20212 min read 311 views

Don't do it, it's not worth it · So the other day I was picking a challenge on Edabit for my Discord server. I came across Counting Instances Created...

Terrible But Cool Code - Metaclasses