There will be no Python 4.0 in the near future, CPython speed up, incremental updates and improvements for upcoming Python versions, thoughts about other languages and some fun facts about the man behind the Python language - all in this big interview with Guido van Rossum.
https://www.youtube.com/watch?v=aYbNh3NS7jA
https://www.youtube.com/watch?v=aYbNh3NS7jA
YouTube
Q&A with Guido van Rossum, Inventor of Python
Guido van Rossum is a Dutch programmer best known as the creator of the Python programming language, for which he was the "Benevolent dictator for life" (BDFL) . Come join us for an open Q/A "Ask me Anything" to get to know how PyCon was born and Guido's…
BTW Manning is giving away a book "Go in Action". Not about Python, but, well, it's free. They require your email for the book and will probably send you some spam (I think it's ok to unsubscribe later).
Grab it until May, 30, 2021
https://freecontent.manning.com/free-ebook-go-in-action
Grab it until May, 30, 2021
https://freecontent.manning.com/free-ebook-go-in-action
Manning
Free eBook - Go in Action - Manning
manning.com Go in Action Don’t miss out! Offer ends May 30, 2021. Only available to new email subscribers. $35.99 FREE! Get your free eBook! Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The... Continue Reading…
Just came across an advertisement of one of the Jetbrains IDEs with this screenshot in it. I’ve never tried any stackoverflow integrations and quickly googled if there are any worthwhile extensions for vscode and sublime text and found a few:
1) Stackoverflow snippets for Sublime Text - allows to search, view the results and paste snippets right in the editor.
https://packagecontrol.io/packages/Stack%20Overflow%20Snippets
2) Stackoverflow view for vscode - this one allows searching and browsing search results right in the editor in a separate tab. Looks good.
https://marketplace.visualstudio.com/items?itemName=4tron.stack-overflow-view
3) Stackoverflow instant search for vscode - this one opens the search results in a new browser tab. Some may find this convenient, but to me this one is not as sophisticated as both previous extensions.
https://marketplace.visualstudio.com/items?itemName=Alexey-Strakh.stackoverflow-search
Do you find this useful or this is just bells and whistles that no one needs?
1) Stackoverflow snippets for Sublime Text - allows to search, view the results and paste snippets right in the editor.
https://packagecontrol.io/packages/Stack%20Overflow%20Snippets
2) Stackoverflow view for vscode - this one allows searching and browsing search results right in the editor in a separate tab. Looks good.
https://marketplace.visualstudio.com/items?itemName=4tron.stack-overflow-view
3) Stackoverflow instant search for vscode - this one opens the search results in a new browser tab. Some may find this convenient, but to me this one is not as sophisticated as both previous extensions.
https://marketplace.visualstudio.com/items?itemName=Alexey-Strakh.stackoverflow-search
Do you find this useful or this is just bells and whistles that no one needs?
This old text by Spolsky is still relevant and I feel it will ways be. Abstractions leak and nothing is going to change
Happy Friday!
https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/
Happy Friday!
https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/
This can even be used as a cheatsheet once you have to do some data analysis with SQL🔥
https://hakibenita.com/sql-for-data-analysis
https://hakibenita.com/sql-for-data-analysis
Hakibenita
Practical SQL for Data Analysis
What you can do without Pandas
Meanwhile Microsoft introduces the next version of Windows and it’s a free upgrade
https://blogs.windows.com/windowsexperience/2021/06/24/introducing-windows-11/
https://blogs.windows.com/windowsexperience/2021/06/24/introducing-windows-11/
Windows Experience Blog
Introducing Windows 11
At a time when the PC is playing a more central role in our lives, Windows 11 is designed to bring you closer to what you love.
Despite SQL is well known and loved there’s also so much to criticize
https://scattered-thoughts.net/writing/against-sql/
https://scattered-thoughts.net/writing/against-sql/
Linear regression is so easier to understand than neural networks. Using NN was always more like a magic and was never a silver bullet. This text can be a good starting point to learn linear regression right from its strengths (there’s a link to video below the text).
Happy Tuesday everyone!
https://www.kdnuggets.com/2021/08/3-reasons-linear-regression-instead-neural-networks.html
Happy Tuesday everyone!
https://www.kdnuggets.com/2021/08/3-reasons-linear-regression-instead-neural-networks.html
KDnuggets
3 Reasons Why You Should Use Linear Regression Models Instead of Neural Networks - KDnuggets
While there may always seem to be something new, cool, and shiny in the field of AI/ML, classic statistical methods that leverage machine learning techniques remain powerful and practical for solving many real-world business problems.
Different SDLC models all with their pros and cons and in one text
https://medium.com/codex/9-software-development-life-cycle-models-c16bee2a917a
https://medium.com/codex/9-software-development-life-cycle-models-c16bee2a917a
One of the latest MIT Press books that might be interesting for all kinds of engineers
https://mitpress.mit.edu/books/software-design-flexibility
https://mitpress.mit.edu/books/software-design-flexibility
MIT Press
Software Design for Flexibility
Time pressures encourage programmers to write code that works well for a narrow purpose, with no room to grow. But the best systems are evolvable; they can b...
Another book announcement from the famous dabeaz, looking forward to get it
Have a great weekend!
https://twitter.com/dabeaz/status/1433231926530281472?s=21
Have a great weekend!
https://twitter.com/dabeaz/status/1433231926530281472?s=21
Twitter
David Beazley
A little birdie told me that my upcoming book, Python Distilled, is included in this. informit.com/python-distill… twitter.com/InformIT/statu…
Future is now? At least this is what comes to mind when you think about passwordless authentication.
PS Microsoft drives interesting initiatives for some tome now
Happy Monday!
https://www.theverge.com/2021/9/15/22675175/microsoft-account-passwordless-no-password-security-feature
PS Microsoft drives interesting initiatives for some tome now
Happy Monday!
https://www.theverge.com/2021/9/15/22675175/microsoft-account-passwordless-no-password-security-feature
Get ready to catch exception groups in Python 3.11
https://www.python.org/dev/peps/pep-0654/
https://www.python.org/dev/peps/pep-0654/
peps.python.org
PEP 654 – Exception Groups and except* | peps.python.org
Python Enhancement Proposals (PEPs)
JFYI If you will ever need more from itertools, here’s more:
Docs: https://more-itertools.readthedocs.io/en/stable/
Code: https://github.com/more-itertools/more-itertools
Docs: https://more-itertools.readthedocs.io/en/stable/
Code: https://github.com/more-itertools/more-itertools
GitHub
GitHub - more-itertools/more-itertools: More routines for operating on iterables, beyond itertools
More routines for operating on iterables, beyond itertools - more-itertools/more-itertools