PyBites: Harnessing Downtime: The Power of Disconnecting
Link: https://pybit.es/articles/harnessing-downtime-the-power-of-disconnecting/
In this episode of the Pybites podcast, we dive into the power of stepping back from the daily grind, whether that’s coding or career-focused
Watch here:
Or listen here:
Drawing insights from Juli
Link: https://pybit.es/articles/harnessing-downtime-the-power-of-disconnecting/
In this episode of the Pybites podcast, we dive into the power of stepping back from the daily grind, whether that’s coding or career-focused
Watch here:
Or listen here:
Drawing insights from Juli
PyBites
Harnessing Downtime: The Power Of Disconnecting - PyBites
In this episode of the Pybites podcast, we dive into the power of stepping back from the daily grind, whether that's coding or career-focused 🧘
PyBites: Make Each Line Count, Keeping Things Simple in Python
Link: https://pybit.es/articles/make-each-line-count-keeping-things-simple-in-python/
A challenge in software development is to keep things simple
For your code to not grow overly complex over time
Simple is better than complex.Complex is better than complicated.
Zen of Python
Simp
Link: https://pybit.es/articles/make-each-line-count-keeping-things-simple-in-python/
A challenge in software development is to keep things simple
For your code to not grow overly complex over time
Simple is better than complex.Complex is better than complicated.
Zen of Python
Simp
Pybites
Make Each Line Count, Keeping Things Simple In Python - Pybites
Zen of Python 🐍
EuroPython Society: EPS 2023 General Assembly - Call for Board Candidates
Link: https://www.europython-society.org/eps2023-ga-call-for-board-candidates/
It feels like yesterday that many of us were together in Prague or online for EuroPython 2023. Each year, the current board of the EuroPython Society (EPS) holds a General Assembly (GA). It is a preci
Link: https://www.europython-society.org/eps2023-ga-call-for-board-candidates/
It feels like yesterday that many of us were together in Prague or online for EuroPython 2023. Each year, the current board of the EuroPython Society (EPS) holds a General Assembly (GA). It is a preci
EuroPython Society
EPS 2023 General Assembly - Call for Board Candidates
It feels like yesterday that many of us were together in Prague or online for EuroPython 2023. Each year, the current board of the EuroPython Society (EPS) holds a General Assembly (GA). It is a precious opportunity for all our members to get together annually…
PyCharm: PyCharm 2023.2.1 Is Out!
Link: https://blog.jetbrains.com/pycharm/2023/08/pycharm-2023-2-1-is-out/
PyCharm 2023.2.1, the first bug-fix update for PyCharm 2023.2, is now available!
You can update to v2023.2.1 by using the Toolbox App, installing it right from the IDE, or downloading it from our webs
Link: https://blog.jetbrains.com/pycharm/2023/08/pycharm-2023-2-1-is-out/
PyCharm 2023.2.1, the first bug-fix update for PyCharm 2023.2, is now available!
You can update to v2023.2.1 by using the Toolbox App, installing it right from the IDE, or downloading it from our webs
The JetBrains Blog
PyCharm 2023.2.1 Is Out! | The PyCharm Blog
PyCharm 2023.2.1, the first bug-fix update for PyCharm 2023.2, is now available!
You can update to v2023.2.1 by using the Toolbox App, installing it right from the IDE, or downloading it from our w
You can update to v2023.2.1 by using the Toolbox App, installing it right from the IDE, or downloading it from our w
Python Insider: Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 is now available
Link: https://pythoninsider.blogspot.com/2023/08/python-3115-31013-3918-and-3818-is-now.html
There’s security content in the releases, let’s dive right in.
gh-108310: Fixed an issue where instances of ssl.SSLSocket
were vulnerable to a bypass of the TLS handshake and included
protections (l
Link: https://pythoninsider.blogspot.com/2023/08/python-3115-31013-3918-and-3818-is-now.html
There’s security content in the releases, let’s dive right in.
gh-108310: Fixed an issue where instances of ssl.SSLSocket
were vulnerable to a bypass of the TLS handshake and included
protections (l
Blogspot
Python Insider: Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 is now available
Real Python: The Real Python Podcast – Episode #169: Improving Classification Models With XGBoost
Link: https://realpython.com/podcasts/rpp/169/
How can you improve a classification model while avoiding overfitting? Once you have a model, what tools can you use to explain it to others? This week on the show, we talk with author and Python trai
Link: https://realpython.com/podcasts/rpp/169/
How can you improve a classification model while avoiding overfitting? Once you have a model, what tools can you use to explain it to others? This week on the show, we talk with author and Python trai
Realpython
Episode #169: Improving Classification Models With XGBoost – The Real Python Podcast
How can you improve a classification model while avoiding overfitting? Once you have a model, what tools can you use to explain it to others? This week on the show, we talk with author and Python trainer Matt Harrison about his new book Effective XGBoost:…
Stack Abuse: The Python 3 Equivalent of SimpleHTTPServer
Link: https://stackabuse.com/the-python-3-equivalent-of-simplehttpserver/
Introduction
In this article, we'll explore Python's built-in HTTP servers. We will discuss the SimpleHTTPServer module, its Python 3 equivalent, and how to run these servers via the command line. Thi
Link: https://stackabuse.com/the-python-3-equivalent-of-simplehttpserver/
Introduction
In this article, we'll explore Python's built-in HTTP servers. We will discuss the SimpleHTTPServer module, its Python 3 equivalent, and how to run these servers via the command line. Thi
PyCharm: Getting Started in Data Science: EuroPython 2023 Follow-Up
Link: https://blog.jetbrains.com/pycharm/2023/08/getting-started-in-data-science-europython-2023-follow-up/
One of my favorite parts of my job as a developer advocate is being able to help people get started in data science. I still remember when I made the transition from academia to data science almost 8
Link: https://blog.jetbrains.com/pycharm/2023/08/getting-started-in-data-science-europython-2023-follow-up/
One of my favorite parts of my job as a developer advocate is being able to help people get started in data science. I still remember when I made the transition from academia to data science almost 8
The JetBrains Blog
Getting Started in Data Science: EuroPython 2023 Follow-Up | The PyCharm Blog
One of my favorite parts of my job as a developer advocate is being able to help people get started in data science. I still remember when I made the transition from academia to data science almost 8
Stack Abuse: How to Reverse a String in Python
Link: https://stackabuse.com/how-to-reverse-a-string-in-python/
Introduction
Python is a versatile and powerful language with a wide array of built-in functions and libraries. Whether its for a coding interview or your application, you may find yourself needing to
Link: https://stackabuse.com/how-to-reverse-a-string-in-python/
Introduction
Python is a versatile and powerful language with a wide array of built-in functions and libraries. Whether its for a coding interview or your application, you may find yourself needing to
Stack Abuse: Randomly Select an Item from a List in Python
Link: https://stackabuse.com/randomly-select-an-item-from-a-list-in-python/
Introduction
In Python, lists are among the most widely used data structures due to their versatility. They can hold a variety of data types and are easily manipulated. One task you may come across is
Link: https://stackabuse.com/randomly-select-an-item-from-a-list-in-python/
Introduction
In Python, lists are among the most widely used data structures due to their versatility. They can hold a variety of data types and are easily manipulated. One task you may come across is
Stack Abuse: Dropping NaN Values in Pandas DataFrame
Link: https://stackabuse.com/dropping-nan-values-in-pandas-dataframe/
Introduction
When working with data in Python, it's not uncommon to encounter missing or null values, often represented as NaN. In this Byte, we'll see how to handle these NaN values within the contex
Link: https://stackabuse.com/dropping-nan-values-in-pandas-dataframe/
Introduction
When working with data in Python, it's not uncommon to encounter missing or null values, often represented as NaN. In this Byte, we'll see how to handle these NaN values within the contex
Stack Abuse: Python: Accessing the Last Element of a List
Link: https://stackabuse.com/python-accessing-the-last-element-of-a-list/
Introduction
In Python, lists are one of the most used data types,
We commonly use lists to store data in Python, and for good reason, they offer a great deal of flexibility with their operations. One
Link: https://stackabuse.com/python-accessing-the-last-element-of-a-list/
Introduction
In Python, lists are one of the most used data types,
We commonly use lists to store data in Python, and for good reason, they offer a great deal of flexibility with their operations. One
Stack Abuse: Creating a Singleton in Python
Link: https://stackabuse.com/creating-a-singleton-in-python/
Introduction
Of all the design patterns, the Singleton pattern holds a unique place. It's straightforward, yet is often misunderstood. In this Byte, we'll try to explain the Singleton pattern, underst
Link: https://stackabuse.com/creating-a-singleton-in-python/
Introduction
Of all the design patterns, the Singleton pattern holds a unique place. It's straightforward, yet is often misunderstood. In this Byte, we'll try to explain the Singleton pattern, underst
Stack Abuse
Creating a Singleton in Python
Of all the design patterns, the Singleton pattern holds a unique place. It's straightforward, yet is often misunderstood. In this Byte, we'll try to explain th...
Matt Layman: SendGrid Outbound - Building SaaS with Python and Django #169
Link: https://www.mattlayman.com/blog/2023/sendgrid-outbound-building-saas-with-python-and-django-169/
In this episode, we took another step closer to deploying the service online. The primary goal was to make sure that email sending works. I spent a lot of time explaining email configuration and showi
Link: https://www.mattlayman.com/blog/2023/sendgrid-outbound-building-saas-with-python-and-django-169/
In this episode, we took another step closer to deploying the service online. The primary goal was to make sure that email sending works. I spent a lot of time explaining email configuration and showi
Matt Layman
SendGrid Outbound - Building SaaS with Python and Django #169
In this episode, we took another step closer to deploying the service online. The primary goal was to make sure that email sending works. I spent a lot of time explaining email configuration and showing exactly how to wire up SendGrid to Cloudflare to do…
Go Deh: "Staring at assorted perms and Python", or "The Ranking and Unranking of Lexical Permutations"
Link: http://paddy3118.blogspot.com/2023/08/staring-at-assorted-perms-and-python-or.html
I have been playing with encryptions and then series that involved permutations. Submitting my Godeh series to the OEIS made me look closer at the permutations that Python produces, and at maybe redu
Link: http://paddy3118.blogspot.com/2023/08/staring-at-assorted-perms-and-python-or.html
I have been playing with encryptions and then series that involved permutations. Submitting my Godeh series to the OEIS made me look closer at the permutations that Python produces, and at maybe redu
Blogspot
"Staring at assorted perms and Python", or "The Ranking and Unranking of Lexical Permutations"
I have been playing with encryptions and then series that involved permutations. Submitting my Godeh series to the OEIS made me look close...
Stack Abuse: Common Docstring Formats in Python
Link: https://stackabuse.com/common-docstring-formats-in-python/
Introduction
When you're knee-deep in Python code, comprehensive documentation can be a lifesaver (but, admittedly, the last thing you want to write). It's an important part of programming, and Python
Link: https://stackabuse.com/common-docstring-formats-in-python/
Introduction
When you're knee-deep in Python code, comprehensive documentation can be a lifesaver (but, admittedly, the last thing you want to write). It's an important part of programming, and Python
Stack Abuse
Common Docstring Formats in Python
When you're knee-deep in Python code, comprehensive documentation can be a lifesaver (but, admittedly, the last thing you want to write). It's an important par...
Stack Abuse: Installing Python Packages from a Git Repo with pip
Link: https://stackabuse.com/installing-python-packages-from-a-git-repo-with-pip/
Introduction
Python, a versatile and powerful programming language, boasts an extensive ecosystem of packages. These packages can be easily managed and installed using pip, Python's package installer.
Link: https://stackabuse.com/installing-python-packages-from-a-git-repo-with-pip/
Introduction
Python, a versatile and powerful programming language, boasts an extensive ecosystem of packages. These packages can be easily managed and installed using pip, Python's package installer.
Shannon -jj Behrens: Python: My Favorite Python Tricks for LeetCode Questions
Link: http://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python tricks. I'll also cover some newer features of Python you may not
Link: http://www.jjinux.com/2022/08/python-my-favorite-python-tricks-for.html
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python tricks. I'll also cover some newer features of Python you may not
Jjinux
Python: My Favorite Python Tricks for LeetCode Questions
I've been spending a lot of time practicing on LeetCode recently, so I thought I'd share some of my favorite intermediate-level Python trick...
Stack Abuse: The Python Magic Methods: __str__ vs __repr__
Link: https://stackabuse.com/the-python-magic-methods-str-vs-repr/
Introduction
Python, being a high-level, interpreted language, is known for its easy readability with great design principles. However, when you delve deeper into Python, some things may seem complex
Link: https://stackabuse.com/the-python-magic-methods-str-vs-repr/
Introduction
Python, being a high-level, interpreted language, is known for its easy readability with great design principles. However, when you delve deeper into Python, some things may seem complex
Stack Abuse
The Python Magic Methods: __str__ vs __repr__
Python, being a high-level, interpreted language, is known for its easy readability with great design principles. However, when you delve deeper into Python, s...
Stack Abuse: Writing a Pandas DataFrame to a CSV File in Python
Link: https://stackabuse.com/writing-a-pandas-dataframe-to-a-csv-file-in-python/
Introduction
Working with data is a big part of any data analysis project. In Python, the Pandas library is a powerful tool that provides flexible and efficient data structures to make the process of
Link: https://stackabuse.com/writing-a-pandas-dataframe-to-a-csv-file-in-python/
Introduction
Working with data is a big part of any data analysis project. In Python, the Pandas library is a powerful tool that provides flexible and efficient data structures to make the process of
Stack Abuse
Writing a Pandas DataFrame to a CSV File in Python
Working with data is a big part of any data analysis project. In Python, the Pandas library is a powerful tool that provides flexible and efficient data struct...
Ned Batchelder: Hammerspoon
Link: https://nedbatchelder.com/blog/202308/hammerspoon.html
For a long time now
I’ve displayed a small textual info box in the otherwise unused upper-left
corner of my mac screen. It was originally based on GeekTool, but a new laptop
got me to re-think it, an
Link: https://nedbatchelder.com/blog/202308/hammerspoon.html
For a long time now
I’ve displayed a small textual info box in the otherwise unused upper-left
corner of my mac screen. It was originally based on GeekTool, but a new laptop
got me to re-think it, an
Nedbatchelder
Hammerspoon
For <a href="//nedbatchelder.com/blog/201704/textmode_menu_bar_indicators.html">a long time now</a> I’ve displayed a small textual info box in the otherwise unused upper-left corner of my mac screen. It was originally based on GeekTool, but a new laptop got…