cookie

Utilizamos cookies para mejorar tu experiencia de navegación. Al hacer clic en "Aceptar todo", aceptas el uso de cookies.

avatar

Добро пожаловать в мир Python

Подборка полезных материалов для Python программистов. По вопросам сотрудничества- @Daily_admin_info По иным темам @un_ixtime

Mostrar más
Publicaciones publicitarias
3 479
Suscriptores
Sin datos24 horas
-47 días
-4230 días

Carga de datos en curso...

Tasa de crecimiento de suscriptores

Carga de datos en curso...

Современный API-клиент, работающий в вашем терминале. https://github.com/darrenburns/posting
Mostrar todo...
GitHub - darrenburns/posting: The modern API client that lives in your terminal.

The modern API client that lives in your terminal. - darrenburns/posting

Repost from Big data world
Принципы обучения с подкреплением: введение в Python https://machinelearningmastery.com/principles-of-reinforcement-learning-an-introduction-with-python
Mostrar todo...
Principles of Reinforcement Learning: An Introduction with Python - MachineLearningMastery.com

Reinforcement Learning (RL) is a type of machine learning. It trains an agent to make decisions by interacting with an environment. This article covers the basic concepts of RL. These include states, actions, rewards, policies, and the Markov Decision Process (MDP). By the end, you will understand how RL works. You will also learn how to implement it in Python. Key

⏰ Современная библиотека datetime для Python, написанная на Rust https://github.com/ariebovenberg/whenever
Mostrar todo...
GitHub - ariebovenberg/whenever: ⏰ Modern datetime library for Python, written in Rust

⏰ Modern datetime library for Python, written in Rust - ariebovenberg/whenever

Langchain + Graph RAG + GPT-4o Python Project: простой ИИ/чат для вашего веб-сайта https://pub.towardsai.net/langchain-graph-rag-gpt-4o-python-project-easy-ai-chat-for-your-website-46a46e24f161
Mostrar todo...
Langchain + Graph RAG + GPT-4o Python Project: Easy AI/Chat for your Website

This is Graph and I have a super quick tutorial showing how to create a fully local chatbot with Langchain, Graph RAG and GPT-4o to make a…

В соответствии с нашей политикой безопасности релизов , команда Django выпускает релизы для Django 5.0.7 и Django 4.2.14 . https://www.djangoproject.com/weblog/2024/jul/09/security-releases
Mostrar todo...
Django security releases issued: 5.0.7 and 4.2.14

Posted by Natalia Bidart on July 9, 2024

👍 2
Photo unavailableShow in Telegram
Чем полезен Python и как его выучить? Любой может выучить Python с нуля. Необходимые знания вы получите на курсе «Профессия Python-разработчик» в Skillbox! Мы поможем развить актуальные навыки и стать сильным специалистом. В результате вы научитесь: ✅ создавать программы: от консольных скриптов до чат-ботов; ✅ оптимизировать старые приложения и дорабатывать неудачный код; ✅ использовать средства разработки, как Git и PyCharm. 📌 Открываем бесплатный доступ. Вы учитесь совершенно бесплатно и решаете, стоит ли продолжать. Освойте новую профессию с мегаскидкой до 60% Узнать подробнее можно здесь: https://epic.st/O18zpP?erid=2VtzqurGhKN Реклама. ЧОУ ДПО «Образовательные технологии «Скилбокс (Коробка навыков)», ИНН: 9704088880
Mostrar todo...
Что такое цепи Маркова? Объяснение с примерами кода Python https://www.freecodecamp.org/news/what-is-a-markov-chain
Mostrar todo...
What are Markov Chains? Explained With Python Code Examples

There are various mathematical tools that can be used to predict the near future based on a current state. One of the most widely used are Markov chains. Markov chains allow you to predict the uncertainty of future events under certain conditions. For this reason, it is widely used in

👍 2
Как я создал прекрасное веб-приложение исключительно на Python — с нулевым опытом. https://levelup.gitconnected.com/how-i-built-a-beautiful-web-app-purely-in-python-with-zero-experience-874731df6bc1
Mostrar todo...
How I Built A Beautiful Web App Purely in Python — with Zero Experience.

Using FastAPI, Jinja2 and DaisyUI.

👍 2
Встроенные функции Python: полное исследование В этом руководстве вы узнаете основы работы с многочисленными встроенными функциями Python. Вы узнаете, как использовать эти предопределенные функции для выполнения распространенных задач и операций, таких как математические вычисления, преобразования типов данных и манипуляции со строками: https://realpython.com/python-built-in-functions/
Mostrar todo...
Python's Built-in Functions: A Complete Exploration – Real Python

In this tutorial, you'll learn the basics of working with Python's numerous built-in functions. You'll explore how to use these predefined functions to perform common tasks and operations, such as mathematical calculations, data type conversions, and string manipulations.

👍 2
PyO3: от Python к Rust и обратно Дэвид Хьюитт, главный разработчик PyO3, обсуждает роль проекта в улучшении производительности Python за счет интеграции кода Rust. В беседе изучаются проблемы и текущие разработки в обеспечении бесперебойной совместной работы Python и Rust, подчеркиваются сложности, связанные с объединением этих двух языков для повышения производительности. https://www.youtube.com/watch?v=UmL_CA-v3O8 Как использовать Vue с Django (включая Auth) Мы настроим фронтенд Vue.js + бэкенд Django. Прочный фундамент для вашего производственного приложения. Мы также добавим auth Простой и надежный. Никаких токенов, DRF и JWT. https://www.youtube.com/watch?v=fUpvQd_5cnA
Mostrar todo...
PyO3: From Python to Rust and Back Again (with David Hewitt)

There’s huge pressure on Python at the moment to get faster, ideally without changing at all. One increasingly–popular way of achieving that impossible task is to push the performance critical code down into C, C++, or Rust. And this week we’re focussing on the Python route, as we take a look at PyO3. David Hewitt’s the principal committer to PyO3, and he joins us to go through the easy parts, the hard parts, and the works in progress, giving us an insight into how Python and Rust work under the hood, and quite how much work it takes to make them work as one. – Become a Supporter on Patreon:

https://patreon.com/DeveloperVoices

Become a Supporter on YouTube:

https://www.youtube.com/@DeveloperVoices/join

PyO3 User Guide:

https://pyo3.rs/v0.22.0/

PyO3 on Github:

https://github.com/PyO3/pyo3

Polars:

https://pola.rs/

Tokio:

https://tokio.rs/

Trio:

https://trio.readthedocs.io/

Robyn:

https://github.com/sparckles/Robyn

Faster CPython:

https://github.com/faster-cpython

Maturin:

https://www.maturin.rs/

David on Mastodon:

https://fosstodon.org/@davidhewitt

David on Twitter:

https://x.com/davidhewittdev

Kris on Mastodon: http://mastodon.social/@krisajenkins Kris on LinkedIn:

https://www.linkedin.com/in/krisjenkins/

Kris on Twitter:

https://x.com/krisajenkins

-- 0:00 Intro 3:09 How David Got Involved in PyO3 7:01 So Starting With Python To C... 9:20 Taking That To Rust 17:37 Calling Rust from Python 20:54 Understanding PyO3's Place In The Stack 21:52 Memory Safety 30:37 Rust's Lifetimes 35:07 Applying Lifetimes to Python Code 38:24 Let's Get Into Error Handling 55:55 The Performance Cost 1:01:19 Threading 1:16:05 David's Motivations 1:19:22 Supporting Python's Sub-Interpreters 1:24:14 The Limits of Compile-Time Guarantees 1:27:32 Getting Started with PyO3 1:33:01 Outro

👍 1
Elige un Plan Diferente

Tu plan actual sólo permite el análisis de 5 canales. Para obtener más, elige otro plan.