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...
Bill Ward / AdminTome: Kafka Python Tutorial for Fast Data Architecture
Link: http://www.admintome.com/blog/kafka-python-tutorial-for-fast-data-architecture/
In this Kafka python tutorial we will create a python application that will publish data to a Kafka topic and another app that will consume the messages.
Fast Data Series Articles
Installing Apache
Link: http://www.admintome.com/blog/kafka-python-tutorial-for-fast-data-architecture/
In this Kafka python tutorial we will create a python application that will publish data to a Kafka topic and another app that will consume the messages.
Fast Data Series Articles
Installing Apache
Davy Wybiral: Hookah: A Swiss Army knife for data pipelines
Link: http://davywybiral.blogspot.com/2018/06/hookah-swiss-army-knife-for-data.html
Hookah lets you pipe data between different stream types.Check it out on Github: https://github.com/wybiral/hookahView the Go package docs: https://godoc.org/github.com/wybiral/hookahSome CLI examples
Link: http://davywybiral.blogspot.com/2018/06/hookah-swiss-army-knife-for-data.html
Hookah lets you pipe data between different stream types.Check it out on Github: https://github.com/wybiral/hookahView the Go package docs: https://godoc.org/github.com/wybiral/hookahSome CLI examples
Blogspot
Hookah: A Swiss Army knife for data pipelines
Hookah lets you pipe data between different stream types. Check it out on Github: https://github.com/wybiral/hookah View the Go pack...
Python Software Foundation: Python Software Foundation Fellow Members for Q2 2018
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/8mEQc1MSolQ/python-software-foundation-fellow.html
We are happy to announce our 2018 2nd Quarter Python Software Foundation Fellow Members:
Anthony Shaw
Twitter, GitHub, Website
Christian Barra
Twitter, GitHub, Website
Jeff Reback
Twitter, GitHub
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/8mEQc1MSolQ/python-software-foundation-fellow.html
We are happy to announce our 2018 2nd Quarter Python Software Foundation Fellow Members:
Anthony Shaw
Twitter, GitHub, Website
Christian Barra
Twitter, GitHub, Website
Jeff Reback
Twitter, GitHub
Blogspot
Python Software Foundation Fellow Members for Q2 2018
We are happy to announce our 2018 2nd Quarter Python Software Foundation Fellow Members: Anthony Shaw Twitter , GitHub , Website Chris...
The Digital Cat: Useful pytest command line options
Link: http://blog.thedigitalcatonline.com/blog/2018/07/05/useful-pytest-command-line-options/
I recently gave a workshop on "TDD in Python with pytest", where I developed a very simple Python project together with the attendees following a TDD approach. It's a good way to introduce TDD, I thin
Link: http://blog.thedigitalcatonline.com/blog/2018/07/05/useful-pytest-command-line-options/
I recently gave a workshop on "TDD in Python with pytest", where I developed a very simple Python project together with the attendees following a TDD approach. It's a good way to introduce TDD, I thin
Will McGugan: Compress WebSocket streams with Lomond 0.3.2
Link: https://www.willmcgugan.com/blog/tech/post/compress-websocket-streams-with-lomond-032/
I've recently released version 0.3.2 of Lomond, a WebSocket client for Python with a focus on correctness and ease-of-use.
The major feature of the 0.3 release is per-message compression, which allows
Link: https://www.willmcgugan.com/blog/tech/post/compress-websocket-streams-with-lomond-032/
I've recently released version 0.3.2 of Lomond, a WebSocket client for Python with a focus on correctness and ease-of-use.
The major feature of the 0.3 release is per-message compression, which allows
Will McGugan Tech
Compress WebSocket streams with Lomond 0.3.2
I've recently released version 0.3.2 of Lomond, a WebSocket client for Python with a focus on correctness and ease-of-use. The major feature of the 0.3 release is per-message compression, which allows for text and binary to be sent in compressed form. Here's…
Eli Bendersky: Elegant Python code for a Markov chain text generator
Link: https://eli.thegreenplace.net/2018/elegant-python-code-for-a-markov-chain-text-generator/
While preparing the post on minimal char-based RNNs,
I coded a simple Markov chain text generator to serve as a comparison for the
quality of the RNN model. That code turned out to be consice and quit
Link: https://eli.thegreenplace.net/2018/elegant-python-code-for-a-markov-chain-text-generator/
While preparing the post on minimal char-based RNNs,
I coded a simple Markov chain text generator to serve as a comparison for the
quality of the RNN model. That code turned out to be consice and quit
NumFOCUS: NumFOCUS 2018 Google Summer of Code, Part 4 (Final)
Link: https://www.numfocus.org/blog/google-summer-of-code-2018-part-4-final
The post NumFOCUS 2018 Google Summer of Code, Part 4 (Final) appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/google-summer-of-code-2018-part-4-final
The post NumFOCUS 2018 Google Summer of Code, Part 4 (Final) appeared first on NumFOCUS.
NumFOCUS
NumFOCUS 2018 Google Summer of Code, Part 4 (Final) - NumFOCUS
Will McGugan: Idiomatic usage of Python assignment expressions (PEP 572)
Link: https://www.willmcgugan.com/blog/tech/post/idiomatic-usage-of-assignment-expressions-pep-572/
Most PEPs (Python Enhancement Proposal) tend do go under the radar of most developers, but PEP 572 has caused a lot of controversy in the Python community, with some developers expressing an intense d
Link: https://www.willmcgugan.com/blog/tech/post/idiomatic-usage-of-assignment-expressions-pep-572/
Most PEPs (Python Enhancement Proposal) tend do go under the radar of most developers, but PEP 572 has caused a lot of controversy in the Python community, with some developers expressing an intense d
Will McGugan Tech
Idiomatic usage of Python assignment expressions (PEP 572)
Is the BDFL more D than B?
Test and Code: 43: Kelsey Hightower - End to End & Integration Testing
Link: http://testandcode.com/43
I first heard Kelsey speak during his 2017 PyCon keynote.
He's an amazing speaker, and I knew right then I wanted to hear more about what he does and hear more of his story.
We discuss testing, of co
Link: http://testandcode.com/43
I first heard Kelsey speak during his 2017 PyCon keynote.
He's an amazing speaker, and I knew right then I wanted to hear more about what he does and hear more of his story.
We discuss testing, of co
Test & Code : Python Testing
Test & Code : Python Testing: 43: Kelsey Hightower - End to End & Integration Testing
"You cannot compromise on integration tests." Kelsey Hightower expands on this idea to discuss real world testing of complicated systems.
Fabio Zadrozny: PyDev 6.4.3 (code formatter standalone, debugger improvements and f-strings handling)
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/0Nhddp3Cg6s/pydev-643-code-formatter-standalone.html
The latest version of PyDev is now out... Major changes in this release include:1. Being able to use the PyDev code formatter as a standalone tool.To use it it's possible to install it as pip install
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/0Nhddp3Cg6s/pydev-643-code-formatter-standalone.html
The latest version of PyDev is now out... Major changes in this release include:1. Being able to use the PyDev code formatter as a standalone tool.To use it it's possible to install it as pip install
Blogspot
PyDev 6.4.3 (code formatter standalone, debugger improvements and f-strings handling)
The latest version of PyDev is now out... Major changes in this release include: 1. Being able to use the PyDev code formatter as a standalo...