Nicola Iarocci: Is Eve still maintained?
Link: https://nicolaiarocci.com/is-eve-still-maintained/
Tonight someone opened a ticket on the Eve repository. I jotted down a quick reply and was about to hit the Comment button when I thought a more articulated reply was in order. I also want it publishe
Link: https://nicolaiarocci.com/is-eve-still-maintained/
Tonight someone opened a ticket on the Eve repository. I jotted down a quick reply and was about to hit the Comment button when I thought a more articulated reply was in order. I also want it publishe
Nicola Iarocci
Is Eve still maintained?
Tonight someone opened a ticket on the Eve repository. I jotted down a quick reply and was about to hit the Comment button when I thought a more articulated rep
Weekly Python StackOverflow Report: (ccc) stackoverflow python report
Link: http://python-weekly.blogspot.com/2021/11/ccc-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-11-06 16:14:07 GMTAfter conda update, python kernel crashes when m
Link: http://python-weekly.blogspot.com/2021/11/ccc-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-11-06 16:14:07 GMTAfter conda update, python kernel crashes when m
Blogspot
(ccc) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2021...
Łukasz Langa: Weekly Report, November 1 - 7
Link: https://lukasz.langa.pl/a30a8166-cd99-4818-a3f1-b7bafabe93c4/
Python 3.9.8 got released this week! At this point in the 3.9 lifecycle this should be a relatively uneventful release. Instead, it took us a few days of work to get it out of the door. I still manage
Link: https://lukasz.langa.pl/a30a8166-cd99-4818-a3f1-b7bafabe93c4/
Python 3.9.8 got released this week! At this point in the 3.9 lifecycle this should be a relatively uneventful release. Instead, it took us a few days of work to get it out of the door. I still manage
lukasz.langa.pl
Weekly Report, November 1 - 7 - Łukasz Langa
Python 3.9.8 got released this week! At this point in the 3.9 lifecycle this should be a relatively uneventful release. Instead, it took us a few days of work to get it out of the door. I still managed to squeeze in 51 closed PRs and even organized a meeting…
Podcast.__init__: Building Conversational AI to Augment Sales Teams at Structurely
Link: https://www.pythonpodcast.com/structurely-conversational-ai-sales-episode-339/
The true power of artificial intelligence is its ability to work collaboratively with humans. Nate Joens co-founded Structurely to create a conversational AI platform that augments human sales teams t
Link: https://www.pythonpodcast.com/structurely-conversational-ai-sales-episode-339/
The true power of artificial intelligence is its ability to work collaboratively with humans. Nate Joens co-founded Structurely to create a conversational AI platform that augments human sales teams t
The Python Podcast.__init__
The Python Podcast.__init__: Building Conversational AI to Augment Sales Teams at Structurely
An interview with Nate Joens about the technical and social complexities involved in building a platform for improving the efficiency of sales teams through conversational AI
John Ludhi/nbshare.io: Tweet Sentiment Analysis Using LSTM With PyTorch
Link: https://www.nbshare.io/notebook/754493525/Tweet-Sentiment-Analysis-Using-LSTM-With-PyTorch/
Tweet Sentiment Analysis Using LSTM With PyTorch
We will go through a common case study (sentiment analysis) to explore many techniques and patterns in Natural Language Processing.
Link: https://www.nbshare.io/notebook/754493525/Tweet-Sentiment-Analysis-Using-LSTM-With-PyTorch/
Tweet Sentiment Analysis Using LSTM With PyTorch
We will go through a common case study (sentiment analysis) to explore many techniques and patterns in Natural Language Processing.
ItsMyCode: numpy.argmax() in Python
Link: https://itsmycode.com/numpy-argmax-in-python/
ItsMyCode |
The numpy.argmax() function returns the indices of the maximum values along an axis. In case of multiple occurrences of the maximum values, the indices corresponding to the first occurrenc
Link: https://itsmycode.com/numpy-argmax-in-python/
ItsMyCode |
The numpy.argmax() function returns the indices of the maximum values along an axis. In case of multiple occurrences of the maximum values, the indices corresponding to the first occurrenc
ItsMyCode
numpy.argmax() in Python - ItsMyCode
The numpy.argmax() in Python is a function that returns the indices of the maximum values along an axis mainly used in complex computations
ItsMyCode: nxnxn matrix python
Link: https://itsmycode.com/nxnxn-matrix-python/
ItsMyCode |
In this tutorial, we will take a look at how to create the nxnxn matrix in Python.
What is NxNxN?
The term NxNxN (pronounced as N by N by N) is also called as NxNxN cube or NxNxN puzzle. I
Link: https://itsmycode.com/nxnxn-matrix-python/
ItsMyCode |
In this tutorial, we will take a look at how to create the nxnxn matrix in Python.
What is NxNxN?
The term NxNxN (pronounced as N by N by N) is also called as NxNxN cube or NxNxN puzzle. I
ItsMyCode
nxnxn matrix python - ItsMyCode
nxnxn matrix python (pronounced as N by N by N) is also called NxNxN cube or puzzle. Let's take a look at how to create nxnxn matrix in Python
Ned Batchelder: Computing a GitHub Action matrix with cog
Link: https://nedbatchelder.com/blog/202111/github_action_matrix_with_cog.html
I had a complex three-axis GitHub Action matrix, but needed to skip some
combinations. I couldn’t get what I needed with the direct YAML syntax, so I
used Cog to generate the matrix with
Python.The m
Link: https://nedbatchelder.com/blog/202111/github_action_matrix_with_cog.html
I had a complex three-axis GitHub Action matrix, but needed to skip some
combinations. I couldn’t get what I needed with the direct YAML syntax, so I
used Cog to generate the matrix with
Python.The m
Nedbatchelder
Computing a GitHub Action matrix with cog
Here’s how I used embedded Python code to generate a complex GitHub Action matrix.
Mike Driscoll: PyDev of the Week: Sarah Gibson
Link: https://www.blog.pythonlibrary.org/2021/11/08/pydev-of-the-week-sarah-gibson/
This week we welcome Sarah Gibson (@drsarahlgibson) as our PyDev of the Week! Sarah is a core developer for Binder, JupyterHub, and The Turing Way. You can see what else she is contributing to over on
Link: https://www.blog.pythonlibrary.org/2021/11/08/pydev-of-the-week-sarah-gibson/
This week we welcome Sarah Gibson (@drsarahlgibson) as our PyDev of the Week! Sarah is a core developer for Binder, JupyterHub, and The Turing Way. You can see what else she is contributing to over on
Mouse Vs Python
PyDev of the Week: Sarah Gibson - Mouse Vs Python
This week we welcome Sarah Gibson (@drsarahlgibson) as our PyDev of the Week! Sarah is a core developer for Binder, JupyterHub, and The Turing Way. You
Stack Abuse: Python: Convert List to String with join()
Link: https://stackabuse.com/python-convert-list-to-string/
Data takes many shapes and forms - one of the most common data structure being lists/arrays. Strings are, essentially, sequences of alphanumeric characters. The parallel between these is apparent, and
Link: https://stackabuse.com/python-convert-list-to-string/
Data takes many shapes and forms - one of the most common data structure being lists/arrays. Strings are, essentially, sequences of alphanumeric characters. The parallel between these is apparent, and
Stack Abuse
Python: Convert List to String with join()
In this short practical guide, learn how to join strings into a list with the join() function, list comprehensions, custom methods and the map() function!
Real Python: Build a Command-Line To-Do App With Python and Typer
Link: https://realpython.com/python-typer-cli/
Building an application to manage your to-do list can be an interesting project when you’re learning a new programming language or trying to take your skills to the next level. In this tutorial, you’l
Link: https://realpython.com/python-typer-cli/
Building an application to manage your to-do list can be an interesting project when you’re learning a new programming language or trying to take your skills to the next level. In this tutorial, you’l
Realpython
Build a Command-Line To-Do App With Python and Typer – Real Python
In this step-by-step project, you'll create a to-do application for your command line using Python and Typer. While you build this app, you'll learn the basics of Typer, a modern and versatile library for building command-line interfaces (CLI).
PyCharm: YouTube: New Getting Started Series
Link: http://feedproxy.google.com/~r/Pycharm/~3/86LpaKoAxyU/
We have been working hard in the last year to make our YouTube channel more relevant for you. We’ve included tutorials like the Visual Testing with Pytest one, we’ve published the ‘What Does This Pac
Link: http://feedproxy.google.com/~r/Pycharm/~3/86LpaKoAxyU/
We have been working hard in the last year to make our YouTube channel more relevant for you. We’ve included tutorials like the Visual Testing with Pytest one, we’ve published the ‘What Does This Pac
JetBrains Blog
YouTube: New Getting Started Series | The PyCharm Blog
We have been working hard in the last year to make our YouTube channel more relevant for you. We've included tutorials like the Visual Testing with Pytest one, we've published the ‘What Does This Pack
Codementor: How to run a Python script in Linux with SYSTEMD
Link: https://www.codementor.io/ufukafak/how-to-run-a-python-script-in-linux-with-systemd-1nh2x3hi0e
How to run python scripts automatically on startup.
Link: https://www.codementor.io/ufukafak/how-to-run-a-python-script-in-linux-with-systemd-1nh2x3hi0e
How to run python scripts automatically on startup.
www.codementor.io
How to run a Python script in Linux with SYSTEMD | Codementor
How to run python scripts automatically on startup.
Read the Docs: Read the Docs newsletter - November 2021
Link: https://blog.readthedocs.com/newsletter-november-2021/
Welcome to the latest edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share
Link: https://blog.readthedocs.com/newsletter-november-2021/
Welcome to the latest edition of our monthly newsletter, where we
share the most relevant updates around Read the Docs,
offer a summary of new features we shipped
during the previous month,
and share
Kogan Dev: Debugging Celery Issues in Django
Link: https://devblog.kogan.com/blog/b1c2cx4suhgj0zvmit2ra7kfpnt9x7
Lockdown has ended in Melbourne and we’re able to resume mingling, gossiping, and chattering. Just before we could get off our seats and out the door though, Celery (our distributed task queue) jumped
Link: https://devblog.kogan.com/blog/b1c2cx4suhgj0zvmit2ra7kfpnt9x7
Lockdown has ended in Melbourne and we’re able to resume mingling, gossiping, and chattering. Just before we could get off our seats and out the door though, Celery (our distributed task queue) jumped
Kogan.com Dev Blog
Debugging Celery Issues in Django — Kogan.com Dev Blog
Python Software Foundation: 2021 End of the year fundraiser!
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/9v_yeI8E5G4/2021-end-of-year-fundraiser.html
Summary: The PSF launched its end-of-the-year fundraiser. There are two ways to donate: 1. donate directly to the PSF or 2. purchase a discounted PyCharm license, with all proceeds going to the PSF. C
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/9v_yeI8E5G4/2021-end-of-year-fundraiser.html
Summary: The PSF launched its end-of-the-year fundraiser. There are two ways to donate: 1. donate directly to the PSF or 2. purchase a discounted PyCharm license, with all proceeds going to the PSF. C
Blogspot
2021 End of the year fundraiser!
Summary: The PSF launched its end-of-the-year fundraiser. There are two ways to donate: 1. donate directly to the PSF or 2. purchase a disc...
Real Python: Using plt.scatter() to Visualize Data in Python
Link: https://realpython.com/courses/using-pltscatter-visualize-data-python/
An important part of working with data is being able to visualize it. Python has several third-party modules you can use for data visualization. One of the most popular modules is Matplotlib and its s
Link: https://realpython.com/courses/using-pltscatter-visualize-data-python/
An important part of working with data is being able to visualize it. Python has several third-party modules you can use for data visualization. One of the most popular modules is Matplotlib and its s
Realpython
Using plt.scatter() to Visualize Data in Python – Real Python
In this course, you'll learn how to create scatter plots in Python, which are a key part of many data visualization applications. You'll get an introduction to plt.scatter(), a versatile function in the Matplotlib module for creating scatter plots.
Python for Beginners: Remove Whitespace Characters from a String
Link: https://www.pythonforbeginners.com/basics/remove-whitespace-characters-from-a-string
Strings in python are used extensively for processing text data. In this article, we will look at different ways with which we can remove whitespace characters from a string. We will also implement th
Link: https://www.pythonforbeginners.com/basics/remove-whitespace-characters-from-a-string
Strings in python are used extensively for processing text data. In this article, we will look at different ways with which we can remove whitespace characters from a string. We will also implement th
PythonForBeginners.com
Remove Whitespace Characters from a String - PythonForBeginners.com
Remove Whitespace Characters from a String will help you improve your python skills with easy to follow examples and tutorials.
Python Engineering at Microsoft: Python in Visual Studio Code – November 2021 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2021-release/
We are pleased to announce that the November 2021 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dir
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-november-2021-release/
We are pleased to announce that the November 2021 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it dir
Microsoft News
Python in Visual Studio Code – November 2021 Release
We are pleased to announce that the November 2021 release of the Python Extension for Visual Studio Code is now available. As part of this release, the Microsoft Python Language Server has reached end of life.
PyCoder’s Weekly: Issue #498 (Nov. 9, 2021)
Link: https://pycoders.com/issues/498
#498 – NOVEMBER 9, 2021 View in Browser » An Oral History of Bank Python Interesting read about the strange world of Python, as used by big investment banks: “Bank Python implementations are eff
Link: https://pycoders.com/issues/498
#498 – NOVEMBER 9, 2021 View in Browser » An Oral History of Bank Python Interesting read about the strange world of Python, as used by big investment banks: “Bank Python implementations are eff
Pycoders
PyCoder’s Weekly | Issue #498
Issue #498 of the PyCoder’s Weekly newsletter, published Nov. 9, 2021.
Python⇒Speed: Cython, Rust, and more: choosing a language for Python extensions
Link: https://pythonspeed.com/articles/rust-cython-python-extensions/
Sometimes pure Python code isn’t enough, and you need to implement an extension in a compiled language like C, C++, or Rust.
Maybe your code is slow, and you need to speed it up.
Maybe you just need a
Link: https://pythonspeed.com/articles/rust-cython-python-extensions/
Sometimes pure Python code isn’t enough, and you need to implement an extension in a compiled language like C, C++, or Rust.
Maybe your code is slow, and you need to speed it up.
Maybe you just need a
Python⇒Speed
Cython, Rust, and more: choosing a language for Python extensions
You can write Python extensions with Cython, Rust, and many other tools. Learn which one you should use, depending on your particular needs.