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://treyhunner.com/2019/03/abusing-and-overusing-list-comprehensions-in-python/
Treyhunner
Overusing list comprehensions and generator expressions in Python
List comprehensions are one of my favorite features in Python.
I love list comprehensions so much that I’ve written an article about them, done …
Python drawer
https://towardsdatascience.com/generate-piano-instrumental-music-by-using-deep-learning-80ac35cdbd2e
Medium
Generate Piano Instrumental Music by Using Deep Learning
Generate Piano Music “♪♪♪” step by step by experimenting Tensorflow v2.0 Alpha
Python drawer
https://medium.com/@reedrehg/a-flask-stripe-saas-template-cab289c11316
Medium
A Flask + Stripe SAAS Template
Bootstrapped template for Flask and Stripe integration
Python drawer
https://www.toptal.com/python/python-parameterized-design-patterns
Toptal
Ensuring Clean Code: A Look at Python, Parameterized
We’ll explore the application of parameterization and how it relates to mainstream design patterns such as dependency injection, strategy, template method, and others. In Python parameterized, many of these patterns are made unnecessary by the fact that parameters…
Python drawer
https://medium.com/intuitive-deep-learning/build-your-first-convolutional-neural-network-to-recognize-images-84b9c78fe0ce
Medium
Build your first Convolutional Neural Network to recognize images
A step-by-step guide to building your own image recognition software with Convolutional Neural Networks using Keras on CIFAR-10 images!
Python drawer
https://dev.to/kchawla_pi/using-a-decorators-to-solve-my-task-the-thinking--the-process-49f0
The DEV Community
Code. Changing it without breaking it, using a Decorator.
How I used Python's decorator feature to change a piece of user facing functionality without breaking existing user code that uses it. Step by step, including my thought process, reasoning, and considerations.
Python drawer
https://towardsdatascience.com/data-science-with-python-explained-9333b7cef747
Python drawer
https://apirobot.me/posts/django-graphql-solving-n-1-problem-using-dataloaders
apirobot
Django + GraphQL. Solving N+1 Problem using DataLoaders
In this article we’re going to focus on specific problem which you will probably face if you start developing GraphQL APIs. I will try to explain the problem first and then show you how it ca…
Python drawer
https://www.youtube.com/watch?v=C-gEQdGVXbk
YouTube
10 Python Tips and Tricks For Writing Better Code
This video is sponsored by Skillshare. Be one of the first 500 people to sign up with this link and get 2 free months of Skillshare Premium:
https://skl.sh/coreyschafer
In this Python Programming video, we will be going over 10 tips and tricks for writing…
Python drawer
https://pythonspeed.com/articles/multi-stage-docker-python/
Python⇒Speed
Multi-stage builds #2: Python specifics
Once you understand generic Docker multi-stage builds, here’s how to implement them for Python applications, with virtualenvs or user installs.
Python drawer
https://towardsdatascience.com/computer-vision-for-vaporwave-art-32a330c827ee
Medium
Computer Vision for Vaporwave Art
Using modern tech for artistic pursuits
Python drawer
https://snarky.ca/deconstructing-xkcd-com-1987/
Tall, Snarky Canadian
Deconstructing xkcd.com/1987/
On April 30, 2018, https://xkcd.com/1987/ got published. This wasn't the first
time that Randall Munroe posted about Python (probably the most famous comic was
his import antigravity one [https://xkcd.com/353/] which became an actual module
in the stdlib…
Python drawer
https://github.com/minimaxir/automl-gs
GitHub
GitHub - minimaxir/automl-gs: Provide an input CSV and a target field to predict, generate a model + code to run it.
Provide an input CSV and a target field to predict, generate a model + code to run it. - minimaxir/automl-gs
Python drawer
https://realpython.com/get-started-with-django-1/
Realpython
Get Started With Django: Build a Portfolio App – Real Python
In this step-by-step tutorial, you'll learn the basics of creating powerful web applications with Django, a Python web framework. You'll build an example portfolio application to showcase your web development projects.
Python drawer
https://www.djangoproject.com/weblog/2019/apr/01/django-22-released/
Python drawer
https://www.dataschool.io/cloud-services-for-jupyter-notebook/
Data School
Six easy ways to run your Jupyter Notebook in the cloud
Comparing free services for running an interactive Jupyter Notebook in the cloud: Binder, Kaggle Kernels, Google Colab, Azure Notebooks, CoCalc, Datalore.
Python drawer
https://www.globalapptesting.com/blog/picking-apart-stackoverflow-what-bugs-developers-the-most
Globalapptesting
Picking Apart Stack Overflow; What Bugs Developers The Most?
What did we discover when we picked apart StackOverflow to find out what bugged developers most? We picked 11 of the most popular programming languages (measured by frequency of StackOverflow tags) and ran a study looking to uncover some of the commonalities…
Python drawer
https://www.reddit.com/r/learnpython/comments/b5gyfh/for_those_who_selftaught_themselves_python_how/
reddit
r/learnpython - For those who self-taught themselves Python, how did you do it?
206 votes and 218 comments so far on Reddit
Python drawer
https://news.ycombinator.com/item?id=19475218
Python drawer
https://spurin.com/2019/03/12/Python-Virtual-Environments/
spurin.com
Python Virtual Environments Masterclass
TL;DRThis tutorial gives a rapid primer of Python Virtual Environments and how to use them in your effectively in your Python programming endeavours. By the end you’ll know how to use Virtual Envir