Assignment operators explained with a real life example - S1 EP02 P9 #Python #LearnPython #PythonProgramming #VariablesInPython #PythonTutorial #PythonBasics #TechEducation #CodingBasics #CodeNewbie #S1EP01 #PythonSeries #LearnOnTikTok #TechTok #CodingTok #EducationTikTok #Programming101 #python #CodingForBeginners #ProgrammingSeries #CodeTutorial
@michelfliegt Hallo Michael. Ich bin Hobbyprogrammierer. Ich fing mit #Python an, um meine kleinen Nerd-Probleme zu bearbeiten. Über #Emacs kam ich an Slime & #CommonLisp. Nach einem Monat "Parenthesenkopfschmerz" bemerkte ich, dass ich 10x produktiver mit Lisp geworden bin. Die REPL ist flowinduzierend und die Sprache leichter an die Probleme anpassbar. Python fand ich mehr statisch und im Vergleich: macht weniger Spass!
Python Min Function Magic
Find the smallest value! The min() function is your friend. See it in action!
#python #pythontricks #minfunction #pythonfunctions #codingchallenge #pythonshorts
https://www.youtube.com/watch?v=uJRGTodU--E
2025년 가장 인기 있는 Python 프레임워크와 라이브러리
#Python #Pycharm #Webdevelopment #Asyncio #Django #Djangorest #Fastapi #Flask #Requests
https://blog.jetbrains.com/pycharm/2025/10/the-most-popular-python-frameworks-and-libraries-in-2025/
Django is for #Python what Ruby-on-Rails is for #Ruby: a framework to build web applications. Simon Willison is known as the co-creator of the Django framework which means he is similar to DHH, the co-creator of the Ruby-on-Rails framework. Simon has an interesting blog where he writes about AI. He predicts that in a few years "Typing code by hand will go the way of punch cards" (that means it will go extinct)
https://simonwillison.net/2026/Jan/8/llm-predictions-for-2026/
Building High-Performance APIs with FastAPI and Async Python:
https://dasroot.net/posts/2026/01/building-high-performance-apis-fastapi-async-python/
#FastAPI #Async #Python #Redis
Extra learning material for our Synchrotron Light book is freely available at
https://synchrotron-light.net
There's all the figures, links to most references, #python scripts and other bonus material.
#synchrotron #physics #books #physicsBooks
I dealt with a fun bug in my #python code tonight: I could not iterate over files in a Path object because I accidentally exhausted the generator by converting it to a list in order to count the number of files in the folder, before doing the work on the actual files 😂
CPython — Сборка мусора изнутри, ч.3
В прошлых частях мы поговорили о том, как происходит регистрация объектов в сборщике мусора, о том как происходит планирование и вызов сборки мусора, что такое молодое поколение и как устроена для него сборка мусора. В этой части пришло время поговорить об инкрементальной сборке мусора - главному нововведению версии 3.14 в части сборки мусора. Поговорим, как она устроена, какие даёт преимущества и какие имеет недостатки, а также затронем полную сборку мусора. Если вам интересно, давайте попробуем разобраться.
https://habr.com/ru/articles/986784/
#gc #garbage_collector #python #cpython #reference_counting #incremental_gc
Looking for good Python course suggestions. I'm already a developer, just need to add this language to my stack.
Primary goal will be writing writing HTTP APIs and querying MySQL.
Thanks!
#genuary #genuary19 #genuary2026
Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_01_19 #Processing #Python #py5 #CreativeCoding

I am new to the Django web development framework. Luckily, I found @wsvincent 's great courses at https://learndjango.com. I just finished working my way through "Django for Beginners" and "Django for Professionals" and I can highly recommend both of them. I really appreciated the thoughtful step-by-step instructions, building applications with more and more complexity. There is a lot more to learn, but I feel I got off on the right foot. #python #django #webdev #learning