Python Piedmont Triad User Group: PYPTUG Monthly meeting: Wrangling Geospatial Data
Link: http://www.pyptug.org/2018/06/pyptug-monthly-meeting-wrangling.html
DetailsCome join PYPTUG at out next monthly meeting (June 26th 2018) to learn more about the Python programming language, modules and tools. Python is the language to learn if you've never programm
Link: http://www.pyptug.org/2018/06/pyptug-monthly-meeting-wrangling.html
DetailsCome join PYPTUG at out next monthly meeting (June 26th 2018) to learn more about the Python programming language, modules and tools. Python is the language to learn if you've never programm
www.pyptug.org
PYPTUG Monthly meeting: Wrangling Geospatial Data
Details Come join PYPTUG at out next monthly meeting (June 26th 2018) to learn more about the Python programming language, modules and t...
Mike Driscoll: PyDev of the Week: Qumisha Goss
Link: http://www.blog.pythonlibrary.org/2018/06/18/qumisha-goss/
This week we welcome Qumisha Goss as our PyDev of the Week. Q is a librarian from Detroit who gave one of the best keynotes I’ve ever seen at PyCon US this year. For some reason, the people who upload
Link: http://www.blog.pythonlibrary.org/2018/06/18/qumisha-goss/
This week we welcome Qumisha Goss as our PyDev of the Week. Q is a librarian from Detroit who gave one of the best keynotes I’ve ever seen at PyCon US this year. For some reason, the people who upload
Andre Roberge: Approximate fun
Link: https://aroberge.blogspot.com/2018/06/approximate-fun.html
Newest addition to https://github.com/aroberge/experimental> python -m experimental experimental console version 0.9.6. [Python version: 3.6.1]
Link: https://aroberge.blogspot.com/2018/06/approximate-fun.html
Newest addition to https://github.com/aroberge/experimental> python -m experimental experimental console version 0.9.6. [Python version: 3.6.1]
Blogspot
Approximate fun
Newest addition to https://github.com/aroberge/experimental > python -m experimental e...
Mike Driscoll: ReportLab: PDF Publishing with Python is now Available!
Link: http://www.blog.pythonlibrary.org/2018/06/18/reportlab-pdf-publishing-with-python-is-now-available/
My latest book, ReportLab: PDF Processing with Python is now available for purchase.
ReportLab has been around since the year 2000 and has remained the primary package that Python developers use for
Link: http://www.blog.pythonlibrary.org/2018/06/18/reportlab-pdf-publishing-with-python-is-now-available/
My latest book, ReportLab: PDF Processing with Python is now available for purchase.
ReportLab has been around since the year 2000 and has remained the primary package that Python developers use for
Real Python: The Ultimate List of Python YouTube Channels
Link: https://realpython.com/python-youtube-channels/
We couldn’t find a good, up-to-date list of Python developer or Python programming YouTube channels online.
Learning Python on YouTube is a viable option these days, and we’re excited about what this
Link: https://realpython.com/python-youtube-channels/
We couldn’t find a good, up-to-date list of Python developer or Python programming YouTube channels online.
Learning Python on YouTube is a viable option these days, and we’re excited about what this
Realpython
The Ultimate List of Python YouTube Channels – Real Python
We couldn't find a good and updated list of Python developer or Python programming YouTube channels online. So we created our own list with the best and most Pythonic YouTubers.
NumFOCUS: NumFOCUS 2018 Google Summer of Code Cohort, Part 2
Link: https://www.numfocus.org/blog/google-summer-of-code-2018-cohort-2
The post NumFOCUS 2018 Google Summer of Code Cohort, Part 2 appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/google-summer-of-code-2018-cohort-2
The post NumFOCUS 2018 Google Summer of Code Cohort, Part 2 appeared first on NumFOCUS.
NumFOCUS
NumFOCUS 2018 Google Summer of Code Cohort, Part 2 - NumFOCUS
Matthew Rocklin: Dask Release 0.18.0
Link: https://matthewrocklin.com/blog//work/2018/06/14/dask-0.18.0
This work is supported by Anaconda Inc.
I’m pleased to announce the release of Dask version 0.18.0. This is a major
release with breaking changes and new features.
The last release was 0.17.5 on May
Link: https://matthewrocklin.com/blog//work/2018/06/14/dask-0.18.0
This work is supported by Anaconda Inc.
I’m pleased to announce the release of Dask version 0.18.0. This is a major
release with breaking changes and new features.
The last release was 0.17.5 on May
Django Weblog: Django 2.1 beta 1 released
Link: https://www.djangoproject.com/weblog/2018/jun/18/django-21-beta-1-released/
Django 2.1 beta 1 is now available. It represents the second stage in the 2.1 release cycle and is an opportunity for you to try out the changes coming in Django 2.1.
Django 2.1 has a smorgasbord of n
Link: https://www.djangoproject.com/weblog/2018/jun/18/django-21-beta-1-released/
Django 2.1 beta 1 is now available. It represents the second stage in the 2.1 release cycle and is an opportunity for you to try out the changes coming in Django 2.1.
Django 2.1 has a smorgasbord of n
Vladimir Iakolev: Filmstrip from subtitles and stock images
Link: https://nvbn.github.io/2018/06/19/stock-film-strip/
It’s possible to find subtitles for almost every movie or TV series. And there’s also stock images
with anything imaginable. Wouldn’t it be fun to connect this two things and make a sort of a filmstri
Link: https://nvbn.github.io/2018/06/19/stock-film-strip/
It’s possible to find subtitles for almost every movie or TV series. And there’s also stock images
with anything imaginable. Wouldn’t it be fun to connect this two things and make a sort of a filmstri
nvbn.github.io
Filmstrip from subtitles and stock images
It’s possible to find subtitles for almost every movie or TV series. And there’s also stock images
with anything imaginable. Wouldn’t it be fun to connect this two things and make a sort of a films...
with anything imaginable. Wouldn’t it be fun to connect this two things and make a sort of a films...
Artem Golubin: How many objects does Python allocate during its interpreter lifetime?
Link: http://rushter.com/blog/python-object-allocation-statistics/
It can be very surprising to see how many objects Python interpreter temporarily allocates while executing simple scripts. In fact, Python provides a way to check it.
To do so, we need to compile a st
Link: http://rushter.com/blog/python-object-allocation-statistics/
It can be very surprising to see how many objects Python interpreter temporarily allocates while executing simple scripts. In fact, Python provides a way to check it.
To do so, we need to compile a st
Artem Golubin
How many objects does Python allocate during its interpreter lifetime? | Artem Golubin
A statistics about Python's object allocator.
Yasoob Khalid: An Intro to Web Scraping With lxml and Python
Link: https://pythontips.com/2018/06/20/an-intro-to-web-scraping-with-lxml-and-python/
Hello everyone! I hope you are doing well. In this article, I’ll teach you the basics of web scraping using lxml and Python. I also recorded this tutorial in a screencast so if you prefer to watch me
Link: https://pythontips.com/2018/06/20/an-intro-to-web-scraping-with-lxml-and-python/
Hello everyone! I hope you are doing well. In this article, I’ll teach you the basics of web scraping using lxml and Python. I also recorded this tutorial in a screencast so if you prefer to watch me
Python Tips
An Intro to Web Scraping With lxml and Python
Hello everyone! I hope you are doing well. In this article, I’ll teach you the basics of web scraping using lxml and Python. I also recorded this tutorial in a screencast so if you prefer to watch …
PyPy Development: Repeating a Matrix Multiplication Benchmark
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/KIsvzugb-Og/repeating-matrix-multiplication.html
I watched the Hennessy & Patterson's Turing award lecture recently:
In it, there's a slide comparing the performance of various matrix
multiplication implementations, using Python (presumably CPython)
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/KIsvzugb-Og/repeating-matrix-multiplication.html
I watched the Hennessy & Patterson's Turing award lecture recently:
In it, there's a slide comparing the performance of various matrix
multiplication implementations, using Python (presumably CPython)
Blogspot
Repeating a Matrix Multiplication Benchmark
I watched the Hennessy & Patterson's Turing award lecture recently: In it, there's a slide comparing the performance of various matrix m...
Peter Bengtsson: A good Django view function cache decorator for http.JsonResponse
Link: https://www.peterbe.com/plog/json_response_cache_page_decorator
I use this a lot. It has served me very well. The code:
import hashlib
import functools
import markus # optional
from django.core.cache import cache
from django import http
from django.utils.enco
Link: https://www.peterbe.com/plog/json_response_cache_page_decorator
I use this a lot. It has served me very well. The code:
import hashlib
import functools
import markus # optional
from django.core.cache import cache
from django import http
from django.utils.enco
Real Python: Operators and Expressions in Python
Link: https://realpython.com/python-operators-expressions/
After finishing our previous tutorial on Python variables in this series, you should now have a good grasp of creating and naming Python objects of different types. Let’s do some work with them!
Here
Link: https://realpython.com/python-operators-expressions/
After finishing our previous tutorial on Python variables in this series, you should now have a good grasp of creating and naming Python objects of different types. Let’s do some work with them!
Here
Realpython
Operators and Expressions in Python – Real Python
In Python, operators are special symbols, combinations of symbols, or keywords that designate some type of computation. You can combine objects and operators to build expressions that perform the actual computation. So, operators are the building blocks of…
PyCharm: PyCharm 2018.2 EAP 4
Link: http://feedproxy.google.com/~r/Pycharm/~3/-LYCtWANNL4/
We’re now in our fourth installment of a pretty big 2018.2 Early Access Program cycle. Lots to take a look at by downloading EAP 4 from our website.
New in PyCharm 2018.2 EAP 4
Pipenv support
We know
Link: http://feedproxy.google.com/~r/Pycharm/~3/-LYCtWANNL4/
We’re now in our fourth installment of a pretty big 2018.2 Early Access Program cycle. Lots to take a look at by downloading EAP 4 from our website.
New in PyCharm 2018.2 EAP 4
Pipenv support
We know
PyCharm Blog
PyCharm 2018.2 EAP 4
We’re now in our fourth installment of a pretty big 2018.2 Early Access Program cycle. Lots to take a look at by downloading EAP 4 from our website. New in PyCharm 2018.2 EAP 4 Pipenv support…
Curtis Miller: Learn Basic Python and scikit-learn Machine Learning Hands-On with My Course: Training Your Systems with Python Statistical Modelling
Link:
In this course I cover statistics and machine learning topics. The course assumes little knowledge about what statistics or machine learning involves. I touch lightly on the theory of statistics and m
Link:
In this course I cover statistics and machine learning topics. The course assumes little knowledge about what statistics or machine learning involves. I touch lightly on the theory of statistics and m
NumFOCUS: Ethical Algorithms — Notes from the DISC Unconference
Link: https://www.numfocus.org/blog/ethical-algorithms-notes-from-the-disc-unconference
The post Ethical Algorithms — Notes from the DISC Unconference appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/ethical-algorithms-notes-from-the-disc-unconference
The post Ethical Algorithms — Notes from the DISC Unconference appeared first on NumFOCUS.
NumFOCUS
Ethical Algorithms — Notes from the DISC Unconference - NumFOCUS
Dan Crosta: Flask-PyMongo, Back from the Dead
Link: https://late.am/post/2018/06/21/flask-pymongo-back-from-the-dead.html
homesteading.com
Long ago, when I worked at MongoDB I created
Flask-PyMongo to make it
easy for programmers using Flask to use the
database. Fast forward almost 8 years, during which time I wasn't a
Link: https://late.am/post/2018/06/21/flask-pymongo-back-from-the-dead.html
homesteading.com
Long ago, when I worked at MongoDB I created
Flask-PyMongo to make it
easy for programmers using Flask to use the
database. Fast forward almost 8 years, during which time I wasn't a
late.am
Flask-PyMongo, Back from the Dead
Join the PyGotham program committee now to help shape the conference in October!
Andre Roberge: Javascript tools for Python hobbyists
Link: https://aroberge.blogspot.com/2018/06/javascript-tools-for-python-hobbyists.html
I am just a hobbyist, Python enthusiast who has been, over the course of many years, writing what is now a relatively big Javascript program (close to 20,000 lines of code so far). If you like Python
Link: https://aroberge.blogspot.com/2018/06/javascript-tools-for-python-hobbyists.html
I am just a hobbyist, Python enthusiast who has been, over the course of many years, writing what is now a relatively big Javascript program (close to 20,000 lines of code so far). If you like Python
Blogspot
Javascript tools for Python hobbyists
I am just a hobbyist, Python enthusiast who has been, over the course of many years, writing what is now a relatively big Javascript program...
py.CheckIO: Design Patterns. Part 1
Link: http://py.checkio.org/blog/design-patterns-part-1/
Well-structured code with the thought out architecture is your goal, but the ordinary books and articles seem too confusing? Then this article is for you! We’ve used the simplest analogies to descr
Link: http://py.checkio.org/blog/design-patterns-part-1/
Well-structured code with the thought out architecture is your goal, but the ordinary books and articles seem too confusing? Then this article is for you! We’ve used the simplest analogies to descr
Py.CheckiO - games for coders
Design Patterns. Part 1. python coding challenges - Py.CheckiO
This article describes two classic design patterns: Abstract Factory and Strategy, with the clear real-life examples. It also includes Python code examples which implement these patterns and links to the coding challenges that will help to consolidate the…
Wallaroo Labs: Implementing Time Windowing in an Evented Streaming System
Link: https://blog.wallaroolabs.com/2018/06/implementing-time-windowing-in-an-evented-streaming-system/
Hi there! Welcome to the second and final installment of my trending twitter hashtags example series. In part 1, we covered the basic dataflow and logic of the application. In part 2, we are going to
Link: https://blog.wallaroolabs.com/2018/06/implementing-time-windowing-in-an-evented-streaming-system/
Hi there! Welcome to the second and final installment of my trending twitter hashtags example series. In part 1, we covered the basic dataflow and logic of the application. In part 2, we are going to
Wallaroolabs
Implementing Time Windowing in an Evented Streaming System
Official blog of the Wallaroo Labs Engineering team