PyCoder’s Weekly: Issue #402 (Jan. 7, 2020)
Link: https://pycoders.com/issues/402
#402 – JANUARY 7, 2020 View in Browser » Last Python 2.7 Maintenance Release on April 2020 Python 2.7 is retired and became EOL on Jan 1, 2020. The last 2.7 release will be in April 2020. PYTHON
Link: https://pycoders.com/issues/402
#402 – JANUARY 7, 2020 View in Browser » Last Python 2.7 Maintenance Release on April 2020 Python 2.7 is retired and became EOL on Jan 1, 2020. The last 2.7 release will be in April 2020. PYTHON
Pycoders
PyCoder’s Weekly | Issue #402
Issue #402 of the PyCoder’s Weekly newsletter, published Jan. 7, 2020.
Dataquest: Tutorial: Python Regex (Regular Expressions) for Data Scientists
Link: https://www.dataquest.io/blog/regular-expressions-data-scientists/
In this tutorial, learn how to use regular expressions and the pandas library to manage large data sets during data analysis.
The post Tutorial: Python Regex (Regular Expressions) for Data Scientists
Link: https://www.dataquest.io/blog/regular-expressions-data-scientists/
In this tutorial, learn how to use regular expressions and the pandas library to manage large data sets during data analysis.
The post Tutorial: Python Regex (Regular Expressions) for Data Scientists
Dataquest
Tutorial: Python Regex (Regular Expressions) for Data Scientists
In this Python regex tutorial, learn how to use regular expressions and the pandas library to manage large data sets during data analysis.
Will Kahn-Greene: How to pick up a project with an audit
Link: https://bluesock.org/~willkg/blog/dev/auditing_projects.html
Over the last year, I was handed a bunch of projects in various states. One of
the first things I do when getting a new project that I'm suddenly responsible
for is to audit the project. That helps m
Link: https://bluesock.org/~willkg/blog/dev/auditing_projects.html
Over the last year, I was handed a bunch of projects in various states. One of
the first things I do when getting a new project that I'm suddenly responsible
for is to audit the project. That helps m
Will's Blog
How to pick up a project with an audit
Over the last year, I was handed a bunch of projects in various states. One of
the first things I do when getting a new project that I'm suddenly responsible
for is to audit the project. That helps m
the first things I do when getting a new project that I'm suddenly responsible
for is to audit the project. That helps m
Stack Abuse: Deploying Django Applications to AWS EC2 with Docker
Link: https://stackabuse.com/deploying-django-applications-to-aws-ec2-with-docker/
Introduction
In the fast-paced field of web applications, containerization has become not only common but the preferred mode of packaging and delivering web applications. Containers allow us to packag
Link: https://stackabuse.com/deploying-django-applications-to-aws-ec2-with-docker/
Introduction
In the fast-paced field of web applications, containerization has become not only common but the preferred mode of packaging and delivering web applications. Containers allow us to packag
Stack Abuse
Deploying Django Applications to AWS EC2 with Docker
AWS EC2 offers provisioning and hosting applications on the cloud with automatic scaling. We'll be deploying a Django app to EC2 with Docker.
Real Python: Exploring HTTPS With Python
Link: https://realpython.com/python-https/
Have you ever wondered why it’s okay for you to send your credit card information over the Internet? You may have noticed the https:// on URLs in your browser, but what is it, and how does it keep you
Link: https://realpython.com/python-https/
Have you ever wondered why it’s okay for you to send your credit card information over the Internet? You may have noticed the https:// on URLs in your browser, but what is it, and how does it keep you
Realpython
Exploring HTTPS With Python – Real Python
In this tutorial, you'll gain a working knowledge of the various factors that combine to keep communications over the Internet safe. You'll see concrete examples of how to keep information secure and use cryptography to build your own Python HTTPS application.
Matt Layman: From Browser To Django
Link: https://www.mattlayman.com/understand-django/browser-to-django/
Maybe you have heard about Django and that it can help you build websites. You might be new to Python, new to web development, or new to programming as a whole.
This new series, Understand Django, wil
Link: https://www.mattlayman.com/understand-django/browser-to-django/
Maybe you have heard about Django and that it can help you build websites. You might be new to Python, new to web development, or new to programming as a whole.
This new series, Understand Django, wil
Matt Layman
From Browser To Django
Django helps you build websites in Python. How does it work? In this series, we'll explore Django from top to bottom to show you how to build the website you've wanted. We'll start from the beginning with the browser.
Mike Driscoll: Letting Users Change a wx.ComboBox’s Contents in wxPython
Link: http://www.blog.pythonlibrary.org/2020/01/08/letting-users-change-a-wx-comboboxs-contents-in-wxpython/
This week I came across someone who was wondering if there was a way to allow the user to edit the contents of a wx.ComboBox. By editing the contents, I mean change the names of the pre-existing choic
Link: http://www.blog.pythonlibrary.org/2020/01/08/letting-users-change-a-wx-comboboxs-contents-in-wxpython/
This week I came across someone who was wondering if there was a way to allow the user to edit the contents of a wx.ComboBox. By editing the contents, I mean change the names of the pre-existing choic
Mouse Vs Python
Letting Users Change a wx.ComboBox's Contents in wxPython - Mouse Vs Python
This week I came across someone who was wondering if there was a way to allow the user to edit the contents of a wx.ComboBox. By editing the contents, I
Python Software Foundation: Python 2 series to be retired by April 2020
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/jVt_4dZJWag/python-2-sunset.html
The CPython core development community is urging users to migrate to Python 3 as it will be the only version that will be updated for bugs and security vulnerabilities.
After nearly 20 years of devel
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/jVt_4dZJWag/python-2-sunset.html
The CPython core development community is urging users to migrate to Python 3 as it will be the only version that will be updated for bugs and security vulnerabilities.
After nearly 20 years of devel
Blogspot
Python 2 series to be retired by April 2020
The CPython core development community is urging users to migrate to Python 3 as it will be the only version that will be updated for bugs a...
Learn PyQt: Build GUI layouts with Qt Designer for PyQt5 apps
Link: https://www.learnpyqt.com/courses/qt-creator/qt-designer-gui-layout/
When laying out your Qt GUIs it can be quite a tricky task to place every widget in the right position on your forms. Fortunately, Qt offers a set of layout managers that simplify the process of widg
Link: https://www.learnpyqt.com/courses/qt-creator/qt-designer-gui-layout/
When laying out your Qt GUIs it can be quite a tricky task to place every widget in the right position on your forms. Fortunately, Qt offers a set of layout managers that simplify the process of widg
Matt Layman: Serverless Python And Why You Should Try It Out
Link: https://www.mattlayman.com/blog/2020/serverless-python/
At the January 2020 Python Frederick event, Patrick Pierson showed the group how you can use Python in different serverless services on AWS and GCP. He also showed a couple of serverless frameworks li
Link: https://www.mattlayman.com/blog/2020/serverless-python/
At the January 2020 Python Frederick event, Patrick Pierson showed the group how you can use Python in different serverless services on AWS and GCP. He also showed a couple of serverless frameworks li
Matt Layman
Serverless Python And Why You Should Try It Out
At the January 2020 Python Frederick event, Patrick Pierson showed the group how you can use Python in different serverless services on AWS and GCP. He also showed a couple of serverless frameworks like Serverless and Chalice.
Stack Abuse: Convert Strings to Numbers and Numbers to Strings in Python
Link: https://stackabuse.com/convert-strings-to-numbers-and-numbers-to-strings-in-python/
Introduction
Python allows you to convert strings, integers, and floats interchangeably in a few different ways. The simplest way to do this is using the basic str(), int(), and float() functions. On
Link: https://stackabuse.com/convert-strings-to-numbers-and-numbers-to-strings-in-python/
Introduction
Python allows you to convert strings, integers, and floats interchangeably in a few different ways. The simplest way to do this is using the basic str(), int(), and float() functions. On
Stack Abuse
Convert Strings to Numbers and Numbers to Strings in Python
Converting data types is a common and trivial task in any developer's workflow. Python provides several ways to go about this task.
Python Bytes: #163 Meditations on the Zen of Python
Link: https://pythonbytes.fm/episodes/show/163/meditations-on-the-zen-of-python
Link: https://pythonbytes.fm/episodes/show/163/meditations-on-the-zen-of-python
pythonbytes.fm
Meditations on the Zen of Python
News and announcements from the Python community for the week of Jan 9th, 2020
Talk Python to Me: #246 Practices of the Python Pro
Link: https://talkpython.fm/episodes/show/246/practices-of-the-python-pro
When you can call yourself a professional developer? Sure, getting paid to write code is probably part of the formula. But when is your skillset up to that level?
Link: https://talkpython.fm/episodes/show/246/practices-of-the-python-pro
When you can call yourself a professional developer? Sure, getting paid to write code is probably part of the formula. But when is your skillset up to that level?
talkpython.fm
Practices of the Python Pro
When you can call yourself a professional developer? Sure, getting paid to write code is probably part of the formula. But when is your skillset up to that level?
Mike Driscoll: Top 10 Most Read Mouse vs Python Articles of 2019
Link: https://www.blog.pythonlibrary.org/2020/01/07/top-10-most-read-mouse-vs-python-articles-of-2019/
2019 was a good year for my blog. While we didn’t end up getting a lot of new readers, we did receive a small bump. There has also been a lot more interest in the books that are available on this site
Link: https://www.blog.pythonlibrary.org/2020/01/07/top-10-most-read-mouse-vs-python-articles-of-2019/
2019 was a good year for my blog. While we didn’t end up getting a lot of new readers, we did receive a small bump. There has also been a lot more interest in the books that are available on this site
The Mouse Vs. The Python
Top 10 Most Read Mouse vs Python Articles of 2019 - The Mouse Vs. The Python
2019 was a good year for my blog. While we didn’t end up getting a lot of new readers, we did receive a small bump. There has also been a lot more interest in the books that are available on this site. For the year 2019, these are the top ten most read: #1…
Mike Driscoll: Letting Users Change a wx.ComboBox’s Contents in wxPython
Link: https://www.blog.pythonlibrary.org/2020/01/08/letting-users-change-a-wx-comboboxs-contents-in-wxpython/
This week I came across someone who was wondering if there was a way to allow the user to edit the contents of a wx.ComboBox. By editing the contents, I mean change the names of the pre-existing choic
Link: https://www.blog.pythonlibrary.org/2020/01/08/letting-users-change-a-wx-comboboxs-contents-in-wxpython/
This week I came across someone who was wondering if there was a way to allow the user to edit the contents of a wx.ComboBox. By editing the contents, I mean change the names of the pre-existing choic
Catalin George Festila: Python 3.7.5 : The this python package.
Link: http://python-catalin.blogspot.com/2020/01/python-375-this-python-package.html
The this python package is simple to use:
[mythcat@desk ~]$ python3
Python 3.7.5 (default, Dec 15 2019, 17:54:26)
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux
Type "help", "copyright", "credits"
Link: http://python-catalin.blogspot.com/2020/01/python-375-this-python-package.html
The this python package is simple to use:
[mythcat@desk ~]$ python3
Python 3.7.5 (default, Dec 15 2019, 17:54:26)
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux
Type "help", "copyright", "credits"
Blogspot
Python 3.7.5 : The this python package.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Codementor: How python implements super long integers?
Link: https://www.codementor.io/arpitbhayani/how-python-implements-super-long-integers-12icwon5vk
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on
Link: https://www.codementor.io/arpitbhayani/how-python-implements-super-long-integers-12icwon5vk
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on
www.codementor.io
How python implements super long integers? | Codementor
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on super long integers as implemented by Python.
Reinout van Rees: Github basic auth deprecation and jenkins
Link: http://reinout.vanrees.org/weblog/2020/01/10/jenkins-deprecated-github-credentials.html
I have been getting periodic deprecation notice emails from github for the
last few months:
Hi @nenskins,
You recently used a password to access an endpoint through the GitHub API
using okhttp/2.7.5
Link: http://reinout.vanrees.org/weblog/2020/01/10/jenkins-deprecated-github-credentials.html
I have been getting periodic deprecation notice emails from github for the
last few months:
Hi @nenskins,
You recently used a password to access an endpoint through the GitHub API
using okhttp/2.7.5
Reuven Lerner: Is Weekly Python Exercise for you?
Link: https://lerner.co.il/2020/01/10/is-weekly-python-exercise-for-you/
In just a few days, I’ll be starting a new cohort of Weekly Python Exercise A1: Data structures for beginners. From my experience teaching Python for 20 years, I’d say that this is one of the best w
Link: https://lerner.co.il/2020/01/10/is-weekly-python-exercise-for-you/
In just a few days, I’ll be starting a new cohort of Weekly Python Exercise A1: Data structures for beginners. From my experience teaching Python for 20 years, I’d say that this is one of the best w
Reuven Lerner
Is Weekly Python Exercise for you? — Reuven Lerner
In just a few days, I’ll be starting a new cohort of Weekly Python Exercise A1: Data structures for beginners. From my experience teaching Python for 20 years, I’d say that this is one of the best ways out there to improve your Python fluency. That’s because…
Speed Matters: scandir-rs
Link: https://brmmm3.github.io/posts/2020/01/10/scandir-rs/
Because speed matters…
With the increased speed of SSDs single threaded file access does not always fully utilize the disk. The bottleneck more and more is the CPU itself.
When I started learning the
Link: https://brmmm3.github.io/posts/2020/01/10/scandir-rs/
Because speed matters…
With the increased speed of SSDs single threaded file access does not always fully utilize the disk. The bottleneck more and more is the CPU itself.
When I started learning the