Low-Code Development: Leverage low and no code to streamline your workflow so that you can focus on higher priorities.
DZone Security Research: Tell us your top security strategies in 2024, influence our research, and enter for a chance to win $!
Python Developer at Ag Leader Technology @driscollis
I have been programming in Python since 2006 and writing about Python almost as long on my blog. I have written several books on Python: Python 101, Python 201: Intermediate Python, wxPython Cookbook
Stats
Reputation: | 7093 |
Pageviews: | 3.5M |
Articles: | 49 |
Comments: | 8 |
Core Python
Comments
Sep 17, 2019 · Jordan Baker
PDFMiner.six is not outdated. I would use PDFPlumber now instead of Slate though. I haven't found a good solution for extracting images though.
Sep 17, 2019 · Jordan Baker
PDFMiner doesn't always extract text the way you expect. It will give you the coordinates of where it found each word or character though, which you can use to reconstruct some things.
Feb 01, 2019 · Duncan Brown
Check out SQL's ORDER BY command - https://www.w3schools.com/sql/sql_orderby.asp
Dec 14, 2017 · Duncan Brown
Thanks! Glad you liked it.
Aug 17, 2017 · Duncan Brown
It all depends on what your goals are. PHP tends to be primarily for web development. Python can be used for web development too, but it's used in much more than that and is more of a general purpose language. I personally love Python and its rich set of features.
May 24, 2016 · Matthew Casperson
I updated the original article on my blog to fix a misunderstanding about Fernet. Fernet is a module, not a cryptographic algorithm. Instead the Fernet module actually implements an algorithm. Sorry if that bit is a bit wrong. Be sure to check out the updated original http://www.blog.pythonlibrary.org/2016/05/18/python-3-an-intro-to-encryption/ (which I will continue to update should any other issues arise)
Sep 05, 2014 · Alec Noller
Sep 05, 2014 · Alec Noller