Automation Testing with Pytest
https://medium.com/tenable-techblog/automation-testing-with-pytest-444c8b34ead2
habr: https://habr.com/ru/company/otus/blog/480186/
https://medium.com/tenable-techblog/automation-testing-with-pytest-444c8b34ead2
habr: https://habr.com/ru/company/otus/blog/480186/
Medium
Automation Testing with Pytest
We live in an era where software is adopted very quickly. This puts lots of stress on software development processes. High adoption rates…
Run Python Versions in Docker: How to Try the Latest Python Release
https://realpython.com/python-versions-docker/
https://realpython.com/python-versions-docker/
Realpython
Run Python Versions in Docker: How to Try the Latest Python Release – Real Python
In this tutorial, you'll learn how to run different Python versions in Docker. By following the examples, you'll see how you can play with the latest development version of Python, and how to use Dockerfiles to set up Python environments and package your…
Forwarded from Data Science
Python Machine Learning Case Studies (en).pdf
8 MB
Supporting Multiple Languages In Django
https://www.codementor.io/@curiouslearner/supporting-multiple-languages-in-django-part-1-11xjd2ovik
https://www.codementor.io/@curiouslearner/supporting-multiple-languages-in-django-part-1-11xjd2ovik
www.codementor.io
Supporting Multiple Languages In Django — Part 1 | Codementor
Sanyam's tutorial to support multiple languages in Django based projects and be a Multilingual Super Hero!
Python Property – The Problem and Solution
https://data-flair.training/blogs/python-property-problem-solution/
https://data-flair.training/blogs/python-property-problem-solution/
DataFlair
Python Property - The Problem and Solution - DataFlair
Python Property Tutorial- What is Properyt in Python, problem and solution of Python Properties, Some Syntactic Sugar, Python Property with syntx & example
NumPy, SciPy, and Pandas: Correlation With Python
https://realpython.com/numpy-scipy-pandas-correlation-python/
https://realpython.com/numpy-scipy-pandas-correlation-python/
Realpython
NumPy, SciPy, and pandas: Correlation With Python – Real Python
In this tutorial, you'll learn what correlation is and how you can calculate it with Python. You'll use SciPy, NumPy, and pandas correlation methods to calculate three different correlation coefficients. You'll also see how to visualize data, regression lines…
Forwarded from Data Science
Step by Step Guide to Python (en).pdf
10.8 MB
6 Essential Python Libraries for Python Programming
https://habr.com/ru/post/445482/
https://habr.com/ru/post/481432/
https://habr.com/ru/post/445482/
https://habr.com/ru/post/481432/
Habr
6 Essential Python Libraries for Python Programming
Python is a high-level, general-purpose programming language that has become one of the leading names in the programming community. It ranges in the ability...
Creating Interactive Dashboards from Jupyter Notebooks
https://pbpython.com/interactive-dashboards.html
https://pbpython.com/interactive-dashboards.html
Pbpython
Creating Interactive Dashboards from Jupyter Notebooks
This article discusses how to build an interactive dashboard to analyze reddit content and display interactive graphs of the result using Voilà.
Introduction to Speech Recognition with Python
https://stackabuse.com/introduction-to-speech-recognition-with-python/
https://stackabuse.com/introduction-to-speech-recognition-with-python/
Stack Abuse
Introduction to Speech Recognition with Python
Speech recognition is one of the most important tasks in human-computer interaction. We'll be using the SpeechRecognition library to perform this task in Python.
Making modern GUIs with Python and ElectronJS
https://morioh.com/p/4c3787456d86
Code: https://github.com/SouravJohar/python-app-with-electron-gui
https://morioh.com/p/4c3787456d86
Code: https://github.com/SouravJohar/python-app-with-electron-gui
Morioh
How to Make Desktop Apps with ElectronJS with Python
Making modern GUIs with Python and ElectronJS - Learn to make a modern looking, cross platform desktop apps using ElectronJS with Python. Use ElectronJS as a front end for your Python apps.
Introduction to ASGI: Emergence of an Async Python Web Ecosystem
https://florimond.dev/blog/articles/2019/08/introduction-to-asgi-async-python-web/
habr: https://habr.com/ru/post/482936/
https://florimond.dev/blog/articles/2019/08/introduction-to-asgi-async-python-web/
habr: https://habr.com/ru/post/482936/
Florimond Manca
Introduction to ASGI: Emergence of an Async Python Web Ecosystem - Florimond Manca
If you were thinking Python had been getting locked into data science, think again! Python web development is back with an async spin, and it's exciting.