Thread
Stories related to "Hacking Secret Ciphers with Python (Free e-Book)" across the full archive.
Maybe this is crazy but I always thought PHP's big advantage was you could just drag and drop a .php file over FTP and it would work. The syntax is terrible but it's so easy to deploy that it's what I recommend for most programming beginners.
What if you could do the same with Python? Drag and dr...
I'm the author of this work in progress. It can be scary to give advice to other programmers. I thought folks here would have some perspective to share on that. [Email me here](http://a.quil.la/5SAPC) if there's anything you'd like to see in the book! Thanks.
_PS: First submission -- happy to be ...
This came up in the thread about the book @joshuacc is writing ([see the Prose for Programmers thread here](https://lobste.rs/s/anujad/prose_for_programmers_book_wip)). I wrote a tool for my book, [Effective Python](http://www.effectivepython.com), which has a lot of similarities to [Donald Knuth's ...
Epub and Mobi available through http://radar.oreilly.com/2015/07/get-started-with-functional-programming-in-python.html
After a series of emails [[1](https://mail.python.org/pipermail/python-ideas/2015-September/035820.html)], TdR (OpenBSD) convinced GvR (Python) to improve security inside Python. That led to two PEP (Python Enhancement Proposals):
* [PEP 504](https://www.python.org/dev/peps/pep-0504/) *'Using th...
[Source](https://github.com/mdipierro/nlib)
Hello,
Today, I finally published my updated version of Python regular expressions ebook. My initial motivation was to add **epub** format and separate out third-party **regex** module content into a separate chapter. An email exchange with a reader, a look at feedback from the past year and my o...