Advertisement · 728 × 90
#
Hashtag
#python
Advertisement · 728 × 90
Video

African rock python constricting an Impala. Una pitón de roca africana estrangulando a un impala. #python #snake #reptile #animals #nature #wildlife #photography #tour #travel #safari #serengeti

1 0 0 0

【検証】Whisperの推論パイプラインを「BatchedInferencePipeline」に変更するだけで、6GB VRAM環境の制限が劇的に改善。
3時間以上の音声でOOM落ちていたのが、9時間分でも7分で処理完了。
Whisper活用してる人はコード修正の価値あり。 #AIエンジニア #LLMops #Python

0 0 0 0
Post image

Custom AI Models Built for Your Business 🤖

Stop relying on generic AI responses.

Whether it's Llama, DeepSeek, or OpenAI, I ensure your AI delivers high-performance, data-backed results.

go.fiverr.com/visit/?bta=2...

#AI #DeepLearning #TechInnovation #SaaS #Python

1 0 0 0
Video

Walking across Nion Minor • New planet in 2h59m • Biome: Radioactive • Size: Medium • Ringed • Weather: Radioactive • Flora: Full • Fauna: Low

#NoMansSky #nms #python #VirtualPhotography #ChillGaming #streaming #interactive

0 0 0 0
A tuner app showing Baritone A Standard tuning

A tuner app showing Baritone A Standard tuning

A tuner app showing FACGCE open tuning for a regular-scale guitar

A tuner app showing FACGCE open tuning for a regular-scale guitar

A tuner application showing 5-string bass B standard

A tuner application showing 5-string bass B standard

I've added a new code repo to the chaintuts Github. HertzHelper is a Python GUI guitar/bass tuner that reads custom tuning configurations and generates real-time audio tones for reference!

github.com/chaintuts/he...

#python
#coding
#guitar
#bass

0 0 0 0

If you are building tools, fighting with AI, or just trying to protect your cognitive ergonomics, give them a read. I really appreciate the support from this community! 💙
Let me know which topic hits closest to home for your daily workflow! 🐑🐈
#Coding #Python #Ai #csharp

0 1 0 0
An image displayed at 25% scale in Python

An image displayed at 25% scale in Python

Display an image at different scales in Python

rodstephensbooks.com/scale_image....

#Python #PIL #ImageProcessing

0 0 0 0

Python Tip #88 (of 365):

When assigning multiple variables to the same initial immutable value, use multiple assignment

Instead of this:

x = 0
y = 0

You can do this:

x = y = 0

That's safe as long as the value is immutable (numbers, strings, booleans, or None).

#Python #DailyPythonTip

5 0 0 0
Preview
The Complete Enterprise Guide to Python 3.6 Security Patches: Mitigating CVE-2026-4519 Command Injection Risks in Fedora 42 Environments Blog com notícias sobre, Linux, Android, Segurança , etc

🚨 New Research: 68% of enterprises running #Python 3.6 lack URL input validation—exposing them to CVE-2026-4519 command injection risks. Read more: 👉 tinyurl.com/ynk3ncss #Security #Fedora

0 0 0 0
Preview
Code and Carbon:BYTES

I have a feeling there is going to be lots more of these...
#code #python #ai #html #css

nyx85.neocities.org/codeandcarbo...

1 0 0 0
TechRM auto-post

TechRM auto-post

🚀 Porta le tue competenze al livello successivo! Come realizzare un server API REST con la ESP32 by techrmcom: www.techrm.com/it/come-realizzare-un-se... 🔗 Guarda i dettagli qui! #Python #Innovazione #SistemiEmbedded #TechRM

0 0 0 0
Preview
Docling で PDF を Markdown に変換してみる

LLMのRAG精度、結局「PDFをどうMarkdown化するか」で決まるよね。

最近試したIBMの「Docling」、これかなりいい。レイアウト構造を保ったまま変換してくれるから、RAGの前処理がかなり楽になった。

特に表構造の認識が優秀。ドキュメント解析で消耗してる人は一度試してみて。

#AI #LLM #Python #RAG

https://zenn.dev/fukurou_labo/articles/f523b8c34fcf43

0 0 0 0
Video

Season 1 Lesson 12 Part 1 - Your First Steps in Python Removing Items from List Clean Data Handling #pythonprogramming #codingtutorial #pythoncode #jupyternotebook #softwaredeveloper #softwarengineer #dataengineer #learncoding #dataanalysis #python

0 0 0 0
Preview
技術力なくても推しキャラを量産!ComfyUI × LLMで自動プロンプト生成ツール「anima-pipeline」作ってみた(2026/03/28) - Qiita はじめに ComfyUIでアニメ・美少女画像生成をしていると、こんな壁にぶつかりませんか? キャラ名からDanbooruタグを毎回ググるのが面倒 髪型・色・衣装・ポーズを毎回手打ちで入力するのがダルい 複数キャラ同時生成したいのに設定がリセットされる LLMで自動生成...

ComfyUIのワークフロー管理、結局API形式でjson管理してリポジトリに放り込むのが一番安定するね。

最近だと「anima-pipeline」みたいなツールで、ComfyUIのワークフローをコードベースで管理する流れが来てる。これなら環境構築も自動化できるし、マジで神。皆さんはどうやって管理してる?

#AI #ComfyUI #StableDiffusion #OSS #Python

https://qiita.com/RHU/items/18095cb22281cd027bc4

0 0 0 0
Post image

How to annotate *args in #Python? Just set the elements' type; we know it's a tuple:

def mysum(*args:int) -> int:
total = 0
for n in args:
total += n
return total

Normally, tuples contain different types. In args, we assume all values have the same type.

2 0 0 0
Preview
❐AIの要約➡️Yahoo!APIで単語抽出タグ化プラグインをQiita・GitHub公開。ビューは好調だが400回超でエラー、規約違反でアカウント停止リスクあり。代替にMeCab使用。… ❐AIの要約➡️Yahoo!APIで単語抽出タグ化プラグインをQiita・GitHub公開。ビューは好調だが400回超でエラー、規約違反でアカウント停止リスクあり。代替にMeCab使用。…

❐AIの要約➡️Yahoo!APIで単語抽出タグ化プラグインをQiita・GitHub公開。ビューは好調だが400回超でエラー、規約違反でアカウント停止リスクあり。代替にMeCab使用。…

zip358.com/2026/02/27/yahooapiを使...
#blog #API #github #Mecab #Python #qiita #Yahoo #アカウント

0 0 0 0
TechRM auto-post

TechRM auto-post

📢 Novità da TechRM! Come controllare la lumino… www.techrm.com/it/come-controllare-la-l... 📢 Resta aggiornato con i nostri nuovi progetti! #ProgettazioneElettronica #Python #Programmazione

0 0 0 0
Post image

🔥 NOVIDADE NA ÁREA! 🔥

O time de desenvolvimento da The Document Foundation acaba de ganhar um especialista de peso: Neil Roberts! 🦾

👉Saiba mais em: pt-br.blog.documentfoundation.org/2026/03/29/o... 🔗📑

#LibreOffice #Novidade #Python #Programação #SoftwareLivre #TDF #CidadaniaDigital

0 0 0 0
Post image

🔥 NOVIDADE NA ÁREA! 🔥

O time de desenvolvimento da The Document Foundation acaba de ganhar um especialista de peso: Neil Roberts! 🦾

👉Saiba mais em: pt-br.blog.documentfoundation.org/2026/03/29/o... 🔗📑

#LibreOffice #Novidade #Python #Programação #SoftwareLivre #TDF #CidadaniaDigital

0 0 0 0
A Python lint tool Py7 combines seven Python lint tools to deliver a comprehensive check of your Python source code.

[Linux Magazine] A Python lint tool

#Python #OpenSource

0 0 0 0
Solus Linux 4.8 Released With Python 2 Finally Removed, Abandons Solus Software Center In addition to the releases today of updated Endeavour OS and CachyOS, Solus 4.8 is out as the latest version of another desktop Linux distribution popular with enthusiasts...

[Phoronix] Solus Linux 4.8 Released With Python 2 Finally Removed, Abandons Solus Software Center

#Linux #Python

0 0 0 0
Post image

This is the output of a Python program, which AI wrote for me. Goal was the comparsion of two images using the Spatial Correlation Coefficient (SCC).

#AI #Python #SCC #script #program #image #images #similarity

0 0 0 0

🆕 Today I learned: Python 3.14 deprecates codecs.open

www.sarahgebauer.com/today-i-lear...

#python

0 0 0 0
Preview
❐AIの要約➡️Yahoo!APIで単語抽出タグ化プラグインをQiita・GitHub公開。ビューは好調だが400回超でエラー、規約違反でアカウント停止リスクあり。代替にMeCab使用。… ❐AIの要約➡️Yahoo!APIで単語抽出タグ化プラグインをQiita・GitHub公開。ビューは好調だが400回超でエラー、規約違反でアカウント停止リスクあり。代替にMeCab使用。…

❐AIの要約➡️Yahoo!APIで単語抽出タグ化プラグインをQiita・GitHub公開。ビューは好調だが400回超でエラー、規約違反でアカウント停止リスクあり。代替にMeCab使用。…

zip358.com/2026/02/27/yahooapiを使...
#blog #API #github #Mecab #Python #qiita #Yahoo #アカウント

0 0 0 0
3x3 Confusion Matrix use case: Sentiment Analysis Machine Learning & Neural Networks Blog

3x3 Confusion Matrix use case: Sentiment Analysis

A confusion matrix is a tabular representation that summarizes the performance of a classification model. It is built upon[..]

#python #confusion #matrix #machine #learning

www.ml-nn.eu/a1/16.html

2 0 0 0
Preview
Experienced Customer Data Analyst Needed -- 2 Excel & Data Analysis Projects for $15-25 USD / hour. I’m looking for someone who can take our raw customer data and turn it into clear, action-oriented insight. Day-to-d



#Analytics #Data #Analysis #Data #Analytics #Excel #Python #QlikView #SQL #Statistics

Origin | Interest | Match

0 0 0 0
TechRM auto-post

TechRM auto-post

🌟 Scopri un nuovo progetto tecnico! Videosorveglianza con Raspberry Pi e Docker: tutorial completo passo dopo passo by techr… www.techrm.com/it/videosorveglianza-con... 🔗 Guarda i dettagli qui! #Robotica #Python #ProgettazioneElettronica

0 0 0 0
TRIVY, LITELLM E TODO MUNDO COMPROMETIDO | Tecnologia e Classe
TRIVY, LITELLM E TODO MUNDO COMPROMETIDO | Tecnologia e Classe YouTube video by Tecnologia e Classe (TeClas)

Vulnerabilidade por #malware no código aberto / #opensource, comprometeu diversos projetos. Veja o que fazer pra evitar e se proteger e como isso impacta a sociedade em geral. #tech #technologu #tecnologia #code #python #trivy #liteLLM

www.youtube.com/watch?v=BLCY...

1 0 0 0
Building your own AppImages with appimagetool AppImage packages are highly portable and don't require dependencies. A tool called appimagetool will bundle your Python application into a single AppImage executable.

[Linux Magazine] Building your own AppImages with appimagetool

#Python #AppImage

0 0 0 0
Certificate

Certificate

Certification Batch

Certification Batch

I’m currently open to internships, collaborations, and entry-level opportunities in Data Science and Data Analysis where I can contribute, learn, and grow.

If you’re working on something interesting or know of opportunities, I’d love to connect.

#python #datascience @datacamp.bsky.social

3 0 1 0