Windows 10 will get Python 3.7 preinstalled. Well, good for Windows folks!
Tearing apart a MacOS adware (made with Python)
https://objective-see.com/blog/blog_0x3F.html
https://objective-see.com/blog/blog_0x3F.html
Another packaging and distribution tool for Python applications, this time it's going to be more convenient and simple to use!
https://github.com/indygreg/PyOxidizer
https://github.com/indygreg/PyOxidizer
GitHub
GitHub - indygreg/PyOxidizer: A modern Python application packaging and distribution tool
A modern Python application packaging and distribution tool - indygreg/PyOxidizer
Data augmentation with Keras, a 10-15 minutes read:
https://www.pyimagesearch.com/2019/07/08/keras-imagedatagenerator-and-data-augmentation/
https://www.pyimagesearch.com/2019/07/08/keras-imagedatagenerator-and-data-augmentation/
PyImageSearch
Keras ImageDataGenerator and Data Augmentation - PyImageSearch
In today’s tutorial, you will learn how to use Keras’ ImageDataGenerator class to perform data augmentation. I’ll also dispel common confusions surrounding what data augmentation is, why we use data augmentation, and what it does/does not do.
Sooner or later you will profile your app. Better sooner than later.
https://p403n1x87.github.io//python/profiling/2019/05/05/python-profiling.html
https://p403n1x87.github.io//python/profiling/2019/05/05/python-profiling.html
p403n1x87.github.io
Deterministic and Statistical Python Profiling
If you want to be sure that your applications are working optimally, then sooner or later you will end up turning to profiling techniques to identify and cor...
This will introduce text processing to you pretty quickly. A must read if you plan working with text.
Guido once wrote about the self keyword. It has to stay.
http://neopythonic.blogspot.com/2008/10/why-explicit-self-has-to-stay.html
http://neopythonic.blogspot.com/2008/10/why-explicit-self-has-to-stay.html
Blogspot
Why explicit self has to stay
Bruce Eckel has blogged about a proposal to remove 'self' from the formal parameter list of methods. I'm going to explain why this proposa...
All you need to know about Python list internals
https://www.laurentluce.com/posts/python-list-implementation/
https://www.laurentluce.com/posts/python-list-implementation/
Another AI project to write or improve your code. Is this a hit or miss?
https://sourcery.ai/
https://sourcery.ai/
sourcery.ai
AI Code Reviews | Sourcery | Try for Free
AI code reviews in GitHub, GitLab, or your IDE
If you’re into asynchronous processing and event-driven systems than you probably find yourself using RabbitMQ. Must read this about event-driven architectures:
https://blog.theodo.com/2019/08/event-driven-architectures-rabbitmq/
https://blog.theodo.com/2019/08/event-driven-architectures-rabbitmq/
Theodo
Introduction to Event-driven Architectures With RabbitMQ | Theodo
Astro description
I used to use “tabulate” to draw tables in the console, but next time I’ll give a try to this new fancy package: https://github.com/alttch/rapidtables
GitHub
GitHub - alttch/rapidtables: Super fast list of dicts to pre-formatted tables conversion library for Python 2/3
Super fast list of dicts to pre-formatted tables conversion library for Python 2/3 - alttch/rapidtables