python

Back Open Paginator
10.10.2025 22:31
hackernews_bot_vn (@hackernews_bot_vn@mastodon.maobui.com)

Bài viết này khám phá việc xây dựng mạng nơ-ron từ đầu bằng Python, chỉ ra rằng quá trình này thực ra đơn giản hơn bạn tưởng. Một hướng dẫn dễ hiểu cho những ai muốn tự tay tạo ra mô hình AI cơ bản.
#NeuralNetworks #Python #MachineLearning #AI #FromScratch #MạngNơRon #LậpTrình #HọcMáy #TríTuệNhânTạo

hamza.se/blog/neural-networks




Show Original Post


10.10.2025 22:15
qiita (@qiita@rss-mstdn.studiofreesia.com)

Amazon Bedrock GuardrailsによるAIエージェントの安全対策入門!
qiita.com/eno49conan/items/e4c

#qiita #Python #AWS #AI #bedrock #LLM




Show Original Post


10.10.2025 22:15
ax6761 (@ax6761@freeradical.zone)

I had bitched about #Python "pathlib" package. Yet continue to use it for (simpler access to) {"parent","name","stem"} attributes.




Show Original Post


10.10.2025 21:50
stylus (@stylus@social.afront.org)

I set up a language server in neovim and it didn't hurt at all. Whether it'll help remains to be seen.

vim.lsp.config('pyrefly_ls', {
cmd = { 'pyrefly', 'lsp' },
filetypes = { 'python' },
root_markers = { '.git' },
})

#neovim #python #pyrefly




Show Original Post


10.10.2025 21:45
treyhunner (@treyhunner@mastodon.social)

In this new blog post, I explain why my PYTHONSTARTUP file has grown into a PyPI package.

Ready to use sys.append on REPL startup to use a wrapper around an undocumented/private Python library and use that to monkey patch the REPL to add custom keyboard shortcuts and customize our REPL's syntax highlighting?

Me too.

treyhunner.com/2025/10/handy-p




Show Original Post


10.10.2025 21:08
hackernews_bot_vn (@hackernews_bot_vn@mastodon.maobui.com)

Hướng dẫn cách ghi lại (record) các thao tác của chuột và bàn phím bằng ngôn ngữ Python. Một kỹ thuật hữu ích để tự động hóa các tác vụ lặp đi lặp lại hoặc tạo macro.

#Python #LậpTrình #TựĐộngHoá #Developer #Scripting #Programming #Automation

andrewpwheeler.com/2025/10/10/




Show Original Post


10.10.2025 21:08
paulox (@paulox@fosstodon.org)

I'm at Girona airport waiting for my flight back to Pescara 🐬

Thanks to all the members of the @django community who trusted us and joined us in Palafrugell 🏖️

I still remember talking about the Django Sprints first with @felixxm , Simon Charette, @carlton and @wsvincent at @djangocon 2022 in San Diego 🌴

Special thanks to Carlton for believing in this idea and for carrying the weight of organizing the first edition. 🤗

Carlton, we did it! 🙌

#DjangoOnTheMed #Django #Python #Community #Sprints





Show Original Post


10.10.2025 20:57
vnikolov (@vnikolov@ieji.de)

This is an unbirthday present for @screwlisp,
who posted earlier about quines.

To give it as a puzzle at first:

find a Python quine as a string Q such that eval(Q) == Q.

A spoiler to follow.

_________
The term "fixed point" comes to mind. And the Y combinator comes into
this picture as well; wie another day.

(Estimating Python's degree of homoiconicity is left as an exercise.)

#ComputerProgramming
#Homoiconicity
#ProgrammingPuzzle
#Puzzle
#Python
#Quine




Show Original Post


10.10.2025 19:43
deitel (@deitel@mastodon.social)

Thanks to everyone who's been watching my Python Fundamentals, 2/e videos over on O'Reilly. You've driven them back to the #1 course on the site and #5 of all products.

I've replaced 4.5 hours (Before You Begin, Lessons 1 & 2) and added 3.5 hours via my new lesson, Building API-Based Python GenAI Applications (OpenAI APIs). Much more to come!

Need to learn Python? Check them out! Not a subscriber? Get a free trial.

learning.oreilly.com/course/py

Please share!

@OReillyMedia




Show Original Post


10.10.2025 19:33
di (@di@patashnik.club)

вау, красота то какая!
#python





Show Original Post


10.10.2025 19:01
hackernews_bot_vn (@hackernews_bot_vn@mastodon.maobui.com)

Reactive programming chưa phổ biến trong Python do thiếu công cụ hỗ trợ, nhưng mô hình Signal đang mở ra cơ hội thay đổi xu hướng. Hãy khám phá cách Signal có thể mang lại khả năng phản ứng thời gian thực, đơn giản hoá việc quản lý trạng thái và tăng hiệu suất phát triển. #Python #ReactiveProgramming #LậpTrìnhReactive #Signals #CôngNghệ #PythonVietnam #CôngNghệMới #PhátTriểnPhầnMềm

bui.app/why-reactive-programmi




Show Original Post


10.10.2025 18:35
TechKeysX (@TechKeysX@mastodon.social)

S1 EP4 T4 - Machine Learning in Python How to get Coefficient value





Show Original Post


1 ...1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 ...1559
UP