July 11, 2020
301
PEP 622 — Structural Pattern Matching | Python.org A pretty nice concept for patterns in python. tags: python pep What Are Duck Typing and Monkey Patching in Python? Good for ruby programmers who are learning python tags: howto python Posted from Diigo . The rest of my favorite links are here .
July 05, 2020
301
Welcome to Streamlit — Streamlit 0.62.1 documentation Very nice and free visualization tool in python. tags: howto visualization python graphs Posted from Diigo . The rest of my favorite links are here .
June 13, 2020
301
Free illustrations for developers. – DEV For all those times when you need just the right illustration, an apparently amazing collection! tags: free howto illustration Posted from Diigo . The rest of my favorite links are here .
June 10, 2020
301
CS81 Fall 2017 Robotics Course that looks great tags: robotics course 1. ConX Neural Networks — conx 3.7.9 documentation Friendly, Jupyter-notebook-ish neural nets tags: neural networks hoot Posted from Diigo . The rest of my favorite links are here .
June 07, 2020
301
datas-frame – Modern Pandas (Part 2): Method Chaining Ive been trying this style and while it looks cool I am not sure it’s more productive. Because debugging is harder as you can’t examine intermediate results. tags: functional pandas method chaining howto Posted from Diigo . The rest of my favorite links are here .
June 03, 2020
301
The Unreasonable Effectiveness of Method Chaining in Pandas Good article exploring and explaining the functional or fluent style of design in python. tags: functional pandas style howto Posted from Diigo . The rest of my favorite links are here .
May 31, 2020
301
GGather Looks like a really good one. tags: manager bookmark [Every bookmark manager ever made | A Bootstrapped Journey](https://bookmarkos.com/every-bookmark-manager-ever-m...
Read more →
May 27, 2020
301
Very impressive data transformation tool It claims to be able to convert, transform and massage data in css, json and lots of other tabular formats! tags: data howto [c...
Read more →
May 25, 2020
301
The Definitive Guide to Python import Statements | Chris Yeh Another good article about Python modularity tags: python import howto modularity Posted from Diigo . The rest of my favorite links are here .
April 22, 2020
301
Stripe is Silently Recording Your Movements On its Customers’ Websites · mtlynch.io This kind of thing doesn’t bother me too much. But I know certain people are totally freaked out by it. tags: security privacy stripe spying Posted from Diigo . The rest of my favorite links are here .
April 10, 2020
301
Cleaning and Prepping Data with Python for Data Science — Best Practices and Helpful Packages Tour de force explanation of techniques for data cleaning in python data...
Read more →
April 05, 2020
301
The Art of Command Line We all live in the shell. (Yes, if you’re not geekish that sentence makes no sense). And you can always learn a little more and some special trick to make your day. Here’s another reference. tags: [...
Read more →
March 28, 2020
301
How to do multi-step forms in Rails – Code with Jason Really good simple explanation of making a multi step form in Rails. tags: code rails howto forms patterns Posted from Diigo . The rest of my favorite links are here .
March 25, 2020
301
Facade Pattern in Rails for Performance and Maintainability | AppSignal Blog Good explanation. Although I don’t know exactly what his difference is between a facade, a presenter and a service ...
Read more →
March 22, 2020
301
Test Double | Our Blog | Improving Dev Experience with Overmind Foreman is now superseded by overmind, which is better and more awesome. Worth a look. tags: dev overmind tools foreman rails howto Posted from Diigo . The rest of my favorite links are here .
March 07, 2020
301
Integrate Bootstrap 4 and Font Awesome 5 in Rails 6 This can always be a paining the butt. And now that Rails4 uses all this new and badly integrated package management stuff it gets worse. This is a helpfu...
Read more →
March 06, 2020
301
Please stop recommending Git Flow! – George Stocker It’s always hard to handle branches. This was a very popular post when it came out. tags: howto branches git cargocultimg Posted from Diigo . The rest of my favorite links are here .
March 05, 2020
301
Library for stubbing and setting expectations on HTTP requests in Ruby. There are many of these building blocks. Use this to mock a web service that your system depends on. That way you can test your system without incurring the costs (in money and time) of ca...
Read more →
March 03, 2020
301
Ruby on Rails Mistakes that could kill Your Production Servers Specific good advice on rails performance and scale. tags: servers ruby on rails howto ruby production Posted from Diigo . The rest of my favorite links are here .
March 01, 2020
301
Google Interviewing Process for Software Developer Role in 2020 / Habr The madness of interviewing at google. OMG! tags: software google [developer](https://www.dii...
Read more →