Python for Beginners: Custom JSON Decoder in Python
Link: https://www.pythonforbeginners.com/basics/custom-json-decoder-in-python
JSON objects are one of the most efficient tools to communicate with web applications. When we receive a JSON file, we need to convert it into a python object to use it in our python program. In this
Link: https://www.pythonforbeginners.com/basics/custom-json-decoder-in-python
JSON objects are one of the most efficient tools to communicate with web applications. When we receive a JSON file, we need to convert it into a python object to use it in our python program. In this
PythonForBeginners.com
Custom JSON Decoder in Python - PythonForBeginners.com
Custom JSON Decoder in Python will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 2
Link: https://realpython.com/flask-connexion-rest-api-part-2/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Link: https://realpython.com/flask-connexion-rest-api-part-2/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Realpython
Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 2 – Real Python
In this three-part tutorial series, you'll create a RESTful API from scratch to keep track of people and notes using the Flask web framework. You'll also test your API with Swagger UI API documentation. In part two, you'll implement a SQLite database to store…
Luke Plant: Tools for rewriting Python code
Link: https://lukeplant.me.uk/blog/posts/tools-for-rewriting-python-code/
When writing (or reviewing) code, you have better things to do than concern
yourself with low-level details about coding style or other changes that are
essentially mechanical in nature. Thankfully, t
Link: https://lukeplant.me.uk/blog/posts/tools-for-rewriting-python-code/
When writing (or reviewing) code, you have better things to do than concern
yourself with low-level details about coding style or other changes that are
essentially mechanical in nature. Thankfully, t
Luke Plant's home page
Tools for rewriting Python code
A collection of tools that can be run to automatically rewrite Python code in a number of ways
PyCharm
Link:
This is a guest blog post by Issam Guissouma, developer of the Nx Console Idea plugin.
What is Nx?
Nx is an extensible open-source dev tool that helps teams develop at scale by providing three main th
Link:
This is a guest blog post by Issam Guissouma, developer of the Nx Console Idea plugin.
What is Nx?
Nx is an extensible open-source dev tool that helps teams develop at scale by providing three main th
Spyder IDE: Introducing the Spyder-Watchlist plugin
Link: https://www.spyder-ide.org/blog/introducing-watchlist-plugin/
Spyder's Variable Explorer is a great tool which aids the development and debugging of Python code by displaying all variables from the current scope.
One thing the Variable Explorer is missing is the
Link: https://www.spyder-ide.org/blog/introducing-watchlist-plugin/
Spyder's Variable Explorer is a great tool which aids the development and debugging of Python code by displaying all variables from the current scope.
One thing the Variable Explorer is missing is the
www.spyder-ide.org
Blog | Introducing the Spyder-Watchlist plugin — Spyder IDE
Website for Spyder, the Scientific Python Development Environment
Real Python: The Real Python Podcast – Episode #133: Moving Projects Away From Passwords With WebAuthn and Python
Link: https://realpython.com/podcasts/rpp/133/
What if you didn't have to worry about managing user passwords as a Python developer? That's where the WebAuthn protocol and new hardware standards are heading. This week on the show, Dan Moore from F
Link: https://realpython.com/podcasts/rpp/133/
What if you didn't have to worry about managing user passwords as a Python developer? That's where the WebAuthn protocol and new hardware standards are heading. This week on the show, Dan Moore from F
Realpython
Episode #133: Moving Projects Away From Passwords With WebAuthn and Python – The Real Python Podcast
What if you didn't have to worry about managing user passwords as a Python developer? That's where the WebAuthn protocol and new hardware standards are heading. This week on the show, Dan Moore from FusionAuth returns to discuss a password-less future.
PyCharm: PyCharm 2022.3 Release Candidate Is Out!
Link: https://blog.jetbrains.com/pycharm/2022/11/2022-3-rc/
This build brings the ability to execute asynchronous scripts in the Python Console, use Vitest for Vite unit testing, and set a separate formatting style for the code that you read, not write.
This
Link: https://blog.jetbrains.com/pycharm/2022/11/2022-3-rc/
This build brings the ability to execute asynchronous scripts in the Python Console, use Vitest for Vite unit testing, and set a separate formatting style for the code that you read, not write.
This
The JetBrains Blog
PyCharm 2022.3 Release Candidate Is Out! | The PyCharm Blog
This build brings the ability to execute asynchronous scripts in the Python Console, use Vitest for Vite unit testing, and set a separate formatting style for the code that you read, not write.
Python for Beginners: Custom JSON Encoder in Python
Link: https://www.pythonforbeginners.com/basics/custom-json-encoder-in-python
JSON objects are one of the most efficient ways to transmit information on the internet. However, we cannot directly convert all types of data into JSON. In this article, we will discuss different way
Link: https://www.pythonforbeginners.com/basics/custom-json-encoder-in-python
JSON objects are one of the most efficient ways to transmit information on the internet. However, we cannot directly convert all types of data into JSON. In this article, we will discuss different way
PythonForBeginners.com
Custom JSON Encoder in Python - PythonForBeginners.com
Custom JSON Encoder in Python will help you improve your python skills with easy to follow examples and tutorials.
John Ludhi/nbshare.io: TTM Squeeze Stocks Scanner Using Python
Link: https://www.nbshare.io/notebook/76246860/TTM-Squeeze-Stocks-Scanner-Using-Python/
TTM Squeeze Stocks Scanner Using Python
In this tutorial, I will build a TTM Squeeze scanner using Python and Mongodb
Let us first import the necessary packages for pandas an
Link: https://www.nbshare.io/notebook/76246860/TTM-Squeeze-Stocks-Scanner-Using-Python/
TTM Squeeze Stocks Scanner Using Python
In this tutorial, I will build a TTM Squeeze scanner using Python and Mongodb
Let us first import the necessary packages for pandas an
Matt Layman: Development Cached Templates - Building SaaS with Python and Django #150
Link: https://www.mattlayman.com/blog/2022/development-cached-templates-building-saas-with-python-and-django-150/
In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development becaus
Link: https://www.mattlayman.com/blog/2022/development-cached-templates-building-saas-with-python-and-django-150/
In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development becaus
Matt Layman
Development Cached Templates - Building SaaS with Python and Django #150
In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development because of changes in Django 4.1.
Ned Batchelder: Secure maintainer workflow
Link: https://nedbatchelder.com/blog/202211/secure_maintainer_workflow.html
I’m trying to establish a more secure workflow for maintaining public
packages.Like most developers, I have terminal sessions with implicit access to
credentials. For example, I can make git commits
Link: https://nedbatchelder.com/blog/202211/secure_maintainer_workflow.html
I’m trying to establish a more secure workflow for maintaining public
packages.Like most developers, I have terminal sessions with implicit access to
credentials. For example, I can make git commits
Nedbatchelder
Secure maintainer workflow
I’m trying to establish a more secure workflow for maintaining public packages.
Mike Driscoll: PyDev of the Week: Irit Katriel
Link: https://www.blog.pythonlibrary.org/2022/11/21/pydev-of-the-week-irit-katriel/
This week we welcome Irit Katriel (@IritKatriel) as our PyDev of the Week! Irit is a CPython Core Dev who works at Microsoft. Irit helped write up PEP 654, which is about "Exception Groups and except*
Link: https://www.blog.pythonlibrary.org/2022/11/21/pydev-of-the-week-irit-katriel/
This week we welcome Irit Katriel (@IritKatriel) as our PyDev of the Week! Irit is a CPython Core Dev who works at Microsoft. Irit helped write up PEP 654, which is about "Exception Groups and except*
Mouse Vs Python
PyDev of the Week: Irit Katriel - Mouse Vs Python
This week we welcome Irit Katriel (@IritKatriel) as our PyDev of the Week! Irit is a CPython Core Dev who works at Microsoft. Irit helped write up PEP
Python for Beginners: Drop Columns From Pandas Dataframe
Link: https://www.pythonforbeginners.com/basics/drop-columns-from-pandas-dataframe
While working with dataframes in python, we often need to delete one or more columns from the dataframe while data preprocessing. In this article, we will discuss different ways to drop columns from a
Link: https://www.pythonforbeginners.com/basics/drop-columns-from-pandas-dataframe
While working with dataframes in python, we often need to delete one or more columns from the dataframe while data preprocessing. In this article, we will discuss different ways to drop columns from a
PythonForBeginners.com
Drop Columns From Pandas Dataframe - PythonForBeginners.com
Drop Columns From Pandas Dataframe will help you improve your python skills with easy to follow examples and tutorials.
Real Python: Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 3
Link: https://realpython.com/flask-connexion-rest-api-part-3/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Link: https://realpython.com/flask-connexion-rest-api-part-3/
Most modern web applications are powered by a REST API under the hood. That way, developers can separate the front-end code from the back-end logic, and users can interact with the interface dynamical
Realpython
Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 3 – Real Python
In this three-part tutorial series, you'll create a RESTful API from scratch to keep track of people and notes using the Flask web framework. You'll also test your API with Swagger UI API documentation. In part three, you'll use SQLAlchemy to provide the…
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-november-2022/?utm_source=python-rss-feed
36th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Link: https://zerotomastery.io/blog/python-monthly-newsletter-november-2022/?utm_source=python-rss-feed
36th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers every month. This monthly Python newsletter covers the latest Python news so that you stay up-to-date with the industry a
Zero To Mastery
[November 2022] Python Monthly Newsletter 💻🐍 | Zero To Mastery
36th issue of the Python Monthly Newsletter! Read by 25,000+ Python developers, Andrei covers the most important Python news to keep you sharp & up-to-date.
Podcast.__init__: Build A Full Stack ML Powered App In An Afternoon With Baseten
Link: https://www.pythonpodcast.com/baseten-full-stack-ml-app-episode-385/
Building an ML model is getting easier than ever, but it is still a challenge to get that model in front of the people that you built it for. Baseten is a platform that helps you quickly generate a fu
Link: https://www.pythonpodcast.com/baseten-full-stack-ml-app-episode-385/
Building an ML model is getting easier than ever, but it is still a challenge to get that model in front of the people that you built it for. Baseten is a platform that helps you quickly generate a fu
The Python Podcast.__init__
The Python Podcast.__init__: Build A Full Stack ML Powered App In An Afternoon With Baseten
An interview with Tuhin Srivastava about how the Baseten platform allows data scientists and ML engineers to build a full stack machine learning powered application by themselves in an afternoon
Trey Hunner: Python Black Friday & Cyber Monday sales (2022)
Link: https://treyhunner.com/2022/11/python-black-friday-and-cyber-monday-sales-2022/
It’s that time of year again… time for my annual compilation post of Black Friday and Cyber Monday deals for learning Python.
Note that Cyber Monday is a week away, so most sales aren’t yet announced.
Link: https://treyhunner.com/2022/11/python-black-friday-and-cyber-monday-sales-2022/
It’s that time of year again… time for my annual compilation post of Black Friday and Cyber Monday deals for learning Python.
Note that Cyber Monday is a week away, so most sales aren’t yet announced.
Treyhunner
Python Black Friday & Cyber Monday sales (2022)
It’s that time of year again… time for my annual compilation post of Black Friday and Cyber Monday deals for learning Python. Save up to $108 a …
John Ludhi/nbshare.io: How To Append Rows With Concat to a Pandas DataFrame
Link: https://www.nbshare.io/notebook/336890081/How-To-Append-Rows-With-Concat-to-a-Pandas-DataFrame/
How to append rows with concat to a Pandas DataFrame
In [19]:
import pandas as pd
import requests
import json
For this example, I will load the data from the following api.
Link: https://www.nbshare.io/notebook/336890081/How-To-Append-Rows-With-Concat-to-a-Pandas-DataFrame/
How to append rows with concat to a Pandas DataFrame
In [19]:
import pandas as pd
import requests
import json
For this example, I will load the data from the following api.
Luke Plant: Python Type Hints: case study on parsy
Link: https://lukeplant.me.uk/blog/posts/python-type-hints-parsy-case-study/
I have been trying to like static type checking in Python. For most of my Django projects, I get annoyed and give up, so I’ve had a go with some smaller projects instead. This blog post documents how
Link: https://lukeplant.me.uk/blog/posts/python-type-hints-parsy-case-study/
I have been trying to like static type checking in Python. For most of my Django projects, I get annoyed and give up, so I’ve had a go with some smaller projects instead. This blog post documents how
Luke Plant's home page
Python Type Hints: case study on parsy
How I tried and failed to add static type checking to Parsy, and settled for type hints as documentation instead.
PyBites: Loving the Journey towards your Goal
Link: https://pybit.es/articles/pp96-loving-the-journey-towards-your-goal/
Listen here:
Welcome back to our Pybites podcast. This week we talk about Loving the journey to your goal.
We center our discussion about:
1. Setting Goals.
2. What can you do and how can you love
Link: https://pybit.es/articles/pp96-loving-the-journey-towards-your-goal/
Listen here:
Welcome back to our Pybites podcast. This week we talk about Loving the journey to your goal.
We center our discussion about:
1. Setting Goals.
2. What can you do and how can you love
PyBites
Loving The Journey Towards Your Goal - PyBites
Welcome back to our Pybites podcast. This week we talk about Loving the journey to your goal.
PyBites: How to create a self updating GitHub Readme
Link: https://pybit.es/articles/how-to-create-a-self-updating-github-readme/
It was about time to give my GitHub profile a nice intro so inspired by Simon Willison’s blog post I decided to make an intro Readme that auto-updates.
First I made a GitHub repo called bbelderbos, my
Link: https://pybit.es/articles/how-to-create-a-self-updating-github-readme/
It was about time to give my GitHub profile a nice intro so inspired by Simon Willison’s blog post I decided to make an intro Readme that auto-updates.
First I made a GitHub repo called bbelderbos, my
Pybites
How To Create A Self Updating GitHub Readme - Pybites
It was about time to give my GitHub profile a nice intro so inspired by Simon Willison's blog post I decided to make an intro Readme that auto-updates.