Other Entries Other Blogs
https://medium.com/@s_lott Plus, of course, lots of other stuff from lots of other folks. Enjoy.
more ...https://medium.com/@s_lott Plus, of course, lots of other stuff from lots of other folks. Enjoy.
more ...This was a cool thing to see in my Twitter feed:
Dan Bader(@dbader_org)
"Why Python Is Not My FavoriteLanguage"zenhack.net/2016/12/25/why…
More Problems with Python. Here's the short list. 1. Encapsulation (Inheritance, really.) 2. With Statement 3. Decorators 4. Duck …
more ...The request was murky. It evolved over time to this:
Create a function file_record_selection(train.csv, 2, 100, train_2_100.csv)
First parameter: input file name (train.csv)
Second parameter: first record to include (2)
Third parameter: last record to include (100)
Fourth parameter: output file name (train_2_100.csv)
Fundamentally, this …
more ...Real Question:
more ...One of the standard problems that keeps coming up over and over is the parsing of url's. A sub-problem is the parsing of domain and sub-domains and getting a count.
For example
https://www.theatlantic.com/video/index/374880/living-alone-on-a-sailboat/
It would be nice to parse the received …
Real Quote (lightly edited to remove tangential nonsense.)
more ...Recently, I watched a video and it stated that OO is about nouns and Functional programming is about the verbs. Also, ... Aspect-Oriented Programming with the e Verification Language by David Robinson
It would be nice to have a blog post which summarized …
Here's the code: https://github.com/slott56/NMEA-Tools. This is Python code to do some Internet of Things (IoT) stuff. Oddly, even when things connected by a point-to-point serial interface, it's still often called IoT. Even though there's no "Internetworking."
Some IoT projects have a common arc: exploration, modeling, filtering …
more ...https://opensource.com/tags/python Red Hat was an early adopter, putting Python-based tools into their distros. Sadly, they've also lagged behind. They haven't gotten much beyond Python 2.6 or maybe 2.7. RHEL is really good. Except for the Python problem.
more ...This: https://darkf.github.io/posts/problems-i-have-with-python.html
Summary.
Responses.
Several things:
Generating 64 bit hash collisions to DOS Python by Robert Grosse
Tweet:
Dan Bader (@dbader_org)
Python job scheduling made simple: schedule.readthedocs.io | |
more ...Tweet:
Dan Bader (@dbader_org)
"Running Python in Xcode: Step by Step" ericasadun.com/2016/12/04/run…
Thanks for the link. There's a fair amount of "this doesn't seem to be what Xcode was designed to do." But it does seem to work. I'll …
more ...