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://m.youtube.com/playlist?list=PLbFHh-ZjYFwErD9ICH42MPeT8PQuzIj56
Python drawer
https://stackify.com/aws-lambda-with-python-a-complete-getting-started-guide/
Stackify
AWS Lambda with Python: A Complete Getting Started Guide - Stackify
By the end of this tutorial, you’ll be ready to integrate AWS serverless frameworks using Python Lambda functions. Let's get started.
Python drawer
https://ednsquare.com/story/building-a-graphql-api-with-python-django------u6KWaC
Ednsquare
Building a GraphQL API with Python & Django - Ednsquare
In this tutorial, youll implement your own GraphQL server in python and graphene.
Python drawer
https://www.pyimagesearch.com/2019/07/01/remote-development-on-the-raspberry-pi-or-amazon-ec2/
PyImageSearch
Remote development on the Raspberry Pi (or Amazon EC2) - PyImageSearch
Learn how to perform remote development on a Raspberry Pi (or Amazon EC2 server). You will discover how to configure your host machine to connect to these systems and remotely perform Python development.
Python drawer
https://towardsdatascience.com/brazilian-heavy-metal-an-exploratory-data-analysis-using-nlp-and-lda-f92324d0381e?gi=52022129c1e9
Towards Data Science
Brazilian Heavy Metal: An Exploratory Data Analysis using NLP and LDA
An analysis across the lyrics of two of greatest bands of Brazilian Heavy Metal: Angra and Sepultura
Python drawer
https://interrupt.memfault.com/blog/automate-debugging-with-gdb-python-api
Python drawer
https://stackabuse.com/text-generation-with-python-and-tensorflow-keras/
Stack Abuse
Text Generation with Python and TensorFlow/Keras
Are you interested in using a neural network to generate text? TensorFlow and Keras can be used for some amazing applications of natural language processing te...
Python drawer
https://serverless.com/blog/dynamic-image-resizing-python/
Serverless
Dynamic image resizing with Python and Serverless framework
In this article we will provide an example of how to dynamically resize images with Python and the Serverless framework.
Python drawer
https://engineering.giphy.com/fixing-django-fixtures/
GIPHY Engineering
Fixing Django Fixtures
GIPHY Engineering blog
Python drawer
https://www.youtube.com/watch?v=2iGndOvl7cQ
YouTube
A Python CLI Tool to Help Diff Web Framework Versions (Demo + How It Was Built)
It currently supports Phoenix, Rails, Django and Laravel. Learn to build CLI tools along the way. Hit the subscribe button to receive more videos like this! ...
Python drawer
https://thejohnfreeman.com/blog/2019/07/01/ad-hoc-polymorphism-in-python/
Python drawer
https://www.twilio.com/blog/smart-baby-monitor-python-raspberry-pi-twilio-sms-peripheral-sensors
Twilio Blog
How to Make a Smart Baby Monitor with Python, Raspberry Pi, Twilio SMS, and Peripheral Sensors
Learn to build your own smart baby monitor using Python, a Raspberry Pi, peripheral sensors and Twilio SMS.
Python drawer
https://m.youtube.com/playlist?list=PLGKQkV4guDKEn-pF85NoIL_-VYIFz3ppo
Python drawer
https://julien.danjou.info/handling-multipart-form-data-python/
Python drawer
https://blog.jerrycodes.com/sneak-peek-python-3-8/
Jerry Codes
Sneak peek at Python 3.8
Python 3.8 release is scheduled [https://www.python.org/dev/peps/pep-0569/#id6]
for November this year (2019). The first beta release
[https://www.python.org/downloads/release/python-380a1/] - no new features after
this one - got out a while ago. I decided…
Python drawer
https://hakibenita.com/fast-load-data-python-postgresql
Hakibenita
Fastest Way to Load Data Into PostgreSQL Using Python
From two minutes to less than half a second!
Python drawer
https://testdriven.io/blog/deploying-django-to-heroku-with-docker/?utm_source=realpython
testdriven.io
Deploying Django to Heroku With Docker
This article looks at how to deploy a Django app to Heroku with Docker via the Heroku Container Runtime.
Python drawer
https://realpython.com/learning-paths/writing-pythonic-code/
Realpython
Write More Pythonic Code (Learning Path) – Real Python
Learn to write clean, idiomatic Python. Explore PEP 8, the Zen of Python, duck typing, type checking, code quality tools, and project documentation.
Python drawer
https://www.pythonpodcast.com/domain-driven-design-episode-219/
The Python Podcast.__init__
Domain Driven Design For Python
<div class="wp-block-jetpack-markdown"><h3>Summary</h3>
<p>When your software projects start to scale it becomes a greater challenge to understand and…
Python drawer
https://skerritt.blog/dynamic-programming/
Skerritt.blog
🤔
What Is Dynamic Programming With Python Examples
Dynamic programming is breaking down a problem into smaller sub-problems, solving each sub-problem and storing the solutions to each of these sub-problems in an array (or similar data structure) so each sub-problem is only calculated once.
It is both a mathematical…