@repo_science · Post #3991 · 17/01/2024, 19:29
#python#selenium#en Selenium Python - 2022 ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
TGINSIGHT SIMILAR POSTS
Canal fuente @python_academy · Post #2172 · 16 sept
Типизация в Python с использованием модуля typing В Python модуль typing предоставляет возможность добавлять подсказки типов для переменных, функций и классов, что делает код более явным и понятным. Зачем использовать типизацию? 1. Ясность и понятность кода: Добавление аннотаций типов помогает читателям быстро понять, какие данные ожидаются и какие типы переменных возвращаются из функций. 2. Предотвращение ошибок: Статические анализаторы кода, такие как mypy, могут обнаруживать потенциальные ошибки до выполнения программы, что уменьшает количество багов. 3. Документация кода: Подсказки типов могут служить формой документации, особенно полезной при совместной разработке. Разработчики могут быстро понимать интерфейсы функций и классов. Пример использования типизации для переменных и функций: from typing import List, Tuple def multiply(a: int, b: int) -> int: return a * b def process_list(data: List[int]) -> Tuple[int, int]: sum_values = sum(data) average = sum_values / len(data) return sum_values, average # Пример использования result1 = multiply(5, 3)# Ожидается int data_list = [1, 2, 3, 4, 5] result2 = process_list(data_list)# Ожидается Tuple[int, int] Здесь a: int и b: int указывают на типы аргументов функции, а -> int и -> Tuple[int, int] - на типы возвращаемых значений. Это помогает читателям кода лучше понимать ожидаемую структуру данных и типы переменных. Типизация делает ваш код более структурированным, улучшает его читабельность и может служить документацией, облегчая разработку. #python#typing
Búsqueda global general
@repo_science · Post #3991 · 17/01/2024, 19:29
#python#selenium#en Selenium Python - 2022 ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3162 · 11/05/2023, 02:41
#python#graphicdesigning#animationdesign 🐍 Amazing Graphics Animation Using Python. Stay connected. ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@datasciencejobs · Post #1996 · 03/04/2024, 08:03
#DataEngineer#ContractPosition#Remote#SQL#BigData#FinancialData#Python#BigQ#Looker#Snowflake Разыскиваем #DataEngineer на работу по контракту с крупной американской венчурной компанией. Контракт на 6 месяцев с возможностью перезаключения договора. Предпочтительна возможность работать в их часовых поясах, но возможны варианты. Стек технологий: GCP, ETL, Snowflake, BigQ, Python, Looker (нужен full stack) Английский B2 и выше – условие обязательное. Работать за пределами России и Беларуси - условие обязательное. Зарплата $5000 – 6500 NET Для связи: https://t.me/Tary_bird Description of the Data Engineer contract position: Location: Preferably San Francisco Bay Area, or remotely in the Pacific or Central Time zone. Company: A large venture company with assets of over $11 billion and employees in Austin, London, Menlo Park, and San Francisco. What you will be doing: As a data engineer, you will report to the head of data and analytics and help create the entire data structure and infrastructure supporting operations. Responsibilities: Design, create, and maintain the data infrastructure necessary for optimal extraction, transformation, and loading of data from various data sources using SQL, NoSQL, and big data technologies. Develop and implement data collection systems that integrate various sources such as company proprietary data and third-party data sources, etc. Create an automated process for collecting and visualizing user engagement data from CRM/UI. What we are looking for: Qualifications: • Experience of at least 3 years as a data engineer or full stack in the field of data warehousing, data monitoring, and building and maintaining ETL pipelines. • Valid experience with the Google cloud platform (GCP). • Deep experience with data pipeline and workflow management tools (e.g., Airflow). • Solid knowledge and experience with database design, setup, and maintenance. • Proven ability to work in highly dynamic environments with high product velocity. • Strong proficiency in Python. • Strong proficiency in SQL. • Familiarity with data visualization tools (Looker ). • Experience with Snowflake. • Experience with BigQuery. • Strong communication skills, both orally and in writing. • Familiarity with CRM (Affinity, Salesforce), automation tools (Zapier) Bonus points: • Experience in venture capital data operations/working with financial data. • Familiarity with CRM (Affinity, Salesforce), automation tools (Zapier). • Bachelor's or master's degree in computer science, database management, etc.
@githubtrending · Post #15240 · 22/10/2025, 11:30
#python#awesome#awesome_list#lecture_notes#list#mathematics You can access a huge, well-organized collection of free math resources covering all levels and topics, from basic arithmetic to advanced university subjects like algebra, calculus, and topology. It includes online courses, textbooks, lecture notes, videos, tools, and problem-solving sites. This helps you learn math step-by-step, find explanations, practice problems, and explore specialized areas easily. Using these resources can improve your understanding, support self-study, and provide tools for teachers and students to engage with math effectively. Many resources are interactive and free, making math learning accessible and flexible. https://github.com/rossant/awesome-math
@djangoproject · Post #193 · 31/10/2016, 12:33
http://deeplearning.net/software/theano/tutorial/index.html#basics In terms of #algorithm availability, you can get plenty of algorithms out of the box with scikit-learn. And if you want to customize every detail of your #models, #Python has #Theano. In addition, Theano is easily configured to run on the #GPU, which gives you a cheap and easy way to get much higher speeds without having to change a single line of code or delve into performance details.
@githubtrending · Post #15526 · 27/02/2026, 11:30
#python#ai#ai_agent#ai_infra#kubernetes#sandbox OpenSandbox is a general-purpose sandbox platform that lets you safely run AI applications, code, and agents in isolated environments. It provides multi-language SDKs for Python, Java, and JavaScript, making it easy to integrate into your projects. The platform supports Docker and Kubernetes runtimes, so you can run sandboxes locally or at scale. Key benefits include running code generated by AI models safely, executing data analysis, automating browser tasks, and training AI systems without risking your main system. Whether you're building coding agents, testing applications, or letting AI handle complex tasks, OpenSandbox gives you a secure, controlled space to experiment and execute code without side effects. https://github.com/alibaba/OpenSandbox
@repo_science · Post #3803 · 17/12/2023, 22:43
#Python#statistics#R#Matlab 🧮 Curso avanzado de datos atipicos y outliers en R y Matlab ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
白虎面板: 轻量级低资源的定时任务管理系统 • 基于 Go 与 Vue3,Docker 或 Docker‑Compose 一键部署,无需复杂配置 • 内置 Python、Nodejs、Bash 环境,在线终端实时交互,脚本管理更便捷 • 支持标准 Cron 表达式调度,CPU 占用低于 20%,适配低配服务器 https://github.com/engigu/baihu-panel #白虎面板#定时任务#Docker#Go#Vue3#轻量级#低资源#Cron#Python#Nodejs#Linux
@datasciencejobs · Post #2872 · 15/08/2025, 16:18
#вакансия#ml#rl#python#numpy#pandas#pytorch#jax#mlflow#rllib О НАШЕМ ПРОЕКТЕ Мы работаем над системой управления доходами (RMS). Наши клиенты - российские авиакомпании. Приглашаем в команду Data scientist для разработки и обучения RL-агента для управления доходами авиаперевозчика на уровне рынка. Основной стек: Python, PyTorch/JAX, NumPy/Pandas, MLFlow/Weights & Biases, приветствуются RLlib/Acme/Stable-Baselines. 🧑💻Чем предстоит заниматься: 🖊постановка формальной задачи RL: определение пространств состояний/действий/вознаграждения, ограничений и KPI; 🖊разработка и валидация симулятора рыночной среды на основе исторических данных (реакции спроса, сезонность, шоки); 🖊исследование и внедрение алгоритмов RL/IL (value-based, policy-gradient, actor-critic, off-policy/offline RL); 🖊экспериментальный дизайн: off-policy оценка, А/В в симуляторе, подготовка к онлайн-экспериментам; 🖊инструменты качества: стабильность обучения, воспроизводимость, мониторинг метрик (reward, RM KPI, робастность к шокам); 🖊 взаимодействие с продуктом/инженерией: требования, передача моделей в прод, контроль деградаций. 🧑💻Что ожидаем: 🖊сильная подготовка в RL/оптимизации/статистике (магистр/кандидат или сопоставимый опыт); 🖊практике в PyTorch/JAX; опыт построения и отладки сложных обручающих циклов; 🖊 желателен опыт causal inference/ контрафактической оценки; 🖊будет плюсом: временные ряды, эконометрика спроса, ценовые эксперименты; 🖊умение формализовать задачу и защитимо сравнивать политики. 🧑💻Мы предлагаем: - СТАБИЛЬНОСТЬ: оформление и оклад в соответствии с ТК РФ (гпх, фриланс - невозможны); - БЕЗОПАСНОСТЬ: работа в аккредитованной IT-компании, отсрочка и т.д; - УДАЛЕННУЮ РАБОТУ: график работы 5/2 по МСК в интервале 09-18.00 -/+2 часа (гибкое начало рабочего дня с учетом планирования общих коммуникаций); - РАЗВИТИЕ: современный стек, наставничество в первый месяц работы, карьерный рост; - процессы без бюрократии, политика «открытых дверей» руководства. 📝 Ждём ваши резюме 89287653141, тг @MariP_rnd
@repo_science · Post #3831 · 31/12/2023, 21:29
#desarrolloWeb#Python#html#css 🌐 Python sin fronteras: HTML, CSS, Flask y MySQL ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
Hashtags
@githubtrending · Post #15237 · 19/10/2025, 13:00
#python#text_to_speech#tts#voice_clone#zero_shot_tts OpenVoice is a free, open-source tool that lets you clone any voice using just a short audio sample, then generate speech in that voice across many languages and accents[1][5][8]. You can fine-tune how the voice sounds—adjusting emotion, accent, rhythm, pauses, and intonation—to match your needs[1][3][5]. A major benefit is “zero-shot” cloning: you can make the cloned voice speak languages it was never trained on, which is rare in voice AI[1][3][4]. The latest version, OpenVoice V2, offers even better sound quality, supports six major languages natively, and is free for both personal and commercial use[1]. This makes it easy and affordable for anyone to create realistic, customizable voice content without needing technical expertise or expensive software. https://github.com/myshell-ai/OpenVoice
@githubtrending · Post #14793 · 05/06/2025, 13:30
#python#agents#ai#ai_agents#llm#llms#mcp#model_context_protocol#python The Model Context Protocol (MCP) is a standard way for AI agents to connect with different tools and data sources, making it much easier to build powerful AI applications without writing custom code for each integration[2][5]. The mcp-agent framework uses MCP to let you quickly create agents that can do things like read files, fetch web pages, or manage emails, and you can combine these agents in flexible ways to handle complex tasks. This means you can focus on what you want your AI to do, while mcp-agent takes care of connecting to the right tools and managing the workflow, saving you time and effort[3][5]. https://github.com/lastmile-ai/mcp-agent