You could check out Dash/Plotly if you’re familiar with python and planning on visualizing data
- 0 Posts
- 4 Comments
Joined 3 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
dirtySourdough@lemmy.worldto
Programmer Humor@programming.dev•It's called attaining divinity
4·2 years agoOh that’s interesting. I started poking around with a Gameboy emulator guide implemented in Python that intended to emulate a Z80. Got any good resource recommendation in case I decide to pick this back up and inevitably get stuck?
I’ve got something similar on my office door that reads
In case of fire<br> git commit -a<br> git push<br> git -tf out


After 6 years of seriously using Python regularly, I’d probably give myself a 6/10. I feel comfortable with best practices and making informed design decisions. I have no problem using linting and testing tools. And I’ve contributed to large open source projects. I could improve a lot by learning more about the standard library and some core computer science concepts that inform the design of the language. I’m pretty weak in web frameworks too, unfortunately.