Tuesday, October 13, 2020

Reuven Lerner: Ask me anything!

Later this month, I’ll appear on the “Exploiting with Teja Kummarikuntla” podcast. As part of that appearance, I’ll be doing an AMA (“ask me anything”) segment — but in order for that to happen, I need questions!

That’s where you come in: If there’s a question that you would like for me to answer, then please go ahead and submit it at https://exploit.chat/AskLerner. Possible topics include:

  • Python
  • Life as a corporate trainer
  • Writing books
  • Running an e-mail newsletter
  • Running your own business (which I’ve done since 1995)
  • Creating and selling online books and courses

If you have questions on other topics, then go ahead and submit those, too!

I’m really looking forward to appearing on the podcast, and to answering your questions.

The post Ask me anything! appeared first on Reuven Lerner.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...