October 29

Webinar takeaway: Pretty Little Python Secrets (Episode 2)

0  comments

My key takeaways

  • "dunder" means every py-function starting with double underlines like __init__():
  • Poetry will make my life easier installing dependencies
  • Only a single file to manage
  • It will take care if I want to share my script on PyPi
  • Endusers only need pip. No extra install of poetry required
  • Cookiecutter let me have configurable boilerplates for my projects
  • Marcello shared the one for his py-projects on GitHub

Env


Tags

python, webinar takeaway


You may also like

Webinar takeaway – Shellcode Execution with Python

teaser for this Webcast, which made me attend Imagine you are pen testing a company and gain access to a Windows application server. You discover the server has application allow listing deployed, and strong EDR/XDR defensive solutions. To your excitement, you find there is a Python interpreter installed. It would be really great if you

Read More