PyData 2018 Washington, DC
See https://pydata.org/dc2018/ You do need to get your tickets ASAP. The schedule is fabulous. Hotel rooms are still available, so don't waste any time getting connected.
more ...See https://pydata.org/dc2018/ You do need to get your tickets ASAP. The schedule is fabulous. Hotel rooms are still available, so don't waste any time getting connected.
more ...Or "When is it time to move?"
I've got https://sourceforge.net/projects/stingrayreader/ which has been on SourceForge since forever.
Really since about 2014. Not that long. But. Maybe long enough?
The velocity of change is relatively slow.
However.
(And this is a big however.) SourceForge seems kind of …
more ...I don't -- generally -- think of myself as an edge-of-the-envelope developer. I'm a tried-and-proven kind of engineer. I want stuff that's been around for years, with a long history of changes. Except. Today. Currently, I'm revising Mastering Object-Oriented Python. Second Edition. That means upgrading everything to Python 3.7 with full …
more ...Here's a particularly tangled and difficult problem. It arises because I have another blog. Specifically this: Team Red Cruising. And it's an unholy mess.
There are two important features of the Team Red Cruising blog.
Tweet:
![]()
Pycoders Weekly(@pycoders)
Configure Python 3, Flask andGunicorn on Ubuntu 18.04 LTS –bit.ly/2vRZYQR
We worked through this about a year ago, without the help of this post. Having the article would have saved us some time and effort. You should …
more ...Tweet:
![]()
Real Python(@realpython)
A multi-core Python HTTPserver (much) faster than Go(spoiler: Cython)`nexedi.com/NXD-Blog.Multi… <https://t.co/mlRqTMwmxu>`__
https://www.nexedi.com/NXD-Blog.Multicore.Python.HTTP.Server This is handy. It makes perfect sense that Python -- with a little help …
more ...Freezing Python’s Dependency Hell in 2018 Excellent advice. Excepot for the "Don't use Anaconda." Yes. It's a big download. Odds are good you'll need most of it. So. Just do it now. The (miniconda + environment.yml) as an entry point is really good. The "rely on people to actually …
more ...This is brilliant. Why is Python so slow? by Anthony Shaw It covers three aspects of the implementation in a respectable level of detail. Helpful information. Bookmark it to help stop pointless bickering with people who don't understand the value of getting something to run right now vs. getting something …
more ...Once every few months I get an email like this. What is it? Phishing?
I've finally looked into it, and learned two important lessons.
Here's the body of the email.
Hello there, Your page http://www.itmaybeahack.com/homepage/iblog/C364310209/E20080407095503.html has some good references to cyber security …more ...
Warning. I'm new to this. Yes, my book Functional Python Programming -- 2nd ed -- is full of type hints. But my examples are all (intentionally) relatively simple. There are edge cases that I do not pretend to understand.
Here's a fun one. Start here
more ...Lazy PyTwitter: Is there some way with …