Kushal Das: Startup/execution time for a specific command line tool
Link: https://kushaldas.in/posts/startup-execution-time-for-a-specific-command-line-tool.html
Generally I don’t have to bother about the startup time of any command line
tool. For a human eye and normal day to day usage, if a command takes half a
second to finish the job, it is not much of a
Link: https://kushaldas.in/posts/startup-execution-time-for-a-specific-command-line-tool.html
Generally I don’t have to bother about the startup time of any command line
tool. For a human eye and normal day to day usage, if a command takes half a
second to finish the job, it is not much of a
Python Circle: Django application to automate the WhatsApp messaging
Link: https://pythoncircle.com/post/777/django-application-to-automate-the-whatsapp-messaging/
Django application with REST API endpoints to automate the WhatsApp messaging. Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk mess
Link: https://pythoncircle.com/post/777/django-application-to-automate-the-whatsapp-messaging/
Django application with REST API endpoints to automate the WhatsApp messaging. Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk mess
Python Circle
Django application to automate the WhatsApp messaging
Django application with REST API endpoints to automate the WhatsApp messaging. Automating WhatsApp web using selenium to send messages. Using selenium to automate whatsapp messaging. Sending bulk messages via whatsapp using automation. Source code Django…
Real Python: Build Cross-Platform GUI Apps With Kivy
Link: https://realpython.com/courses/cross-platform-gui-apps-kivy/
These days, developers are highly likely to be working on a mobile or web application. Python doesn’t have built-in mobile development capabilities, but you can create mobile applications by using lib
Link: https://realpython.com/courses/cross-platform-gui-apps-kivy/
These days, developers are highly likely to be working on a mobile or web application. Python doesn’t have built-in mobile development capabilities, but you can create mobile applications by using lib
Realpython
Build Cross-Platform GUI Apps With Kivy – Real Python
In this video course, you'll learn how to build a cross-platform mobile application with Python and the Kivy GUI framework. You'll discover how to develop an application that can run on your desktop as well as your phone. Then, you'll package your app for…
PyCoder’s Weekly: Issue #558 (Jan. 3, 2023)
Link: https://pycoders.com/issues/558
#558 – JANUARY 3, 2023 View in Browser » 2022 Real Python Tutorial & Video Course Wrap Up “It’s been another year of changes at Real Python! The Real Python team has written, edited, curated, il
Link: https://pycoders.com/issues/558
#558 – JANUARY 3, 2023 View in Browser » 2022 Real Python Tutorial & Video Course Wrap Up “It’s been another year of changes at Real Python! The Real Python team has written, edited, curated, il
Pycoders
PyCoder’s Weekly | Issue #558
Issue #558 of the PyCoder’s Weekly newsletter, published Jan. 3, 2023.
Python Bytes: #317 Most loved and most dreaded dev tools of 2022
Link: https://pythonbytes.fm/episodes/show/317/most-loved-and-most-dreaded-dev-tools-of-2022
<a href='https://www.youtube.com/watch?v=7mze96vKW_8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
Link: https://pythonbytes.fm/episodes/show/317/most-loved-and-most-dreaded-dev-tools-of-2022
<a href='https://www.youtube.com/watch?v=7mze96vKW_8' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
<p>Sponsored by <a href="http://pythonbytes.fm/f
pythonbytes.fm
Most loved and most dreaded dev tools of 2022
News and announcements from the Python community for the week of Jan 3rd, 2023
Pythonicity: Random Selection
Link: https://coady.github.io/posts/random-selection/
Random selection utilities used to be common in interviews. Less so in Python circles because of the builtin random module. Still advanced examples may come up. First is a generalization of shuffle
Link: https://coady.github.io/posts/random-selection/
Random selection utilities used to be common in interviews. Less so in Python circles because of the builtin random module. Still advanced examples may come up. First is a generalization of shuffle
Pythonicity
Random Selection
Random selection utilities used to be common in interviews. Less so in Python circles because of the builtin random module. Still advanced examples may come up. First is a generalization of shuffle an
Tryton News: Renewal of the Foundation Board
Link: https://discuss.tryton.org/t/renewal-of-the-foundation-board/5793
Here are the people co-opted as member of board of the Foundation:
Sergi Amacellas Abellana - @pokoli
Wolf Drechsel - @herrdeh
Nicolas Évrard - @nicoe
Cédric Krier - @ced
Jonathan Levy - @jonl
Link: https://discuss.tryton.org/t/renewal-of-the-foundation-board/5793
Here are the people co-opted as member of board of the Foundation:
Sergi Amacellas Abellana - @pokoli
Wolf Drechsel - @herrdeh
Nicolas Évrard - @nicoe
Cédric Krier - @ced
Jonathan Levy - @jonl
Tryton Discussion
Renewal of the Foundation Board
Here are the people co-opted as member of board of the Foundation: Sergi Amacellas Abellana - @pokoli Wolf Drechsel - @herrdeh Nicolas Évrard - @nicoe Cédric Krier - @ced Jonathan Levy - @jonl Korbinian Preisler - @timitos Luciano Rossi - @lukio …
Tryton News: Renewal of the Foundation Board 2023-2028
Link: https://discuss.tryton.org/t/renewal-of-the-foundation-board-2023-2028/5793
After the call for candidates, here are the people co-opted as member of board of the Foundation:
Sergi Amacellas Abellana - @pokoli
Wolf Drechsel - @herrdeh
Nicolas Évrard - @nicoe
Cédric Krier
Link: https://discuss.tryton.org/t/renewal-of-the-foundation-board-2023-2028/5793
After the call for candidates, here are the people co-opted as member of board of the Foundation:
Sergi Amacellas Abellana - @pokoli
Wolf Drechsel - @herrdeh
Nicolas Évrard - @nicoe
Cédric Krier
Tryton Discussion
Renewal of the Foundation Board 2023-2028
After the call for candidates, here are the people co-opted as member of board of the Foundation: Sergi Amacellas Abellana - @pokoli Wolf Drechsel - @herrdeh Nicolas Évrard - @nicoe Cédric Krier - @ced Jonathan Levy - @jonl Korbinian Preisler - @timitos…
PyPy: Repeated string concatenation is quadratic in PyPy (and CPython)
Link: https://www.pypy.org/posts/2023/01/string-concatenation-quadratic.html
This is a super brief blog post responding to an issue that we got on the PyPy
issue tracker. I am moving my response to the blog (with permission of the
submitter) to have a post to point to, since i
Link: https://www.pypy.org/posts/2023/01/string-concatenation-quadratic.html
This is a super brief blog post responding to an issue that we got on the PyPy
issue tracker. I am moving my response to the blog (with permission of the
submitter) to have a post to point to, since i
PyPy
Repeated string concatenation is quadratic in PyPy (and CPython)
This is a super brief blog post responding to an issue that we got on the PyPy
issue tracker. I am moving my response to the blog (with permission of the
submitter) to have a post to point to, since i
issue tracker. I am moving my response to the blog (with permission of the
submitter) to have a post to point to, since i
Python for Beginners: Pandas Replace Value in a Dataframe
Link: https://www.pythonforbeginners.com/basics/pandas-replace-value-in-a-dataframe
Pandas dataframes are used to manipulate tabular data in Python. Sometimes, while manipulating the data, we need to replace certain values in the pandas dataframe. In this article, we will discuss dif
Link: https://www.pythonforbeginners.com/basics/pandas-replace-value-in-a-dataframe
Pandas dataframes are used to manipulate tabular data in Python. Sometimes, while manipulating the data, we need to replace certain values in the pandas dataframe. In this article, we will discuss dif
PythonForBeginners.com
Pandas Replace Value in a Dataframe - PythonForBeginners.com
Pandas Replace Value in a Dataframe will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Discover bpython: A Python REPL With IDE-Like Features
Link: https://realpython.com/bpython-alternative-python-repl/
The standard Python interpreter lets you run scripts from files or interactively execute code on the fly in a so-called read-evaluate-print loop (REPL). While this is a powerful tool for exploring the
Link: https://realpython.com/bpython-alternative-python-repl/
The standard Python interpreter lets you run scripts from files or interactively execute code on the fly in a so-called read-evaluate-print loop (REPL). While this is a powerful tool for exploring the
Realpython
Discover bpython: A Python REPL With IDE-Like Features – Real Python
In this tutorial, you'll learn about bpython, an alternative Python REPL that brings code suggestions and many other IDE-like features to the terminal. Once you discover how much bpython can improve your productivity, you'll never want to return to using…
Mahmoud Hashemi: Intentional Creation
Link: http://sedimental.org/intentional_creation.html
Reliably tap into your creativity with the 4 Cs: Consume, critique, curate, create.
This is one of my oldest ideas, finally published on the GitHub ReadME Project blog, along with a profile, in June 2
Link: http://sedimental.org/intentional_creation.html
Reliably tap into your creativity with the 4 Cs: Consume, critique, curate, create.
This is one of my oldest ideas, finally published on the GitHub ReadME Project blog, along with a profile, in June 2
sedimental.org
Intentional Creation — Sedimental
Accretionary thoughts by Mahmoud Hashemi
Programiz: Python List
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items and other list operations) with the help of examples.
Link: https://www.programiz.com/python-programming/list
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items and other list operations) with the help of examples.
Programiz
Python List (With Examples)
Python lists store multiple data together in a single variable. In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
Read the Docs: Sphinx 6 is out and has important breaking changes
Link: https://blog.readthedocs.com/sphinx6-upgrade/
Sphinx 6 was released on December 29, 2022.
It contains a few major breaking changes that users should be aware of,
and some smaller new features as well.
Here are some of our considerations for the u
Link: https://blog.readthedocs.com/sphinx6-upgrade/
Sphinx 6 was released on December 29, 2022.
It contains a few major breaking changes that users should be aware of,
and some smaller new features as well.
Here are some of our considerations for the u
Talk Python to Me: #397: Evaluating New Open Source Tech Panel
Link: https://talkpython.fm/episodes/show/397/evaluating-new-open-source-tech-panel
The beauty of open source software and libraries is that you're not stuck with a single option some vendor is offering. This is especially true when that support is poor and antiquated. Almost any cap
Link: https://talkpython.fm/episodes/show/397/evaluating-new-open-source-tech-panel
The beauty of open source software and libraries is that you're not stuck with a single option some vendor is offering. This is especially true when that support is poor and antiquated. Almost any cap
talkpython.fm
Evaluating New Open Source Tech Panel
The beauty of open source software and libraries is that you're not stuck with a single option some vendor is offering. This is especially true when that support is poor and antiquated. Almost any capability you think of has multiple options even for a single…
Mirek Długosz: Asking for ssh key passphrase when signing git commit
Link: https://mirekdlugosz.com/blog/2023/asking-for-ssh-key-passphrase-when-signing-git-commit/
git has an option to sign commits and tags.
This allows you to verify that change indeed comes from a person it claims to come from.
Since 2.34.0, ssh can be used to sign things.
Which is nice, becaus
Link: https://mirekdlugosz.com/blog/2023/asking-for-ssh-key-passphrase-when-signing-git-commit/
git has an option to sign commits and tags.
This allows you to verify that change indeed comes from a person it claims to come from.
Since 2.34.0, ssh can be used to sign things.
Which is nice, becaus
Mirek Długosz personal website
Asking for ssh key passphrase when signing git commit
git has an option to sign commits and tags. This allows you to verify that change indeed comes from a person it claims to come from. Since 2.34.0, ssh can be used to sign things. Which is nice, because everyone already has ssh configured to authorize pushes…
Mike C. Fletcher: Weird regressions in EGL setups
Link: http://blog.vrplumber.com/b/2023/01/05/weird-regressions-in-egl-setups/
So trying to spend a bit of my vacation going through PyOpenGL issues. So far the biggest issues are all EGL related, with the one currently stumping me is that we do not seem to be able to do an eglM
Link: http://blog.vrplumber.com/b/2023/01/05/weird-regressions-in-egl-setups/
So trying to spend a bit of my vacation going through PyOpenGL issues. So far the biggest issues are all EGL related, with the one currently stumping me is that we do not seem to be able to do an eglM
Vrplumber
Plumbing Life's Depths - Weird regressions in EGL setups
So trying to spend a bit of my vacation going through PyOpenGL issues. So far the biggest issues are all EGL related, with the one currently stumping me is that we do not seem to be able to do an eglMakeCurrent (getting an EGL_BAD_ACCESS) even though the…
eGenix.com: Python Meeting Düsseldorf - 2023-01-18
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2023-01-18
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
18.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2023-01-18
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
18.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2023-01-18
We are pleased to announce the next Python Meeting Düsseldorf on 2023-01-18.
CodersLegacy: cx_Freeze Tutorial (Python .py to .exe conversion)
Link: https://coderslegacy.com/python-cx_freeze-tutorial/
In this Python tutorial, we will discuss the cx_Freeze library, used to effectively and efficiently create EXE’s for our Python applications.
Cx_Freeze has been one of my personal favorites ever sinc
Link: https://coderslegacy.com/python-cx_freeze-tutorial/
In this Python tutorial, we will discuss the cx_Freeze library, used to effectively and efficiently create EXE’s for our Python applications.
Cx_Freeze has been one of my personal favorites ever sinc
CodersLegacy
cx_Freeze Tutorial (Python .py to .exe conversion) - CodersLegacy
In this Python tutorial, we will discuss the cx_Freeze library, used to effectively and efficiently create EXE's for our Python applications.
Real Python: The Real Python Podcast – Episode #139: Surveying Comprehension Constructs & Python Parallelism Infighting
Link: https://realpython.com/podcasts/rpp/139/
Have you embraced the use of comprehensions in your Python journey? Are you familiar with all the varieties of comprehension constructs? This week on the show, Christopher Trudeau is here, bringing an
Link: https://realpython.com/podcasts/rpp/139/
Have you embraced the use of comprehensions in your Python journey? Are you familiar with all the varieties of comprehension constructs? This week on the show, Christopher Trudeau is here, bringing an
Realpython
Episode #139: Surveying Comprehension Constructs & Python Parallelism Infighting – The Real Python Podcast
Have you embraced the use of comprehensions in your Python journey? Are you familiar with all the varieties of comprehension constructs? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.
John Ludhi/nbshare.io: How To Solve Error Numpy Has No Attribute Float In Python
Link: https://www.nbshare.io/notebook/242294077/How-To-Solve-Error-Numpy-Has-No-Attribute-Float-In-Python/
How To Solve Error Numpy Has No Attribute Float In Python
There are a few possible reasons for this error:
1 .The error 'numpy' has no attribute 'float' usually occurs when y
Link: https://www.nbshare.io/notebook/242294077/How-To-Solve-Error-Numpy-Has-No-Attribute-Float-In-Python/
How To Solve Error Numpy Has No Attribute Float In Python
There are a few possible reasons for this error:
1 .The error 'numpy' has no attribute 'float' usually occurs when y