The 12 Habits of Highly Effective Python Developers
Python Land
by Erik van Baaren
1y ago
I’ve worked with many software developers, some of them fresh out of college and others seasoned professionals. This article lists some of the traits these ... read more The post The 12 Habits of Highly Effective Python Developers appeared first on Python Land ..read more
Visit website
PyScript: Run Python In Your Browser, Including Numpy And Pandas
Python Land
by Erik van Baaren
2y ago
PyScript allows you to create rich Python applications in the browser using nothing but HTML and Python code. Although it’s super rough and super new, ... read more The post PyScript: Run Python In Your Browser, Including Numpy And Pandas appeared first on Python Land ..read more
Visit website
Python Class Slots
Python Land
by Erik van Baaren
2y ago
Python class slots are a feature that not many programmers know of. In a slotted class we explicitly define the fields that our class is ... read more The post Python Class Slots appeared first on Python Land ..read more
Visit website
Python Attrs: Advanced Data Classes, With Example Code
Python Land
by Erik van Baaren
2y ago
The package Python Attrs allows you to create advanced data classes using simple annotations. Of course, python has its own native data class module as ... read more The post Python Attrs: Advanced Data Classes, With Example Code appeared first on Python Land ..read more
Visit website
Your Code Looks Like Crap But There’s Still Hope
Python Land
by Erik van Baaren
2y ago
Chances are your code looks like crap, is hard to read, and hard to understand. There… I’ve said it. Sorry if that sounded harsh, but ... read more The post Your Code Looks Like Crap But There’s Still Hope appeared first on Python Land ..read more
Visit website
Python Debugger: Effortlessly Improve Your Debug Skills
Python Land
by Erik van Baaren
2y ago
Debugging Python code, for many of us, comes down to adding print statements and trying to reason what’s going on based on the output. It’s ... read more The post Python Debugger: Effortlessly Improve Your Debug Skills appeared first on Python Land ..read more
Visit website
How Not to Handle Exceptions in Python
Python Land
by Erik van Baaren
2y ago
I see lots of people handling exceptions the wrong way. Perhaps this applies to you too. Does the following situation sound familiar? You’re writing some ... read more The post How Not to Handle Exceptions in Python appeared first on Python Land ..read more
Visit website
6 Python Project Ideas to Improve Your Skills
Python Land
by Erik van Baaren
3y ago
If you’re stuck at home, now is the time to polish your skills. Here are 6 fun Python project ideas to get you started! Before you ... read more The post 6 Python Project Ideas to Improve Your Skills appeared first on Python Land ..read more
Visit website
7 Reasons Why People Hate Python
Python Land
by Erik van Baaren
3y ago
Python is awesome! So why do people hate Python? After some highly non-scientific, Internet-based research, these are the reasons I encountered most often. I found ... read more The post 7 Reasons Why People Hate Python appeared first on Python Land ..read more
Visit website
Bloom Filter in Python: Test If An Element is Part of a Large Set
Python Land
by Erik van Baaren
3y ago
A Bloom filter in Python efficiently tests if an element is a member of a set. It was first proposed by Burton Howard Bloom all ... read more The post Bloom Filter in Python: Test If An Element is Part of a Large Set appeared first on Python Land ..read more
Visit website

Follow Python Land on FeedSpot

Continue with Google
Continue with Apple
OR