TypeThePipe: Plot your GIS data with GeoPandas and Plotnine. A single glance insightful visualization
Link: https://typethepipe.com/post/python-geopandas-plot/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
Link: https://typethepipe.com/post/python-geopandas-plot/
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.source
TypeThePipe
Plot your GIS data with GeoPandas and Plotnine. A single glance insightful visualization | TypeThePipe
Learn how to use GeoPandas and Plotnine to create high impact and insightful visualization with Python.
TechBeamers Python: How to Import Another Python File
Link: https://www.techbeamers.com/how-to-import-another-python-file/
When working on big Python projects or trying to organize your code better, you need to know how to bring in code from other Python files. This is called “importing,” and it’s a crucial skill for reus
Link: https://www.techbeamers.com/how-to-import-another-python-file/
When working on big Python projects or trying to organize your code better, you need to know how to bring in code from other Python files. This is called “importing,” and it’s a crucial skill for reus
TechBeamers
How to Import Another Python File
Learn how to import another Python file into your main. Import common functions, classes, and other code from separate files with ease.
Kay Hayen: Nuitka this week #14
Link: https://nuitka.net/posts/nuitka-this-week-14.html
Contents
Nuitka this week #14
Communication vs. Coding
Nuitka has evolved a lot
Community
Optimization Work
Current Evolutions
Teasers
Twitter and Mastodon
Help Wanted
Communication vs. Coding
Af
Link: https://nuitka.net/posts/nuitka-this-week-14.html
Contents
Nuitka this week #14
Communication vs. Coding
Nuitka has evolved a lot
Community
Optimization Work
Current Evolutions
Teasers
Twitter and Mastodon
Help Wanted
Communication vs. Coding
Af
Real Python: The Real Python Podcast – Episode #187: Serializing Data With Python & Underscore Naming Conventions
Link: https://realpython.com/podcasts/rpp/187/
Do you need to transfer an extensive data collection for a science project? What's the best way to send executable code over the wire for distributed processing? What are the different ways to seriali
Link: https://realpython.com/podcasts/rpp/187/
Do you need to transfer an extensive data collection for a science project? What's the best way to send executable code over the wire for distributed processing? What are the different ways to seriali
Realpython
Episode #187: Serializing Data With Python & Underscore Naming Conventions – The Real Python Podcast
Do you need to transfer an extensive data collection for a science project? What's the best way to send executable code over the wire for distributed processing? What are the different ways to serialize data in Python? Christopher Trudeau is back on the show…
Python Software Foundation: EU’s Cyber Resilience Act Passes with Wins for Open Source
Link: https://pyfound.blogspot.com/2024/01/CRA-update.html
Back in April, we wrote to the community about our concerns for the future of the open source ecosystem generally and CPython and PyPI specifically if the European Cyber Resilience Act (CRA) were to p
Link: https://pyfound.blogspot.com/2024/01/CRA-update.html
Back in April, we wrote to the community about our concerns for the future of the open source ecosystem generally and CPython and PyPI specifically if the European Cyber Resilience Act (CRA) were to p
Python Software Foundation Blog
EU’s Cyber Resilience Act Passes with Wins for Open Source
Back in April, we wrote to the community about our concerns for the future of the open source ecosystem generally and CPython and PyPI spec...
Python Engineering at Microsoft: Data Science Day Announcement and Call for Speaker Proposals
Link: https://devblogs.microsoft.com/python/python-data-science-day/
We are thrilled to announce Python Data Science Day will be taking place March 14th, 2024; a “PyDay” on Pi Day: 3.14 . If you’re a Python developer, entrepreneur, data scientist, student, or researche
Link: https://devblogs.microsoft.com/python/python-data-science-day/
We are thrilled to announce Python Data Science Day will be taking place March 14th, 2024; a “PyDay” on Pi Day: 3.14 . If you’re a Python developer, entrepreneur, data scientist, student, or researche
Microsoft News
Data Science Day Announcement and Call for Speaker Proposals
Python Data Science Day is a full day of 25 min and 5 min community contributed content March 14th, 2024 streaming on the VS Code YouTube channel. Submission deadline is January 25th AOE (Anywhere on Earth).
TechBeamers Python: Top 45 Python Exercises on Loops, Conditions, and Range() Function
Link: https://www.techbeamers.com/python-exercises-on-loops-conditions-range/
Here are 45 Python exercises on loops (for, while), if-else statements, and the range() function, along with their solutions. Each exercise comes with a brief description of the problem and a solution
Link: https://www.techbeamers.com/python-exercises-on-loops-conditions-range/
Here are 45 Python exercises on loops (for, while), if-else statements, and the range() function, along with their solutions. Each exercise comes with a brief description of the problem and a solution
TechBeamers
Top 45 Python Exercises on Loops, Conditions, and Range() Function
Practice with 45 Python exercises on loops (for, while), if-else statements, and the range() function, along with their solutions.
TechBeamers Python: Top 50 Python Data Structure Exercises (List, Set, Dictionary, and Tuple)
Link: https://www.techbeamers.com/python-data-structure-exercises-beginners/
Here are 50 Python Data Structure exercises covering List, Set, Dictionary, and Tuple operations. These are excellent exercises for any beginner learning Python. In the following exercises, you’ll eng
Link: https://www.techbeamers.com/python-data-structure-exercises-beginners/
Here are 50 Python Data Structure exercises covering List, Set, Dictionary, and Tuple operations. These are excellent exercises for any beginner learning Python. In the following exercises, you’ll eng
TechBeamers
Python Data Structure Exercises
Find out 50 Python data structure exercises including coding challenges on Lists, Sets, Dictionaries, Tuples, and some advanced concepts.
Test and Code: 212: Canon TDD - by Kent Beck
Link: https://podcast.pythontest.com/episodes/212-canon-tdd-by-kent-beck
In 2002, Kent Beck released a book called "Test Driven Development by Example".In December of 2023, Kent wrote an article called "Canon TDD".With Kent's permission, this episode contains the full con
Link: https://podcast.pythontest.com/episodes/212-canon-tdd-by-kent-beck
In 2002, Kent Beck released a book called "Test Driven Development by Example".In December of 2023, Kent wrote an article called "Canon TDD".With Kent's permission, this episode contains the full con
Python Test
Python Test | 212: Canon TDD - by Kent Beck
a.k.a Test & Code. Python's test focused podcast is more than just pytest, testing, and TDD.
We also cover Python packaging, data science, CI/CD, project automation, and tons of other software engineering practices.
Hosted by Brian Okken.
We also cover Python packaging, data science, CI/CD, project automation, and tons of other software engineering practices.
Hosted by Brian Okken.
Python People: Julian Sequeira - Pybites, Australia, Mindset, and Teaching New Programmers
Link: https://pythonpeople.fm/episodes/julian-sequeira
Julian Sequeira is a cofounder of Pybites. He's a Python coach, a podcaster, a career mindset advocate, and is learning guitar.Topics include:Learning guitarVacationing in CanadaPybitesSplitting finan
Link: https://pythonpeople.fm/episodes/julian-sequeira
Julian Sequeira is a cofounder of Pybites. He's a Python coach, a podcaster, a career mindset advocate, and is learning guitar.Topics include:Learning guitarVacationing in CanadaPybitesSplitting finan
Python People
Python People | Julian Sequeira - Pybites, Australia, Mindset, and Teaching New Programmers
The Python community is awesome because of the people. Python People is a weekly podcast about getting to know the people who help make the Python community great.
It's less about the tech, and more about the people.
It's less about the tech, and more about the people.
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.
TechBeamers Python: Understanding LangChain: A Guide for Beginners
Link: https://www.techbeamers.com/langchain/
LangChain is a toolkit for building apps powered by large language models like GPT-3. Think of it as Legos for AI apps – it simplifies connecting these powerful models to build things like text genera
Link: https://www.techbeamers.com/langchain/
LangChain is a toolkit for building apps powered by large language models like GPT-3. Think of it as Legos for AI apps – it simplifies connecting these powerful models to build things like text genera
TechBeamers
Python LangChain: A Getting Started Guide
LangChain is a toolkit for building apps powered by large language models like GPT-3. Today, we’ll see how to create a simple LangChain program in Python. Think of LangChain as Legos for AI apps – it…
Ned Batchelder: Randomly sub-setting test suites
Link: https://nedbatchelder.com/blog/202401/randomly_subsetting_test_suites.html
I needed to run random subsets of my test suite to narrow down the cause of
some mysterious behavior. I didn’t find an existing tool that worked the way I
wanted to, so I cobbled something together.I
Link: https://nedbatchelder.com/blog/202401/randomly_subsetting_test_suites.html
I needed to run random subsets of my test suite to narrow down the cause of
some mysterious behavior. I didn’t find an existing tool that worked the way I
wanted to, so I cobbled something together.I
Nedbatchelder
Randomly sub-setting test suites
I needed to run random subsets of my test suite to narrow down the cause of some mysterious behavior. I didn’t find an existing tool that worked the way I wanted to, so I cobbled something together.
Chris Moffitt: Introduction to Polars
Link: https://pbpython.com/polars-intro.html
Introduction
It’s been a while since I’ve posted anything on the blog. One of the primary reasons for the
hiatus is that I have been using python and pandas but not to do anything very new or differe
Link: https://pbpython.com/polars-intro.html
Introduction
It’s been a while since I’ve posted anything on the blog. One of the primary reasons for the
hiatus is that I have been using python and pandas but not to do anything very new or differe
Pbpython
Introduction to Polars
Introduction to polars.
Python GUIs: Plotting With PyQtGraph — Create Custom Plots in PyQt with PyQtGraph
Link: https://www.pythonguis.com/tutorials/plotting-pyqtgraph/
One of the major fields where Python shines is in data science. For data exploration and cleaning, Python has many powerful tools, such as pandas and polar. For visualization, Python has Matplotlib.
W
Link: https://www.pythonguis.com/tutorials/plotting-pyqtgraph/
One of the major fields where Python shines is in data science. For data exploration and cleaning, Python has many powerful tools, such as pandas and polar. For visualization, Python has Matplotlib.
W
Python GUIs
Plotting in PyQt - Using PyQtGraph to create interactive plots in your GUI apps
Extend your PyQt5 GUIs with dynamic plotting using PyQtGraph. This tutorial teaches you how to create interactive and customizable plots, and enhance your applications with real-time data visualization. One of the major fields where Python shines is in data…
Zato Blog: Network packet brokers and automation in Python
Link: https://zato.io/en/blog/network-packet-broker-automation-python.html
Network packet brokers and automation in Python
2024-01-15, by Dariusz Suchojad
Packet brokers are crucial for network engineers, providing a clear, detailed view of network traffic,
aiding in
Link: https://zato.io/en/blog/network-packet-broker-automation-python.html
Network packet brokers and automation in Python
2024-01-15, by Dariusz Suchojad
Packet brokers are crucial for network engineers, providing a clear, detailed view of network traffic,
aiding in
PyCharm: Join the Livestream: “Python, Django, PyCharm, and More”
Link: https://blog.jetbrains.com/pycharm/2024/01/join-the-livestream-python-django-pycharm-and-more/
Join us for the new PyCharm Livestream episode to learn about everything new in the world of Python on January 25 at 4:00 pm UTC.
We will be chatting with Helen Scott, Jodie Burchell, Sarah Boyce, Mu
Link: https://blog.jetbrains.com/pycharm/2024/01/join-the-livestream-python-django-pycharm-and-more/
Join us for the new PyCharm Livestream episode to learn about everything new in the world of Python on January 25 at 4:00 pm UTC.
We will be chatting with Helen Scott, Jodie Burchell, Sarah Boyce, Mu
The JetBrains Blog
Join the Livestream: "Python, Django, PyCharm, and More" | The PyCharm Blog
Join us for the new PyCharm Livestream episode to learn about everything new in the world of Python on January 25 at 4:00 pm UTC.
PyPy: PyPy v7.3.15 release
Link: https://www.pypy.org/posts/2024/01/pypy-v7315-release.html
PyPy v7.3.15: release of python 2.7, 3.9, and 3.10
The PyPy team is proud to release version 7.3.15 of PyPy.
This is primarily a bug-fix release, and includes work done to migrate PyPy to
Git and Gith
Link: https://www.pypy.org/posts/2024/01/pypy-v7315-release.html
PyPy v7.3.15: release of python 2.7, 3.9, and 3.10
The PyPy team is proud to release version 7.3.15 of PyPy.
This is primarily a bug-fix release, and includes work done to migrate PyPy to
Git and Gith
PyPy
PyPy v7.3.15 release
PyPy v7.3.15: release of python 2.7, 3.9, and 3.10
The PyPy team is proud to release version 7.3.15 of PyPy.
This is primarily a bug-fix release, and includes work done to migrate PyPy to
Git and Gith
The PyPy team is proud to release version 7.3.15 of PyPy.
This is primarily a bug-fix release, and includes work done to migrate PyPy to
Git and Gith
PyCharm: How to Connect Django With MongoDB
Link:
One of the most popular web frameworks, Django, has adopted the “batteries included” philosophy. This means that you can build a production-ready application using only the vanilla Django with no exte
Link:
One of the most popular web frameworks, Django, has adopted the “batteries included” philosophy. This means that you can build a production-ready application using only the vanilla Django with no exte
Real Python: Inheritance and Composition: A Python OOP Guide
Link: https://realpython.com/inheritance-composition-python/
In this tutorial, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object-oriented programming that model the relationship between two cl
Link: https://realpython.com/inheritance-composition-python/
In this tutorial, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object-oriented programming that model the relationship between two cl
Realpython
Inheritance and Composition: A Python OOP Guide – Real Python
In this step-by-step tutorial, you'll learn about inheritance and composition in Python. You'll improve your object-oriented programming (OOP) skills by understanding how to use inheritance and composition and how to leverage them in their design.