Sumana Harihareswara - Cogito, Ergo Sumana: Preserving Threading In Google...
Have you ever wanted to reply to a mailing list post that wasn't in your inbox? I had that problem yesterday; here's how I fixed it. Context: I'm the project manager for Warehouse, the software behind...
View ArticleSimple is Better Than Complex: How to Use RESTful APIs with Django
First, let’s get those terms out of our way. The REST acronym stands for Representational State Transfer, which is an architectural design. Usually when we use the term RESTful, we are referring to an...
View ArticlePolyglot.Ninja(): API Star: Python 3 API Framework
For building quick APIs in Python, I have mostly depended on Flask. Recently I came across a new API framework for Python 3 named “API Star” which seemed really interesting to me for several reasons....
View ArticleWeekly Python StackOverflow Report: (cxi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-02-03 18:20:21 GMTCreate index dictionary from integer list -...
View ArticleA. Jesse Jiryu Davis: Video: Writing Winning Proposals for Tech Conferences
I was invited by PyLadies Online to give a February 3, 2018 webinar about proposing talks, for the annual Global Diversity CFP Day. Watch the recording for my tips about advancing your...
View ArticleCodementor: Python Hello World and String Manipulation
This is a basic python string and string manipualtion tutorial. Strings are a special type of a python class. As objects, in a class, you can call methods on string objects using the .methodName()...
View ArticleKracekumar Ramaraju: How long do Python Postgres tools take to load data?
Data is crucial for all applications. While fetching a significant amount of data from database multiple times, faster data load times improve performance.The post considers tools like SQLAlchemy...
View ArticleCatalin George Festila: The collections python module .
This module named collections implements some nice data structures which will help you to solve various real life problems.Let's start to see the content of this python...
View ArticleNed Batchelder: Coverage 4.5
Just out: coverage.py v4.5.There’s one new feature: configurator plug-ins, that let you run Python code at startup to set the configuration for coverage. This side-steps a requested feature to have...
View ArticlePython Insider
Python 3.5.5 and Python 3.4.8 are now available.You can download Python 3.5.5 here, and you can download Python 3.4.8 here.
View ArticleCodementor: Linear Regression Classifier from scratch using Numpy and...
In statistics, linear regression is a linear approach for modelling the relationship between a scalar dependent variable y and one or more explanatory variables (or independent variables) denoted...
View ArticleCodementor: Kaggle Learn review: there is a deep learning track and it is...
Detailed review of Kaggle's interactive deep learning tutorial
View ArticleMike Driscoll: PyDev of the Week: Robert Cimrman
This week we welcome Robert Cimrman as our PyDev of the Week! Robert is the project leader of Sfepy: Simple Finite Elements in Python package. He is also a contributor to NumPy and SciPy. You can see...
View ArticleDamián Avila: RISE 5.2.0 is out!
We're pleased to announce the release of RISE 5.2.0!RISE let's you show yout Jupyter notebook rendered as an executable Reveal.js-based slideshow. It is your very same notebook but in a slidy way! Read...
View ArticleCodementor: Locust.io: Load-testing using vagrant
Learn how to perform load testing on your system to determine it's behavior under both normal and anticipated peak load conditions.
View ArticleDoug Hellmann: traceback — Exceptions and Stack Traces — PyMOTW 3
The traceback module works with the call stack to produce error messages. A traceback is a stack trace from the point of an exception handler down the call chain to the point where the exception was...
View ArticlePyCharm: Webinar Recording: “MongoDB Quickstart with Python and PyCharm” with...
January 30 we had Michael Kennedy from Talk Python with us for a webinar on MongoDB. Michael covered a bunch of material with a live-building of a PyPI-type service, using Python and MongoDB. Lots of...
View ArticleCodementor: Simple TensorFlow Examples
Learn How To Define One-dimensional Tensor, Two-dimensional tensor, Perform Math Operations, Crop & Transpose images Using Easy TensorFlow Examples
View ArticleMike Driscoll: ReportLab 101: The textobject
The ReportLab toolkit provides multiple ways for you to generate text on your PDFs. The most popular examples that I have seen are using canvas methods or using PLATYPUS. The canvas method that you...
View ArticleImport Python: #161 - Decorator Pattern vs wrapt, Predicting Starting Pitcher...
Worthy Read Scale Continuous Delivery for Your Enterprise? GoCD is a Continuous Delivery tool allowing you to model, orchestrate, and visualize complex workflows. Our enterprise offering provides...
View Article