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://unterwaditzer.net/2019/mypy-and-python2.html
Python drawer
https://gregoryszorc.com/blog/2019/06/24/building-standalone-python-applications-with-pyoxidizer/
Python drawer
https://eng.uber.com/simulated-marketplace/
Python drawer
https://www.linuxjournal.com/content/pythons-mypy-advanced-usage
Python drawer
https://towardsdatascience.com/creating-new-scripts-with-stylegan-c16473a50fd0?sk=fec7c4e10e242df3ae41822c5b2d6440
Towards Data Science
Creating New Scripts with StyleGAN
Applying StyleGAN to the first 65,000 Unicode characters to generate new ones
Python drawer
https://www.pylenin.com/blogs/unpacking-iterables-in-python/
Pylenin
Unpacking Iterables in Python
Learn different ways to unpack iterables or sequences in Python through useful examples.
Python drawer
https://www.youtube.com/watch?v=AsoJL9GPi1k
YouTube
How to Build A Single Page App With Python Flask
đź’»
Want to learn how to code? My website has helped students in 90+ countries gain real-world coding skills! Whether you're a beginner or an experienced developer, you'll find practical lessons, hands-on projects, and career-focused training to level up your…
Python drawer
https://stribny.name/blog/2019/06/debugging-python-programs
Python drawer
https://tomassetti.me/pyleri-tutorial/
Strumenta
Pyleri Tutorial: Parsing with Ease - Strumenta
A tutorial on Pyleri and its family of parser libraries. To use it when you need something more than a regular expression.
Python drawer
https://jalammar.github.io/visual-numpy/
jalammar.github.io
A Visual Intro to NumPy and Data Representation
Discussions:
Hacker News (366 points, 21 comments), Reddit r/MachineLearning (256 points, 18 comments)
Translations: Chinese 1, Chinese 2, Japanese, Korean
The NumPy package is the workhorse of data analysis, machine learning, and scientific computing…
Python drawer
https://medium.com/@fidel.esquivelestay/make-you-photos-look-trippy-with-python-how-to-build-your-own-photo-filter-app-from-scratch-8ef4f2703282
Medium
Make your Photos Look Trippy with Python — How to Build Your Own Photo Filter App from Scratch.
Build a real-world photo filter app using Python, Tkinter and OpenCV!
Python drawer
https://medium.com/@grepLeigh/portable-computer-vision-tensorflow-2-0-on-a-raspberry-pi-part-1-of-2-84e318798ce9
Medium
Portable Computer Vision: Tensorflow 2.0 on a Raspberry Pi
Are you just getting started with machine/deep learning? This blog series is for you.
Python drawer
https://www.youtube.com/watch?v=2duiKt0L3_k
YouTube
Grant Jenks - Fight Night in Literate Python - Pyninsula #19
Our second talk at the 19th Pyninsula Meeting, hosted by Facebook in Menlo Park/MPK20 on June 18th, 2019. More info at pyninsula.org.
Grant Jenks delves into the history of one of the seminal showdowns in programming history. Is worse better? Was Unix a…
Python drawer
https://towardsdatascience.com/how-to-effortlessly-optimize-jupyter-notebooks-e864162a06ee
Medium
Tips, Tricks, Hacks, and Magic: How to Effortlessly Optimize Your Jupyter Notebook
The complete beginner’s guide to making Jupyter Notebooks better, faster, stronger, smoother, and just plain awesome
Python drawer
https://medium.com/@ageitgey/snagging-parking-spaces-with-mask-r-cnn-and-python-955f2231c400
Medium
Snagging Parking Spaces with Mask R-CNN and Python
Using Deep Learning to Solve Minor Annoyances
Python drawer
https://doughellmann.com/blog/2019/06/29/dependencies-between-python-standard-library-modules/
Python drawer
https://www.256kilobytes.com/content/show/10829/raspberry-pi-how-to-build-a-robot-a-step-by-step-guide-for-beginners
256Kilobytes
[Raspberry Pi] How to Build a Robot: A Step-by-Step Guide for Beginners
A blind run by some guy.
Python drawer
https://realpython.com/python-redis/
Realpython
How to Use Redis With Python – Real Python
In this step-by-step tutorial, you'll cover how to use both Redis and its Python client library. You'll learn a bite-sized slice of Redis itself and master the redis-py client library.
Python drawer
http://www.nicolas-hahn.com/python/go/rust/programming/2019/07/01/program-in-python-go-rust/
Nicolas Hahn
One Program Written in Python, Go, and Rust
Image differentiation in three languages
Python drawer
https://wordsandbuttons.online/sympy_makes_math_fun_again.html
wordsandbuttons.online
SymPy makes math fun again
An introduction into symbolic computations in Python. Don't worry, it's much simpler than it sounds. It's about making Python do your math for you with very little investment in the technology.