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.
PyCharm: Simplify ML Workflows With Hugging Face and PyCharm
Link: https://blog.jetbrains.com/pycharm/2024/11/hugging-face-integration/
Ready to boost your workflows with pre-trained ML models?
PyCharm‘s integration with Hugging Face is designed to bring a new level of productivity to your machine learning and development workflows.
Link: https://blog.jetbrains.com/pycharm/2024/11/hugging-face-integration/
Ready to boost your workflows with pre-trained ML models?
PyCharm‘s integration with Hugging Face is designed to bring a new level of productivity to your machine learning and development workflows.
The JetBrains Blog
Simplify ML Workflows With Hugging Face and PyCharm | The PyCharm Blog
Boost your machine learning and development productivity with PyCharm’s Hugging Face integration.
Bruno Ponne / Coding The Past: How to calculate Z-Scores in Python
Link: https://www.codingthepast.com/2024/11/28/Python-z-score.html
If you’ve worked with statistical data, you’ve likely encountered z-scores. A z-score measures how far a data point is from the mean, expressed in terms of standard deviations. It helps identify outl
Link: https://www.codingthepast.com/2024/11/28/Python-z-score.html
If you’ve worked with statistical data, you’ve likely encountered z-scores. A z-score measures how far a data point is from the mean, expressed in terms of standard deviations. It helps identify outl
Codingthepast
How to calculate Z-Scores in Python
Master statistics by learning how to calculate and visualize Z-scores in Python. Learn data visualization techniques and enhance your statistical analysis skills!
Python GUIs: Building a Translation Application Using Tkinter — Translate Your Text With Python and Tkinter
Link: https://www.pythonguis.com/examples/translator-app-tkinter-google/
Whether learning a new natural language or just browsing foreign websites, you sometimes come across text that you want to read but is written in a language you don't fully understand. To translate on
Link: https://www.pythonguis.com/examples/translator-app-tkinter-google/
Whether learning a new natural language or just browsing foreign websites, you sometimes come across text that you want to read but is written in a language you don't fully understand. To translate on
Python GUIs
Build a desktop Translator using Python & Tkinter
In this tutorial, you'll go through a series of steps to build a translator app with Tkinter and Python. Whether learning a new natural language or just browsing foreign websites, you sometimes come across text that you want to read but is written in a language…
Kushal Das: Amnesty seminar on activism
Link: https://kushaldas.in/posts/amnesty-workshop-on-activism.html
2 Weeks ago I was down with fever, but as I became better after a few days I managed to attend Amnesty International's Stockholm chapter's event on activism. I had to travel to a different part of S
Link: https://kushaldas.in/posts/amnesty-workshop-on-activism.html
2 Weeks ago I was down with fever, but as I became better after a few days I managed to attend Amnesty International's Stockholm chapter's event on activism. I had to travel to a different part of S
Real Python: The Real Python Podcast – Episode #230: marimo: Reactive Notebooks and Deployable Web Apps in Python
Link: https://realpython.com/podcasts/rpp/230/
What are common issues with using notebooks for Python development? How do you know the current state, share reproducible results, or create interactive applications? This week on the show, we speak w
Link: https://realpython.com/podcasts/rpp/230/
What are common issues with using notebooks for Python development? How do you know the current state, share reproducible results, or create interactive applications? This week on the show, we speak w
Realpython
Episode #230: marimo: Reactive Notebooks and Deployable Web Apps in Python – The Real Python Podcast
What are common issues with using notebooks for Python development? How do you know the current state, share reproducible results, or create interactive applications? This week on the show, we speak with Akshay Agrawal about the open-source reactive marimo…
Anwesha Das: Keynote at PyLadiesCon!
Link: http://anweshadas.in/pyladiescon-keynote/
Since the very inception of my journey in Python and PyLadies, I have always thought of having a PyLadies Conference, a celebration of PyLadies. There were conversations here and there, but nothing wa
Link: http://anweshadas.in/pyladiescon-keynote/
Since the very inception of my journey in Python and PyLadies, I have always thought of having a PyLadies Conference, a celebration of PyLadies. There were conversations here and there, but nothing wa
Law Explained India
Keynote at PyLadiesCon!
Since the very inception of my journey in Python and PyLadies, I have always thought of having a PyLadies Conference, a celebration of PyLadies. There were conversations here and there, but nothing was fruitful then. In 2023, Mariatta, Cheuk, Maria Jose,…
Spyder IDE: The inside scoop on Spyder 6's new remote development platform
Link: https://www.spyder-ide.org/blog/spyder-6-remote-development
Spyder 6 includes a brand new remote development platform, building the foundations for enabling Spyder to easily leverage the power and data of remote desktops, servers, clusters and the cloud from a
Link: https://www.spyder-ide.org/blog/spyder-6-remote-development
Spyder 6 includes a brand new remote development platform, building the foundations for enabling Spyder to easily leverage the power and data of remote desktops, servers, clusters and the cloud from a
EuroPython: EuroPython Society 2024 fellows
Link: https://blog.europython.eu/europython-society-2024-fellows/
Hi everyone! A warm welcome to the newly elected EuroPython Society Fellows in the year 2024. Laís CarvalhoCyril BitterichEuroPython Society FellowsEuroPython Society Fellows have contributed signific
Link: https://blog.europython.eu/europython-society-2024-fellows/
Hi everyone! A warm welcome to the newly elected EuroPython Society Fellows in the year 2024. Laís CarvalhoCyril BitterichEuroPython Society FellowsEuroPython Society Fellows have contributed signific
EuroPython Blog
EuroPython Society 2024 fellows
Hi everyone! A warm welcome to the newly elected EuroPython Society Fellows in the year 2024.
* Laís Carvalho
* Cyril Bitterich
EuroPython Society Fellows
EuroPython Society Fellows have contributed significantly towards our mission, the EuroPython conference and…
* Laís Carvalho
* Cyril Bitterich
EuroPython Society Fellows
EuroPython Society Fellows have contributed significantly towards our mission, the EuroPython conference and…
Real Python: Logging in Python
Link: https://realpython.com/python-logging/
Logging in Python lets you record important information about your program’s execution. You use the built-in logging module to capture logs, which provide insights into application flow, errors, and u
Link: https://realpython.com/python-logging/
Logging in Python lets you record important information about your program’s execution. You use the built-in logging module to capture logs, which provide insights into application flow, errors, and u
Realpython
Logging in Python – Real Python
If you use Python's print() function to get information about the flow of your programs, then logging is the natural next step for you. This tutorial will guide you through creating your first logs and show you ways to curate them to grow with your projects.
Real Python: What Does if __name__ == "__main__" Do in Python?
Link: https://realpython.com/if-name-main-python/
The if __name__ == "__main__" idiom is a Python construct that helps control code execution in scripts. It’s a conditional statement that allows you to define code that runs only when the file is exec
Link: https://realpython.com/if-name-main-python/
The if __name__ == "__main__" idiom is a Python construct that helps control code execution in scripts. It’s a conditional statement that allows you to define code that runs only when the file is exec
Realpython
What Does if __name__ == "__main__" Do in Python? – Real Python
See how Python's if __name__ == "__main__" check runs code only when the file is executed, so your imports stay clean and your scripts gain a clear entry point.
Real Python: Python Virtual Environments: A Primer
Link: https://realpython.com/python-virtual-environments-a-primer/
Creating a Python virtual environment allows you to manage dependencies separately for different projects, preventing conflicts and maintaining cleaner setups. With Python’s venv module, you can creat
Link: https://realpython.com/python-virtual-environments-a-primer/
Creating a Python virtual environment allows you to manage dependencies separately for different projects, preventing conflicts and maintaining cleaner setups. With Python’s venv module, you can creat
Realpython
Python Virtual Environments: A Primer – Real Python
In this tutorial, you'll learn how to use a Python virtual environment to manage your Python projects. You'll also gain a deep understanding of the structure of virtual environments created with the venv module, as well as the rationale behind using virtual…
Real Python: Python's F-String for String Interpolation and Formatting
Link: https://realpython.com/python-f-strings/
Python f-strings offer a concise and efficient way to interpolate variables, objects, and expressions directly into strings. By prefixing a string with f or F, you can embed expressions within curly b
Link: https://realpython.com/python-f-strings/
Python f-strings offer a concise and efficient way to interpolate variables, objects, and expressions directly into strings. By prefixing a string with f or F, you can embed expressions within curly b
Realpython
Python's F-String for String Interpolation and Formatting – Real Python
Python's f-strings provide a readable way to interpolate and format strings. They're readable, concise, and less prone to error than traditional string interpolation and formatting tools, such as the .format() method and the modulo operator (%). F-strings…
Tryton News: Newsletter December 2024
Link: https://discuss.tryton.org/t/newsletter-december-2024/8074
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last Tryton Release 7.4. We also added some new
Link: https://discuss.tryton.org/t/newsletter-december-2024/8074
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last Tryton Release 7.4. We also added some new
Tryton Discussion
Newsletter December 2024
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last Tryton Release 7.4. We also added some new features which we would like to introduce to you in this…
Real Python: Python Exceptions: An Introduction
Link: https://realpython.com/python-exceptions/
Python exceptions provide a mechanism for handling errors that occur during the execution of a program. Unlike syntax errors, which are detected by the parser, Python raises exceptions when an error o
Link: https://realpython.com/python-exceptions/
Python exceptions provide a mechanism for handling errors that occur during the execution of a program. Unlike syntax errors, which are detected by the parser, Python raises exceptions when an error o
Realpython
Python Exceptions: An Introduction – Real Python
In this beginner tutorial, you'll learn what exceptions are good for in Python. You'll see how to raise exceptions and how to handle them with try ... except blocks.
Real Python: How to Check if a Python String Contains a Substring
Link: https://realpython.com/python-string-contains-substring/
To check if a string contains another string in Python, use the in membership operator. This is the recommended method for confirming the presence of a substring within a string. The in operator is in
Link: https://realpython.com/python-string-contains-substring/
To check if a string contains another string in Python, use the in membership operator. This is the recommended method for confirming the presence of a substring within a string. The in operator is in
Realpython
How to Check if a Python String Contains a Substring – Real Python
In this tutorial, you'll learn the best way to check whether a Python string contains a substring. You'll also learn about idiomatic ways to inspect the substring further, match substrings with conditions using regular expressions, and search for substrings…
Real Python: Python String Formatting: Available Tools and Their Features
Link: https://realpython.com/python-string-formatting/
String formatting is essential in Python for creating dynamic and well-structured text by inserting values into strings. This tutorial covers various methods, including f-strings, the .format() method
Link: https://realpython.com/python-string-formatting/
String formatting is essential in Python for creating dynamic and well-structured text by inserting values into strings. This tutorial covers various methods, including f-strings, the .format() method
Realpython
Python String Formatting: Available Tools and Their Features – Real Python
In this tutorial, you'll learn about the main tools for string formatting in Python, as well as their strengths and weaknesses. These tools include f-strings, the .format() method, and the modulo operator.
Talk Python to Me: #487: Building Rust Extensions for Python
Link: https://talkpython.fm/episodes/show/487/building-rust-extensions-for-python
There has been a lot of changes in the low-level Python space these days. The biggest has to be how many projects have rewritten core performance-intensive sections in Rust. Or even the wholesale adop
Link: https://talkpython.fm/episodes/show/487/building-rust-extensions-for-python
There has been a lot of changes in the low-level Python space these days. The biggest has to be how many projects have rewritten core performance-intensive sections in Rust. Or even the wholesale adop
talkpython.fm
Building Rust Extensions for Python
There has been a lot of changes in the low-level Python space these days. The biggest has to be how many projects have rewritten core performance-intensive sections in Rust. Or even the wholesale adoption of Rust for newer projects such as uv and ruff. On…
PyCharm: The State of Data Science 2024: 6 Key Data Science Trends
Link: https://blog.jetbrains.com/pycharm/2024/12/the-state-of-data-science/
Generative AI and LLMs have been hot topics this year, but are they affecting trends in data science and machine learning? What new trends in data science are worth following? Every year, JetBrains c
Link: https://blog.jetbrains.com/pycharm/2024/12/the-state-of-data-science/
Generative AI and LLMs have been hot topics this year, but are they affecting trends in data science and machine learning? What new trends in data science are worth following? Every year, JetBrains c
The JetBrains Blog
The State of Data Science 2024: 6 Key Data Science Trends | The PyCharm Blog
Uncover the 6 data science trends shaping 2024 and learn about the most popular machine learning trends and big data tools of the year.
Python Engineering at Microsoft: Announcing: Azure Developers – Python Day
Link: https://devblogs.microsoft.com/python/azure-developers-python-day-2024/
We’re thrilled to announce Azure Developers – Python Day! Join us on December 5th for a full day of online training and discover the latest services and features in Azure designed specifically for Pyt
Link: https://devblogs.microsoft.com/python/azure-developers-python-day-2024/
We’re thrilled to announce Azure Developers – Python Day! Join us on December 5th for a full day of online training and discover the latest services and features in Azure designed specifically for Pyt
Microsoft News
Announcing: Azure Developers – Python Day
Join us on December 5th for a full day of online training and discover the latest services and features in Azure designed specifically for Python developers.