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/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...
Python drawer
https://orbifold.xyz/check-in-json.html
orbifold.xyz
Orbifolds and Other Games - Checking in JSON
Python drawer
https://www.redblobgames.com/pathfinding/a-star/introduction.html
Redblobgames
Red Blob Games: Introduction to the A* Algorithm
Interactive tutorial for A*, Dijkstra's Algorithm, and other pathfinding algorithms
Python drawer
https://realpython.com/django-migrations-a-primer/
Realpython
Django Migrations: A Primer – Real Python
In this tutorial, you’ll get comfortable with Django migrations and learn how to create database tables without writing any SQL, how to automatically modify your database after you changed your models, and how to revert changes made to your database.