Jaime Buelta: Notes about ShipItCon 2022
Link: https://wrongsideofmemphis.com/2022/09/04/notes-about-shipitcon-2022/
Well, here we are again. Back to going physically to a place where people are talking for an audience in a structured way. It’s been quite some time. I’m not going to deny that the feeling was a bit w
Link: https://wrongsideofmemphis.com/2022/09/04/notes-about-shipitcon-2022/
Well, here we are again. Back to going physically to a place where people are talking for an audience in a structured way. It’s been quite some time. I’m not going to deny that the feeling was a bit w
Wrong Side of Memphis
Notes about ShipItCon 2022
Well, here we are again. Back to going physically to a place where people are talking for an audience in a structured way. It’s been quite some time. I’m not going to deny that the feel…
Wyatt Baldwin: A Few Thoughts About Two-factor Auth
Link: https://wyattbaldwin.com/2022/09/04/a-few-thoughts-about-two-factor-auth/
This post doesn’t break any new ground regarding two-factor auth (2FA). It’s more of a reminder and a cautionary tale. It’s also somewhat Mac and Python oriented, but the suggestions should be general
Link: https://wyattbaldwin.com/2022/09/04/a-few-thoughts-about-two-factor-auth/
This post doesn’t break any new ground regarding two-factor auth (2FA). It’s more of a reminder and a cautionary tale. It’s also somewhat Mac and Python oriented, but the suggestions should be general
Podcast.__init__: Exploring The Process And Practice Of Building Better Software Through Code Reviews
Link: https://www.pythonpodcast.com/code-review-for-better-software-episode-376/
Writing code is only one piece of creating good software. Code reviews are an important step in the process of building applications that are maintainable and sustainable. In this episode On Freund sh
Link: https://www.pythonpodcast.com/code-review-for-better-software-episode-376/
Writing code is only one piece of creating good software. Code reviews are an important step in the process of building applications that are maintainable and sustainable. In this episode On Freund sh
The Python Podcast.__init__
The Python Podcast.__init__: Exploring The Process And Practice Of Building Better Software Through Code Reviews
An interview with On Freund about the benefits of code review for software teams and how to incorporate it into your development practice in a positive and productive manner.
Django Weblog: Django bugfix release: 4.1.1
Link: https://www.djangoproject.com/weblog/2022/sep/05/bugfix-release/
Today we've issued the 4.1.1 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Link: https://www.djangoproject.com/weblog/2022/sep/05/bugfix-release/
Today we've issued the 4.1.1 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is
Anwesha Das: "Python for Everyone": learning Python
Link: http://anweshadas.in/python-for-everyone-learning-python/
I conceptualized "Python for Everyone" to help women who want to start their careers in technology. After the introduction sessions, it was time for us to learn real "Technology". What better to start
Link: http://anweshadas.in/python-for-everyone-learning-python/
I conceptualized "Python for Everyone" to help women who want to start their careers in technology. After the introduction sessions, it was time for us to learn real "Technology". What better to start
Law Explained India
"Python for Everyone": learning Python
I conceptualized "Python for Everyone" to help women who want to start their careers in technology. After the introduction sessions, it was time for us to learn real "Technology". What better to start with than Python? Python 101 Part I in Sunet Sunet has…
Python for Beginners: Create Numpy Array in Python
Link: https://www.pythonforbeginners.com/basics/create-numpy-array-in-python
Numpy arrays are used in python, especially in data analytics, machine learning, and data science to manipulate numerical data. In this article, we will discuss different ways to create a numpy array
Link: https://www.pythonforbeginners.com/basics/create-numpy-array-in-python
Numpy arrays are used in python, especially in data analytics, machine learning, and data science to manipulate numerical data. In this article, we will discuss different ways to create a numpy array
PythonForBeginners.com
Create Numpy Array in Python - PythonForBeginners.com
Create Numpy Array in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Python News: What's New From August 2022
Link: https://realpython.com/python-news-august-2022/
In August 2022, Python inched closer to the 3.11 release, pandas introduced enhancement proposals, various packages saw new releases, Python extended its lead at the top of the TIOBE index, and PyPI b
Link: https://realpython.com/python-news-august-2022/
In August 2022, Python inched closer to the 3.11 release, pandas introduced enhancement proposals, various packages saw new releases, Python extended its lead at the top of the TIOBE index, and PyPI b
Realpython
Python News: What's New From August 2022 – Real Python
In August 2022, Python inched closer to the 3.11 release, pandas introduced enhancement proposals, various packages saw new releases, Python extended its lead at the top of the TIOBE index, and PyPI battled malware.
Talk Python to Me: #380: 7 lessons from building a modern TUI framework
Link: https://talkpython.fm/episodes/show/380/7-lessons-from-building-a-modern-tui-framework
Terminals seem like the very lowest common denominator for software platforms. They have to work over SSH. They only show text. You can't do much with them. Or can you? Will McGugan and team have been
Link: https://talkpython.fm/episodes/show/380/7-lessons-from-building-a-modern-tui-framework
Terminals seem like the very lowest common denominator for software platforms. They have to work over SSH. They only show text. You can't do much with them. Or can you? Will McGugan and team have been
talkpython.fm
7 lessons from building a modern TUI framework
Terminals seem like the very lowest common denominator for software platforms. They have to work over SSH. They only show text. You can't do much with them. Or can you? Will McGugan and team have been building Textual (based on Rich) which looks more like…
Real Python: Building Command Line Interfaces With argparse
Link: https://realpython.com/courses/python-argparse-command-line-interfaces/
One of the strengths of Python is that it comes with batteries included: it has a rich and versatile standard library that makes it one of the best programming languages for writing scripts for the co
Link: https://realpython.com/courses/python-argparse-command-line-interfaces/
One of the strengths of Python is that it comes with batteries included: it has a rich and versatile standard library that makes it one of the best programming languages for writing scripts for the co
Realpython
Building Command Line Interfaces With argparse – Real Python
In this step-by-step Python video course, you'll learn how to take your command line Python scripts to the next level by adding a convenient command line interface that you can write with argparse.
PyCoder’s Weekly: Issue #541 (Sept. 6, 2022)
Link: https://pycoders.com/issues/541
#541 – SEPTEMBER 6, 2022 View in Browser » Creating a Python Code Completer & More AST Projects How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Py
Link: https://pycoders.com/issues/541
#541 – SEPTEMBER 6, 2022 View in Browser » Creating a Python Code Completer & More AST Projects How does a code completion tool work? What is an Abstract Syntax Tree, and how is it created in Py
Pycoders
PyCoder’s Weekly | Issue #541
Issue #541 of the PyCoder’s Weekly newsletter, published Sept. 6, 2022.
Python Bytes: #300 A Jupyter merge driver for git
Link: https://pythonbytes.fm/episodes/show/300/a-jupyter-merge-driver-for-git
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=PO6gv7BUAdg' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/300/a-jupyter-merge-driver-for-git
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=PO6gv7BUAdg' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
A Jupyter merge driver for git
News and announcements from the Python community for the week of Sep 6th, 2022
Anarcat: Deleted GitLab forks from my account
Link: https://anarc.at/blog/2022-09-06-deleted-gitlab/
I have just deleted two forks I had of the GitLab project in my
gitlab.com account. I did this after receiving a warning that quotas
would now start to be enforced. It didn't say that I was going over
Link: https://anarc.at/blog/2022-09-06-deleted-gitlab/
I have just deleted two forks I had of the GitLab project in my
gitlab.com account. I did this after receiving a warning that quotas
would now start to be enforced. It didn't say that I was going over
PyBites: Code == communication, on writing better variable names
Link: https://pybit.es/articles/pp86-on-writing-better-variable-names/
Listen now:
Naming things is hard! Hence in this episode we want to help you a bit with that and share 10 tips how to do this better so you will write more readable and meaningful variable names. Enj
Link: https://pybit.es/articles/pp86-on-writing-better-variable-names/
Listen now:
Naming things is hard! Hence in this episode we want to help you a bit with that and share 10 tips how to do this better so you will write more readable and meaningful variable names. Enj
PyBites
Code == Communication, On Writing Better Variable Names - PyBites
Naming things is hard! Hence in this episode we want to help you a bit with that and share 10 tips how to do this better so you will write more readable and
PyBites: What we learned from building our own CMS using Django
Link: https://pybit.es/articles/what-we-learned-from-building-our-own-cms-using-django/
Django – The web framework for perfectionists with deadlines – indeed!
We managed to get a simple MVP out in just 4 weeks using our JIT learning approach …
In an effort to teach Julian Django, we fig
Link: https://pybit.es/articles/what-we-learned-from-building-our-own-cms-using-django/
Django – The web framework for perfectionists with deadlines – indeed!
We managed to get a simple MVP out in just 4 weeks using our JIT learning approach …
In an effort to teach Julian Django, we fig
PyBites
What We Learned From Building Our Own CMS Using Django - PyBites
Django - The web framework for perfectionists with deadlines - indeed!
Zato Blog: What is an API gateway?
Link: https://zato.io/blog/posts/what-is-an-api-gateway.html
In this article, we are going to use
Zato
in its capacity as a multi-protocol Python API gateway - we will integrate a few popular technologies, accepting requests sent
over protocols commonly used in
Link: https://zato.io/blog/posts/what-is-an-api-gateway.html
In this article, we are going to use
Zato
in its capacity as a multi-protocol Python API gateway - we will integrate a few popular technologies, accepting requests sent
over protocols commonly used in
zato.io
Zato Blog
Python for Beginners: Pandas Series Data Structure in Python
Link: https://www.pythonforbeginners.com/basics/pandas-series-data-structure-in-python
Series data structure is used to handle one-dimensional data in Python. In this article, we will discuss how to create a series using the pandas module, its properties, and manipulation using examples
Link: https://www.pythonforbeginners.com/basics/pandas-series-data-structure-in-python
Series data structure is used to handle one-dimensional data in Python. In this article, we will discuss how to create a series using the pandas module, its properties, and manipulation using examples
PythonForBeginners.com
Pandas Series Data Structure in Python - PythonForBeginners.com
Pandas Series Data Structure in Python will help you improve your python skills with easy to follow examples and tutorials.
Nicola Iarocci: Eve 2.0.1 released
Link: https://nicolaiarocci.com/eve-2.0.1-released/
Today I released Eve 2.0.1, which contains an essential fix if you’re using MONGO_URI to connect to your MongoDB instance. See the relevant ticket for details. I’ve also pinned Flask dependency to v2.
Link: https://nicolaiarocci.com/eve-2.0.1-released/
Today I released Eve 2.0.1, which contains an essential fix if you’re using MONGO_URI to connect to your MongoDB instance. See the relevant ticket for details. I’ve also pinned Flask dependency to v2.
Nicola Iarocci
Eve 2.0.1 released
Today I released Eve 2.0.1, which contains an essential fix if you’re using MONGO_URI to connect to your MongoDB instance. See the relevant ticket for det
Python Insider: Python releases 3.10.7, 3.9.14, 3.8.14, and 3.7.14 are now available
Link: https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html
We have some security content, and plenty of regular bug fixes for 3.10. Let’s dive right in.CVE-2020-10735Converting between int and str in bases other than 2 (binary), 4, 8 (octal), 16 (hexadecimal)
Link: https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html
We have some security content, and plenty of regular bug fixes for 3.10. Let’s dive right in.CVE-2020-10735Converting between int and str in bases other than 2 (binary), 4, 8 (octal), 16 (hexadecimal)
Blogspot
Python Insider: Python releases 3.10.7, 3.9.14, 3.8.14, and 3.7.14 are now available
Real Python: HTML and CSS for Python Developers
Link: https://realpython.com/html-css-python/
When you want to build websites as a Python programmer, there’s no way around HTML and CSS.
Almost every website on the Internet is built with HTML markup to structure the page.
To make a website look
Link: https://realpython.com/html-css-python/
When you want to build websites as a Python programmer, there’s no way around HTML and CSS.
Almost every website on the Internet is built with HTML markup to structure the page.
To make a website look
Realpython
HTML and CSS for Python Developers – Real Python
There's no way around HTML and CSS when you want to build web apps. Even if you're not aiming to become a web developer, knowing the basics of HTML and CSS will help you understand the Web better. In this tutorial, you'll get an introduction to HTML and CSS…
Python Anywhere: Slightly late announcement of latest updates
Link: https://blog.pythonanywhere.com/207/
Updated on 25 August 2022 (US) and 9 August 2022 (EU)!
Here is a slightly delayed (and short) run-down of the new stuff that we
deployed recently.
The main addition for this update is a new system ima
Link: https://blog.pythonanywhere.com/207/
Updated on 25 August 2022 (US) and 9 August 2022 (EU)!
Here is a slightly delayed (and short) run-down of the new stuff that we
deployed recently.
The main addition for this update is a new system ima
Hynek Schlawack: You Can Build Portable Binaries of Python Applications
Link: https://hynek.me/til/python-portable-binaries/
Contrary to popular belief, it’s possible to ship portable executables of Python applications without sending its users to Python packaging hell.
Link: https://hynek.me/til/python-portable-binaries/
Contrary to popular belief, it’s possible to ship portable executables of Python applications without sending its users to Python packaging hell.
Hynek Schlawack
You Can Build Portable Binaries of Python Applications
Contrary to popular belief, it’s possible to ship portable executables of Python applications without sending your users to Python packaging hell.