PyCoder’s Weekly: Issue #398 (Dec. 10, 2019)
Link: https://pycoders.com/issues/398
#398 – DECEMBER 10, 2019 View in Browser » MicroPython: An Intro to Programming Hardware in Python Are you interested in the Internet of Things, home automation, and connected devices? In this t
Link: https://pycoders.com/issues/398
#398 – DECEMBER 10, 2019 View in Browser » MicroPython: An Intro to Programming Hardware in Python Are you interested in the Internet of Things, home automation, and connected devices? In this t
Pycoders
PyCoder’s Weekly | Issue #398
Issue #398 of the PyCoder’s Weekly newsletter, published Dec. 10, 2019.
Stein Magnus Jodal: pathlib and paths with arbitrary bytes
Link: https://jodal.no/2019/12/10/pathlib-and-paths-with-arbitrary-bytes/
The ">">pathlib module
was added to the standard library in Python 3.4,
and is one of the many nice improvements that Python 3
has gained over the past decade.
In three weeks, Python 3.5 will be the o
Link: https://jodal.no/2019/12/10/pathlib-and-paths-with-arbitrary-bytes/
The ">">pathlib module
was added to the standard library in Python 3.4,
and is one of the many nice improvements that Python 3
has gained over the past decade.
In three weeks, Python 3.5 will be the o
jodal.no
pathlib and paths with arbitrary bytes
The pathlib module was added to the standard library in Python 3.4, and is one of the many nice improvements that Python 3 has gained over the past decade. In three weeks, Python 3.5 will be the oldest version of Python that still receive security patches.…
IslandT: Python Positional-only parameters
Link: https://kibiwebgeek.com/python-positional-only-parameters/
I have downloaded Python 3.8 and start to play around with those latest python functions. In this article, we will look at the Positional-only parameter syntax which is a function parameter syntax / t
Link: https://kibiwebgeek.com/python-positional-only-parameters/
I have downloaded Python 3.8 and start to play around with those latest python functions. In this article, we will look at the Positional-only parameter syntax which is a function parameter syntax / t
Stack Abuse: Encoding and Decoding Base64 Strings in Python
Link: https://stackabuse.com/encoding-and-decoding-base64-strings-in-python/
Introduction
Have you ever received a PDF or an image file from someone via email, only to see strange characters when you open it? This can happen if your email server was only designed to handle tex
Link: https://stackabuse.com/encoding-and-decoding-base64-strings-in-python/
Introduction
Have you ever received a PDF or an image file from someone via email, only to see strange characters when you open it? This can happen if your email server was only designed to handle tex
Stack Abuse
Encoding and Decoding Base64 Strings in Python
Base64 encoding allows us to convert bytes containing binary or text data to ASCII characters. In this tutorial, we'll be encoding and decoding Base64 Strings in Python.
Talk Python to Me: #242 Your education will be live-streamed
Link: https://talkpython.fm/episodes/show/242/your-education-will-be-live-streamed
Online education has certainly gone mainstream. Developers and companies have finally gotten comfortable taking online courses. Sometimes these are recorded, self-paced courses like we have at Talk Py
Link: https://talkpython.fm/episodes/show/242/your-education-will-be-live-streamed
Online education has certainly gone mainstream. Developers and companies have finally gotten comfortable taking online courses. Sometimes these are recorded, self-paced courses like we have at Talk Py
talkpython.fm
Your education will be live-streamed
Online education has certainly gone mainstream. Developers and companies have finally gotten comfortable taking online courses. Sometimes these are recorded, self-paced courses like we have at Talk Python Training. Other times, they are more like live events…
Real Python: Data Engineer Interview Questions With Python
Link: https://realpython.com/data-engineer-interview-questions-python/
Going to interviews can be a time-consuming and tiring process, and technical interviews can be even more stressful! This tutorial is aimed to prepare you for some common questions you’ll encounter du
Link: https://realpython.com/data-engineer-interview-questions-python/
Going to interviews can be a time-consuming and tiring process, and technical interviews can be even more stressful! This tutorial is aimed to prepare you for some common questions you’ll encounter du
Realpython
Data Engineer Interview Questions With Python – Real Python
This tutorial will prepare you for some common questions you'll encounter during your data engineer interview. You'll learn how to answer questions about databases, ETL pipelines, and big data workflows. You'll also take a look at SQL, NoSQL, and Redis use…
Continuum Analytics Blog: 8 AI Predictions for 2020: Business Leaders & Researchers Weigh In
Link: https://www.anaconda.com/8-ai-ml-predictions-for-2020/
The first industrial revolution was powered by coal, the second by oil and gas, and the third by nuclear power. The fourth — AI — is fueled by an abundance of data and breakthroughs in…
The post 8 AI
Link: https://www.anaconda.com/8-ai-ml-predictions-for-2020/
The first industrial revolution was powered by coal, the second by oil and gas, and the third by nuclear power. The fourth — AI — is fueled by an abundance of data and breakthroughs in…
The post 8 AI
Anaconda
Anaconda | 8 AI Predictions for 2020: Business Leaders & Researchers…
The first industrial revolution was powered by coal, the second by oil and gas, and the third by nuclear power. The fourth -- AI -- is fueled by an abundance of data and breakthroughs in compute…
Codementor: The easiest way to deploy Django application
Link: https://www.codementor.io/mstspr1155/the-easiest-way-to-deploy-django-application-11l2fi5vtz
I show you how to deploy your Django application to Heroku.
Link: https://www.codementor.io/mstspr1155/the-easiest-way-to-deploy-django-application-11l2fi5vtz
I show you how to deploy your Django application to Heroku.
www.codementor.io
The easiest way to deploy Django application | Codementor
I show you how to deploy your Django application to Heroku.
Catalin George Festila: Python 3.7.5 : The Pygal python package.
Link: http://python-catalin.blogspot.com/2019/12/python-375-pygal-python-package.html
Today's tutorial aims to get data from a URL and display it with the Pygal python package.
I believe that global warming is a very important topic for human evolution.
You can read more about this top
Link: http://python-catalin.blogspot.com/2019/12/python-375-pygal-python-package.html
Today's tutorial aims to get data from a URL and display it with the Pygal python package.
I believe that global warming is a very important topic for human evolution.
You can read more about this top
Blogspot
Python 3.7.5 : The Pygal python package.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Python Insider: Python 3.7.6rc1 and 3.6.10rc1 are now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/u-RWoxRRaOQ/python-376rc1-and-3610rc1-are-now.html
Python 3.7.6rc1 and 3.6.10rc1 are now available. 3.7.6rc1 is the release preview of the next maintenance release of Python 3.7; 3.6.10rc1 is the release preview of the next security-fix release of Py
Link: http://feedproxy.google.com/~r/PythonInsider/~3/u-RWoxRRaOQ/python-376rc1-and-3610rc1-are-now.html
Python 3.7.6rc1 and 3.6.10rc1 are now available. 3.7.6rc1 is the release preview of the next maintenance release of Python 3.7; 3.6.10rc1 is the release preview of the next security-fix release of Py
Blogspot
Python Insider: Python 3.7.6rc1 and 3.6.10rc1 are now available for testing
Stack Abuse: Merge Sort in Python
Link: https://stackabuse.com/merge-sort-in-python/
Introduction
Merge Sort is one of the most famous sorting algorithms. If you're studying Computer Science, Merge Sort, alongside Quick Sort is likely the first efficient, general-purpose sorting algor
Link: https://stackabuse.com/merge-sort-in-python/
Introduction
Merge Sort is one of the most famous sorting algorithms. If you're studying Computer Science, Merge Sort, alongside Quick Sort is likely the first efficient, general-purpose sorting algor
Stack Abuse
Merge Sort in Python
Merge Sort is one of the most famous sorting algorithms due to its efficient, general-purpose usage. It's a classic example of a divide-and-conquer algorithm. We'll be implementing it in Python on multiple data types.
testmon: How to set-up and use py.test in Pycharm
Link: https://testmon.org/how-to-set-up-and-use-pytest-in-pycharm.html
We asked our friend Miro to try using Pytest with PyCharm. Miro has background
in test automation, Python, DevOps and metal music. Since he was new
to the set-up he would be the ideal person to writ
Link: https://testmon.org/how-to-set-up-and-use-pytest-in-pycharm.html
We asked our friend Miro to try using Pytest with PyCharm. Miro has background
in test automation, Python, DevOps and metal music. Since he was new
to the set-up he would be the ideal person to writ
testmon.org
pytest-testmon: selects tests affected by changed files
testmon: Determining affected tests
Link: https://testmon.org/determining-affected-tests.html
Automatically determining affected tests sounds too good to be true. Python developers rightfully have a suspecting attitude towards any tool which tries to be too clever about their source code. Code
Link: https://testmon.org/determining-affected-tests.html
Automatically determining affected tests sounds too good to be true. Python developers rightfully have a suspecting attitude towards any tool which tries to be too clever about their source code. Code
testmon.org
pytest-testmon: selects tests affected by changed files
testmon: New in testmon 1.0.0
Link: https://testmon.org/new-in-testmon-100.html
Significant portions of testmon have been rewritten for v 1.0.1. Although the UI is mostly the same, there are some significant differences.
End of python 2.7 support
Testmon requires python 3.6 or
Link: https://testmon.org/new-in-testmon-100.html
Significant portions of testmon have been rewritten for v 1.0.1. Although the UI is mostly the same, there are some significant differences.
End of python 2.7 support
Testmon requires python 3.6 or
testmon.org
pytest-testmon: selects tests affected by changed files
Anwesha Das: Circuit Python at PyConf Hyderabad
Link: http://anweshadas.in/circuit-python-at-pyconf-hyd/
Introduction
Coding in/with hardware has become my biggest stress buster for me ever since I have been introduced to it in PyCon Pune 2017 by John. Coding with hardware provides a real-life interactio
Link: http://anweshadas.in/circuit-python-at-pyconf-hyd/
Introduction
Coding in/with hardware has become my biggest stress buster for me ever since I have been introduced to it in PyCon Pune 2017 by John. Coding with hardware provides a real-life interactio
Python Bytes: #160 Your JSON shall be streamed
Link: https://pythonbytes.fm/episodes/show/160/your-json-shall-be-streamed
Link: https://pythonbytes.fm/episodes/show/160/your-json-shall-be-streamed
pythonbytes.fm
Your JSON shall be streamed
News and announcements from the Python community for the week of Dec 12th, 2019
Steve Dower: What makes Python a great language?
Link: http://stevedower.id.au/blog/python-a-great-language/
I know I’m far from the only person who has opined about this topic, but figured I’d take my turn.
A while ago I hinted on Twitter that I have Thoughts(tm) about the future of Python, and while this i
Link: http://stevedower.id.au/blog/python-a-great-language/
I know I’m far from the only person who has opined about this topic, but figured I’d take my turn.
A while ago I hinted on Twitter that I have Thoughts(tm) about the future of Python, and while this i
Kushal Das: Updates on Unoon in December 2019
Link: https://kushaldas.in/posts/updates-on-unoon-in-december-2019.html
This Saturday evening, I sat with Unoon
project after a few weeks, I was continuously running it, but, did not resume
the development effort. This time Bhavin also joined me. Together, we fixed a
loc
Link: https://kushaldas.in/posts/updates-on-unoon-in-december-2019.html
This Saturday evening, I sat with Unoon
project after a few weeks, I was continuously running it, but, did not resume
the development effort. This time Bhavin also joined me. Together, we fixed a
loc
Kushal Das: Highest used usernames in break-in attempts to my servers 2019
Link: https://kushaldas.in/posts/highest-used-usernames-to-break-in-2019.html
A few days ago, I
wrote
about different IP addresses trying to break into my servers. Today, I looked into another server
to find the frequently used user names used in the SSH attempts.
admin 3622
Link: https://kushaldas.in/posts/highest-used-usernames-to-break-in-2019.html
A few days ago, I
wrote
about different IP addresses trying to break into my servers. Today, I looked into another server
to find the frequently used user names used in the SSH attempts.
admin 3622
Programiz: Python Dictionary Comprehension
Link: https://www.programiz.com/python-programming/dictionary-comprehension
In this tutorial, we will learn about Python dictionary comprehension and how to use it with the help of examples.
Link: https://www.programiz.com/python-programming/dictionary-comprehension
In this tutorial, we will learn about Python dictionary comprehension and how to use it with the help of examples.
Programiz
Python Dictionary Comprehension
In this tutorial, we will learn about Python dictionary comprehension and how to use it with the help of examples. In Python, dictionary comprehension is an elegant and concise way to create dictionaries.
Steve Dower: What makes Python a great language?
Link: https://stevedower.id.au/blog/python-a-great-language/
I know I’m far from the only person who has opined about this topic, but figured I’d take my turn.
A while ago I hinted on Twitter that I have Thoughts(tm) about the future of Python, and while this i
Link: https://stevedower.id.au/blog/python-a-great-language/
I know I’m far from the only person who has opined about this topic, but figured I’d take my turn.
A while ago I hinted on Twitter that I have Thoughts(tm) about the future of Python, and while this i