Навколо розробки
@this_is_pythonic
160
subscribers
47
photos
1
file
362
links
Привіт, мене звати Дмитро, колись я зробив цей канал щоб ділитися в ньому цікавинками та корисностями, частково це, сподіваюся, вдається
Download Telegram
Join
Навколо розробки
160 subscribers
Навколо розробки
https://codinginfinite.com/best-practices-to-avoid-programming-bugs-errors/
Coding Infinite
Some Keeps to avoid bugs while Programming | Coding
In this article, we'll see some general best practices to avoid programming bugs while developing software or program in any langauge.
Навколо розробки
https://opensource.com/article/19/1/getting-started-pelican
Opensource.com
Getting started with Pelican: A Python-based static site generator
Pelican is a great choice for Python users who want to self-host a simple website or blog.
Навколо розробки
Навколо розробки
https://link.medium.com/ffe9xiXqsT
Medium
A quick performance comparison of Python code formatters
We’ve been talking about code formatters for Python at work since we’re using Elm and we’ve been super happy about how code formatting…
Навколо розробки
https://stackoverflow.com/questions/101268/hidden-features-of-python
Stack Overflow
Hidden features of Python
What are the lesser-known but useful features of the Python programming language?
Try to limit answers to Python core.
One feature per answer.
Give an example and short description of the feature,...
Навколо розробки
https://blogs.msdn.microsoft.com/pythonengineering/2019/01/29/python-in-visual-studio-code-january-2019-release/
Навколо розробки
http://davidemoro.blogspot.com/2019/02/api-rest-testing-pytest-play-yaml-chuck-norris.html
Blogspot
API/REST testing like Chuck Norris with pytest play using YAML
In this article we will see how to write HTTP API tests with pytest using YAML files thanks to pytest-play >= 2.0.0 (pytest-play provides ...
Навколо розробки
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/