PyBites: Code == communication, on writing better variable names
Link: https://pybit.es/articles/pp86-on-writing-better-variable-names/
Listen now:
Naming things is hard! Hence in this episode we want to help you a bit with that and share 10 tips how to do this better so you will write more readable and meaningful variable names. Enj
Link: https://pybit.es/articles/pp86-on-writing-better-variable-names/
Listen now:
Naming things is hard! Hence in this episode we want to help you a bit with that and share 10 tips how to do this better so you will write more readable and meaningful variable names. Enj
PyBites
Code == Communication, On Writing Better Variable Names - PyBites
Naming things is hard! Hence in this episode we want to help you a bit with that and share 10 tips how to do this better so you will write more readable and
PyBites: What we learned from building our own CMS using Django
Link: https://pybit.es/articles/what-we-learned-from-building-our-own-cms-using-django/
Django – The web framework for perfectionists with deadlines – indeed!
We managed to get a simple MVP out in just 4 weeks using our JIT learning approach …
In an effort to teach Julian Django, we fig
Link: https://pybit.es/articles/what-we-learned-from-building-our-own-cms-using-django/
Django – The web framework for perfectionists with deadlines – indeed!
We managed to get a simple MVP out in just 4 weeks using our JIT learning approach …
In an effort to teach Julian Django, we fig
PyBites
What We Learned From Building Our Own CMS Using Django - PyBites
Django - The web framework for perfectionists with deadlines - indeed!
Zato Blog: What is an API gateway?
Link: https://zato.io/blog/posts/what-is-an-api-gateway.html
In this article, we are going to use
Zato
in its capacity as a multi-protocol Python API gateway - we will integrate a few popular technologies, accepting requests sent
over protocols commonly used in
Link: https://zato.io/blog/posts/what-is-an-api-gateway.html
In this article, we are going to use
Zato
in its capacity as a multi-protocol Python API gateway - we will integrate a few popular technologies, accepting requests sent
over protocols commonly used in
zato.io
Zato Blog
Python for Beginners: Pandas Series Data Structure in Python
Link: https://www.pythonforbeginners.com/basics/pandas-series-data-structure-in-python
Series data structure is used to handle one-dimensional data in Python. In this article, we will discuss how to create a series using the pandas module, its properties, and manipulation using examples
Link: https://www.pythonforbeginners.com/basics/pandas-series-data-structure-in-python
Series data structure is used to handle one-dimensional data in Python. In this article, we will discuss how to create a series using the pandas module, its properties, and manipulation using examples
PythonForBeginners.com
Pandas Series Data Structure in Python - PythonForBeginners.com
Pandas Series Data Structure in Python will help you improve your python skills with easy to follow examples and tutorials.
Nicola Iarocci: Eve 2.0.1 released
Link: https://nicolaiarocci.com/eve-2.0.1-released/
Today I released Eve 2.0.1, which contains an essential fix if you’re using MONGO_URI to connect to your MongoDB instance. See the relevant ticket for details. I’ve also pinned Flask dependency to v2.
Link: https://nicolaiarocci.com/eve-2.0.1-released/
Today I released Eve 2.0.1, which contains an essential fix if you’re using MONGO_URI to connect to your MongoDB instance. See the relevant ticket for details. I’ve also pinned Flask dependency to v2.
Nicola Iarocci
Eve 2.0.1 released
Today I released Eve 2.0.1, which contains an essential fix if you’re using MONGO_URI to connect to your MongoDB instance. See the relevant ticket for det
Python Insider: Python releases 3.10.7, 3.9.14, 3.8.14, and 3.7.14 are now available
Link: https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html
We have some security content, and plenty of regular bug fixes for 3.10. Let’s dive right in.CVE-2020-10735Converting between int and str in bases other than 2 (binary), 4, 8 (octal), 16 (hexadecimal)
Link: https://pythoninsider.blogspot.com/2022/09/python-releases-3107-3914-3814-and-3714.html
We have some security content, and plenty of regular bug fixes for 3.10. Let’s dive right in.CVE-2020-10735Converting between int and str in bases other than 2 (binary), 4, 8 (octal), 16 (hexadecimal)
Blogspot
Python Insider: Python releases 3.10.7, 3.9.14, 3.8.14, and 3.7.14 are now available
Real Python: HTML and CSS for Python Developers
Link: https://realpython.com/html-css-python/
When you want to build websites as a Python programmer, there’s no way around HTML and CSS.
Almost every website on the Internet is built with HTML markup to structure the page.
To make a website look
Link: https://realpython.com/html-css-python/
When you want to build websites as a Python programmer, there’s no way around HTML and CSS.
Almost every website on the Internet is built with HTML markup to structure the page.
To make a website look
Realpython
HTML and CSS for Python Developers – Real Python
There's no way around HTML and CSS when you want to build web apps. Even if you're not aiming to become a web developer, knowing the basics of HTML and CSS will help you understand the Web better. In this tutorial, you'll get an introduction to HTML and CSS…
Python Anywhere: Slightly late announcement of latest updates
Link: https://blog.pythonanywhere.com/207/
Updated on 25 August 2022 (US) and 9 August 2022 (EU)!
Here is a slightly delayed (and short) run-down of the new stuff that we
deployed recently.
The main addition for this update is a new system ima
Link: https://blog.pythonanywhere.com/207/
Updated on 25 August 2022 (US) and 9 August 2022 (EU)!
Here is a slightly delayed (and short) run-down of the new stuff that we
deployed recently.
The main addition for this update is a new system ima
Hynek Schlawack: You Can Build Portable Binaries of Python Applications
Link: https://hynek.me/til/python-portable-binaries/
Contrary to popular belief, it’s possible to ship portable executables of Python applications without sending its users to Python packaging hell.
Link: https://hynek.me/til/python-portable-binaries/
Contrary to popular belief, it’s possible to ship portable executables of Python applications without sending its users to Python packaging hell.
Hynek Schlawack
You Can Build Portable Binaries of Python Applications
Contrary to popular belief, it’s possible to ship portable executables of Python applications without sending your users to Python packaging hell.
Ben Cook: Development containers in VS Code: a quick start guide
Link: https://sparrow.dev/devcontainers-quickstart/
If you’re building production ML systems, dev containers are the killer feature of VS Code. Dev containers give you full VS Code functionality inside a Docker container. This lets you unify your dev a
Link: https://sparrow.dev/devcontainers-quickstart/
If you’re building production ML systems, dev containers are the killer feature of VS Code. Dev containers give you full VS Code functionality inside a Docker container. This lets you unify your dev a
Sparrow Computing
Development containers in VS Code: a quick start guide
If you’re building production ML systems, dev containers are the killer feature of VS Code. Dev containers give you full VS Code functionality inside a Docker container. This lets you unify your dev and production environments if production is a Docker container.…
PyBites: A super simple Zettelkasten note taking system
Link: https://pybit.es/articles/a-super-simple-zettelkasten-note-taking-system/
Yesterday I found this amazing gist that got me running with Zettelkasten in no time
Check out this short YouTube video where the author demos this workflow:
As the Zen of Python wisely taught us:
Link: https://pybit.es/articles/a-super-simple-zettelkasten-note-taking-system/
Yesterday I found this amazing gist that got me running with Zettelkasten in no time
Check out this short YouTube video where the author demos this workflow:
As the Zen of Python wisely taught us:
Pybites
A Super Simple Zettelkasten Note Taking System - Pybites
Yesterday I found this amazing gist that got me running with Zettelkasten in no time 💪
IslandT: Python Tutorial – Chapter 1
Link: https://islandtropicaman.com/wp/2022/09/08/python-tutorial-chapter-1/
Python is the most popular programming language at the moment, which means if you want to create any applications (either desktop, web, or mobile phone) you will need to use python or other programmin
Link: https://islandtropicaman.com/wp/2022/09/08/python-tutorial-chapter-1/
Python is the most popular programming language at the moment, which means if you want to create any applications (either desktop, web, or mobile phone) you will need to use python or other programmin
Nicola Iarocci: The Docker Event Monitor
Link: https://nicolaiarocci.com/the-docker-event-monitor/
I added a new tool to my amateurish DevOps toolbox. Developed in the open by Tom Williams, the Docker Event Monitor is a “tiny container that monitors the local Docker event system in real-time and se
Link: https://nicolaiarocci.com/the-docker-event-monitor/
I added a new tool to my amateurish DevOps toolbox. Developed in the open by Tom Williams, the Docker Event Monitor is a “tiny container that monitors the local Docker event system in real-time and se
Nicola Iarocci
The Docker Event Monitor
How to get alerted when a docker container goes down, or (many) other things happen to it
Armin Ronacher: You can't Do That: Abstracting over Ownership in Rust with Type Inference (and GATs Don't Help)
Link: http://lucumr.pocoo.org/2022/9/8/abstracting-over-ownership
A few years ago I wrote about
how to get better at Rust by knowing when what you want to do is impossible. Sadly in
many ways I don't learn from my own mistakes and I keep running into a
particular i
Link: http://lucumr.pocoo.org/2022/9/8/abstracting-over-ownership
A few years ago I wrote about
how to get better at Rust by knowing when what you want to do is impossible. Sadly in
many ways I don't learn from my own mistakes and I keep running into a
particular i
lucumr.pocoo.org
You can't Do That: Abstracting over Ownership in Rust with Type Inference (and GATs Don't Help)
diving into some restrictions of the Rust type system and why GATs are not helping.
Anarcat: Complaint about Canada's phone cartel
Link: https://anarc.at/blog/2022-09-08-fido-crtc-complaint/
I have just filed a complaint with the CRTC about my phone
provider's outrageous fees. This is a copy of the complaint.
I am traveling to Europe, specifically to Ireland, for a 6 days for a
work meeti
Link: https://anarc.at/blog/2022-09-08-fido-crtc-complaint/
I have just filed a complaint with the CRTC about my phone
provider's outrageous fees. This is a copy of the complaint.
I am traveling to Europe, specifically to Ireland, for a 6 days for a
work meeti
The Three of Wands: Wall vs CPU time, or the cost of asyncio Tasks
Link: https://threeofwands.com/careful-with-tasks/
Performing I/O concurrently is one of asyncio&aposs superpowers (if not its main superpower). This is accomplished, directly or indirectly (through helpers like asyncio.gather), by the creation and us
Link: https://threeofwands.com/careful-with-tasks/
Performing I/O concurrently is one of asyncio&aposs superpowers (if not its main superpower). This is accomplished, directly or indirectly (through helpers like asyncio.gather), by the creation and us
The Three of Wands
Wall vs CPU time, or the cost of asyncio Tasks
Performing I/O concurrently is one of asyncio's superpowers (if not its main superpower). This is accomplished, directly or indirectly (through helpers like asyncio.gather), by the creation and use of asyncio tasks. Even if you've never created an asyncio…
Real Python: The Real Python Podcast – Episode #124: Exploring Recursion in Python With Al Sweigart
Link: https://realpython.com/podcasts/rpp/124/
Have you wanted to understand recursion and how to use it in Python? Are you familiar with the call stack and how it relates to tracebacks? This week on the show, Al Sweigart talks about his new book,
Link: https://realpython.com/podcasts/rpp/124/
Have you wanted to understand recursion and how to use it in Python? Are you familiar with the call stack and how it relates to tracebacks? This week on the show, Al Sweigart talks about his new book,
Realpython
Episode #124: Exploring Recursion in Python With Al Sweigart – The Real Python Podcast
Have you wanted to understand recursion and how to use it in Python? Are you familiar with the call stack and how it relates to tracebacks? This week on the show, Al Sweigart talks about his new book, "The Recursive Book of Recursion."
Python for Beginners: Create Pandas Dataframe in Python
Link: https://www.pythonforbeginners.com/basics/create-pandas-dataframe-in-python
Pandas dataframe is the primary data structure for handling tabular data in Python. In this article, we will discuss different ways to create a dataframe in Python using the pandas module.
Table of Co
Link: https://www.pythonforbeginners.com/basics/create-pandas-dataframe-in-python
Pandas dataframe is the primary data structure for handling tabular data in Python. In this article, we will discuss different ways to create a dataframe in Python using the pandas module.
Table of Co
PythonForBeginners.com
Create Pandas Dataframe in Python - PythonForBeginners.com
Create Pandas Dataframe in Python will help you improve your python skills with easy to follow examples and tutorials.
PyCharm: Visualizing Geospatial Data in Python
Link: https://blog.jetbrains.com/pycharm/2022/09/visualizing-geospatial-data-in-python/
Today we are interviewing Adam Symington, author of the PythonMaps project, which is dedicated to using Python to develop beautiful yet very informative geospatial data visualizations.
Adam is a geos
Link: https://blog.jetbrains.com/pycharm/2022/09/visualizing-geospatial-data-in-python/
Today we are interviewing Adam Symington, author of the PythonMaps project, which is dedicated to using Python to develop beautiful yet very informative geospatial data visualizations.
Adam is a geos
The JetBrains Blog
Visualizing Geospatial Data in Python | The PyCharm Blog
Read an interview with Adam Symington, author of the PythonMaps project, concerning geospatial data visualization and the Python tools used in it.
EuroPython: 🐍 Community Call for Venues - EuroPython 2023
Link: https://blog.europython.eu/community-call-for-venues-europython-2023/
In recent years, the EuroPython Society (EPS), the organisers of the EuroPython conference series, have been discussing how to make the conference more accessible for the community and affordable to a
Link: https://blog.europython.eu/community-call-for-venues-europython-2023/
In recent years, the EuroPython Society (EPS), the organisers of the EuroPython conference series, have been discussing how to make the conference more accessible for the community and affordable to a
EuroPython Blog
🐍 Community Call for Venues - EuroPython 2023
In recent years, the EuroPython Society (EPS), the organisers of the EuroPython conference series, have been discussing how to make the conference more accessible for the community and affordable to a wider audience. This means that on top of the cost of…