@imkapor.bsky.social
Reposted
🐍📰 Python's collections: A Buffet of Specialized Data Types

#python
Python's collections: A Buffet of Specialized Data Types
In this tutorial, you'll learn all about the series of specialized container data types in the collections module from the Python standard library:
realpython.com
March 11, 2025 at 3:00 PM
Reposted
🐍📩 Pycoders Weekly (Issue 671) — Underscore Naming, Flask-SQLAlchemy, Kivy, and More

buff.ly/TTqlf7P
March 5, 2025 at 10:21 PM
Reposted
🐍📰 Dependency Management With Python Poetry
#python
Dependency Management With Python Poetry
Learn how Python Poetry will help you start new projects, maintain existing ones, and master dependency management:
realpython.com
March 5, 2025 at 11:30 PM
Reposted
California’s right-to-know law, which requires companies to warn people about harmful chemicals in their products, has swayed many companies to stop using those chemicals altogether, a new study found.
California’s Scary Product Warning Labels Might Be Working, Study Says
Products must state if they contain chemicals tied to cancer or other risks. As a result, manufacturers have pulled back from using the chemicals, researchers found.
www.nytimes.com
February 13, 2025 at 5:00 AM
Reposted
🐍📺 How to Use Python Lambda Functions [Video]

In this step-by-step course, you'll learn about Python lambda functions. You'll see how they compare with regular functions and how you can use them in accordance with best practices.
#python
How to Use Python Lambda Functions
In this step-by-step course, you'll learn about Python lambda functions. You'll see how they compare with regular functions and how you can use them in accordance with best practices.
realpython.com
February 11, 2025 at 3:00 AM
Reposted
🐍📰 In this step-by-step tutorial, you'll learn how to use the Python zip() to traverse multiple iterables in parallel and create dictionaries with just a few lines of code.

#python
Using the Python zip() Function for Parallel Iteration – Real Python
In this step-by-step tutorial, you'll learn how to use the Python zip() function to solve common programming problems. You'll learn how to traverse multiple iterables in parallel and create dictionaries with just a few lines of code.
realpython.com
February 8, 2025 at 6:30 PM
Reposted
How to Check Your Private & Public IP Addresses in Ubuntu
ubuntushell.com/check-your-p...
How to Check Your Private & Public IP Addresses in Ubuntu
Discover a step-by-step guide to check your private and public IP addresses, including both IPv4 and IPv6 protocols, using CLI and GUI methods.
ubuntushell.com
February 6, 2025 at 12:50 AM
Reposted
🐍📰 Get Started With Django User Management

In this step-by-step tutorial, you'll learn how to extend your Django application with a user management system

#python
Get Started With Django User Management – Real Python
In this step-by-step tutorial, you'll learn how to extend your Django application with a user management system.
realpython.com
February 4, 2025 at 6:30 PM
Reposted
🐍📰 Python Closures: Common Use Cases and Examples

In this tutorial, you'll learn about Python closures. A closure is a function-like object with an extended scope.

#python
Python Closures: Common Use Cases and Examples
In this tutorial, you'll learn about Python closures. A closure is a function-like object with an extended scope. You can use closures to create decorators, factory functions, stateful functions, and more:
realpython.com
January 23, 2025 at 6:30 PM
Reposted
🎤 Share your #opensource expertise at #openSUSE Conference 2025! The #CfP is open until April 30. Submit your talk or #workshop today & join us this summer in 🇩🇪. news.opensuse.org/2025/01/23/s...
Submit a Presentation for the openSUSE Conference
The call for papers for openSUSE Conference 2025 is open. The conference is scheduled to take place June 26 to 28 in Nuremberg, Germany. Until April 30, peop...
news.opensuse.org
January 23, 2025 at 4:23 PM
Reposted
Quiz: Expression vs Statement in Python: What's the Difference? ##python
Quiz: Expression vs Statement in Python: What's the Difference? #python
In this quiz, you'll test your understanding of Python expressions vs statements. Knowing the difference between these two is crucial for writing efficient and readable Python code.
realpython.com
January 22, 2025 at 4:00 AM
Reposted
🐍📺 Creating a Discord Bot in Python [Video]

In this course, you'll learn how to make a Discord bot in Python and interact with several APIs. You'll learn how to handle events, accept commands, validate and verify input, and more!
##python
Creating a Discord Bot in Python
In this course, you'll learn how to make a Discord bot in Python and interact with several APIs. You'll learn how to handle events, accept commands, validate and verify input, and all the basics that can help you create useful and exciting automations!
realpython.com
January 22, 2025 at 3:00 AM
Reposted
🛠️ Join the #Leap 16 Feature Review #meeting today! Discuss & process new #features every Monday. Mark your 🗓️ or visit the #openSUSE calendar. calendar.opensuse.org
openSUSE Calendar
calendar.opensuse.org
January 20, 2025 at 7:09 AM
Reposted
🐍📺 Writing Beautiful Pythonic Code With PEP 8 [Video]

Learn how to write high-quality, readable code by using the Python style guidelines laid out in PEP 8. This course outlines the key guidelines laid out in PEP 8.
##python
Writing Beautiful Pythonic Code With PEP 8
Learn how to write high-quality, readable code by using the Python style guidelines laid out in PEP 8. Following these guidelines helps you make a great impression when sharing your work with potential employers and collaborators. This course outlines ...
realpython.com
January 20, 2025 at 3:00 AM
Reposted
Python Hub Weekly Digest for 2025-01-12

https://pythonhub.dev/digest/2025-01-12/
January 12, 2025 at 6:15 PM
Reposted
Python Concurrency: Threads, Processes, and Asyncio Explained

https://newvick.com/python-concurrency/
January 15, 2025 at 2:15 AM
Reposted
Por que é difícil pra juniores conseguir emprego?

felipperegazio.com/posts/porque...
Por que é difícil pra juniores conseguir emprego?
Simples: Porque o que o mercado quer e a maneira que as empresas se organizam hoje é incompatível com juniores
felipperegazio.com
January 10, 2025 at 6:50 PM
Reposted
The LiberLive C1 stringless instrument isn’t a guitar, and that’s fine
The LiberLive C1 stringless instrument isn’t a guitar, and that’s fine
I’m old enough to remember musicians getting angry over Guitar Hero. But they always seemed to be missing the point. Nobody was seriously suggesting that a video game controller would replace an instrument that’s been going strong since the 15th century.…
tcrn.ch
January 9, 2025 at 12:57 AM
Reposted
🐍📺 Functional Programming in Python [Video]

In this course, you'll learn how to approach functional programming in Python. You'll cover what functional programming is, how you can use immutable data structures to represent your data, and more.
##python
Functional Programming in Python
In this course, you'll learn how to approach functional programming in Python. You'll cover what functional programming is, how you can use immutable data structures to represent your data, as well as how to use filter(), map(), and reduce().
realpython.com
December 29, 2024 at 3:00 AM
Reposted
ESP32-BLE-Gamepad (0.6.1) for esp32 by lemmingDev

➡️ https://github.com/lemmingDev/ESP32-BLE-Gamepad

Bluetooth LE Gamepad library for the ESP32.

#Arduino #ArduinoLibs #esp32
GitHub - lemmingDev/ESP32-BLE-Gamepad: Bluetooth LE Gamepad library for the ESP32
Bluetooth LE Gamepad library for the ESP32. Contribute to lemmingDev/ESP32-BLE-Gamepad development by creating an account on GitHub.
github.com
December 16, 2024 at 1:30 PM
Reposted
InputEvents (1.0.2) for arduino by Philip Fletcher

➡️ https://github.com/Stutchbury/InputEvents

An easy but comprehensive Arduino style Event Library for Buttons, Encoders, Encoder Buttons, Analog Inputs, Joysticks and Switches.

#Arduino #ArduinoLibs
GitHub - Stutchbury/InputEvents: An easy to use but comprehensive Event Library for Buttons, Encoders, Encoder Buttons, Analog Inputs, Joysticks and Switches.
An easy to use but comprehensive Event Library for Buttons, Encoders, Encoder Buttons, Analog Inputs, Joysticks and Switches. - Stutchbury/InputEvents
github.com
December 16, 2024 at 3:50 PM
Reposted
Sensirion Gadget BLE Arduino Lib (1.4.0) for esp32 by Bjoern Muntwyler, Jonas Stolle

➡️ https://github.com/Sensirion/arduino-ble-gadget

Library for BLE communication between BLE Gadgets and the MyAmbience app.

#Arduino #ArduinoLibs #esp32
GitHub - Sensirion/arduino-ble-gadget: Create your own Do-It-Yourself BLE enabled sensor gadget on the ESP32 platform.
Create your own Do-It-Yourself BLE enabled sensor gadget on the ESP32 platform. - Sensirion/arduino-ble-gadget
github.com
December 12, 2024 at 5:00 PM