Python drawer
@python101
33
subscribers
1
photo
2
files
3.7K
links
A collection of curated Python resources from trustworthy sources.
Download Telegram
Join
Python drawer
33 subscribers
Python drawer
https://github.com/guardrailsio/awesome-python-security
GitHub
GitHub - guardrailsio/awesome-python-security: Awesome Python Security resources
πΆ
π
π
Awesome Python Security resources
πΆ
π
π
. Contribute to guardrailsio/awesome-python-security development by creating an account on GitHub.
Python drawer
https://towardsdatascience.com/the-next-level-of-data-visualization-in-python-dd6e99039d5e
Medium
The Next Level of Data Visualization in Python
How to make great-looking, fully-interactive plots with a single line of Python
Python drawer
https://blog.jupyter.org/a-new-python-kernel-for-jupyter-fcdf211e30a8
Medium
A new Python kernel for Jupyter
Project Jupyter aims at providing a consistent set of tools for interactive computing workflows across multiple programming languagesβ¦
Python drawer
https://github.com/joerick/pyinstrument
GitHub
GitHub - joerick/pyinstrument:
π΄
Call stack profiler for Python. Shows you why your code is slow!
π΄
Call stack profiler for Python. Shows you why your code is slow! - joerick/pyinstrument
Python drawer
https://www.reddit.com/r/Python/comments/ae4e29/what_python_habits_do_you_wish_you_unlearned/
reddit
r/Python - What Python habits do you wish you unlearned earlier?
184 votes and 191 comments so far on Reddit
Python drawer
https://blog.sicara.com/fraud-detection-personalized-page-rank-networkx-15bd52ba2bf6
Medium
How to Perform Fraud Detection with Personalized Page Rank
Along with python package Networkx
Python drawer
https://www.pyimagesearch.com/2019/01/07/auto-keras-and-automl-a-getting-started-guide/
PyImageSearch
Auto-Keras and AutoML: A Getting Started Guide - PyImageSearch
In this tutorial, you will learn about Auto-Keras and AutoML for automated machine learning and deep learning. You will also learn how to use the Auto-Keras Python package.
Python drawer
https://towardsdatascience.com/highlight-action-area-in-soccer-using-tensorflow-1c59d644b404
Medium
Highlight Action Area in Soccer using Tensorflow
Doing cool things with data!
Python drawer
https://github.com/lettergram/sentence-classification
GitHub
GitHub - lettergram/sentence-classification: Sentence Classifications with Neural Networks
Sentence Classifications with Neural Networks. Contribute to lettergram/sentence-classification development by creating an account on GitHub.
Python drawer
https://github.com/utkuufuk/weekplot
GitHub
GitHub - utkuufuk/weekplot: Visualize your weekly schedule
Visualize your weekly schedule. Contribute to utkuufuk/weekplot development by creating an account on GitHub.
Python drawer
https://github.com/gabdube/panic-panda
GitHub
gabdube/panic-panda
A 3D rendering demo powered by Python and Vulkan. Contribute to gabdube/panic-panda development by creating an account on GitHub.
Python drawer
https://github.com/OlleLinderos/LambdaToS3
GitHub
OlleLinderos/LambdaToS3
Read and write to S3 with AWS Lambda. Contribute to OlleLinderos/LambdaToS3 development by creating an account on GitHub.
Python drawer
https://github.com/asottile/dead
GitHub
GitHub - asottile/dead: dead simple python dead code detection
dead simple python dead code detection. Contribute to asottile/dead development by creating an account on GitHub.
Python drawer
https://github.com/MorvanZhou/sudoku
GitHub
GitHub - MorvanZhou/sudoku: A simple Sudoku generator and solver. ζ°η¬ηζε¨εθ§£ι’ε¨
A simple Sudoku generator and solver. ζ°η¬ηζε¨εθ§£ι’ε¨. Contribute to MorvanZhou/sudoku development by creating an account on GitHub.
Python drawer
https://github.com/zisianw/FaceBoxes.PyTorch
GitHub
GitHub - zisianw/FaceBoxes.PyTorch: A PyTorch Implementation of FaceBoxes
A PyTorch Implementation of FaceBoxes. Contribute to zisianw/FaceBoxes.PyTorch development by creating an account on GitHub.
Python drawer
https://github.com/ReconInfoSec/ansible-graylog-modules
GitHub
GitHub - ReconInfoSec/ansible-graylog-modules: Ansible modules for the Graylog API
Ansible modules for the Graylog API. Contribute to ReconInfoSec/ansible-graylog-modules development by creating an account on GitHub.
Python drawer
https://realpython.com/python-concurrency/
Realpython
Speed Up Your Python Program With Concurrency β Real Python
In this tutorial, you'll explore concurrency in Python, including multi-threaded and asynchronous solutions for I/O-bound tasks, and multiprocessing for CPU-bound tasks. By the end of this tutorial, you'll know how to choose the appropriate concurrency modelβ¦
Python drawer
https://gregoryszorc.com/blog/2019/01/10/what-i've-learned-about-optimizing-python/
Python drawer
https://www.codementor.io/ohasanli/parsing-text-in-python-via-textfsm-r4hk9oj1h
Python drawer
https://stackabuse.com/dockerizing-python-applications/
Stack Abuse
Dockerizing Python Applications
Docker is a widely accepted and used tool by leading IT companies to build, manage and secure their applications. Containers, like Docker, allow developers to...
Python drawer
https://www.codementor.io/seantullis/improve-your-code-with-atomic-functions-r6dt43fy7
www.codementor.io
Improve Your Code With Atomic Functions | Codementor
In your studies, you may have encountered the terms "atomic function" and "Don't Repeat Yourself (DRY)". Today, I'm going to demonstrate how these concepts work together to provide easily...