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://www.instructables.com/id/Python-coding-for-Minecraft/
Instructables
Python Coding for Minecraft
Python Coding for Minecraft: This Instructable shows how to install and use a mod I wrote that lets you control Minecraft with python scripts. I'll focus on Windows, though OS X and Linux should work just as well.Python scripts can generate neat in-world…
Python drawer
https://towardsdatascience.com/turn-your-previous-python-projects-into-awesome-tools-with-tkinter-2e61f2241e29
Medium
Turn your previous Python projects into awesome tools — with Tkinter
Creating a simple app with Tkinter, Python and a web scraping script with Selenium!
Python drawer
https://medium.com/@k.giguz/getting-started-with-azure-python-functions-abd4d88706f7
Medium
Getting started with Azure Python functions
Learn how to create Azure Python functions with a practical example.
Python drawer
https://github.com/junswj/pandora_duplicates/blob/master/README.md
GitHub
junswj/pandora_duplicates
Pandora Playlist Duplicate Checking Tool. Contribute to junswj/pandora_duplicates development by creating an account on GitHub.
Python drawer
https://nedbatchelder.com//blog/201908/why_your_mock_doesnt_work.html
Python drawer
https://stackabuse.com/image-classification-with-transfer-learning-and-pytorch/
Stack Abuse
Image Classification with Transfer Learning and PyTorch
Transfer learning is a powerful technique for training deep neural networks that allows one to take knowledge learned about one deep learning problem and apply...
Python drawer
https://victorzhou.com/blog/softmax/
Victorzhou
A Simple Explanation of the Softmax Function - victorzhou.com
What Softmax is, how it's used, and how to implement it in Python.
Python drawer
https://rushter.com/blog/python-memory-managment/
Artem Golubin
Memory management in Python
To speed-up memory operations and reduce fragmentation Python uses a special manager on top of the general-purpose allocator, called PyMalloc.
Python drawer
https://www.marsja.se/how-to-make-a-scatter-plot-in-python-using-seaborn/
Erik Marsja
How to Make a Scatter Plot in Python using Seaborn -
Here we will learn how to make scatter plots, adding trend lines, text, rotating the labels, changing color, and markers, among other things.
Python drawer
https://programmingzen.com/exploring-mathematics-with-matplotlib-and-python/
Programming Zen
Exploring Mathematics with Matplotlib and Python | Programming Zen
Data Visualization can be a great tool for mathematical exploration and experimentation. In this article, I show you an example using Matplotlib and Python.
Python drawer
http://www.codingwithricky.com/2019/08/03/1-quadtree-photo-stylizer-python/
CODING w/RICKY
Implementing a Photo Stylizer in Python using a QuadTree Algorithm
Learn how to write a python script to create a quadtree based filter for stylizing photos
Python drawer
https://hacksoft.blog/improve-your-tests-django-fakes-and-factories/
HackSoft - tailor-made software solutions for your business
Improve your tests in Django with fakes and factories - HackSoft - tailor-made software solutions for your business
This blog post is an introduction into unit testing in Django. It offers an explanation on what are faker and factories and code examples illustrating them.
Python drawer
https://adamj.eu/tech/2019/08/07/how-to-add-database-modifications-beyond-migrations-to-your-django-project/
Python drawer
https://towardsdatascience.com/setting-up-your-own-data-science-workspace-with-visual-studio-code-and-anaconda-python-22237590b4ed
Medium
Setting up your own Data Science workspace with Visual Studio Code and Anaconda (Python)
Creating a organized work environment when starting out with data science
Python drawer
https://itnext.io/how-i-build-my-own-amazon-s3-storage-5de56b4c6612
Python drawer
https://realpython.com/cpython-source-code-guide/
Realpython
Your Guide to the CPython Source Code – Real Python
In this detailed Python tutorial, you'll explore the CPython source code. By following this step-by-step walkthrough, you'll take a deep dive into how the CPython compiler works and how your Python code gets executed.
Python drawer
https://blog.startifact.com/posts/refactoring-to-multiple-exit-points.html
Secret Weblog
Refactoring to Multiple Exit Points
Introduction
Functions should have only a single entry point. We all agree on that. But some
people also argue that functions should have a single exit that returns the
value. More people don't seem t
Python drawer
http://py3readiness.org
Python drawer
https://www.ncsc.gov.uk/blog-post/time-to-shed-python-2
Python drawer
http://www.onelinerizer.com