Mike Driscoll: PyDev of the Week: Sean Tibor
Link: https://www.blog.pythonlibrary.org/2020/10/12/pydev-of-the-week-sean-tibor/
This week we welcome Sean Tibor (@smtibor) as our PyDev of the Week! Sean is the co-host of the Teaching Python podcast. He has been a guest on other podcasts, such as Test & Code and is the founder o
Link: https://www.blog.pythonlibrary.org/2020/10/12/pydev-of-the-week-sean-tibor/
This week we welcome Sean Tibor (@smtibor) as our PyDev of the Week! Sean is the co-host of the Teaching Python podcast. He has been a guest on other podcasts, such as Test & Code and is the founder o
The Mouse Vs. The Python
PyDev of the Week: Sean Tibor - The Mouse Vs. The Python
This week we welcome Sean Tibor (@smtibor) as our PyDev of the Week! Sean is the co-host of the Teaching Python podcast. He has been a guest on other podcasts, such as Test & Code and is the founder of Red Reef Digital. Let’s spend a few moments getting to…
IslandT: Beginning steps to create a Stockfish chess application
Link: https://kibiwebgeek.com/beginning-steps-to-create-a-stockfish-chess-application/
I am a chess player and I like to play chess, in order to improve my chess skill recently I have decided to create a chess application which I can play with so I can further improve my chess skill and
Link: https://kibiwebgeek.com/beginning-steps-to-create-a-stockfish-chess-application/
I am a chess player and I like to play chess, in order to improve my chess skill recently I have decided to create a chess application which I can play with so I can further improve my chess skill and
Kibiwebgeek
Beginning steps to create a Stockfish chess application
I am a chess player and I like to play chess, in order to improve my chess skill recently I have decided to create a chess application which I can play with so I can further improve my chess skill...
Chris Moffitt: Case Study: Processing Historical Weather Pattern Data
Link: https://pbpython.com/weather-data.html
Introduction
The main purpose of this blog is to show people how to use Python to solve real world problems.
Over the years, I have been fortunate enough to hear from readers about how they have used
Link: https://pbpython.com/weather-data.html
Introduction
The main purpose of this blog is to show people how to use Python to solve real world problems.
Over the years, I have been fortunate enough to hear from readers about how they have used
Pbpython
Case Study: Processing Historical Weather Pattern Data
This article is a case study showing how to use Python to download and process historical temperature data.
PyCharm: Datalore by JetBrains: Online Jupyter Notebooks Editor With PyCharm’s Code Insight
Link: http://feedproxy.google.com/~r/Pycharm/~3/74E-U6w3cSU/
If you work with Jupyter Notebooks and want to run code, produce heavy visualizations, and render markdown online – give Datalore a try. It comes with cloud storage, real-time collaboration, notebook
Link: http://feedproxy.google.com/~r/Pycharm/~3/74E-U6w3cSU/
If you work with Jupyter Notebooks and want to run code, produce heavy visualizations, and render markdown online – give Datalore a try. It comes with cloud storage, real-time collaboration, notebook
JetBrains Blog
Datalore by JetBrains: Online Jupyter Notebooks Editor With PyCharm’s Code Insight – PyCharm Blog | JetBrains
If you work with Jupyter Notebooks and want to run code, produce heavy visualizations, and render markdown online – give Datalore a try. It comes with cloud storage, real-time collaboration, notebook
Wing Tips: Debug Docker Compose Containerized Python Apps with Wing Pro
Link: https://wingware.com/blog/docker-compose
This Wing Tip describes how to configure Docker Compose
so that Python code running on selected container services can be debugged with Wing Pro.
This makes it easy to develop and debug containerized
Link: https://wingware.com/blog/docker-compose
This Wing Tip describes how to configure Docker Compose
so that Python code running on selected container services can be debugged with Wing Pro.
This makes it easy to develop and debug containerized
Wingware
Wing Tips: Debug Python Code Run by Docker Compose with Wing Pro - Wing Python IDE
Learn how to use Wing Pro to develop and debug containerized Python code
that is managed by Docker Compose.
that is managed by Docker Compose.
Real Python: Using ggplot in Python: Visualizing Data With plotnine
Link: https://realpython.com/ggplot-python/
In this tutorial, you’ll learn how to use ggplot in Python to create data visualizations using a grammar of graphics. A grammar of graphics is a high-level tool that allows you to create data plots in
Link: https://realpython.com/ggplot-python/
In this tutorial, you’ll learn how to use ggplot in Python to create data visualizations using a grammar of graphics. A grammar of graphics is a high-level tool that allows you to create data plots in
Realpython
Using ggplot in Python: Visualizing Data With plotnine – Real Python
In this tutorial, you'll learn how to use ggplot in Python to build data visualizations with plotnine. You'll discover what a grammar of graphics is and how it can help you create plots in a very concise and consistent way.
Stack Abuse: Add Legend to Figure in Matplotlib
Link: https://stackabuse.com/add-a-legend-to-figure-in-matplotlib/
Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. Typically, when visualizing more than one variable, you'll want to add a legend to the plot, explaining w
Link: https://stackabuse.com/add-a-legend-to-figure-in-matplotlib/
Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. Typically, when visualizing more than one variable, you'll want to add a legend to the plot, explaining w
Stack Abuse
Add Legend to Figure in Matplotlib
In this tutorial, we'll go over a few examples of how to add a legend to a Matplotlib figure/plot. We'll also add a legend outside of the axes using bbox_to_anchor with loc.
IslandT: Return a list of multiply numbers with Python
Link: https://kibiwebgeek.com/return-a-list-of-multiply-numbers-with-python/
In this simple exercise from CodeWars, you will build a function program that takes a value, integer and returns a list of its multiples up to another value, limit. If the limit is a multiple of integ
Link: https://kibiwebgeek.com/return-a-list-of-multiply-numbers-with-python/
In this simple exercise from CodeWars, you will build a function program that takes a value, integer and returns a list of its multiples up to another value, limit. If the limit is a multiple of integ
Kibiwebgeek
Return a list of multiply numbers with Python
In this simple exercise from CodeWars, you will build a function program that takes a value, integer and returns a list of its multiples up to another value, limit. If the limit is a multiple of...
Test and Code: 134: Business Outcomes and Software Development
Link: https://testandcode.com/134
Within software projects, there are lots of metrics we could measure. But which ones really matter. Instead of a list, Benjamin Harding shares with us a way of thinking about business outcomes that ca
Link: https://testandcode.com/134
Within software projects, there are lots of metrics we could measure. But which ones really matter. Instead of a list, Benjamin Harding shares with us a way of thinking about business outcomes that ca
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering 134: Business Outcomes and Software Development
Within software projects, there are lots of metrics we could measure. But which ones really matter. Instead of a list, Benjamin Harding shares with us a way of thinking about business outcomes that can help us with every day decision making.
Ned Batchelder: Ordered dict surprises
Link: https://nedbatchelder.com//blog/202010/ordered_dict_surprises.html
Since Python 3.6, regular dictionaries retain their insertion order: when you
iterate over a dict, you get the items in the same order they were added to the
dict. Before 3.6, dicts were unordered: t
Link: https://nedbatchelder.com//blog/202010/ordered_dict_surprises.html
Since Python 3.6, regular dictionaries retain their insertion order: when you
iterate over a dict, you get the items in the same order they were added to the
dict. Before 3.6, dicts were unordered: t
Nedbatchelder
Ordered dict surprises
Since Python 3.6, regular dictionaries retain their insertion order: when you iterate over a dict, you get the items in the same order they were added to the dict. Before 3.6, dicts were unordered: the iteration order was seemingly random.
Reuven Lerner: What’s the easiest way to boost your career as a software developer? Learn to touch type.
Link: https://lerner.co.il/2020/10/12/whats-the-easiest-way-to-boost-your-career-as-a-software-developer-learn-to-touch-type/
I’ve been a professional programmer for about 30 years, self-employed for 25 years, and doing full-time corporate Python training for more than a decade.
I run a small business, which involves me wri
Link: https://lerner.co.il/2020/10/12/whats-the-easiest-way-to-boost-your-career-as-a-software-developer-learn-to-touch-type/
I’ve been a professional programmer for about 30 years, self-employed for 25 years, and doing full-time corporate Python training for more than a decade.
I run a small business, which involves me wri
Reuven Lerner
What's the easiest way to boost your career as a software developer? Learn to touch type.
I've been a professional programmer for about 30 years, self-employed for 25 years, and doing full-time corporate Python training for more than a decade. I run a small business, which involves me writing, programming, and
Podcast.__init__: Cloud Native Application Delivery Using GitOps - Episode 284
Link: https://www.pythonpodcast.com/gitops-cloud-native-operations-episode-284/
The way that applications are being built and delivered has changed dramatically in recent years with the growing trend toward cloud native software. As part of this movement toward the infrastructure
Link: https://www.pythonpodcast.com/gitops-cloud-native-operations-episode-284/
The way that applications are being built and delivered has changed dramatically in recent years with the growing trend toward cloud native software. As part of this movement toward the infrastructure
The Python Podcast.__init__
The Python Podcast.__init__: Cloud Native Application Delivery Using GitOps
An interview about the challenges and opportunities of using GitOps to develop and deliver your applications to production with cloud native technologies.
Kushal Das: Updates from Johnnycanencrpt development in last few weeks
Link: https://kushaldas.in/posts/updates-from-johnnycanencrpt-development-in-last-few-weeks.html
In July this year, I wrote a very initial Python module in Rust for OpenPGP,
Johnnycanencrypt
aka jce. It had very basic encryption, decryption, signing, verification,
creation of new keys available.
Link: https://kushaldas.in/posts/updates-from-johnnycanencrpt-development-in-last-few-weeks.html
In July this year, I wrote a very initial Python module in Rust for OpenPGP,
Johnnycanencrypt
aka jce. It had very basic encryption, decryption, signing, verification,
creation of new keys available.
Tarek Ziade: Web App Software Development Maturity Model
Link: https://ziade.org/2020/10/12/web-app-software-development-maturity-model/
The Capability Maturity Model Integration (CMMI)
describes different levels of maturity for the development process of any
organization in a measurable way. It offers a set of best practices
to improv
Link: https://ziade.org/2020/10/12/web-app-software-development-maturity-model/
The Capability Maturity Model Integration (CMMI)
describes different levels of maturity for the development process of any
organization in a measurable way. It offers a set of best practices
to improv
Codementor: How to Implement Role based Access Control With FastAPI
Link: https://www.codementor.io/mandarvaze/how-to-implement-role-based-access-control-with-fastapi-1b76qbxn0s
Quick Summary of RBAC concept, working code snippets and how I reached there
Link: https://www.codementor.io/mandarvaze/how-to-implement-role-based-access-control-with-fastapi-1b76qbxn0s
Quick Summary of RBAC concept, working code snippets and how I reached there
www.codementor.io
How to Implement Role based Access Control With FastAPI | Codementor
Quick Summary of RBAC concept, working code snippets and how I reached there
Python Morsels: Looping over multiple iterables at once
Link: https://www.pythonmorsels.com/topics/looping-over-multiple-iterables/
Related Article:
Loop Better: a deeper look at iteration in Python
How to loop with indexes in Python
Transcript
Often we have to loop over two iterables at the same time. An iterable is anything
Link: https://www.pythonmorsels.com/topics/looping-over-multiple-iterables/
Related Article:
Loop Better: a deeper look at iteration in Python
How to loop with indexes in Python
Transcript
Often we have to loop over two iterables at the same time. An iterable is anything
Pythonmorsels
Looping over multiple iterables at once
Need to loop over two (or more) iterables at the same time? Don't use range. Don't use enumerate. Use the built-in zip function. As you loop over zip you'll get the n-th item from each iterable.
Stack Abuse: Simple NLP in Python With TextBlob: Tokenization
Link: https://stackabuse.com/simple-nlp-in-python-with-textblob-tokenization/
Introduction
The amount of textual data on the Internet has significantly increased in the past decades. There's no doubt that the processing of this amount of information must be automated, and the T
Link: https://stackabuse.com/simple-nlp-in-python-with-textblob-tokenization/
Introduction
The amount of textual data on the Internet has significantly increased in the past decades. There's no doubt that the processing of this amount of information must be automated, and the T
Stack Abuse
Simple NLP in Python With TextBlob: Tokenization
In this article we'll take a look at how to tokenize a given text using the TextBlob library. We'll also go through examples of how to tokenize words and sentences.
Real Python: Web Scraping With Beautiful Soup and Python
Link: https://realpython.com/courses/web-scraping-beautiful-soup/
The incredible amount of data on the Internet is a rich resource for any field of research or personal interest. To effectively harvest that data, you’ll need to become skilled at web scraping. The Py
Link: https://realpython.com/courses/web-scraping-beautiful-soup/
The incredible amount of data on the Internet is a rich resource for any field of research or personal interest. To effectively harvest that data, you’ll need to become skilled at web scraping. The Py
Realpython
Web Scraping With Beautiful Soup and Python – Real Python
In this course, you'll walk through the main steps of the web scraping process. You'll learn how to write a script that uses Python's requests library to scrape data from a website. You'll also use Beautiful Soup to extract the specific pieces of information…
Reuven Lerner: Ask me anything!
Link: https://lerner.co.il/2020/10/13/ask-me-anything/
Later this month, I’ll appear on the “Exploiting with Teja Kummarikuntla” podcast. As part of that appearance, I’ll be doing an AMA (“ask me anything”) segment — but in order for that to happen, I nee
Link: https://lerner.co.il/2020/10/13/ask-me-anything/
Later this month, I’ll appear on the “Exploiting with Teja Kummarikuntla” podcast. As part of that appearance, I’ll be doing an AMA (“ask me anything”) segment — but in order for that to happen, I nee
Reuven Lerner
Ask me anything!
Later this month, I'll appear on the "Exploiting with Teja Kummarikuntla" podcast. As part of
PyCoder’s Weekly: Issue #442 (Oct. 13, 2020)
Link: https://pycoders.com/issues/442
#442 – OCTOBER 13, 2020 View in Browser » Exploring the New Features of Python 3.9 Python 3.9 has arrived! Real Python contributors Geir Arne Hjelle and Christopher Trudeau are walking you throu
Link: https://pycoders.com/issues/442
#442 – OCTOBER 13, 2020 View in Browser » Exploring the New Features of Python 3.9 Python 3.9 has arrived! Real Python contributors Geir Arne Hjelle and Christopher Trudeau are walking you throu
Pycoders
PyCoder’s Weekly | Issue #442
Issue #442 of the PyCoder’s Weekly newsletter, published Oct. 13, 2020.