Filter
Exclude
Time range
-
Near
Das ist tatsächlich der häufigste Anwendungsfall. Die 7-8 stelligen Ablöseprojekte deines Pythonscripts sind in vollem Gange. Kenne aber auch mmn wirklich sinnvolle Projekte, in Produktionsstraßen die airgapped sind für die Auswertung von Fehlercodes/Logs usw.
1
13
Great ieee article. Truncated notes: "My fascination with Hendrix’s Olympic Studios’ performance arose because there is a “Hendrix was an alien” narrative surrounding his musical innovation—that his music appeared more or less out of nowhere. I wanted to replace that narrative with an engineering-driven account that’s inspectable and reproducible—plots, models, and a signal chain from the guitar through the pedals that you can probe stage by stage. I chained the circuit simulations together using a script, and I produced data-plot and sample sound outputs with Pythonscripts. All of the ngspice files and other scripts are available in my GitHub repository at github.com/nahorov/Hendrix-S…, with instructions on how to reproduce my simulations. Plotting the signal at different points in the chain with different parameters reveals how Hendrix configured and manipulated the nonlinear complexities of the system as a whole to reach his expressive goals. Finally, the whole chain became a closed loop by driving the Marshall amplifier near saturation, which among other things extends the sustain. In a reflective room, the guitar strings couple acoustically to the speakers—move a few centimeters and you shift from one stable feedback mode to another. To an engineer, this is a gain-controlled acoustic feedback system. To Hendrix, it was part of the instrument. He learned to tune oscillation with distance and angle, shaping sirens, bombs, and harmonics by walking the edge of instability."
1
3
63
Python(やPyTorch)で基本原理と動作を確認してから、Unityのプロジェクトの中にPythonScripts的なフォルダを作って全部ぶっ込んで、新たにClaudeCodeに同じものをUnity(やSentis)で作らせるとほぼ100%うまくいく。「Aを参考にしながらB」は割と得意だなClaudeCode君
6
545
Me: I’ll just write a quick Python script. Also me: 3 hours later, the script does EVERYTHING except make my coffee ☕We can make it work for you though 😉 #PythonScripts #Automation
1
2
4
Rasmus är redan på pucken! Jag sitter djupt inne i pythonscripts just nu och missade det, guldstjärna till Rasmus :D
2
9
798
15 Jun 2025
Wow, I just one-shotted a python script creation app. This was my prompt: "Make an app called PythonScripts, which lets me create python scripts like how i’d create notes. Then I can just have a play button on the top to run the script. It saves the scripts in a folder that I select (called the current project) and also lets me define a requirements file for the project where I can add dependencies and when i run sync it will create a venv and source it." Literally one-shotted with Alex.
5
3
69
10,022
How many bash-Paramiko devs does it take to screw in a network cable? ⚙️💡 Source: devhubby.com/thread/how-to-g… #Coding #PythonScripts #Python #TechHelp #bash #output
5
24
🔥 Python String Methods Cheat Sheet Python provides many built-in methods to manipulate strings easily. ✅ Common String Methods Method - lower() Description - Converts to lowercase Example - "HELLO".lower() → 'hello' ----------------------------------------------- Method - upper() Description - Converts to uppercase Example - "hello".upper() → 'HELLO' ----------------------------------------------- Method - capitalize() Description - Capitalizes first letter Example - "hello world".capitalize() → 'Hello world' ----------------------------------------------- Method - title() Description - Capitalizes first letter of every word Example - "hello world".title() → 'Hello World' ----------------------------------------------- Method - strip() Description - Removes whitespace from both sides Example - " hello ".strip() → 'hello' ----------------------------------------------- Method - replace(old, new) Description - Replaces substring Example - "hello".replace("l", "w") → 'hewwo' ----------------------------------------------- Method - split(separator) Description - Splits string into list Example - "hello world".split(" ") → ['hello', 'world'] ----------------------------------------------- Method - join(iterable) Description - Joins list into string Example - " ".join(['hello', 'world']) → 'hello world' ----------------------------------------------- Method - startswith(sub) Description - Checks if string starts with substring Example - "hello".startswith("he") → True ----------------------------------------------- Method - endswith(sub) Description - Checks if string ends with substring Example - "hello".endswith("lo") → True ----------------------------------------------- Method - find(sub) Description - Returns index of substring (if found) Example - "hello".find("e") → 1 ----------------------------------------------- Method - count(sub) Description - Counts occurrences of substring Example - "hello".count("l") → 2 ----------------------------------------------- Method - isalpha() Description - Checks if all characters are alphabets Example - "hello".isalpha() → True ----------------------------------------------- Method - isdigit() Description - Checks if all characters are digits Example - "123".isdigit() → True ----------------------------------------------- Method - isalnum() Description - Checks if all characters are alphanumeric Example - "hello123".isalnum() → True ----------------------------------------------- Method - islower() Description - Checks if all characters are lowercase Example - "hello".islower() → True ----------------------------------------------- Method - isupper() Description - Checks if all characters are uppercase Example - "HELLO".isupper() → True ----------------------------------------------- 🎯 Bonus Methods Method - zfill(width) Fills string with zeros from the left -----------------------------------------------' Method - swapcase() Swaps uppercase to lowercase and vice versa ----------------------------------------------- Method - rjust(width) Right-align string with spaces ----------------------------------------------- Method - ljust(width) Left-align string with spaces ----------------------------------------------- #Python #PythonProgramming #PythonDeveloper #PythonTutorial #LearnPython #PythonCoding #PythonCourse #PythonForBeginners #PythonScripts #PythonProjects #PythonTips #PythonTricks #PythonFullCourse #PythonAutomation #PythonWebDevelopment #PythonBackend #PythonAPIs #PythonStringMethods #PythonOOP #PythonLibraries #PythonWithAI #PythonChatGPT #PythonNextjs #PythonMachineLearning #PythonDjango #PythonFlask #PythonAutomationScripts #PythonAIProjects #PythonInterviewQuestions #PythonIn60Seconds #PythonShorts #PythonTipsAndTricks #PythonCodingChallenge #PythonForBeginners #PythonFromScratch #PythonBasicToAdvanced #PythonStepByStep #PythonInHindi #PythonCodingJourney
36
12
58
2,030
🚀 Built a Python script to ZIP & UNZIP files effortlessly! 🗂️📁 Need to compress or extract data? This script gets it done in seconds! ⚡ ✅ Zip multiple files/folders ✅ Unzip with ease ✅ Lightweight & efficient Who else loves automating file handling? 😎 #Python #Automation #Coding #DevTools #Scripting #ZipFiles #Unzip #PythonScripts #Tech
1
6
737
When pageant and paramiko go for dinner on Windows, who picks up the tab?" 🍽️🤔🖥️ Source: devhubby.com/thread/how-to-u… #WindowsDev #PythonScripts #TechCommunity #OpenSource #window #pageant
3
20
🎶SoundOn🎶 This PodCast audio is almost pure AI magic—fully automated and crafted in just 10 minutes, with only the first 5-minute step done manually 🚀. Can’t wait to hear what you think! ChatGPT×ElevenLabs×PythonScripts
4
1,313
Need some help with Python Scripts? The Library in Cyber Social Hub offers some great resources to assist you with your investigations. Free for all members, check it out today! csh.social/pytlib #python #pythonscripts #dfir #investigation
72
Replying to @n3ll41
Deine Pythonscripts in Faschoswhatsgruppen waren "elaborierter", deine politischen und wirtschaftlichen takes sind ziemlich für'n Arsch
18
🚀 Supercharge Your System Cleanup with Python Automation! 🧹🐍 🚮 Our latest video elaborates on how you can automate the weekly cleanup of your temp and downloads folders! 🔗 Video Link: youtube.com/shorts/MPHb7X5FJ… #PythonAutomation #FolderCleanup #PythonScripts #AutomationMagic
7
Need some help with Python Scripts? The Library in Cyber Social Hub offers some great resources to assist you with your investigations. Free for all members, check it out today! csh.social/pytlib #python #pythonscripts #dfir #investigation
1
2
138
✅There are a few ways you can use #Pythonscripts in Power BI: As a data source to import new data To enrich an existing data source in the #PowerQueryEditor To visualize data in the Power BI report canvas
1
1
9
1,091
5 Oct 2023
📈 Day 36 #100DaysOfCode: Crafted a Python script 🐍📊 to fetch info on my favorite stocks and the latest news, then sent it straight to my messaging app using the Twilio API!📰📲 Staying informed has never been easier. Thanks, Python! 💬🚀 #PythonScripts #StockMarket #TwilioAPI
5
112
Need some help with Python Scripts? The Library in Cyber Social Hub offers some great resources to assist you with your investigations. Free for all members, check it out today! dfir.world/GJJMyl #python #pythonscripts #dfir #investigation
4
134