Codementor: Hunting Intermittent Tests
Link: https://www.codementor.io/davedash/hunting-intermittent-tests-mi7bseox7
There’s a sad time in testing land when you have a test suite that you can’t rely on. Instead of running a suite and merging if it passes, you have to glance over the failed tests and say “Oh that one
Link: https://www.codementor.io/davedash/hunting-intermittent-tests-mi7bseox7
There’s a sad time in testing land when you have a test suite that you can’t rely on. Instead of running a suite and merging if it passes, you have to glance over the failed tests and say “Oh that one
www.codementor.io
Hunting Intermittent Tests | Codementor
There’s a sad time in testing land when you have a test suite that you can’t rely on. Instead of running a suite and merging if it passes, you have to glance over the failed tests and say “Oh that one… that test is flaky.”
Codementor: Building a Discord Bot with Python and Repl.it
Link: https://www.codementor.io/garethdwyer/building-a-discord-bot-with-python-and-repl-it-miblcwejz
Find out how to build your own Discord bot using Python and Repl.it. We'll walk through all the steps needed to set your bot up on Discord and then code it using Python, all in the cloud.
Link: https://www.codementor.io/garethdwyer/building-a-discord-bot-with-python-and-repl-it-miblcwejz
Find out how to build your own Discord bot using Python and Repl.it. We'll walk through all the steps needed to set your bot up on Discord and then code it using Python, all in the cloud.
www.codementor.io
Building a Discord Bot with Python and Repl.it | Codementor
Find out how to build your own Discord bot using Python and Repl.it. We'll walk through all the steps needed to set your bot up on Discord and then code it using Python, all in the cloud.
Davy Wybiral: DIY Game Controller (soldering project)
Link: http://davywybiral.blogspot.com/2018/08/diy-game-controller-soldering-project.html
I got a new Hakko soldering iron so it's time to melt some metal!This video shows how to make a working game controller out of only a perf board, some tactile buttons, and an Arduino Pro Micro. The co
Link: http://davywybiral.blogspot.com/2018/08/diy-game-controller-soldering-project.html
I got a new Hakko soldering iron so it's time to melt some metal!This video shows how to make a working game controller out of only a perf board, some tactile buttons, and an Arduino Pro Micro. The co
Blogspot
DIY Game Controller (soldering project)
I got a new Hakko soldering iron so it's time to melt some metal! This video shows how to make a working game controller out of only a per...
Weekly Python StackOverflow Report: (cxxxix) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/08/cxxxix-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-08-18 11:06:51 GMTProblems with using a rough greyscale algorithm?
Link: http://python-weekly.blogspot.com/2018/08/cxxxix-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-08-18 11:06:51 GMTProblems with using a rough greyscale algorithm?
Blogspot
(cxxxix) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Marc Richter: Create your own Telegram bot with Django on Heroku – Part 4 – pull vs. push method
Link: https://www.marc-richter.info/create-your-own-telegram-bot-with-django-on-heroku-part-4-pull-vs-push-method/
In the previous part of this series, we started to get familiar with telepot, a Python module to interact with Telegram bots and had a short look at how the Telegram bot API is providing messages as J
Link: https://www.marc-richter.info/create-your-own-telegram-bot-with-django-on-heroku-part-4-pull-vs-push-method/
In the previous part of this series, we started to get familiar with telepot, a Python module to interact with Telegram bots and had a short look at how the Telegram bot API is providing messages as J
Marc Richter's personal site
Create your own Telegram bot with Django on Heroku - Part 4 - pull vs. push method - Marc Richter's personal site
In the previous part of this series, we started to get familiar with telepot, a Python module to interact with Telegram bots and had a short look at how the Telegram bot API is providing messages as JSON structures. Today we will talk about the Webhook-method…
Evennia: Inline building in upcoming Evennia 0.8
Link: http://evennia.blogspot.com/2018/08/inline-building-in-upcoming-evennia-08.html
Evennia, the Python MUD-server game development kit, is slowly creeping closer to its 0.8 release.In our development branch I've just pushed the first version of the new OLC (OnLine Creator) system. T
Link: http://evennia.blogspot.com/2018/08/inline-building-in-upcoming-evennia-08.html
Evennia, the Python MUD-server game development kit, is slowly creeping closer to its 0.8 release.In our development branch I've just pushed the first version of the new OLC (OnLine Creator) system. T
Blogspot
Inline building in upcoming Evennia 0.8
Evennia , the Python MUD-server game development kit, is slowly creeping closer to its 0.8 release. In our development branch I've just...
Codementor: How and why I built IVR enabled AWS cloud environment
Link: https://www.codementor.io/vishnu_ks/how-and-why-i-built-ivr-enabled-aws-cloud-environment-kxipz44hs
Cloud infra management and automation using IVR system.
Link: https://www.codementor.io/vishnu_ks/how-and-why-i-built-ivr-enabled-aws-cloud-environment-kxipz44hs
Cloud infra management and automation using IVR system.
www.codementor.io
How and why I built IVR enabled AWS cloud environment | Codementor
Cloud infra management and automation using IVR system.
Bhishan Bhandari: Web Scraping with NodeJS
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/DGr78uieOQ0/
Web Scraping has been of an interest to a lot of businesses and individuals with the immense potential of the quantitative data available online. The data collected can entice the growth of an organiz
Link: http://feedproxy.google.com/~r/TheTaraNights/~3/DGr78uieOQ0/
Web Scraping has been of an interest to a lot of businesses and individuals with the immense potential of the quantitative data available online. The data collected can entice the growth of an organiz
The Tara Nights
Web Scraping with NodeJS
Web Scraping has been of an interest to a lot of businesses and individuals with the immense potential of the quantitative data available online. The data collected can entice the growth of an organization or a personal business. Through this post, we will…
Karim Elghamrawy: Python Lambdas Explained (With Examples)
Link: https://www.afternerd.com/blog/python-lambdas/
In this article, I will teach you exactly what a python lambda is. As a matter of fact if you know what functions are and how to define functions in Python then you already know what a lambda is. A Py
Link: https://www.afternerd.com/blog/python-lambdas/
In this article, I will teach you exactly what a python lambda is. As a matter of fact if you know what functions are and how to define functions in Python then you already know what a lambda is. A Py
Afternerd
Python Lambdas Explained (With Examples) - Afternerd
Kushal Das: Aadhaar, the mass surveillance system
Link: https://kushaldas.in/posts/aadhaar-the-mass-surveillance-system.html
If you are following me on Twitter, you have already seen a lot of (re)tweets
related to Aadhaar. For the people first time hearing this term, it is a 12
digit unique identification number provided b
Link: https://kushaldas.in/posts/aadhaar-the-mass-surveillance-system.html
If you are following me on Twitter, you have already seen a lot of (re)tweets
related to Aadhaar. For the people first time hearing this term, it is a 12
digit unique identification number provided b
Evennia: Evennia in pictures
Link: http://evennia.blogspot.com/2016/05/evennia-in-pictures.html
This article describes the MU* development system Evennia using pictures! This article was originally written for Optional Realities. Since it is no longer available to read on OR, I'm reposting it i
Link: http://evennia.blogspot.com/2016/05/evennia-in-pictures.html
This article describes the MU* development system Evennia using pictures! This article was originally written for Optional Realities. Since it is no longer available to read on OR, I'm reposting it i
Blogspot
Evennia in pictures
This article describes the MU* development system Evennia using pictures! This article was originally written for Optional Realities ....
PyBites: PyBites Twitter Digest - Issue 27, 2018
Link: https://pybit.es/twitter_digest_201827.html
One more day for PSF Fellowship Nominations! Get them in ASAP!
Do you know someone who has served the Python community thru extraordinary efforts? Nominate them to be a PSF Fello… https://t.co/cNzFpaa
Link: https://pybit.es/twitter_digest_201827.html
One more day for PSF Fellowship Nominations! Get them in ASAP!
Do you know someone who has served the Python community thru extraordinary efforts? Nominate them to be a PSF Fello… https://t.co/cNzFpaa
PyBites
PyBites Twitter Digest - Issue 27, 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Podcast.__init__: Don't Just Stand There, Get Programming! with Ana Bell
Link: https://www.podcastinit.com/getting-programming-with-ana-bell-episode-175/
Writing a book is hard work, especially when you are trying to teach such a broad concept as programming. In this episode Ana Bell discusses her recent work in writing Get Programming: Learn To Code W
Link: https://www.podcastinit.com/getting-programming-with-ana-bell-episode-175/
Writing a book is hard work, especially when you are trying to teach such a broad concept as programming. In this episode Ana Bell discusses her recent work in writing Get Programming: Learn To Code W
Podcast.__init__('Python')
Don't Just Stand There, Get Programming! with Ana Bell - Episode 175
Writing a book is hard work, especially when you are trying to teach such a broad concept as programming. In this episode Ana Bell discusses her recent work in writing Get Programming: Learn To Code With Python, including her views on how to separate the…
Mike Driscoll: PyDev of the Week: Jessica Ingrassellino
Link: http://www.blog.pythonlibrary.org/2018/08/20/pydev-of-the-week-jessica-ingrassellino/
This week we welcome Jessica Ingrassellino (@jess_ingrass) as our PyDev of the Week. Jessica is the founder of teachcode.org, where you can schedule teaching classes with Jessica. She is also the auth
Link: http://www.blog.pythonlibrary.org/2018/08/20/pydev-of-the-week-jessica-ingrassellino/
This week we welcome Jessica Ingrassellino (@jess_ingrass) as our PyDev of the Week. Jessica is the founder of teachcode.org, where you can schedule teaching classes with Jessica. She is also the auth
Dusty Phillips: Computer Vision in Three Lines of Code plus a bunch more lines
Link: https://dusty.phillips.codes/2018/08/15/computer-vision-in-three-lines-of-code-plus-a-bunch-more-lines/
My wife and I both have a tendency to leave the garage door open. You’re in and out, grabbing garden tools or supplies, and at the end of the day you enter the house through the back door and forget t
Link: https://dusty.phillips.codes/2018/08/15/computer-vision-in-three-lines-of-code-plus-a-bunch-more-lines/
My wife and I both have a tendency to leave the garage door open. You’re in and out, grabbing garden tools or supplies, and at the end of the day you enter the house through the back door and forget t
Matthew Rocklin: Cloud Lock-in and Open Standards
Link: https://matthewrocklin.com/blog//work/2018/08/19/cloud-lockin-and-open-standards
This post is from conversations with Peter Wang,
Yuvi Panda, and several others. Yuvi expresses
his own views on this topic on his
blog.
Summary
When moving to the cloud we should be mindful to avoid
Link: https://matthewrocklin.com/blog//work/2018/08/19/cloud-lockin-and-open-standards
This post is from conversations with Peter Wang,
Yuvi Panda, and several others. Yuvi expresses
his own views on this topic on his
blog.
Summary
When moving to the cloud we should be mindful to avoid
Real Python: Sets in Python
Link: https://realpython.com/python-sets/
Perhaps you recall learning about sets and set theory at some point in your mathematical education. Maybe you even remember Venn diagrams:
If this doesn’t ring a bell, don’t worry! This tutorial sho
Link: https://realpython.com/python-sets/
Perhaps you recall learning about sets and set theory at some point in your mathematical education. Maybe you even remember Venn diagrams:
If this doesn’t ring a bell, don’t worry! This tutorial sho
Realpython
Sets in Python – Real Python
Learn how to work effectively with Python sets. You’ll define set objects, explore supported operations, and understand when sets are the right choice for your code.
Vasudev Ram: Nice Vim trick for Python code
Link: http://jugad2.blogspot.com/2018/08/nice-vim-trick-for-python-code.html
By Vasudev RamHere's a Vim editing trick which can be useful for indenting Python code (in some situations):Let's say I have this program, p1bad.py:$ type p1bad.pydef foo(args):print "in foo"def bar()
Link: http://jugad2.blogspot.com/2018/08/nice-vim-trick-for-python-code.html
By Vasudev RamHere's a Vim editing trick which can be useful for indenting Python code (in some situations):Let's say I have this program, p1bad.py:$ type p1bad.pydef foo(args):print "in foo"def bar()
Blogspot
Nice Vim trick for Python code
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
PyCon.DE & PyData Karlsruhe: PyLadies X Micropython @ PyConDE
Link: http://de.pycon.org/blog/pyladies-x-micropython-pyconde/
As part of PyCon DE 18 PyLadies and MicroPython will be running a
beginner friendly full day hands-on workshop on MicroPython and the
Internet of Things. We welcome anyone with existing programming kn
Link: http://de.pycon.org/blog/pyladies-x-micropython-pyconde/
As part of PyCon DE 18 PyLadies and MicroPython will be running a
beginner friendly full day hands-on workshop on MicroPython and the
Internet of Things. We welcome anyone with existing programming kn
de.pycon.org
PyConDE & PyData Karlsruhe
German Python & PyData conference. October 24-28, Karlsruhe Germany. PyCon.DE is where Pythonistas in Germany can meet to learn about new and upcoming Python libraries, tools, software and data science.
NumFOCUS: NumFOCUS Awards Development Grants to Open Source Projects – Summer 2018
Link: https://numfocus.org/blog/summer-2018-open-source-development-grants
The post NumFOCUS Awards Development Grants to Open Source Projects – Summer 2018 appeared first on NumFOCUS.
Link: https://numfocus.org/blog/summer-2018-open-source-development-grants
The post NumFOCUS Awards Development Grants to Open Source Projects – Summer 2018 appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Awards Development Grants to Open Source Projects - Summer 2018 - NumFOCUS
This is the 2nd grant round NumFOCUS made this year. Recipients include: Shogun, SciPy, Statsmodels, Bokeh, Julia, Pomegranate, MDAnalysis
Codementor: Scaling Python Microservices with Kubernetes
Link: https://www.codementor.io/apcelent/scaling-python-microservices-with-kubernetes-mm27nsm6z
We wrote in depth about setting up microservices in one of our previous posts (https://blog.apcelent.com/setup-microservices-architecture-in-python-with-zeromq-docker.html). In this post we are...
Link: https://www.codementor.io/apcelent/scaling-python-microservices-with-kubernetes-mm27nsm6z
We wrote in depth about setting up microservices in one of our previous posts (https://blog.apcelent.com/setup-microservices-architecture-in-python-with-zeromq-docker.html). In this post we are...
www.codementor.io
Scaling Python Microservices with Kubernetes | Codementor
We wrote in depth about setting up microservices in one of our previous posts (https://blog.apcelent.com/setup-microservices-architecture-in-python-with-zeromq-docker.html). In this post we are...