Навколо розробки
@this_is_pythonic
160
subscribers
47
photos
1
file
362
links
Привіт, мене звати Дмитро, колись я зробив цей канал щоб ділитися в ньому цікавинками та корисностями, частково це, сподіваюся, вдається
Download Telegram
Join
Навколо розробки
160 subscribers
Навколо розробки
https://medium.freecodecamp.org/whats-in-a-python-s-name-506262fe61e8
freeCodeCamp.org
What’s in a (Python’s) __name__?
An introduction to the _ _name_ _ variable and its usage in Python
Навколо розробки
https://stackabuse.com/the-best-data-science-libraries-in-python/
Stack Abuse
The Best Data Science Libraries in Python
Preface
Due to its exceptional abilities, Python is the most commonly used programming
language in the field of Data Science these days. While Python provides a lot of
functionality, the availability of various multi-purpose, ready-to-use libraries
is what…
Навколо розробки
https://link.medium.com/OSuTc2dE7T
Medium
Try out walrus operator in Python 3.8
Get started with Python 3.8 alpha 1
Навколо розробки
https://www.nextplatform.com/2019/02/05/the-era-of-general-purpose-computers-is-ending/
The Next Platform
The Era of General Purpose Computers is Ending
Moore’s Law has underwritten a remarkable period of growth and stability for the computer industry. The doubling of transistor density at a predictable
Навколо розробки
https://www.zdnet.com/article/twelve-malicious-python-libraries-found-and-removed-from-pypi/
ZDNET
Twelve malicious Python libraries found and removed from PyPI
One package contained a clipboard hijacker that replaced victims' Bitcoin addresses in an attempt to hijack funds from users.
Навколо розробки
https://www.kdnuggets.com/2019/02/introduction-scikit-learn-gold-standard-python-machine-learning.html
Навколо розробки
https://stackabuse.com/big-o-notation-and-algorithm-analysis-with-python-examples/
Stack Abuse
Big O Notation and Algorithm Analysis with Python Examples
In this guide - learn the intuition behind and how to perform algorithmic complexity analysis - including what Big-O, Big-Omega and Big-Theta are, how to calculate Big-O and understand the notation, with practical Python examples.
Навколо розробки
https://medium.mybridge.co/34-amazing-python-open-source-libraries-for-the-past-year-v-2019-93d6ee11aceb
Medium
34 Amazing Python Open Source Libraries for the Past Year (v.2019)
For the past year, we’ve compared nearly 10,000 open source Python libraries and selected 34 most useful tools to help your development.
Навколо розробки
https://realpython.com/inner-functions-what-are-they-good-for/
Realpython
Python Inner Functions: What Are They Good For? – Real Python
In this step-by-step tutorial, you'll learn what inner functions are in Python, how to define them, and what their main use cases are.
Навколо розробки
Garbage collection explained well
https://rushter.com/blog/python-garbage-collector/
Artem Golubin
Garbage collection in Python: things you need to know | Artem Golubin
An introduction to garbage collection and reference counting techniques in Python.
Навколо розробки
Навколо розробки
Brand new feature in python 3.8
https://docs.python.org/3.8/library/multiprocessing.shared_memory.html
Навколо розробки
http://www.thedigitalcatonline.com/blog/2016/03/06/python-mocks-a-gentle-introduction-part-1/
Навколо розробки
https://blog.indorse.io/top-10-python-resources-february-2019-f13c797b6243
Medium
Top 10 Python Resources, February 2019
Articles, Videos, Books, GitHub repositories & Twitch
Навколо розробки
https://treyhunner.com/2019/03/python-deep-comparisons-and-code-readability/
Treyhunner
Tuple ordering and deep comparisons in Python
Comparing things in Python.
That sounds like something that almost doesn’t even need to be taught.
But I’ve found that Python’s …
Навколо розробки
http://neopythonic.blogspot.com/2019/03/why-operators-are-useful.html
Blogspot
Why operators are useful
This is something I posted on python-ideas, but I think it's interesting to a wider audience. There's been a lot of discussion recently ab...
Навколо розробки
Wow, wow. Python support in iTerm2 is on the way
Навколо розробки
https://iterm2.com/python-api/
Навколо розробки
http://blogs.dropbox.com/tech/2018/11/crash-reporting-in-desktop-python-applications/
Навколо розробки
http://aosabook.org/en/500L/a-web-crawler-with-asyncio-coroutines.html