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://github.com/Ivoah/python-tutorial/
GitHub
GitHub - Ivoah/python-tutorial: Introduction to Python for C/Java programmers
Introduction to Python for C/Java programmers. Contribute to Ivoah/python-tutorial development by creating an account on GitHub.
Python drawer
https://www.machinelearningplus.com/time-series/arima-model-time-series-forecasting-python
Python drawer
https://ruslanspivak.com/lsbasi-part15/
Ruslan's Blog
Let’s Build A Simple Interpreter. Part 15.
“I am a slow walker, but I never walk back.” — Abraham Lincoln And we’re back to our regularly scheduled programming! :) Before moving on to topics of recognizing and interpreting procedure calls, let’s make some changes to improve our error reporting a bit.…
Python drawer
https://www.ics.com/blog/we-ported-qt-app-c-python-heres-what-happened
ICS - Integrated Computer Solutions
We Ported a Qt App from C++ to Python. Here's What Happened.
Can Python and PyQt be used effectively to develop large, complex (typically desktop) applications? Find out.
Python drawer
https://codingdose.info/2019/06/15/how-to-use-a-progress-bar-in-python/
Python drawer
https://realpython.com/python-lambda/
Realpython
How to Use Python Lambda Functions – Real Python
In this step-by-step tutorial, you'll learn about Python lambda functions. You'll see how they compare with regular functions and how you can use them in accordance with best practices.
Python drawer
https://github.com/Ivoah/python-tutorial/
GitHub
GitHub - Ivoah/python-tutorial: Introduction to Python for C/Java programmers
Introduction to Python for C/Java programmers. Contribute to Ivoah/python-tutorial development by creating an account on GitHub.
Python drawer
https://codingdose.info/2019/06/15/how-to-use-a-progress-bar-in-python/
Python drawer
https://ruslanspivak.com/lsbasi-part15/
Ruslan's Blog
Let’s Build A Simple Interpreter. Part 15.
“I am a slow walker, but I never walk back.” — Abraham Lincoln And we’re back to our regularly scheduled programming! :) Before moving on to topics of recognizing and interpreting procedure calls, let’s make some changes to improve our error reporting a bit.…
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!