Stack Abuse: Uploading Files to AWS S3 with Python and Django
Link: https://stackabuse.com/uploading-files-to-aws-s3-with-python-and-django/
Introduction
In the quest to build more interactive websites, we don't only relay information to users but also allow them to upload data of their own. This opens up more opportunities and more ways t
Link: https://stackabuse.com/uploading-files-to-aws-s3-with-python-and-django/
Introduction
In the quest to build more interactive websites, we don't only relay information to users but also allow them to upload data of their own. This opens up more opportunities and more ways t
Stack Abuse
Uploading Files to AWS S3 with Python and Django
AWS S3 is a great, low-cost service for file storage. In this article, we'll be using Python and Django to upload files to AWS S3.
Real Python: The Python range() Function
Link: https://realpython.com/courses/python-range-function/
Python’s built-in range function is handy when you need to perform an action a specific number of times. As an experienced Pythonista, you’ve most likely used it before. But what does it do?
By the en
Link: https://realpython.com/courses/python-range-function/
Python’s built-in range function is handy when you need to perform an action a specific number of times. As an experienced Pythonista, you’ve most likely used it before. But what does it do?
By the en
Realpython
The Python range() Function – Real Python
In this step-by-step course, you'll master the Python range() function, learn how its implementation differs in Python 3 vs 2, and see how you can use it to write faster and more Pythonic code.
Red Hat Developers: What’s new in Red Hat Dependency Analytics
Link: https://developers.redhat.com/blog/2019/10/15/whats-new-in-red-hat-dependency-analytics/
We are excited to announce a new release of Red Hat Dependency Analytics, a solution that enables developers to create better applications by evaluating and adding high-quality open source components,
Link: https://developers.redhat.com/blog/2019/10/15/whats-new-in-red-hat-dependency-analytics/
We are excited to announce a new release of Red Hat Dependency Analytics, a solution that enables developers to create better applications by evaluating and adding high-quality open source components,
Red Hat Developer
What's new in Red Hat Dependency Analytics - Red Hat Developer
The Red Hat Dependency Analytics IDE plugin is now available; we explain the new capabilities of this release.
Continuum Analytics Blog: Announcing Anaconda Distribution 2019.10
Link: https://www.anaconda.com/anaconda-distribution-2019-10/
We are pleased to announce the release of Anaconda Distribution 2019.10! As there were some significant changes in the previous Anaconda Distribution 2019.07 installers, this release focuses on polish
Link: https://www.anaconda.com/anaconda-distribution-2019-10/
We are pleased to announce the release of Anaconda Distribution 2019.10! As there were some significant changes in the previous Anaconda Distribution 2019.07 installers, this release focuses on polish
Anaconda
Announcing Anaconda Distribution 2019.10
This Anaconda Distribution release focuses on polishing rough edges from 2019.07 and bringing all packages up to date to address common vulnerabilities.
Catalin George Festila: Python 3.7.4 : Testing python source code with streamlit tool.
Link: http://python-catalin.blogspot.com/2019/10/python-374-testing-python-source-code.html
The official webpage for this python package can be found at streamlit.io.
Let's install it with pip3 tool:
[mythcat@desk proiecte_github]$ mkdir streamlit_examples
[mythcat@desk proiecte_github]$ cd
Link: http://python-catalin.blogspot.com/2019/10/python-374-testing-python-source-code.html
The official webpage for this python package can be found at streamlit.io.
Let's install it with pip3 tool:
[mythcat@desk proiecte_github]$ mkdir streamlit_examples
[mythcat@desk proiecte_github]$ cd
Blogspot
Python 3.7.4 : Testing python source code with streamlit tool.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PyCoder’s Weekly: Issue #390 (Oct. 15, 2019)
Link: https://pycoders.com/issues/390
#390 – OCTOBER 15, 2019 View in Browser » CPython 3.8.0 Released Assignment expressions, positional-only arguments, = specifier in f-strings, and more. Click the link for the full changelog and
Link: https://pycoders.com/issues/390
#390 – OCTOBER 15, 2019 View in Browser » CPython 3.8.0 Released Assignment expressions, positional-only arguments, = specifier in f-strings, and more. Click the link for the full changelog and
Pycoders
PyCoder’s Weekly | Issue #390
Issue #390 of the PyCoder’s Weekly newsletter, published Oct. 15, 2019.
tryexceptpass: Painless Status Reporting in GitHub Pull Requests - Designing CI/CD Systems
Link: https://tryexceptpass.org/article/continuous-builds-reporting-status/
Continuing the build service discussion from the Designing CI/CD Systems series, we’re now at a good point to look at reporting status as code passes through the system.
At the very minimum, you want
Link: https://tryexceptpass.org/article/continuous-builds-reporting-status/
Continuing the build service discussion from the Designing CI/CD Systems series, we’re now at a good point to look at reporting status as code passes through the system.
At the very minimum, you want
tryexceptpass.org
Painless Status Reporting in GitHub Pull Requests - Designing CI/CD Systems
Report status from Docker containers in an automated CI/CD system into GitHub pull requests using Python
Catalin George Festila: Python 3.8.0 : New release of python development.
Link: http://python-catalin.blogspot.com/2019/10/python-380-new-release-of-python.html
Good news from the python development area with the new release of python development:
Python 3.7.5 Oct. 15, 2019 and Python 3.8.0 Oct. 14, 2019
Now you can use the new python version 3.8.0 from the
Link: http://python-catalin.blogspot.com/2019/10/python-380-new-release-of-python.html
Good news from the python development area with the new release of python development:
Python 3.7.5 Oct. 15, 2019 and Python 3.8.0 Oct. 14, 2019
Now you can use the new python version 3.8.0 from the
Blogspot
Python 3.8.0 : New release of python development.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Python Insider: Python 3.7.5 is now available
Link: http://feedproxy.google.com/~r/PythonInsider/~3/JAw1EKIElcE/python-375-is-now-available.html
Python 3.7.5 is now available, the next maintenance release of Python 3.7. You can find the release files, a link to the changelog, and more information here:
https://www.python.org/downloads/r
Link: http://feedproxy.google.com/~r/PythonInsider/~3/JAw1EKIElcE/python-375-is-now-available.html
Python 3.7.5 is now available, the next maintenance release of Python 3.7. You can find the release files, a link to the changelog, and more information here:
https://www.python.org/downloads/r
Blogspot
Python Insider: Python 3.7.5 is now available
Python Bytes: #152 You have 35 million lines of Python 2, now what?
Link: https://pythonbytes.fm/episodes/show/152/you-have-35-million-lines-of-python-2-now-what
Link: https://pythonbytes.fm/episodes/show/152/you-have-35-million-lines-of-python-2-now-what
pythonbytes.fm
You have 35 million lines of Python 2, now what?
News and announcements from the Python community for the week of Oct 15th, 2019
Talk Python to Me: #234 Awesome Python Applications
Link: https://talkpython.fm/episodes/show/234/awesome-python-applications
Have you heard of awesome lists? They are well, pretty awesome! Gathering up the most loved libraries and packages for a given topic.
Link: https://talkpython.fm/episodes/show/234/awesome-python-applications
Have you heard of awesome lists? They are well, pretty awesome! Gathering up the most loved libraries and packages for a given topic.
talkpython.fm
Awesome Python Applications
Have you heard of awesome lists? They are well, pretty awesome! Gathering up the most loved libraries and packages for a given topic.
Test and Code: 91: Python 3.8 - what's new
Link: https://testandcode.com/91
Python 3.8.0 final is live and ready to download.
On todays episode, we're going to run through what's new, picking out the bits that I think are the most interesting and affect the most people, inclu
Link: https://testandcode.com/91
Python 3.8.0 final is live and ready to download.
On todays episode, we're going to run through what's new, picking out the bits that I think are the most interesting and affect the most people, inclu
Test & Code - Python, Testing, and Software Engineering
Test & Code - Python, Testing, and Software Engineering 91: Python 3.8 - what's new
Python 3.8.0 final is live and ready to download. This episode covers what's new, including new language features, standard library changes, and optimizations.
Hynek Schlawack: Sharing Your Labor of Love: PyPI Quick and Dirty
Link: https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/
A completely incomplete guide to packaging a Python module and sharing it with the world on PyPI.
Link: https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/
A completely incomplete guide to packaging a Python module and sharing it with the world on PyPI.
Hynek Schlawack
Sharing Your Labor of Love: PyPI Quick and Dirty
A completely incomplete guide to packaging a Python module and sharing it with the world on PyPI.
Continuum Analytics Blog: What Can AI Teach Us about Bias and Fairness?
Link: https://www.anaconda.com/machine-learning-bias-fairness/
By: Peter Wang & Natalie Parra-Novosad As researchers, journalists, and many others have discovered, machine learning algorithms can deliver biased results. One notorious example is ProPublica’s disco
Link: https://www.anaconda.com/machine-learning-bias-fairness/
By: Peter Wang & Natalie Parra-Novosad As researchers, journalists, and many others have discovered, machine learning algorithms can deliver biased results. One notorious example is ProPublica’s disco
Anaconda
Anaconda | What Can AI Teach Us about Bias and Fairness?
By: Peter Wang & Natalie Parra-Novosad As researchers, journalists, and many others have discovered, machine learning algorithms can deliver biased results. One notorious example is ProPublica’s discovery of bias in a software called COMPAS used by the U.S.…
Real Python: Python sleep(): How to Add Time Delays to Your Code
Link: https://realpython.com/python-sleep/
Have you ever needed to make your Python program wait for something? Most of the time, you’d want your code to execute as quickly as possible. But there are times when letting your code sleep for a wh
Link: https://realpython.com/python-sleep/
Have you ever needed to make your Python program wait for something? Most of the time, you’d want your code to execute as quickly as possible. But there are times when letting your code sleep for a wh
Realpython
Python sleep(): How to Add Time Delays to Your Code – Real Python
In this tutorial, you'll learn how to add time delays to your Python programs. You'll use decorators and the built-in time module to add Python sleep() calls to your code. Then, you'll discover how time delays work with threads, asynchronous functions, and…
Stories in My Pocket: PyCon 2019: Open Spaces
Link: https://storiesinmypocket.com/articles/pycon-2019-open-spaces/
There have been a few thoughts about PyCon US 2019 that have been bouncing around my head, wanting to come out. Today, I want to talk about PyCon's Open Spaces, and why you should start planning on at
Link: https://storiesinmypocket.com/articles/pycon-2019-open-spaces/
There have been a few thoughts about PyCon US 2019 that have been bouncing around my head, wanting to come out. Today, I want to talk about PyCon's Open Spaces, and why you should start planning on at
Roberto Alsina: Episodio 11: Type Hints
Link: https://ralsina.me/weblog/posts/episodio-11-type-hints%09.html
¿Qué son los Type Hints en Python? ¿Para qué sirven? ¿Cómo se usan?
Link: https://ralsina.me/weblog/posts/episodio-11-type-hints%09.html
¿Qué son los Type Hints en Python? ¿Para qué sirven? ¿Cómo se usan?
Lateral Opinion
Episodio 11: Type Hints
¿Qué son los Type Hints en Python? ¿Para qué sirven? ¿Cómo se usan?
Catalin George Festila: Python 3.7.4 : Test the DHCP handshakes.
Link: http://python-catalin.blogspot.com/2019/10/python-374-test-dhcp-handshakes.html
First, the DHCP is based on the earlier BOOTP protocol which uses well-known port numbers for both server and client instead of an ephemeral port. The server and the client communicate via broadcast a
Link: http://python-catalin.blogspot.com/2019/10/python-374-test-dhcp-handshakes.html
First, the DHCP is based on the earlier BOOTP protocol which uses well-known port numbers for both server and client instead of an ephemeral port. The server and the client communicate via broadcast a
Blogspot
Python 3.7.4 : Test the DHCP handshakes.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Anarcat: Theory: average bus factor = 1
Link: https://anarc.at/blog/2019-10-16-bus-factor/
Two articles recently made me realize that all my free
software projects basically have a bus factor of one. I am the
sole maintainer of every piece of software I have ever written that I
still mainta
Link: https://anarc.at/blog/2019-10-16-bus-factor/
Two articles recently made me realize that all my free
software projects basically have a bus factor of one. I am the
sole maintainer of every piece of software I have ever written that I
still mainta
Full Stack Python: Basic Data Types in Python 3: Strings
Link: https://www.fullstackpython.com/blog/python-basic-data-types-strings.html
There is a lot to learn on your Python journey when you are
new to the programming language. Once you are
comfortable writing and executing code, your first stop becomes understanding
how to represe
Link: https://www.fullstackpython.com/blog/python-basic-data-types-strings.html
There is a lot to learn on your Python journey when you are
new to the programming language. Once you are
comfortable writing and executing code, your first stop becomes understanding
how to represe
Fullstackpython
Basic Data Types in Python 3: Strings
Learn to create and manipulate strings in this series of blog posts on basic data types in Python programming. Great post on fullstackpython.com!