Real Python: The Real Python Podcast – Episode #35: Security and Authorization in Your Python Web Applications
Link: https://realpython.com/podcasts/rpp/35/
So you built a web application in Python. Now how are you going to authorize users? Security goes beyond authentication. Who gets to do what, where, and when? This week on the show, we have Sam Scott,
Link: https://realpython.com/podcasts/rpp/35/
So you built a web application in Python. Now how are you going to authorize users? Security goes beyond authentication. Who gets to do what, where, and when? This week on the show, we have Sam Scott,
Realpython
Episode #35: Security and Authorization in Your Python Web Applications – The Real Python Podcast
So you built a web application in Python. Now how are you going to authorize users? Security goes beyond authentication. Who gets to do what, where, and when? This week on the show, we have Sam Scott, chief technology officer from Oso. Oso is an open-source…
Janusworx: Git the Branch
Link: https://janusworx.com/blog/git-the-branch/
I started playing with a way to control Git via Python.
Kushal had asked me to write a program, that would show me the local git branches.
So here it is!
I call it Git the Branch. (painfully, punny, I
Link: https://janusworx.com/blog/git-the-branch/
I started playing with a way to control Git via Python.
Kushal had asked me to write a program, that would show me the local git branches.
So here it is!
I call it Git the Branch. (painfully, punny, I
Janusworx
Git the Branch
I started playing with a way to control Git via Python.
Kushal had asked me to write a program, that would show me the local git branches.
So here it is!
I call it Git the Branch. (painfully, punny, I
Kushal had asked me to write a program, that would show me the local git branches.
So here it is!
I call it Git the Branch. (painfully, punny, I
Stack Abuse: How to Concatenate Two Lists in Python
Link: https://stackabuse.com/how-to-concatenate-two-lists-in-python/
Introduction
List concatenation the act of creating a single list from multiple smaller lists by daisy chaining them together.
There are many ways of concatenating lists in Python. Specifically, in th
Link: https://stackabuse.com/how-to-concatenate-two-lists-in-python/
Introduction
List concatenation the act of creating a single list from multiple smaller lists by daisy chaining them together.
There are many ways of concatenating lists in Python. Specifically, in th
Stack Abuse
How to Concatenate Two Lists in Python
In this tutorial, we'll go over multiple ways on how to concatenate multiple lists in Python. We'll go over the plus operator, multiply operator, for loop, itertools.chain() and extend().
Quansight Labs Blog: Querying multiple backends with Ibis
Link: https://labs.quansight.org/blog/2020/11/the-ibis-backends/
Querying multiple backends with Ibis
In our recent Ibis post, we discussed querying & retrieving data using a familiar Pandas-like interface.
That discussion focused on the fluent API that Ibis provid
Link: https://labs.quansight.org/blog/2020/11/the-ibis-backends/
Querying multiple backends with Ibis
In our recent Ibis post, we discussed querying & retrieving data using a familiar Pandas-like interface.
That discussion focused on the fluent API that Ibis provid
Quansight Labs
Querying multiple backends with Ibis
Querying multiple backends with Ibis
In our recent Ibis post, we discussed querying & retrieving data using a familiar Pandas-like interface.
That discussion focused on the fluent API that Ibis provid
In our recent Ibis post, we discussed querying & retrieving data using a familiar Pandas-like interface.
That discussion focused on the fluent API that Ibis provid
Talk Python to Me: #290 Side Hustles for Data Scientists
Link: https://talkpython.fm/episodes/show/290/side-hustles-for-data-scientists
Are you a data scientist looking to branch out on your own and start something new? Maybe you're just looking for a way to work with those exciting libraries that aren't yet in play at the day job. Ra
Link: https://talkpython.fm/episodes/show/290/side-hustles-for-data-scientists
Are you a data scientist looking to branch out on your own and start something new? Maybe you're just looking for a way to work with those exciting libraries that aren't yet in play at the day job. Ra
talkpython.fm
Side Hustles for Data Scientists
Are you a data scientist looking to branch out on your own and start something new? Maybe you're just looking for a way to work with those exciting libraries that aren't yet in play at the day job. Rather than putting everything on the line, quitting your…
Mike Driscoll: Python’s Creator Guido Van Rossom Joins Microsoft
Link: https://www.blog.pythonlibrary.org/2020/11/13/pythons-creator-guido-van-rossom-joins-microsoft/
Guido van Rossum announced yesterday that he is coming out of retirement to join Microsoft’s Developer Division:
Reddit’s community’s have mixed reactions to the news.
Personally, I hope it will be a
Link: https://www.blog.pythonlibrary.org/2020/11/13/pythons-creator-guido-van-rossom-joins-microsoft/
Guido van Rossum announced yesterday that he is coming out of retirement to join Microsoft’s Developer Division:
Reddit’s community’s have mixed reactions to the news.
Personally, I hope it will be a
The Mouse Vs. The Python
Python's Creator Guido Van Rossom Joins Microsoft - The Mouse Vs. The Python
Guido van Rossum announced yesterday that he is coming out of retirement to join Microsoft’s Developer Division: Reddit’s community’s have mixed reactions to the news. Personally, I hope it will be a positive thing. While I had hoped that Guido would get…
Wingware: Wing Python IDE 7.2.7 - November 13, 2020
Link: https://wingware.com/news/2020-11-13
Wing 7.2.7 improves running unit tests for Django and other testing frameworks, fixes
Command-Alt-Click to add multiple selections on macOS, changes Goto Source in the Testing
tool to display the inne
Link: https://wingware.com/news/2020-11-13
Wing 7.2.7 improves running unit tests for Django and other testing frameworks, fixes
Command-Alt-Click to add multiple selections on macOS, changes Goto Source in the Testing
tool to display the inne
Wingware
Wing Python IDE 7.2.7 - November 13, 2020 - Wing Python IDE
Wing 7.2.7 improves running unit tests for Django and other testing frameworks, fixes
Command-Alt-Click to add multiple selections on macOS, changes Goto Source in the Testing
tool to display the innermost project file stack frame, and makes a number of other…
Command-Alt-Click to add multiple selections on macOS, changes Goto Source in the Testing
tool to display the innermost project file stack frame, and makes a number of other…
Python Bytes: #207 FastAPI as a web platform (not just APIs)
Link: https://pythonbytes.fm/episodes/show/207/fastapi-as-a-web-platform-not-just-apis
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://testandcode.com
Link: https://pythonbytes.fm/episodes/show/207/fastapi-as-a-web-platform-not-just-apis
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://testandcode.com
pythonbytes.fm
FastAPI as a web platform (not just APIs)
News and announcements from the Python community for the week of Nov 13th, 2020
Daniel Bader: Basic Object-Oriented Programming (OOP) Concepts in Python
Link: https://dbader.org/blog/python-oop-intro
Basic Object-Oriented Programming (OOP) Concepts in Python
In this article you’ll learn the fundamentals of object-oriented programming (OOP) in Python and how to work with classes, objects, and const
Link: https://dbader.org/blog/python-oop-intro
Basic Object-Oriented Programming (OOP) Concepts in Python
In this article you’ll learn the fundamentals of object-oriented programming (OOP) in Python and how to work with classes, objects, and const
Weekly Python StackOverflow Report: (ccl) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/11/ccl-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-11-14 13:44:02 GMTRunning Ruby, Node, Python and Docker on the new
Link: http://python-weekly.blogspot.com/2020/11/ccl-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-11-14 13:44:02 GMTRunning Ruby, Node, Python and Docker on the new
Blogspot
(ccl) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Evennia: Evennia 0.9.5 released!
Link: http://evennia.blogspot.com/2020/11/evennia-095-released.html
As of today, Evennia 0.9.5 is out. Evennia is a Python based library and framework for creating text-based multiplayer games (MUD/MU*). This is a gradual improvement halfway between 0.9 and the upcom
Link: http://evennia.blogspot.com/2020/11/evennia-095-released.html
As of today, Evennia 0.9.5 is out. Evennia is a Python based library and framework for creating text-based multiplayer games (MUD/MU*). This is a gradual improvement halfway between 0.9 and the upcom
Blogspot
Evennia 0.9.5 released!
As of today, Evennia 0.9.5 is out. Evennia is a Python based library and framework for creating text-based multiplayer games (MUD/MU*). T...
IslandT: Find the averages of an array with Python
Link: https://kibiwebgeek.com/find-the-averages-of-an-array-with-python/
It’s the academic year’s end, the fateful moment of your school report. The averages must be calculated. All the students come to you and entreat you to calculate their average for them. Create a pyth
Link: https://kibiwebgeek.com/find-the-averages-of-an-array-with-python/
It’s the academic year’s end, the fateful moment of your school report. The averages must be calculated. All the students come to you and entreat you to calculate their average for them. Create a pyth
Kibiwebgeek
Find the averages of an array with Python
It's the academic year's end, the fateful moment of your school report. The averages must be calculated. All the students come to you and entreat you to calculate their average for them. Create a...
Nikola: Nikola v8.1.2 is out!
Link: https://getnikola.com/blog/nikola-v812-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.2. This release has a bunch of new features,
fixes some bugs, and improves compatibility with some depe
Link: https://getnikola.com/blog/nikola-v812-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.2. This release has a bunch of new features,
fixes some bugs, and improves compatibility with some depe
Nikola
Nikola v8.1.2 is out!
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.2. This release has a bunch of new features,
fixes some bugs, and improves compatibility with some depe
availability of Nikola v8.1.2. This release has a bunch of new features,
fixes some bugs, and improves compatibility with some depe
Zato Blog: Complex cloud API integrations made easy
Link: https://zato.io/blog/posts/cloud-made-easy.html
Cloud-based connections are a staple of modern API integrations - this article shows how, in just a few lines of Python code,
Zato makes their usage easy, convenient and extremely effective.
Overv
Link: https://zato.io/blog/posts/cloud-made-easy.html
Cloud-based connections are a staple of modern API integrations - this article shows how, in just a few lines of Python code,
Zato makes their usage easy, convenient and extremely effective.
Overv
Zato Blog
Complex cloud API integrations made easy
Mike Driscoll: PyDev of the Week: Max Humber
Link: https://www.blog.pythonlibrary.org/2020/11/16/pydev-of-the-week-max-humber/
This week we welcome Max Humber (@maxhumber) as our PyDev of the Week! Max is the creator of gazpacho, a “simple, fast, and modern web scraping library” written in Python. Max is also an instructor a
Link: https://www.blog.pythonlibrary.org/2020/11/16/pydev-of-the-week-max-humber/
This week we welcome Max Humber (@maxhumber) as our PyDev of the Week! Max is the creator of gazpacho, a “simple, fast, and modern web scraping library” written in Python. Max is also an instructor a
The Mouse Vs. The Python
PyDev of the Week: Max Humber - The Mouse Vs. The Python
This week we welcome Max Humber (@maxhumber) as our PyDev of the Week! Max is the creator of gazpacho, a “simple, fast, and modern web scraping library” written in Python. Max is also an instructor at O’Reilly media. You can see what other projects Max is…
EuroPython: EuroPython “Ask me Anything” - November Edition
Link: https://blog.europython.eu/post/634934022827622400
Dear Community,after our first successful “Ask me Anything” (AMA) session in September we want to run another meeting this Thursday to answer any questions you may have, share our knowledge or help yo
Link: https://blog.europython.eu/post/634934022827622400
Dear Community,after our first successful “Ask me Anything” (AMA) session in September we want to run another meeting this Thursday to answer any questions you may have, share our knowledge or help yo
blog.europython.eu
EuroPython Blog
EuroPython “Ask me Anything” - November Edition Dear Community, after our first successful “Ask me Anything” (AMA) session in September we want to run another meeting this Thursday to answer any...
Learn PyQt: The QResource System — Using the QResource system to package additional data with your applications
Link: https://www.learnpyqt.com/tutorials/qresource-system/
Building applications takes more than just code. Usually your interface will need icons for actions, you may want to add illustrations or branding logos, or perhaps your application will need to load
Link: https://www.learnpyqt.com/tutorials/qresource-system/
Building applications takes more than just code. Usually your interface will need icons for actions, you may want to add illustrations or branding logos, or perhaps your application will need to load
Learn PyQt
Using the QResource system to bundle icons and data with your PyQt5 apps
Using the QResource system to package additional data with your applications. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Matt Layman: Make A Hugo Static Blog Inside A Django App
Link: https://www.mattlayman.com/blog/2020/hugo-blog-in-django-app/
I have a side project and I’d like to do some content marketing to potential customers to show how my product is useful. To do this, I need a blog for my project.
Maybe you need a blog for your projec
Link: https://www.mattlayman.com/blog/2020/hugo-blog-in-django-app/
I have a side project and I’d like to do some content marketing to potential customers to show how my product is useful. To do this, I need a blog for my project.
Maybe you need a blog for your projec
Matt Layman
Make A Hugo Static Blog Inside A Django App
Without using a subdomain, Django's static files, or a reverse proxy, can you build a statically generated blog into your Django app? Yes! I'll show you how I created a static blog in Hugo and added it to my Django project.
Janusworx: A Day of Updates
Link: https://janusworx.com/blog/a-day-of-updates/
Could not focus much on programming today.
So decided on doing things with Python programs.
Nikola Upgrade
I use Nikola to generate both my websites.
It is an extremely easy to use, no fuss static s
Link: https://janusworx.com/blog/a-day-of-updates/
Could not focus much on programming today.
So decided on doing things with Python programs.
Nikola Upgrade
I use Nikola to generate both my websites.
It is an extremely easy to use, no fuss static s
Janusworx
A Day of Updates
Could not focus much on programming today.
So decided on doing things with Python programs.
Nikola Upgrade
I use Nikola to generate both my websites.
It is an extremely easy to use, no fuss static s
So decided on doing things with Python programs.
Nikola Upgrade
I use Nikola to generate both my websites.
It is an extremely easy to use, no fuss static s
Codementor: How and why I built Trade Management System
Link: https://www.codementor.io/lyricsinsider/how-and-why-i-built-trade-management-system-1c9xzgb5iq
About me
I am Sulav Sapkota, a pythonista.
My first programming language was Java. Having learnt the basics of Java I moved to Python a few years ago. I loved python and now it is my primary...
Link: https://www.codementor.io/lyricsinsider/how-and-why-i-built-trade-management-system-1c9xzgb5iq
About me
I am Sulav Sapkota, a pythonista.
My first programming language was Java. Having learnt the basics of Java I moved to Python a few years ago. I loved python and now it is my primary...
www.codementor.io
How and why I built Trade Management System | Codementor
About me
I am Sulav Sapkota, a pythonista.
My first programming language was Java. Having learnt the basics of Java I moved to Python a few years ago. I loved python and now it is my primary...
I am Sulav Sapkota, a pythonista.
My first programming language was Java. Having learnt the basics of Java I moved to Python a few years ago. I loved python and now it is my primary...
Real Python: Python and PyQt: Creating Menus, Toolbars, and Status Bars
Link: https://realpython.com/python-menus-toolbars/
When it comes to developing graphical user interface (GUI) applications with Python and PyQt, some of the most useful and versatile graphical elements that you’ll ever use are menus, toolbars, and sta
Link: https://realpython.com/python-menus-toolbars/
When it comes to developing graphical user interface (GUI) applications with Python and PyQt, some of the most useful and versatile graphical elements that you’ll ever use are menus, toolbars, and sta
Realpython
Python and PyQt: Creating Menus, Toolbars, and Status Bars – Real Python
In this step-by-step tutorial, you’ll learn how to create, customize, and use Python menus, toolbars, and status bars for creating GUI applications using PyQt.