Hynek Schlawack: How I’m a Productive Programmer With a Memory of a Fruit Fly
Link: https://hynek.me/articles/productive-fruit-fly-programmer/
A love letter to tools that changed everything for me.
Link: https://hynek.me/articles/productive-fruit-fly-programmer/
A love letter to tools that changed everything for me.
Hynek Schlawack
How I’m a Productive Programmer With a Memory of a Fruit Fly
A love letter to tools that changed everything for me.
Andre Roberge: New milestone: friendly/friendly-traceback version 0.6 (and why not 1.0)
Link: https://aroberge.blogspot.com/2022/09/new-milestone-friendlyfriendly.html
Just a few minutes ago, @isidentical tweeted that PyPy 3.9 had implemented the new enhanced tracebacks that are going to be part of cPython 3.11. Of course, I had to reply to show that friendly/frien
Link: https://aroberge.blogspot.com/2022/09/new-milestone-friendlyfriendly.html
Just a few minutes ago, @isidentical tweeted that PyPy 3.9 had implemented the new enhanced tracebacks that are going to be part of cPython 3.11. Of course, I had to reply to show that friendly/frien
Blogspot
New milestone: friendly/friendly-traceback version 0.6 (and why not 1.0)
Just a few minutes ago, @isidentical tweeted that PyPy 3.9 had implemented the new enhanced tracebacks that are going to be part of cPython ...
IslandT: Python Tutorial — Chapter 6
Link: https://islandtropicaman.com/wp/2022/09/20/python-tutorial-chapter-6/
In this chapter of the Python tutorial, let us create an example to demonstrate how to use Python lists. Python list is just like an array where various items have been kept inside it and any particul
Link: https://islandtropicaman.com/wp/2022/09/20/python-tutorial-chapter-6/
In this chapter of the Python tutorial, let us create an example to demonstrate how to use Python lists. Python list is just like an array where various items have been kept inside it and any particul
Mike Driscoll: Using Asyncio and Batch APIs for Remote Services
Link: https://www.blog.pythonlibrary.org/2022/09/20/using-asyncio-and-batch-apis/
Introduction to Batch APIs
In modern Python applications, it's common to access remote API using REST or other web-based technologies. Batch APIs are capable of processing multiple requests with a sin
Link: https://www.blog.pythonlibrary.org/2022/09/20/using-asyncio-and-batch-apis/
Introduction to Batch APIs
In modern Python applications, it's common to access remote API using REST or other web-based technologies. Batch APIs are capable of processing multiple requests with a sin
Mouse Vs Python
Using Asyncio and Batch APIs for Remote Services - Mouse Vs Python
Call batch APIs using Python's asyncio. Process multiple requests with a single call for better performance. Async Python functions in Excel can benefit from using batch APIs.
Real Python: Building Python Project Documentation With MkDocs
Link: https://realpython.com/courses/building-project-documentation-mkdocs/
In this course, you’ll learn how to quickly build documentation for a Python package using MkDocs and mkdocstrings. These tools allow you to generate nice-looking and modern documentation from Markdow
Link: https://realpython.com/courses/building-project-documentation-mkdocs/
In this course, you’ll learn how to quickly build documentation for a Python package using MkDocs and mkdocstrings. These tools allow you to generate nice-looking and modern documentation from Markdow
Realpython
Building Python Project Documentation With MkDocs – Real Python
In this video course, you'll learn how to build professional documentation for a Python package using MkDocs and mkdocstrings. These tools allow you to generate nice-looking and modern documentation from Markdown files and, more importantly, from your code's…
Python⇒Speed: Using Conda? You might not need Docker
Link: https://pythonspeed.com/articles/conda-vs-docker/
Docker packaging is useful, but doing it well is not easy.
Even limiting the scope of discussion to production use of Python applications, the number of details to cover is extensive enough that I’ve
Link: https://pythonspeed.com/articles/conda-vs-docker/
Docker packaging is useful, but doing it well is not easy.
Even limiting the scope of discussion to production use of Python applications, the number of details to cover is extensive enough that I’ve
Python⇒Speed
Using Conda? You might not need Docker
Conda has some overlap with Docker’s functionality; sometimes you might not need Docker at all.
PyCoder’s Weekly: Issue #543 (Sept. 20, 2022)
Link: https://pycoders.com/issues/543
#543 – SEPTEMBER 20, 2022 View in Browser » Build an Alexa Equivalent in Python It’s not as difficult as you think to build an AI program that listens to speech and answers questions. You can ma
Link: https://pycoders.com/issues/543
#543 – SEPTEMBER 20, 2022 View in Browser » Build an Alexa Equivalent in Python It’s not as difficult as you think to build an AI program that listens to speech and answers questions. You can ma
Pycoders
PyCoder’s Weekly | Issue #543
Issue #543 of the PyCoder’s Weekly newsletter, published Sept. 20, 2022.
Python Bytes: #302 The Blue Shirt Episode
Link: https://pythonbytes.fm/episodes/show/302/the-blue-shirt-episode
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=h-3a7cAHucs' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
Link: https://pythonbytes.fm/episodes/show/302/the-blue-shirt-episode
<p><strong>Watch the live stream:</strong></p>
<a href='https://www.youtube.com/watch?v=h-3a7cAHucs' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>
<p><strong>About the show</strong></p>
pythonbytes.fm
The Blue Shirt Episode
News and announcements from the Python community for the week of Sep 20th, 2022
PyBites: Single or double quotes in Python?
Link: https://pybit.es/articles/single-or-double-quotes-in-python/
Whatever you think about Twitter these days, it’s pretty handy for us developers to ask questions and get inputs
Last week I asked about single vs double quotes in Python:
Do you prefer single-quote
Link: https://pybit.es/articles/single-or-double-quotes-in-python/
Whatever you think about Twitter these days, it’s pretty handy for us developers to ask questions and get inputs
Last week I asked about single vs double quotes in Python:
Do you prefer single-quote
PyBites
Single Or Double Quotes In Python? - PyBites
Last week I asked about single vs double quotes in Python:
Python GUIs: Getting started with VS Code for Python: Setting up a development environment
Link: https://www.pythonguis.com/tutorials/getting-started-vs-code-python/
Setting up a working development environment is the first step for any project. Your development environment setup will determine how easy it is to develop and maintain your projects over time. That m
Link: https://www.pythonguis.com/tutorials/getting-started-vs-code-python/
Setting up a working development environment is the first step for any project. Your development environment setup will determine how easy it is to develop and maintain your projects over time. That m
Python GUIs
Getting started with VS Code for Python: Setting up a development environment
Setting up a Development Environment for Python programming. Setting up a working development environment is the first step for any project.
Python for Beginners: Rename Column by Index in Dataframes
Link: https://www.pythonforbeginners.com/basics/rename-column-by-index-in-dataframes
Dataframes are used to handle tabular data in python. In this article, we will discuss how we can rename a column by index in dataframes in python.
Change Column Name Using Index Number
We can access
Link: https://www.pythonforbeginners.com/basics/rename-column-by-index-in-dataframes
Dataframes are used to handle tabular data in python. In this article, we will discuss how we can rename a column by index in dataframes in python.
Change Column Name Using Index Number
We can access
PythonForBeginners.com
Rename Column by Index in Dataframes - PythonForBeginners.com
Rename Column by Index in Dataframes will help you improve your python skills with easy-to-follow examples and tutorials.
Django Weblog: 2022 Django Developers Survey
Link: https://www.djangoproject.com/weblog/2022/sep/21/2022-django-developers-survey/
Please take a moment to fill it out the 2022 Django Developers Survey. We are once again partnering with JetBrains and it is available in 10 different languages.
The survey is an important metric of D
Link: https://www.djangoproject.com/weblog/2022/sep/21/2022-django-developers-survey/
Please take a moment to fill it out the 2022 Django Developers Survey. We are once again partnering with JetBrains and it is available in 10 different languages.
The survey is an important metric of D
Real Python: What Does if __name__ == "__main__" Do in Python?
Link: https://realpython.com/if-name-main-python/
You’ve likely encountered Python’s if __name__ == "__main__" idiom when reading other people’s code. No wonder—it’s widespread! You might have even used if __name__ == "__main__" in your own scripts.
Link: https://realpython.com/if-name-main-python/
You’ve likely encountered Python’s if __name__ == "__main__" idiom when reading other people’s code. No wonder—it’s widespread! You might have even used if __name__ == "__main__" in your own scripts.
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.
Ahmed Bouchefra: [3] Angular 14 Service for communicating with Contentful CMS
Link: https://efficientcoder.net/angular-service-communicate-cms/
In this tutorial, let’s now create the service that will encapsulate the code for communicating with Contentful. Go back to your command-line interface and run the following command to generate the se
Link: https://efficientcoder.net/angular-service-communicate-cms/
In this tutorial, let’s now create the service that will encapsulate the code for communicating with Contentful. Go back to your command-line interface and run the following command to generate the se
Efficient Coder
[3] Angular 14 Service for communicating with Contentful CMS | EfficientCoder
Learn modern web development.
Ahmed Bouchefra: [4] Angular 14 Routing and RxJS switchMap
Link: https://efficientcoder.net/angular-routing-switchmap/
In this tutorial, we’ll continue building our app with Angular 14 and Contentful. We’ll look at how to access route parameters using ParamMap and since our previous service method returns an observabl
Link: https://efficientcoder.net/angular-routing-switchmap/
In this tutorial, we’ll continue building our app with Angular 14 and Contentful. We’ll look at how to access route parameters using ParamMap and since our previous service method returns an observabl
Efficient Coder
[4] Angular 14 Routing and RxJS switchMap | EfficientCoder
Learn modern web development.
Ahmed Bouchefra: [5] Transform data with Angular pipes
Link: https://efficientcoder.net/angular-pipe/
In this tutorial, we’ll see how to use a pipe in Angular 14 to transform and display data in our components’ templates.
Since under the How to apply part, we are displaying the content of the applyMet
Link: https://efficientcoder.net/angular-pipe/
In this tutorial, we’ll see how to use a pipe in Angular 14 to transform and display data in our components’ templates.
Since under the How to apply part, we are displaying the content of the applyMet
Efficient Coder
[5] Transform data with Angular pipes | EfficientCoder
Learn modern web development.
Ahmed Bouchefra: How to add days to dates in JavaScript
Link: https://efficientcoder.net/howto-add-days-dates-javascript/
We can add days to dates in JavaScript as follows:
Call the JavaScript’ getDate() method to obtain the day of the month for the date.
Call the JavaScript’ setDate() method, and passing as a parameter
Link: https://efficientcoder.net/howto-add-days-dates-javascript/
We can add days to dates in JavaScript as follows:
Call the JavaScript’ getDate() method to obtain the day of the month for the date.
Call the JavaScript’ setDate() method, and passing as a parameter
Efficient Coder
How to add days to dates in JavaScript | EfficientCoder
Learn modern web development.
Ahmed Bouchefra: How to get current time zone in JavaScript
Link: https://efficientcoder.net/howto-get-current-time-zone-javascript/
You can get your time zone using JavaScript by using the Intl.DateTimeFormat object which is available in all modern browsers and returns the language-specific date and time formatting methods.
Here i
Link: https://efficientcoder.net/howto-get-current-time-zone-javascript/
You can get your time zone using JavaScript by using the Intl.DateTimeFormat object which is available in all modern browsers and returns the language-specific date and time formatting methods.
Here i
Efficient Coder
How to get current time zone in JavaScript | EfficientCoder
Learn modern web development.
IslandT: Python Tutorial — Chapter 7
Link: https://islandtropicaman.com/wp/2022/09/22/python-tutorial-chapter-7/
In this chapter let us look at how to store various items within a tuple. A tuple is just like a list that can be used to store multiple items and then allows us to retrieve those items through its in
Link: https://islandtropicaman.com/wp/2022/09/22/python-tutorial-chapter-7/
In this chapter let us look at how to store various items within a tuple. A tuple is just like a list that can be used to store multiple items and then allows us to retrieve those items through its in
Talk Python to Me: #382: Apache Superset: Modern Data Exploration Platform
Link: https://talkpython.fm/episodes/show/382/apache-superset-modern-data-exploration-platform
When you think data exploration using Python, Jupyter notebooks likely come to mind. They are excellent for those of us who gravitate towards Python. But what about your everyday power user? Think of
Link: https://talkpython.fm/episodes/show/382/apache-superset-modern-data-exploration-platform
When you think data exploration using Python, Jupyter notebooks likely come to mind. They are excellent for those of us who gravitate towards Python. But what about your everyday power user? Think of
talkpython.fm
Apache Superset: Modern Data Exploration Platform
When you think data exploration using Python, Jupyter notebooks likely come to mind. They are excellent for those of us who gravitate towards Python. But what about your everyday power user? Think of that person who is really good at Excel but has never written…