Python Injection Attacks
medium.com/@maikelmardj...
#Python #pydata #pycon #owasp #cybersecurity #infosec
CFP: #pycon Aus Specialist Tracks including platform engineering, education and security if thats your bag :)
2026.pycon.org.au/cfp/speciali...
Throwback to previous PyCon Portugal 💛
Amazing talks, hallway discussions, and community moments.
Ready to join us this year? We'll be waiting for you 🐍
#pyconpt26 #python #pycon #aveiro
The #Pycon Ed Summit in 2013 literally changed my career.
Folks, if you’re adjacent to this in any way and can get there, do! 🐍
Call for proposal for PyCon US Maintainer summit. Closes Feb 20. Join is too share your thoughts and learn from your peers! https://us.pycon.org/2026/events/maintainers-summit/
Can you believe it's already February 20th?
It's the last day to get your talk proposal to the Maintainer Summit at PyCon US 2026!
us.pycon.org/2026/events/...
#pycon #pyconus #publicspeaking #opensource
🎤 Call for Participation is now open! Want to speak, run a workshop, or share your Python experience at PyCon Portugal 2026? Submit your proposal and be part of the program 🐍
🗓️ Deadline: April 30
🔗 Apply here: pretalx.evolutio.pt/pycon-portug...
#pyconpt26 #pycon #python #cfp
We are extending the PyCon PL 2026🐍🇵🇱 CFP until March 16, which will be the final deadline.
With so much happening in the Python ecosystem this year, we want to ensure everyone has enough breathing room to craft and submit their best proposals.
🐍Submit:
pyconpl.confreg.pl/events/67
#Python #PyCon
Calling all #Python maintainers: The #PyConUS 2026 Maintainers Summit CFP is open! 🐍
Topics include: GenAI in OSS, security, community building, developer workflows & more.
First-time speakers & underrepresented voices especially encouraged!
Learn more: us.pycon.org/2026/events/...
#PyCon
Securing your code isn’t just about who gets in—it’s about what gets out.
#Python Code Audit External Egress Detection feature is a vital for security and prevention of data leaks.
Try it out!
github.com/nocomplexity...
#Pycon #AppSec #CyberSecurity #DataProtection
4 days left! ⏳
The clock is ticking for the PyCon PL 2026 Call for Proposals. Don't let your ideas gather dust, share them with the Python community!
🐍 Submit your talk/workshop/other idea here:
pyconpl.confreg.pl/events/67-py...
Don't miss the deadline! 🚀
#PyCon #PyConPL #Python #CFP
From Vulnerable to Verifiable: Master Python File I/O Today
How To Open a file securely
open.substack.com/pub/nocomple...
#pycon #pydata #owasp #infosec
We’ve still got some spaces for our February monthly meetup, this Wednesday!
Join me at Python Ireland February 2026 Meetup meetu.ps/e/PQGVL/JbmdX/i
We’ve got space for 1 or 2 lightning talks too ⚡️
#PyConIe #Python #PyCon #PythonIe
Are you going to Pycon? Do you teach #Python to adults or children? Check out the 14th annual #Pycon Ed Summit! Join us! us.pycon.org/2026/events/...
#computerscience #education #coding @seantibor.com @anthonypjshaw.bsky.social @mkennedy.codes @brianokken.bsky.social @realpython.com
My #PyCon RU 2025 talk (Best Speaker award! 🏆) is now on YouTube: youtu.be/MpQgrhLO6aE
English subtitles available! 🇬🇧
I break down the Dependency Inversion Principle, compare popular #Python #DI frameworks, and show why they matter for building better applications.
I advocate for ‘simple’ Open Cybersecurity solutions. At minimum, this means #opensource software with maintainable code and a security.md file that makes reporting vulnerabilities possible in under 10 seconds!
github.com/nocomplexity...
#fosdem #security #pycon
I was curious to know how many security-related talks are held at large Python conferences, so I analysed the largest PyCon conferences of the last few years.
open.substack.com/pub/nocomple...
#pycon #owasp #appsec
The Fastest Way to Validate External Python Modules
Instant #python Security Validation Without a #Headache
open.substack.com/pub/nocomple...
#cyber #pycon #appsec #owasp
Python Code goes through parsing, complication and execution. Python's execution model combines interpretation with compilation.
Python’s popularity make it a target for malicious actors:
Python code is not secure by default!
codeaudit.nocomplexity.com
#CPython #owasp #pycon
Python security is gaining attention due to the still rising usage. Python can be considered a secure language, yet Python applications are susceptible to common security flaws.
github.com/nocomplexity...
#pycon #fosdem #owasp
I gave a lightning talk at a bunch of conferences in 2025 about some of the exciting new things coming in Python 3.14, including t-strings.
I illustrated this with xkcd 327, and localised it for the PyCon I was at. Here they are!
hugovk.dev/blog/2026/lo...
#Python #python314 #xkcd #PyCon
🎁 Last-minute Christmas gift for a Pythonista?🎄🐍
🎟️ #PyCascades 2026 tickets are on sale!
📅 March 21–22, 2026
✨ Hybrid event (in-person + online)
🎫 Buy Tickets 👇
pretix.eu/pycascades/v...
ℹ️ 2026.pycascades.com
#Python #PyCon #Tickets
Missed the PyCon US 2026 CFP because you were “just about to submit”? ⏳
If you’re a professional procrastinator, good news: a PyCon CFP is still open… just not the one in Long Beach 🏖️
PyCon Italia 2026 is waiting 👉 2026.pycon.it/en/call-for-...
CC @pyconit.bsky.social
#PyCon #CFP #PyConItalia
#PyCon proposals submitted! Gotta love a deadline
⚡ And while we've got your attention, follow the Python Software Foundation @python.org if you haven't yet and support their fundraising efforts -> donate.python.org
#PyCon #Poland #PythonForEveryone
Here we go - the "First Minute" ticket pool for PyCon PL 2026 🇵🇱🐍 is now open.
⚡ Register:
pyconpl.confreg.pl/events
Additionally, everyone who purchases a "First Minute" ticket will receive something special as an add-on (to be revealed later) ✨
#PyCon #Conference #Python
Save the date - PyCon PL 2026 is coming back next year! 🐍🇵🇱
Join the 4-day event by Python community in Poland at the end of August 2026. The first batch of tickets will be available by the end of this week. Call for Papers is also coming very soon!
pl.pycon.org/2026/
#Python #Conference #PyCon
#Python function:
def dangerous_calculator(user_input):
print(f"Entered: {user_input}")
exec(user_input)
Someone will do:
dangerous_calculator("__import__('os').system('rm -rf /')")
Always check code with Python Code Audit!
github.com/nocomplexity...
#infosec #owasp #pycon #programming