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...
Talk Python to Me: #168 10 Python security holes and how to plug them
Link: https://talkpython.fm/episodes/show/168/10-python-security-holes-and-how-to-plug-them
Do you write Python software that uses the network, opens files, or accepts user input? Of course you do! That's what almost all software does. But these actions can let bad actors exploit mistakes an
Link: https://talkpython.fm/episodes/show/168/10-python-security-holes-and-how-to-plug-them
Do you write Python software that uses the network, opens files, or accepts user input? Of course you do! That's what almost all software does. But these actions can let bad actors exploit mistakes an
talkpython.fm
10 Python security holes and how to plug them
Do you write Python software that uses the network, opens files, or accepts user input? Of course you do! That's what almost all software does. But these actions can let bad actors exploit mistakes and oversights we've made to compromise our systems.
Made With Mu: Rainbow Pride Traffic Lights
Link: https://madewith.mu/mu/submitted/2018/07/07/rainbow-pride-traffic-lights.html
Caitlinsdad has created
colourful Rainbow Pride Traffic Lights with Mu and CircuitPython.
This is great timing since Pride month
just finished and today tens of thousands of people are taking part in
Link: https://madewith.mu/mu/submitted/2018/07/07/rainbow-pride-traffic-lights.html
Caitlinsdad has created
colourful Rainbow Pride Traffic Lights with Mu and CircuitPython.
This is great timing since Pride month
just finished and today tens of thousands of people are taking part in
Made With Mu
Rainbow Pride Traffic Lights
Caitlinsdad has created colourful Rainbow Pride Traffic Lights with Mu and CircuitPython. This is great timing since Pride month just finished and today tens of thousands of people are taking part in the Pride in London Parade. Thanks to Adafruit for the…
Weekly Python StackOverflow Report: (cxxxiii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/07/cxxxiii-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-07-07 20:57:19 GMTIn Python 2, why do lists compare as greater tha
Link: http://python-weekly.blogspot.com/2018/07/cxxxiii-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-07-07 20:57:19 GMTIn Python 2, why do lists compare as greater tha
Blogspot
(cxxxiii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Techiediaries - Django: Pipenv Tutorial for Django Developers
Link: https://www.techiediaries.com/pipenv-tutorial/
Pipenv is the new officially recommended packaging tool for Python which is similar to modern package managers like NPM (Node.js) or Composer (PHP). Pipenv solves common problems, most Python develope
Link: https://www.techiediaries.com/pipenv-tutorial/
Pipenv is the new officially recommended packaging tool for Python which is similar to modern package managers like NPM (Node.js) or Composer (PHP). Pipenv solves common problems, most Python develope
Techiediaries - Django: Create New Django Project (Django 1.11 Example)
Link: https://www.techiediaries.com/create-django-project/
Django is a Python based framework which offers developers all they need to create web apps and websites in a clean, rapid and pragmatic way.
How to create a Django project is the first thing that ge
Link: https://www.techiediaries.com/create-django-project/
Django is a Python based framework which offers developers all they need to create web apps and websites in a clean, rapid and pragmatic way.
How to create a Django project is the first thing that ge
Matthew Rocklin: Dask Development Log
Link: https://matthewrocklin.com/blog//work/2018/07/08/dask-dev
This work is supported by Anaconda Inc
To increase transparency I’m trying to blog more often about the current work
going on around Dask and related projects. Nothing here is ready for
production.
Link: https://matthewrocklin.com/blog//work/2018/07/08/dask-dev
This work is supported by Anaconda Inc
To increase transparency I’m trying to blog more often about the current work
going on around Dask and related projects. Nothing here is ready for
production.
Continuum Analytics Blog: Scalable Machine Learning with Dask—Your Questions Answered!
Link: https://www.anaconda.com/blog/developer-blog/scalable-machine-learning-dask-questions/
Building powerful machine learning models often requires more computing power than a laptop can provide. Although it’s fairly easy to provision compute instances in the cloud these days, all the compu
Link: https://www.anaconda.com/blog/developer-blog/scalable-machine-learning-dask-questions/
Building powerful machine learning models often requires more computing power than a laptop can provide. Although it’s fairly easy to provision compute instances in the cloud these days, all the compu
Anaconda
Scalable Machine Learning with Dask—Your Questions Answered! - Anaconda
With Dask, data scientists can scale machine learning workloads from their laptops to thousands of nodes on a cluster.