Python drawer
@python101
36
subscribers
1
photo
2
files
3.7K
links
A collection of curated Python resources from trustworthy sources.
Download Telegram
Join
Python drawer
36 subscribers
Python drawer
https://developers.redhat.com/blog/2019/06/03/how-to-build-a-raspberry-pi-photo-booth/
Red Hat Developer
How to build a Raspberry Pi photo booth | Red Hat Developer
The Coderland booth at the recent Red Hat Summit was all about serverless computing as implemented in the Compile Driver. If you haven't gone through that
Python drawer
https://github.com/quantumblacklabs/kedro
GitHub
GitHub - kedro-org/kedro: Kedro is a toolbox for production-ready data science. It uses software engineering best practices to…
Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable,...
Python drawer
https://github.com/awslabs/gluon-ts
GitHub
GitHub - awslabs/gluonts: Probabilistic time series modeling in Python
Probabilistic time series modeling in Python. Contribute to awslabs/gluonts development by creating an account on GitHub.
Python drawer
https://github.com/rasbt/deeplearning-models
GitHub
GitHub - rasbt/deeplearning-models: A collection of various deep learning architectures, models, and tips
A collection of various deep learning architectures, models, and tips - rasbt/deeplearning-models
Python drawer
https://github.com/guille0/songoku
GitHub
GitHub - guille0/songoku: Solve sudokus from video in real time with computer vision and neural networks
Solve sudokus from video in real time with computer vision and neural networks - guille0/songoku
Python drawer
https://github.com/MarkMichon1/BitGlitter
GitHub
GitHub - MarkMichon1/BitGlitter:
⚡
Embed data payloads inside of ordinary images or video with high-performance animated 2-D barcodes…
⚡
Embed data payloads inside of ordinary images or video with high-performance animated 2-D barcodes in an ElectronJS powered desktop app. - MarkMichon1/BitGlitter
Python drawer
https://github.com/nickmpaz/tiny-tetris
GitHub
GitHub - nickmpaz/tiny-tetris: A Python Tetris implementation that "fits on a business card" (20 lines x 80 characters)
A Python Tetris implementation that "fits on a business card" (20 lines x 80 characters) - nickmpaz/tiny-tetris
Python drawer
https://github.com/clovaai/CutMix-PyTorch
GitHub
GitHub - clovaai/CutMix-PyTorch: Official Pytorch implementation of CutMix regularizer
Official Pytorch implementation of CutMix regularizer - clovaai/CutMix-PyTorch
Python drawer
https://github.com/qubvel/efficientnet
GitHub
GitHub - qubvel/efficientnet: Implementation of EfficientNet model. Keras and TensorFlow Keras.
Implementation of EfficientNet model. Keras and TensorFlow Keras. - qubvel/efficientnet
Python drawer
https://github.com/lijiejie/idea_exploit
GitHub
GitHub - lijiejie/idea_exploit: Gather sensitive information from (.idea) folder for pentesters
Gather sensitive information from (.idea) folder for pentesters - lijiejie/idea_exploit
Python drawer
https://lerner.co.il/2019/06/06/why-do-python-lists-let-you-a-tuple-when-you-cant-a-tuple/
Reuven Lerner
Why do Python lists let you += a tuple, when you can't + a tuple?
Let's say you have a list in Python: >>> mylist = [10, 20, 30] You want to add something to that list. The most standard way to do this is with the "append" method, which
Python drawer
https://hakibenita.com/django-rest-framework-slow
Hakibenita
Improve Serialization Performance in Django Rest Framework
How we reduced serialization time by 99%!
Python drawer
https://stackabuse.com/multiple-linear-regression-with-python/
Stack Abuse
Multiple Linear Regression with Python
Linear regression is one of the most commonly used algorithms in machine learning. You'll want to get familiar with linear regression because you'll need to us...
Python drawer
https://realpython.com/how-to-implement-python-stack/
Realpython
How to Implement a Python Stack – Real Python
In this tutorial, you'll learn how to implement a Python stack. You'll see how to recognize when a stack is a good choice for data structures, how to decide which implementation is best for a program, and what extra considerations to make about stacks in…
Python drawer
https://www.snowboardingcoder.com/coding/2019/05/07/impostor-at-pycon/
Jima Writes About Code
Impostor at PyCon
I’m on my way back from PyCon 2019 and I wanted to share part of a conversation I had a few times while there. My Background For those of you that may not know me and my history, I want to gi…
Python drawer
https://atleastfornow.net/posts/py2-py3-twisted-downloads/
atleastfornow.net
50,000,000 Twisted Downloads Can't Be Wrong · atleastfornow.net
I was told during the Python Language Summit that I should simply drop support for Python 2 in Twisted. I said this was not possible – and here’s the numbers to prove it.
Python drawer
https://devblogs.microsoft.com/python/python-in-the-windows-10-may-2019-update/
Microsoft News
Who put Python in the Windows 10 May 2019 Update?
Python might be hard to install on Windows, but with the latest Windows 10 update, you can type "python" to find it in the Microsoft Store.
Python drawer
http://www.openculture.com/2019/03/killer-rabbits-in-medieval-manunoscripts-why-so-many-drawings-in-the-margins-depict-bunnies-going-bad.html
Open Culture
Killer Rabbits in Medieval Manunoscripts: Why So Many Drawings in the Margins Depict Bunnies Going Bad
In all the kingdom of nature, does any creature threaten us less than the gentle rabbit?
Python drawer
https://realpython.com/courses/python-method-types/
Realpython
OOP Method Types in Python: @classmethod vs @staticmethod vs Instance Methods – Real Python
What's the difference between @classmethod, @staticmethod, and "plain/regular" instance methods in Python? You'll know the answer after watching this video course.
Python drawer
https://jott.live/markdown/Writing%20a%20Toy%20Backend%20Compiler%20for%20PyTorch
Python drawer
https://doisinkidney.com/posts/2019-06-04-solving-puzzles-without-your-brain.html
TWeb.init({scrollToPost:'python101/3139'});