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.pyimagesearch.com/2018/12/31/keras-conv2d-and-convolutional-layers/
PyImageSearch
Keras Conv2D and Convolutional Layers - PyImageSearch
In this tutorial you will learn about the Keras Conv2D class and convolutions, including the most important parameters you need to tune when training your own Convolutional Neural Networks (CNNs).
Python drawer
https://blog.rothe.uk/serverless-tram-time-display/
Martin's Blog
Building a Tram-Time Display with AWS Lambda
The real-time information displays at Bus and Tram stops in Nottingham are really useful but for a while I've wanted to get this information before I leave the house/office. I've recently discovered the API which exposes this information and used it to build…
Python drawer
https://cosmicbboy.github.io/2018/12/28/validating-pandas-dataframes.html
Python drawer
https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-python-postgresql-app
Docs
Tutorial: Deploy Python (Django) with Postgres - Azure App Service
Learn how to create a Python app with a PostgreSQL database and deploy it to Azure App Service on Linux. The tutorial uses a Django sample app for demonstration.
Python drawer
http://www.declanoller.com/2018/12/24/solving-the-brachistochrone-and-a-cool-parallel-between-diversity-in-genetic-algorithms-and-simulated-annealing/
Python drawer
https://simpleisbetterthancomplex.com/tutorial/2019/01/02/how-to-implement-grouped-model-choice-field.html
Simple is Better Than Complex
How to Implement Grouped Model Choice Field
The Django forms API have two field types to work with multiple options: ChoiceField and ModelChoiceField.
Python drawer
https://simpleisbetterthancomplex.com/tutorial/2019/01/02/how-to-implement-grouped-model-choice-field.html
Simple is Better Than Complex
How to Implement Grouped Model Choice Field
The Django forms API have two field types to work with multiple options: ChoiceField and ModelChoiceField.
Python drawer
https://www.youtube.com/watch?v=F5mRW0jo-U4
YouTube
Python Django Web Framework - Full Course for Beginners
Learn the Python Django framework with this free full course. Django is an extremely popular and fully featured server-side web framework, written in Python. Django allows you to quickly create web apps.
💻
Code: https://github.com/codingforentrepreneurs/Try…
Python drawer
https://leanpub.com/clean-architectures-in-python
Leanpub
Clean Architectures in Python
Python drawer
https://python-graph-gallery.com
The Python Graph Gallery
Python Graph Gallery
The Python Graph Gallery displays hundreds of charts made with Python, always with explanation and reproduciible code
Python drawer
https://talkpython.fm/episodes/show/191/python-s-journey-at-microsoft
talkpython.fm
Python's journey at Microsoft
When you think about Microsoft, do you think about Python? Maybe not, but you probably should. They have been doing an incredible amount of work to improve Python for folks on Windows as well as the broader community. You can think of the wild growth of Visual…
Python drawer
https://medium.com/@kari.marttila/five-languages-five-stories-1afd7b0b583f
Medium
Five Languages — Five Stories
Introduction
Python drawer
https://medium.com/@Psr1/visual-parameter-tuning-with-facebook-prophet-and-python-8f50719c7318
Medium
Visual Parameter Tuning with Facebook Prophet and Python
Bryant Crocker
Python drawer
https://djangodeconstructed.com/2018/12/18/django-and-python-logging-in-plain-english/
Django Deconstructed
Python and Django Logging in Plain English
If you’ve ever written a program and printed out a value to see what’s going on during execution, then you understand at some level why logging is so valuable. Knowing what’s happening in your code…
Python drawer
https://iosoft.blog/ftdi-python/
Lean2
Programming FTDI devices in Python
FTDI chips are frequently used as USB-to-serial adaptors, but the newer devices have the ability to drive more complex protocols such as SPI and I2C. I like to use Python when first experimenting w…
Python drawer
https://www.michaelfogleman.com/aoc18/
Python drawer
https://www.hackerfactor.com/blog/index.php?/archives/825-8-Reasons-Python-Sucks.html
Python drawer
https://lwn.net/Articles/775105/
lwn.net
Python gets a new governance model
Back in late October, when we looked in on
the Python
governance question, which came about due to the resignation of Guido van Rossum, things seemed
to be mostly set for a vote in late November. There were six Python
Enhancement Proposals (PEPs) under…
Python drawer
http://matthewrocklin.com/blog/work/2018/12/17/gpu-python-challenges
Matthewrocklin
First Impressions of GPUs and PyData
Python drawer
https://medium.com/build-smarter/blazing-fast-python-40a2b25b0495
Medium
Blazing fast Python
Profiling Python applications using Pyflame
Python drawer
https://medium.com/python4you/python-io-streams-in-examples-97d2c4367207
Medium
Python IO streams in examples
Python IO streams: BytesIO and StringIO in practice.