PyCharm: Code Faster with JetBrains AI in PyCharm
Link: https://blog.jetbrains.com/pycharm/2024/11/code-faster-with-jetbrains-ai-in-pycharm/
PyCharm 2024.3 comes with many improvements to JetBrains AI to help you code faster. I’m going to walk you through some of these updates in this blog post.
Natural language inline AI prompt
You can n
Link: https://blog.jetbrains.com/pycharm/2024/11/code-faster-with-jetbrains-ai-in-pycharm/
PyCharm 2024.3 comes with many improvements to JetBrains AI to help you code faster. I’m going to walk you through some of these updates in this blog post.
Natural language inline AI prompt
You can n
The JetBrains Blog
Code Faster with JetBrains AI in PyCharm | The PyCharm Blog
PyCharm 2024.3 comes with many improvements to JetBrains AI to help you code faster. I’m going to walk you through some of these updates in this blog post.
PyCoder’s Weekly: Issue #656 (Nov. 19, 2024)
Link: https://pycoders.com/issues/656
#656 – NOVEMBER 19, 2024 View in Browser » How to Debug Your Textual Application TUI applications require a full terminal which most IDEs don’t implement. To make matters more complicated, TUIs
Link: https://pycoders.com/issues/656
#656 – NOVEMBER 19, 2024 View in Browser » How to Debug Your Textual Application TUI applications require a full terminal which most IDEs don’t implement. To make matters more complicated, TUIs
Pycoders
PyCoder’s Weekly | Issue #656
Issue #656 of the PyCoder’s Weekly newsletter, published Nov. 19, 2024.
Python Insider: Python 3.14.0 alpha 2 released
Link: https://pythoninsider.blogspot.com/2024/11/python-3140-alpha-2-released.html
Alpha 2? But Alpha 1 only just came out!
https://www.python.org/downloads/release/python-3140a2/
This is an early developer preview of Python
3.14
Major
new features of the 3.14 series, compared to 3.
Link: https://pythoninsider.blogspot.com/2024/11/python-3140-alpha-2-released.html
Alpha 2? But Alpha 1 only just came out!
https://www.python.org/downloads/release/python-3140a2/
This is an early developer preview of Python
3.14
Major
new features of the 3.14 series, compared to 3.
Blogspot
Python Insider: Python 3.14.0 alpha 2 released
Julien Tayon: The advantages of HTML as a data model over basic declarative ORM approach
Link: http://beauty-of-imagination.blogspot.com/2024/11/the-advantages-of-html-as-data-model.html
Very often, backend devs don't want to write code.
For this, we use one trick : derive HTML widget for presentation, database access, REST endpoints from ONE SOURCE of truth and we call it MODEL.
A tr
Link: http://beauty-of-imagination.blogspot.com/2024/11/the-advantages-of-html-as-data-model.html
Very often, backend devs don't want to write code.
For this, we use one trick : derive HTML widget for presentation, database access, REST endpoints from ONE SOURCE of truth and we call it MODEL.
A tr
Blogspot
The advantages of HTML as a data model over basic declarative ORM approach
Seth Michael Larson: SEGA Genesis & Mega Drive games and ROMs from Steam
Link: https://sethmlarson.dev/sega-genesis-and-mega-drive-games-and-roms-from-steam?utm_campaign=rss
SEGA Genesis & Mega Drive games and ROMs from Steam
Link: https://sethmlarson.dev/sega-genesis-and-mega-drive-games-and-roms-from-steam?utm_campaign=rss
SEGA Genesis & Mega Drive games and ROMs from Steam
sethmlarson.dev
SEGA Genesis & Mega Drive games and ROMs from Steam
TDLR: SEGA is discontinuing
the "SEGA Mega Drive and Genesis Classics" on December 6th.
This is an affordable way to purchase
these games and ROMs compared to the original cartridges. Buy games you...
the "SEGA Mega Drive and Genesis Classics" on December 6th.
This is an affordable way to purchase
these games and ROMs compared to the original cartridges. Buy games you...
Real Python: NumPy Practical Examples: Useful Techniques
Link: https://realpython.com/numpy-example/
The NumPy library is a Python library used for scientific computing. It provides you with a multidimensional array object for storing and analyzing data in a wide variety of ways. In this tutorial, yo
Link: https://realpython.com/numpy-example/
The NumPy library is a Python library used for scientific computing. It provides you with a multidimensional array object for storing and analyzing data in a wide variety of ways. In this tutorial, yo
Realpython
NumPy Practical Examples: Useful Techniques – Real Python
In this tutorial, you'll learn how to use NumPy by exploring several interesting examples. You'll read data from a file into an array and analyze structured arrays to perform a reconciliation. You'll also learn how to quickly chart an analysis and turn a…
Trey Hunner: Python Black Friday & Cyber Monday sales (2024)
Link: https://treyhunner.com/2024/11/python-black-friday-and-cyber-monday-sales-2024/
Ready for some Python skill-building sales?
This is my seventh annual compilation of Python learning deals.
I’m publishing this post extra early this year, so bookmark this page and set a calendar eve
Link: https://treyhunner.com/2024/11/python-black-friday-and-cyber-monday-sales-2024/
Ready for some Python skill-building sales?
This is my seventh annual compilation of Python learning deals.
I’m publishing this post extra early this year, so bookmark this page and set a calendar eve
Treyhunner
Python Black Friday & Cyber Monday sales (2024)
Ready for some Python skill-building sales? This is my seventh annual compilation of Python learning deals. Lots of Python sales Here are Python- …
Django Weblog: Announcing the 6.x Steering Council elections 🚀
Link: https://www.djangoproject.com/weblog/2024/nov/21/announcing-the-6x-steering-council-elections/
Today, we’re announcing early elections for the Django Software Foundation Steering Council over the 6.x Django release cycle. Elected members will be on the Steering Council for two years, from the e
Link: https://www.djangoproject.com/weblog/2024/nov/21/announcing-the-6x-steering-council-elections/
Today, we’re announcing early elections for the Django Software Foundation Steering Council over the 6.x Django release cycle. Elected members will be on the Steering Council for two years, from the e
Django Project
Announcing the 6.x Steering Council elections 🚀
Posted by Thibaud Colas on Nov. 21, 2024
Real Python: Quiz: NumPy Practical Examples: Useful Techniques
Link: https://realpython.com/quizzes/numpy-example/
In this quiz, you’ll test your understanding of the techniques covered in the tutorial
NumPy Practical Examples: Useful Techniques.
By working through the questions, you’ll review your understanding o
Link: https://realpython.com/quizzes/numpy-example/
In this quiz, you’ll test your understanding of the techniques covered in the tutorial
NumPy Practical Examples: Useful Techniques.
By working through the questions, you’ll review your understanding o
Realpython
NumPy Practical Examples: Useful Techniques Quiz – Real Python
This quiz will test your understanding of working with NumPy arrays. You won't find all the answers in the tutorial, so you'll need to do some extra investigating. By finding all the answers, you're sure to learn some interesting things along the way.
Real Python: Quiz: Interacting With Python
Link: https://realpython.com/quizzes/interacting-with-python/
In this quiz, you’ll test your understanding of the different ways you can interact with Python.
By working through this quiz, you’ll revisit key concepts related to Python interaction in interactive
Link: https://realpython.com/quizzes/interacting-with-python/
In this quiz, you’ll test your understanding of the different ways you can interact with Python.
By working through this quiz, you’ll revisit key concepts related to Python interaction in interactive
Realpython
Interacting With Python Quiz – Real Python
In this quiz, you'll test your understanding of the different ways of interacting with Python. By working through this quiz, you'll revisit key concepts related to Python interaction in interactive mode using the REPL, through Python script files, and within…
Real Python: Quiz: Expression vs Statement in Python: What's the Difference?
Link: https://realpython.com/quizzes/python-expression-vs-statement/
In this quiz, you’ll test your understanding of
Expression vs Statement in Python: What’s the Difference?
By working through this quiz, you’ll revisit the key differences between expressions and state
Link: https://realpython.com/quizzes/python-expression-vs-statement/
In this quiz, you’ll test your understanding of
Expression vs Statement in Python: What’s the Difference?
By working through this quiz, you’ll revisit the key differences between expressions and state
Realpython
Expression vs Statement in Python: What's the Difference? Quiz – Real Python
In this quiz, you'll test your understanding of Python expressions vs statements. Knowing the difference between these two is crucial for writing efficient and readable Python code.
PyPodcats: Trailer: Episode 7 With Anna Makarudze
Link: https://pypodcats.live/episodes/ep-7-trailer/
A preview of our chat with Anna Makarudze. Watch the full episode on November 20, 2024A preview of our chat with Anna Makarudze. Watch the full episode on November 20, 2024Sneak Peek of our chat with
Link: https://pypodcats.live/episodes/ep-7-trailer/
A preview of our chat with Anna Makarudze. Watch the full episode on November 20, 2024A preview of our chat with Anna Makarudze. Watch the full episode on November 20, 2024Sneak Peek of our chat with
pypodcats.live
Trailer: Episode 7 with Anna Makarudze
A preview of our chat with Anna Makarudze. Watch the full episode on November 20, 2024
Django Weblog: 2024 Django Developers Survey
Link: https://www.djangoproject.com/weblog/2024/nov/21/2024-django-developers-survey/
The DSF is once again partnering with JetBrains to run the 2024 Django Developers Survey 🌈
Please take a moment to fill it out! It should only take about 10 minutes to complete. It’s an important metr
Link: https://www.djangoproject.com/weblog/2024/nov/21/2024-django-developers-survey/
The DSF is once again partnering with JetBrains to run the 2024 Django Developers Survey 🌈
Please take a moment to fill it out! It should only take about 10 minutes to complete. It’s an important metr
Django Project
2024 Django Developers Survey
Posted by Thibaud Colas and JetBrains on Nov. 21, 2024
Real Python: The Real Python Podcast – Episode #229: The Joy of Tinkering & Python Free-Threading Performance
Link: https://realpython.com/podcasts/rpp/229/
What keeps your spark alive for developing software and learning Python? Do you like to try new frameworks, build toy projects, or collaborate with other developers? Christopher Trudeau is back on the
Link: https://realpython.com/podcasts/rpp/229/
What keeps your spark alive for developing software and learning Python? Do you like to try new frameworks, build toy projects, or collaborate with other developers? Christopher Trudeau is back on the
Realpython
Episode #229: The Joy of Tinkering & Python Free-Threading Performance – The Real Python Podcast
What keeps your spark alive for developing software and learning Python? Do you like to try new frameworks, build toy projects, or collaborate with other developers? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly…
Seth Michael Larson: Visualizing the Python package SBOM data flow
Link: https://sethmlarson.dev/visualizing-the-python-package-sbom-data-flow?utm_campaign=rss
Visualizing the Python package SBOM data flow
Link: https://sethmlarson.dev/visualizing-the-python-package-sbom-data-flow?utm_campaign=rss
Visualizing the Python package SBOM data flow
sethmlarson.dev
Visualizing the Python package SBOM data flow
This critical role would not be possible without funding from the Alpha-Omega project.
TLDR: Skip intro, take me to the visualization!
I'm working on improving measurability of Python...
TLDR: Skip intro, take me to the visualization!
I'm working on improving measurability of Python...
Eli Bendersky: GoMLX: ML in Go without Python
Link: https://eli.thegreenplace.net/2024/gomlx-ml-in-go-without-python/
In the previous post
I talked about running ML inference in Go through a Python sidecar process. In
this post, let's see how we can accomplish the same tasks without using Python
at all.
How ML model
Link: https://eli.thegreenplace.net/2024/gomlx-ml-in-go-without-python/
In the previous post
I talked about running ML inference in Go through a Python sidecar process. In
this post, let's see how we can accomplish the same tasks without using Python
at all.
How ML model
Talk Python to Me: #486: CSnakes: Embed Python code in .NET
Link: https://talkpython.fm/episodes/show/486/csnakes-embed-python-code-in-.net
If you are a .NET developer or work in a place that has some of those folks, wouldn't it be great to fully leverage the entirety of PyPI with it's almost 600,000 packages inside your .NET code? But ho
Link: https://talkpython.fm/episodes/show/486/csnakes-embed-python-code-in-.net
If you are a .NET developer or work in a place that has some of those folks, wouldn't it be great to fully leverage the entirety of PyPI with it's almost 600,000 packages inside your .NET code? But ho
talkpython.fm
CSnakes: Embed Python code in .NET
If you are a .NET developer or work in a place that has some of those folks, wouldn't it be great to fully leverage the entirety of PyPI with it's almost 600,000 packages inside your .NET code? But how would you do this? Previous efforts have let you write…
EuroPython Society: 2024 General Assembly Announcement
Link: https://www.europython-society.org/2024-general-assembly-announcement/
We’re excited to invite you to this year’s General Assembly meeting! We’ll gather on Sunday, December 1st, 2024, from 20:00 to 21:00 CET. Just like in recent years, we’ll use Zoom, and additional join
Link: https://www.europython-society.org/2024-general-assembly-announcement/
We’re excited to invite you to this year’s General Assembly meeting! We’ll gather on Sunday, December 1st, 2024, from 20:00 to 21:00 CET. Just like in recent years, we’ll use Zoom, and additional join
EuroPython Society
2024 General Assembly Announcement
We’re excited to invite you to this year’s General Assembly meeting! We’ll gather on Sunday, December 1st, 2024, from 20:00 to 21:00 CET. Just like in recent years, we’ll use Zoom, and additional joining instructions will be shared closer to the date. The…
Matt Layman: Huey Background Worker - Building SaaS #207
Link: https://www.mattlayman.com/videos/huey-background-worker-building-saas-207/
In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. I switched how environment configuration is pulled and converted cron jobs to use Huey as a background work
Link: https://www.mattlayman.com/videos/huey-background-worker-building-saas-207/
In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. I switched how environment configuration is pulled and converted cron jobs to use Huey as a background work
Matt Layman
Huey Background Worker - Building SaaS #207
In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. I switched how environment configuration is pulled and converted cron jobs to use Huey as a background worker. Then I integrated Kamal configuration and walked through…
Real Python: How to Iterate Through a Dictionary in Python
Link: https://realpython.com/iterate-through-dictionary-python/
Python offers several ways to iterate through a dictionary, such as using .items() to access key-value pairs directly and .values() to retrieve values only.
By understanding these techniques, you’ll b
Link: https://realpython.com/iterate-through-dictionary-python/
Python offers several ways to iterate through a dictionary, such as using .items() to access key-value pairs directly and .values() to retrieve values only.
By understanding these techniques, you’ll b
Realpython
How to Iterate Through a Dictionary in Python – Real Python
In this tutorial, you'll take a deep dive into how to iterate through a dictionary in Python. Dictionaries are a fundamental data type in Python, and you can solve various programming problems by iterating through them.