Mike Driscoll: PyDev of the Week: Roni Kobrosly
Link: https://www.blog.pythonlibrary.org/2023/02/27/pydev-of-the-week-roni-kobrosly/
This week we welcome Roni Kobrosly as our PyDev of the Week! Roni is the creator of the causal-curve package. You can catch up with Roni on Roni’s website. If you want to see some of Roni’s code, you
Link: https://www.blog.pythonlibrary.org/2023/02/27/pydev-of-the-week-roni-kobrosly/
This week we welcome Roni Kobrosly as our PyDev of the Week! Roni is the creator of the causal-curve package. You can catch up with Roni on Roni’s website. If you want to see some of Roni’s code, you
Mouse Vs Python
PyDev of the Week: Roni Kobrosly - Mouse Vs Python
This week we welcome Roni Kobrosly as our PyDev of the Week! Roni is the creator of the causal-curve package. You can catch up with Roni on Roni's
Python for Beginners: Working With an XML File in Python
Link: https://www.pythonforbeginners.com/basics/working-with-an-xml-file-in-python
XML files are used to store data as well as to transmit data in software systems. This article discusses how to read, write, update, and delete data from an XML file in Python. For this task, we will
Link: https://www.pythonforbeginners.com/basics/working-with-an-xml-file-in-python
XML files are used to store data as well as to transmit data in software systems. This article discusses how to read, write, update, and delete data from an XML file in Python. For this task, we will
PythonForBeginners.com
Working With an XML File in Python - PythonForBeginners.com
Working With an XML File in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Using NumPy reshape() to Change the Shape of an Array
Link: https://realpython.com/numpy-reshape/
The main data structure that you’ll use in NumPy is the N-dimensional array. An array can have one or more dimensions to structure your data. In some programs, you may need to change how you organize
Link: https://realpython.com/numpy-reshape/
The main data structure that you’ll use in NumPy is the N-dimensional array. An array can have one or more dimensions to structure your data. In some programs, you may need to change how you organize
Realpython
Using NumPy reshape() to Change the Shape of an Array – Real Python
In this tutorial, you'll learn how to use NumPy reshape() to rearrange the data in an array. You'll learn to increase and decrease the number of dimensions and to configure the data in the new array to suit your requirements.
Brian Okken: pytest tips and tricks
Link: https://pythontest.com/pytest-tips-tricks/
This is a set of tips/tricks for learning and using pytest.
I’ll probably build on the list, so feel free to share with me items you think should be in the list.
Many items really deserve more explana
Link: https://pythontest.com/pytest-tips-tricks/
This is a set of tips/tricks for learning and using pytest.
I’ll probably build on the list, so feel free to share with me items you think should be in the list.
Many items really deserve more explana
Pythontest
pytest tips and tricks
This is a set of tips/tricks for learning and using pytest.
I’ll probably build on the list, so feel free to share with me items you think should be in the list.
Many items really deserve more explanation, and maybe full posts. Let me know if there’s something…
I’ll probably build on the list, so feel free to share with me items you think should be in the list.
Many items really deserve more explanation, and maybe full posts. Let me know if there’s something…
Brian Okken: Sharing is Caring - Sharing pytest Fixtures - PyCascades 2023
Link: https://pythontest.com/pycascades-2023/
I’ll be giving a talk at PyCascades 2023.
Talk page: Sharing is Caring - Sharing pytest Fixtures
Scheduled Time: Sunday, March 19, 11:30 am
[Slides] I’ll a link to the slides probably sometime o
Link: https://pythontest.com/pycascades-2023/
I’ll be giving a talk at PyCascades 2023.
Talk page: Sharing is Caring - Sharing pytest Fixtures
Scheduled Time: Sunday, March 19, 11:30 am
[Slides] I’ll a link to the slides probably sometime o
Pythontest
Sharing is Caring - Sharing pytest Fixtures - PyCascades 2023
Slides and code and such for a talk for PyCascades 2023.
Talk page: Sharing is Caring - Sharing pytest Fixtures
Scheduled Time: Sunday, March 19, 11:30 am
Summary:
pytest rocks, obviously. When people start using pytest as a team, they often come up…
Talk page: Sharing is Caring - Sharing pytest Fixtures
Scheduled Time: Sunday, March 19, 11:30 am
Summary:
pytest rocks, obviously. When people start using pytest as a team, they often come up…
Sumana Harihareswara - Cogito, Ergo Sumana: PyCon 2023: "Argument Clinic" & Mitigating COVID Risk
Link: http://harihareswara.net/posts/2023/pycon-2023-argument-clinic-mitigating-covid-risk/
PyCon 2023: "Argument Clinic" & Mitigating COVID Risk
Link: http://harihareswara.net/posts/2023/pycon-2023-argument-clinic-mitigating-covid-risk/
PyCon 2023: "Argument Clinic" & Mitigating COVID Risk
Cogito, Ergo Sumana
PyCon 2023: "Argument Clinic" & Mitigating COVID Risk
I plan to attend PyCon US 2023 in person in mid-April in Salt Lake City, Utah, USA. I'll be speaking there, co-presenting the play "Argument Clinic: What Healthy Professional Conflict Looks Like" with Jacob Kaplan-Moss … | Cogito, Ergo Sumana | Blog by Sumana…
PyBites: Feel Comfortable with Git?
Link: https://pybit.es/articles/feel-comfortable-with-git/
Folks come to me to ask for help with Git.
Sometimes they can’t guess what git subcommand they need. (Git 2.37 has 169.)
Sometimes they know what subcommand they want, but don’t know what flags to us
Link: https://pybit.es/articles/feel-comfortable-with-git/
Folks come to me to ask for help with Git.
Sometimes they can’t guess what git subcommand they need. (Git 2.37 has 169.)
Sometimes they know what subcommand they want, but don’t know what flags to us
PyBites
Feel Comfortable With Git? - PyBites
Folks come to me to ask for help with Git.
Codementor: What's inside a programming language
Link: https://www.codementor.io/nimeshneema/what-s-inside-a-programming-language-22f4uhyqzi
Information about programming language...
Link: https://www.codementor.io/nimeshneema/what-s-inside-a-programming-language-22f4uhyqzi
Information about programming language...
www.codementor.io
What's inside a programming language | Codementor
Information about programming language...
The Three of Wands: Python is two languages now, and that's actually great
Link: https://threeofwands.com/python-is-two-languages-now-and-thats-actually-great/
Everyone doing Python nowadays is aware Python supports optional type hints, and has for some time now. This has created a small schism in the community, with some people being completely uninterested
Link: https://threeofwands.com/python-is-two-languages-now-and-thats-actually-great/
Everyone doing Python nowadays is aware Python supports optional type hints, and has for some time now. This has created a small schism in the community, with some people being completely uninterested
The Three of Wands
Python is two languages now, and that's actually great
Everyone doing Python nowadays is aware Python supports optional type hints, and has for some time now. This has created a small schism in the community, with some people being completely uninterested in type hinting and a little defensive about the language…
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-february-2023/?utm_source=python-rss-feed
39th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Link: https://zerotomastery.io/blog/python-monthly-newsletter-february-2023/?utm_source=python-rss-feed
39th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Zero To Mastery
[February 2023] Python Monthly Newsletter 💻🐍 | Zero To Mastery
39th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers, Andrei covers the most important Python news to keep you sharp & up-to-date.
Real Python: Writing Clean, Pythonic Code With namedtuple
Link: https://realpython.com/courses/python-namedtuple/
Python’s collections module provides a factory function called namedtuple(), which is specially designed to make your code more Pythonic when you’re working with tuples. With namedtuple(), you can cre
Link: https://realpython.com/courses/python-namedtuple/
Python’s collections module provides a factory function called namedtuple(), which is specially designed to make your code more Pythonic when you’re working with tuples. With namedtuple(), you can cre
Realpython
Writing Clean, Pythonic Code With namedtuple – Real Python
In this video course, you'll learn what Python's namedtuple is and how to use it in your code. You'll also learn about the main differences between named tuples and other data structures, such as dictionaries, data classes, and typed named tuples.
Python Morsels: Using Python's "list" constructor
Link: https://www.pythonmorsels.com/using-list/
When should you use the built-in list function in Python? And when shouldn't you?
Table of contents
What does list do?
Don't use list() to create empty lists
The four uses of list
Shallow copying l
Link: https://www.pythonmorsels.com/using-list/
When should you use the built-in list function in Python? And when shouldn't you?
Table of contents
What does list do?
Don't use list() to create empty lists
The four uses of list
Shallow copying l
Pythonmorsels
Python's list constructor: when and how to use it
When should you use the built-in list function in Python? And when shouldn't you?
TestDriven.io: Deploying a Django App to Azure App Service
Link: https://testdriven.io/blog/django-azure-app-service/
This tutorial looks at how to deploy a Django application to Azure App Service.
Link: https://testdriven.io/blog/django-azure-app-service/
This tutorial looks at how to deploy a Django application to Azure App Service.
testdriven.io
Deploying a Django App to Azure App Service
This tutorial looks at how to deploy a Django application to Azure App Service.
PyCoder’s Weekly: Issue #566 (Feb. 28, 2023)
Link: https://pycoders.com/issues/566
#566 – FEBRUARY 28, 2023 View in Browser » Using NumPy and Linear Algebra for Faster Python Code Are you still using loops and lists to process your data in Python? Have you heard of a Python li
Link: https://pycoders.com/issues/566
#566 – FEBRUARY 28, 2023 View in Browser » Using NumPy and Linear Algebra for Faster Python Code Are you still using loops and lists to process your data in Python? Have you heard of a Python li
Pycoders
PyCoder’s Weekly | Issue #566
Issue #566 of the PyCoder’s Weekly newsletter, published Feb. 28, 2023.
Mike Driscoll: Python’s Tuple Methods (Video)
Link: https://www.blog.pythonlibrary.org/2023/02/28/pythons-tuple-methods-video/
Do you know how many methods Python’s tuple data type has?
If not, you can find out in this video:
Python’s tuple data type only has TWO methods! This video will teach you about both of them.
The pos
Link: https://www.blog.pythonlibrary.org/2023/02/28/pythons-tuple-methods-video/
Do you know how many methods Python’s tuple data type has?
If not, you can find out in this video:
Python’s tuple data type only has TWO methods! This video will teach you about both of them.
The pos
Mouse Vs Python
Python's Tuple Methods (Video) - Mouse Vs Python
Do you know how many methods Python's tuple data type has? If not, you can find out in this video: Python's tuple data type only has TWO methods! This
Python Bytes: #325 It's called a merge conflict
Link: https://pythonbytes.fm/episodes/show/325/its-called-a-merge-conflict
<a href='https://www.youtube.com/watch?v=GwLi4Tjd5sM' 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/325/its-called-a-merge-conflict
<a href='https://www.youtube.com/watch?v=GwLi4Tjd5sM' 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
It's called a merge conflict
News and announcements from the Python community for the week of Feb 28th, 2023
PyBites: Django class based vs function based views
Link: https://pybit.es/articles/django-class-based-vs-function-based-views/
This post first appeared as an email on our friends list. We decided to publish it here because the question is still commonly asked
The other day I did a presentation on Django class based vs funct
Link: https://pybit.es/articles/django-class-based-vs-function-based-views/
This post first appeared as an email on our friends list. We decided to publish it here because the question is still commonly asked
The other day I did a presentation on Django class based vs funct
Pybites
Django Class Based Vs Function Based Views - Pybites
The other day I did a presentation on Django class based vs function based views. (Warning: this post is opinionated 😃)
Tryton News: Newsletter March 2023
Link: https://discuss.tryton.org/t/newsletter-march-2023/5933
This is the last newsletter for the Tryton 6.6 series. You will find the latest development:
Changes for the User
A warning is raised when cancelling an account move related to an invoice, because t
Link: https://discuss.tryton.org/t/newsletter-march-2023/5933
This is the last newsletter for the Tryton 6.6 series. You will find the latest development:
Changes for the User
A warning is raised when cancelling an account move related to an invoice, because t
Tryton Discussion
Newsletter March 2023
This is the last newsletter for the Tryton 6.6 series. You will find the latest development: Changes for the User A warning is raised when cancelling an account move related to an invoice, because the invoice will be marked as paid and not cancelled. The…
Janusworx: TIL: The Difference Between a CLI Tool and a Freeze Tool
Link: https://janusworx.com/blog/til-the-difference-between-a-cli-tool-and-a-freeze-tool/
I keep writing these tiny utilities for myself in Python and while I love writing in Python, I definitely don’t enjoy the little war dance I have to do everytime I want to run it on a new machine. Kee
Link: https://janusworx.com/blog/til-the-difference-between-a-cli-tool-and-a-freeze-tool/
I keep writing these tiny utilities for myself in Python and while I love writing in Python, I definitely don’t enjoy the little war dance I have to do everytime I want to run it on a new machine. Kee
Janusworx
TIL: The Difference Between a CLI Tool and a Freeze Tool
I keep writing these tiny utilities for myself in Python and while I love writing in Python, I definitely don’t enjoy the little war dance I have to do everytime I want to run it on a new machine. Keeping track of virtual environments, and then installing…
Codementor: typedef and define in C programming language
Link: https://www.codementor.io/nimeshneema/typedef-and-define-in-c-programming-language-22gl7y3lm9
Fundamentals of C programming continued...
Link: https://www.codementor.io/nimeshneema/typedef-and-define-in-c-programming-language-22gl7y3lm9
Fundamentals of C programming continued...
www.codementor.io
typedef and define in C programming language | Codementor
Fundamentals of C programming continued...