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
Trey Hunner: How to make an iterator in Python
Link: http://treyhunner.com/2018/06/how-to-make-an-iterator-in-python/
I wrote an article sometime ago on the iterator protocol that powers Python’s for loops.
One thing I left out of that article was how to make your own iterators.
In this article I’m going to discuss w
Link: http://treyhunner.com/2018/06/how-to-make-an-iterator-in-python/
I wrote an article sometime ago on the iterator protocol that powers Python’s for loops.
One thing I left out of that article was how to make your own iterators.
In this article I’m going to discuss w
Treyhunner
How to make an iterator in Python
I wrote an article sometime ago on the iterator protocol that powers Python’s for loops.
One thing I left out of that article was how to make …
One thing I left out of that article was how to make …
qutebrowser development blog: qutebrowser v1.3.3 released (security update!)
Link: https://blog.qutebrowser.org/qutebrowser-v133-released-security-update.html
I've just released qutebrowser v1.3.3, which fixes an XSS vulnerability
on the qute://history page (:history).
qutebrowser is a keyboard driven browser with a vim-like, minimalistic
interface. It's wr
Link: https://blog.qutebrowser.org/qutebrowser-v133-released-security-update.html
I've just released qutebrowser v1.3.3, which fixes an XSS vulnerability
on the qute://history page (:history).
qutebrowser is a keyboard driven browser with a vim-like, minimalistic
interface. It's wr
Python Bytes: #83 from __future__ import braces
Link: https://pythonbytes.fm/episodes/show/83/from-future-import-braces
Link: https://pythonbytes.fm/episodes/show/83/from-future-import-braces
pythonbytes.fm
from __future__ import braces
News and announcements from the Python community for the week of Jun 22nd, 2018
Weekly Python StackOverflow Report: (cxxxi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/06/cxxxi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-06-24 06:26:59 GMTWhy does `None is None is None` return True? - [
Link: http://python-weekly.blogspot.com/2018/06/cxxxi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-06-24 06:26:59 GMTWhy does `None is None is None` return True? - [
Blogspot
(cxxxi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Stefan Behnel: Cython for web frameworks
Link: http://blog.behnel.de/posts/cython-for-web-frameworks.html
I'm excited to see the Python web community pick up Cython more and more to speed up their web frameworks.
uvloop as a fast drop-in replacement for asyncio has been around for a while now, and it's mo
Link: http://blog.behnel.de/posts/cython-for-web-frameworks.html
I'm excited to see the Python web community pick up Cython more and more to speed up their web frameworks.
uvloop as a fast drop-in replacement for asyncio has been around for a while now, and it's mo
Stefans Welt
Cython for web frameworks
I'm excited to see the Python web community pick up Cython more and more to speed up their web frameworks.
uvloop as a fast drop-in replacement for asyncio has been around for a while now, and it's mo
uvloop as a fast drop-in replacement for asyncio has been around for a while now, and it's mo
Davy Wybiral: Encrypted reverse proxy in Go
Link: http://davywybiral.blogspot.com/2018/06/encrypted-reverse-proxy-in-go.html
This was part of an interview technical challenge but I decided to write it out as an actual Golang tool. It has a program for starting the reverse proxy from command line as well as package interface
Link: http://davywybiral.blogspot.com/2018/06/encrypted-reverse-proxy-in-go.html
This was part of an interview technical challenge but I decided to write it out as an actual Golang tool. It has a program for starting the reverse proxy from command line as well as package interface
Blogspot
Encrypted reverse proxy in Go
This was part of an interview technical challenge but I decided to write it out as an actual Golang tool. It has a program for starting the ...
Ned Batchelder: Coverage.py is on GitHub
Link: https://nedbatchelder.com//blog/201806/coveragepy_is_on_github.html
After many years on Bitbucket, today I moved
coverage.py development to GitHub.
I’ve long wanted to use Git instead of Mercurial, but I didn’t want to lose
the issues that were on Bitbucket.I thought
Link: https://nedbatchelder.com//blog/201806/coveragepy_is_on_github.html
After many years on Bitbucket, today I moved
coverage.py development to GitHub.
I’ve long wanted to use Git instead of Mercurial, but I didn’t want to lose
the issues that were on Bitbucket.I thought
Mike Driscoll: PyDev of the Week: Mario Corchero
Link: http://www.blog.pythonlibrary.org/2018/06/25/pydev-of-the-week-mario-corchero/
This week we welcome Mario Corchero (@mariocj89) as our PyDev of the Week! He is the chair of PyLondinium18, PyConES and PyCon Charlas, the Spanish track at this year’s PyCon US. Let’s spend some time
Link: http://www.blog.pythonlibrary.org/2018/06/25/pydev-of-the-week-mario-corchero/
This week we welcome Mario Corchero (@mariocj89) as our PyDev of the Week! He is the chair of PyLondinium18, PyConES and PyCon Charlas, the Spanish track at this year’s PyCon US. Let’s spend some time
Yasoob Khalid: A FIFA 2018 World Cup SMS bot using Twilio, Heroku and Flask
Link: https://pythontips.com/2018/06/25/a-fifa-world-cup-sms-bot-using-twilio-heroku-and-flask/
Hi everyone! I am back with yet another tutorial. Its World Cup season and every other person is rooting for his/her favorite team. I was thinking about the next blog post idea and I thought why not c
Link: https://pythontips.com/2018/06/25/a-fifa-world-cup-sms-bot-using-twilio-heroku-and-flask/
Hi everyone! I am back with yet another tutorial. Its World Cup season and every other person is rooting for his/her favorite team. I was thinking about the next blog post idea and I thought why not c
Python Tips
A FIFA 2018 World Cup SMS bot using Twilio, Heroku and Flask
Hi everyone! I am back with yet another tutorial. Its World Cup season and every other person is rooting for his/her favorite team. I was thinking about the next blog post idea and I thought why no…
Made With Mu: Hello, World!
Link: https://madewith.mu/mu/update/2018/06/21/hello-world.html
Welcome to “Made With Mu”, a blog to celebrate the projects and achievements of
users of the Mu Python code editor. Mu is a Python
editor for beginner programmers based on extensive feedback given by
Link: https://madewith.mu/mu/update/2018/06/21/hello-world.html
Welcome to “Made With Mu”, a blog to celebrate the projects and achievements of
users of the Mu Python code editor. Mu is a Python
editor for beginner programmers based on extensive feedback given by
Made With Mu
Hello, World!
Welcome to “Made With Mu”, a blog to celebrate the projects and achievements of users of the Mu Python code editor. Mu is a Python editor for beginner programmers based on extensive feedback given by teachers and learners. The project’s main website can be…
Made With Mu: PyWeek, PyGameZero, Paperchase and Mu
Link: https://madewith.mu/mu/pygame/pygamezero/2018/06/22/paperchase.html
Have you ever wanted to write a game? It turns out that Mu and PyGame Zero make
this really easy for beginner programmers. Read on to learn how the author used
both to create a goofy game for the wond
Link: https://madewith.mu/mu/pygame/pygamezero/2018/06/22/paperchase.html
Have you ever wanted to write a game? It turns out that Mu and PyGame Zero make
this really easy for beginner programmers. Read on to learn how the author used
both to create a goofy game for the wond
Made With Mu
PyWeek, PyGameZero, Paperchase and Mu
Have you ever wanted to write a game? It turns out that Mu and PyGame Zero make this really easy for beginner programmers. Read on to learn how the author used both to create a goofy game for the wonderful PyWeek event.
Made With Mu: Adafruit, CircuitPython and Mu
Link: https://madewith.mu/mu/adafruit/circuitpython/2018/06/24/adafruit-circuitpython-mu.html
Adafruit, the brainchild of
Limor ‘Ladyada’ Fried, was founded to create the
best possible resources, boards and designs for learning about electronics and
programming. Over the last decade she and he
Link: https://madewith.mu/mu/adafruit/circuitpython/2018/06/24/adafruit-circuitpython-mu.html
Adafruit, the brainchild of
Limor ‘Ladyada’ Fried, was founded to create the
best possible resources, boards and designs for learning about electronics and
programming. Over the last decade she and he
Made With Mu
Adafruit, CircuitPython and Mu
Adafruit, the brainchild of Limor ‘Ladyada’ Fried, was founded to create the best possible resources, boards and designs for learning about electronics and programming. Over the last decade she and her colleagues have surpassed their initial goal and become…
The Digital Cat: Python 3 OOP Part 1 - Objects and types
Link: http://blog.thedigitalcatonline.com/blog/2014/08/20/python-3-oop-part-1-objects-and-types/
This post is available as an IPython Notebook here
About this series
Object-oriented programming (OOP) has been the leading programming paradigm for several decades now, starting from the initial atte
Link: http://blog.thedigitalcatonline.com/blog/2014/08/20/python-3-oop-part-1-objects-and-types/
This post is available as an IPython Notebook here
About this series
Object-oriented programming (OOP) has been the leading programming paradigm for several decades now, starting from the initial atte
Thedigitalcatonline
Object-Oriented Programming in Python 3 - Objects and types
Fundamentals of object-oriented programming in Python - objects and types
The Digital Cat: Python Mocks: a gentle introduction - Part 1
Link: http://blog.thedigitalcatonline.com/blog/2016/03/06/python-mocks-a-gentle-introduction-part-1/
As already stressed in the two introductory posts on TDD (you can find them here) testing requires to write some code that uses the functions and objects you are going to develop. This means that you
Link: http://blog.thedigitalcatonline.com/blog/2016/03/06/python-mocks-a-gentle-introduction-part-1/
As already stressed in the two introductory posts on TDD (you can find them here) testing requires to write some code that uses the functions and objects you are going to develop. This means that you
Thedigitalcatonline
Python Mocks: a gentle introduction - Part 1
An introduction to mocks in Python: basic concepts and how to use them for tests
Karim Elghamrawy: Python Enumerate Explained (With Examples)
Link: https://www.afternerd.com/blog/python-enumerate/
How do I get the index of an element while I am iterating over a list? If you are coming from other programming languages (like C), most likely you are used to the idea of iterating over the length of
Link: https://www.afternerd.com/blog/python-enumerate/
How do I get the index of an element while I am iterating over a list? If you are coming from other programming languages (like C), most likely you are used to the idea of iterating over the length of
Afternerd
Python Enumerate Explained (With Examples) - Afternerd
Real Python: What Can I Do With Python?
Link: https://realpython.com/what-can-i-do-with-python/
You’ve done it: you’ve finished a course or finally made it to the end of a book that teaches you the basics of programming with Python. You’ve mastered lists, dictionaries, classes, and maybe even so
Link: https://realpython.com/what-can-i-do-with-python/
You’ve done it: you’ve finished a course or finally made it to the end of a book that teaches you the basics of programming with Python. You’ve mastered lists, dictionaries, classes, and maybe even so
Realpython
What Can I Do With Python? – Real Python
In this tutorial, you'll find a set of guidelines that will help you start applying your Python skills to real-world problems. By the end of your reading, you'll be able to answer the question "What can I do with Python?"
Stack Abuse: The Python tempfile Module
Link: http://stackabuse.com/the-python-tempfile-module/
Introduction
Temporary files, or "tempfiles", are mainly used to store intermediate information on disk for an application. These files are normally created for different purposes such as temporary ba
Link: http://stackabuse.com/the-python-tempfile-module/
Introduction
Temporary files, or "tempfiles", are mainly used to store intermediate information on disk for an application. These files are normally created for different purposes such as temporary ba
Stack Abuse
The Python tempfile Module
Temporary files, or "temp files", are mainly used to store intermediate information on disk for an application. These files are normally created for...