Chris Moffitt: Building a PDF Splitter Application
IntroductionI recently had the need to take a couple pages out of a PDF and save it to a new PDF. This is a fairly simple task but every time I do it, it takes some time to figure out the right command...
View ArticleMike Driscoll: PyDev of the Week: Joseph Howse
This week we welcome Joseph Howse (@CatsAndMonkeys) as our PyDev of the Week. Joseph is the author (or co-author) of several books on OpenCV:OpenCV for Secret AgentsOpenCV 3 BlueprintsiOS Application...
View ArticleDoug Hellmann: json — JavaScript Object Notation — PyMOTW 3
The json module provides an API similar to pickle for converting in-memory Python objects to a serialized representation known as JavaScript Object Notation (JSON). Unlike pickle, JSON has the benefit...
View ArticleImport Python: #160 - Python News this week
Worthy Read Optimize Utilization with GoCD’s Elastic Agents GoCD is a continuous delivery tool specializing in advanced workflow modeling and dependency management. Our new AWS ECS elastic agents...
View ArticleStack Abuse: Introduction to Neural Networks with Scikit-Learn
What is a Neural Network?Humans have an ability to identify patterns within the accessible information with an astonishingly high degree of accuracy. Whenever you see a car or a bicycle you can...
View ArticleZato Blog: WebSphere MQ programming in Python with Zato
WebSphere MQ is a messaging middleware product by IBM - a message queue server - and this post shows how to integrate with MQ from Python and Zato.The article will go through a short process that will...
View ArticleWeekly Python Chat: Lazy Looping with Iterators
During this chat we're going to talk about making and looping over lazy iterables. We'll talk about generators, iterators, and how to write readable and efficient Python code by embracing lazy looping.
View ArticleLow Kian Seong: Day 3 (72 hour mark)
Day 3 (72 hour mark)Feeling: There is still back pain but less and foot today felt very tender during barefoot morning run. - Tiredness: Energy level is better today.- Weight: 171kg Waist: 31 inches
View ArticleGraham Dumpleton: The "Decorator Pattern" versus the Python "wrapt" package.
Brandon Rhodes published a post today about the Decorator Pattern and how that translates into Python. He explains the manual way that the pattern can be implemented in Python as a wrapper, as well as...
View ArticleDjango Weekly: #67 - This week in Django
Worthy ReadOptimize Utilization with GoCD’s Elastic AgentsGoCD is a continuous delivery tool specializing in advanced workflow modeling and dependency management. Our new AWS ECS elastic agents...
View ArticleCodementor: Can Python Make You fly?
Read me to learn a few very interesting Python features.
View ArticleMatthew Rocklin: The Case for Numba in Community Code
The numeric Python community should consider adopting Numba more widely within community code.Numba is strong in performance and usability, but historically weak in ease of installation and community...
View ArticleReal Python: Python + Memcached: Efficient Caching in Distributed Applications
When writing Python applications, caching is important. Using a cache to avoid recomputing data or accessing a slow database can provide you with a great performance boost.Python offers built-in...
View ArticleDataquest: Introduction to AWS for Data Scientists
These days, many businesses use cloud based services; as a result various companies have started building and providing such services. Amazon began the trend, with Amazon Web Services (AWS). While AWS...
View ArticleNumFOCUS: Carpentries Transition From Fiscally Sponsored Project to Community...
The post Carpentries Transition From Fiscally Sponsored Project to Community Alliance Member appeared first on NumFOCUS.
View ArticleProgramiz: Pass by Reference in Python
In this article, we will learn about how Arguments are passed in Python Functions.
View ArticleLow Kian Seong: Day 4 of water fast
Feeling:Feel okay today energy level goodWeight:70kgRemarks:Cotton mouth very pronounced today and mouth feels dry although water intake was increasedLipid profile (After 3 days of fast):Total -...
View ArticlePython Software Foundation: The Python Software Foundation is looking for...
Interview prominent Pythonistas, connect with the community, expand your circle of friends and learn about events in the Python world! The Python Software Foundation (PSF) is looking to add bloggers...
View ArticleReal Python: Shallow vs Deep Copying of Python Objects
Assignment statements in Python do not create copies of objects, they only bind names to an object. For immutable objects, that usually doesn’t make a difference.But for working with mutable objects or...
View ArticleNumFOCUS: Carpentries Transition From Fiscally Sponsored Project to Community...
The post Carpentries Transition From Fiscally Sponsored Project to Community Alliance Member appeared first on NumFOCUS.
View Article