PyBites: A Python Orientation - How to Get Started
Link: https://pybit.es/guest-python-orientation.html
Python is a wonderful language for both beginners and expert programmers, but getting started can be daunting. Which version should I use? Which editors are best? What do you mean there are different
Link: https://pybit.es/guest-python-orientation.html
Python is a wonderful language for both beginners and expert programmers, but getting started can be daunting. Which version should I use? Which editors are best? What do you mean there are different
PyBites
A Python Orientation - How to Get Started
Python is a wonderful language for both beginners and expert programmers, but getting started can be daunting. Which version should I use? Which editors are best? What do you mean there are different implementations and environments? Here's a guide to help…
Kay Hayen: Nuitka this week #4
Link: http://nuitka.net/posts/nuitka-this-week-4.html
Contents
Goto Generators
Tox Plugin
Twitter
Hotfixes
Plans
Goto Generators
This continues TWN #3 where
I explained what is all about.
Good news is, at the time Python2 generators were largely wor
Link: http://nuitka.net/posts/nuitka-this-week-4.html
Contents
Goto Generators
Tox Plugin
Hotfixes
Plans
Goto Generators
This continues TWN #3 where
I explained what is all about.
Good news is, at the time Python2 generators were largely wor
Nuitka Home
Nuitka this week #4
Contents
Goto Generators
Tox Plugin
Twitter
Hotfixes
Plans
Goto Generators
This continues TWN #3 where
I explained what is all about.
Good news is, at the time Python2 generators were largely work
Goto Generators
Tox Plugin
Hotfixes
Plans
Goto Generators
This continues TWN #3 where
I explained what is all about.
Good news is, at the time Python2 generators were largely work
Christoph Zwerschke: Using GraphQL or REST, that is the question
Link: https://cito.github.io/blog/shakespeare-with-graphql/
This blog has been dormant for too long – it’s time to post another article. In order to live up to the blog title, this article will combine some old and seasoned stuff (PostgreSQL and Shakespeare’s
Link: https://cito.github.io/blog/shakespeare-with-graphql/
This blog has been dormant for too long – it’s time to post another article. In order to live up to the blog title, this article will combine some old and seasoned stuff (PostgreSQL and Shakespeare’s
cito.github.io
Using GraphQL or REST, that is the question | Seasoned & Agile
[graphql, asyncio, asyncpg, python, concurrent, graphql-core-next, shakespeare, hamlet, tutorial]
Stack Abuse: Using Regex for Text Manipulation in Python
Link: https://stackabuse.com/using-regex-for-text-manipulation-in-python/
Introduction
Text preprocessing is one of the most important tasks in Natural Language Processing (NLP). For instance, you may want to remove all punctuation marks from text documents before they can
Link: https://stackabuse.com/using-regex-for-text-manipulation-in-python/
Introduction
Text preprocessing is one of the most important tasks in Natural Language Processing (NLP). For instance, you may want to remove all punctuation marks from text documents before they can
Stack Abuse
Using Regex for Text Manipulation in Python
Text preprocessing is one of the most important tasks in Natural Language Processing (NLP). For instance, you may want to remove all punctuation marks from tex...
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.