ABlog for Sphinx: ABlog v0.10.11 released
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-11-released
Pull Requests merged in:
improving glob matching and documenting it from choldgraf.
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-11-released
Pull Requests merged in:
improving glob matching and documenting it from choldgraf.
Ram Rachum: GridRoyale - A life simulation for exploring social dynamics
Link: https://blog.ram.rachum.com/post/631666550733225984
GridRoyale - A life simulation for exploring social dynamics
Another day, another project :)
This is a project that I wanted to do for year
Link: https://blog.ram.rachum.com/post/631666550733225984
GridRoyale - A life simulation for exploring social dynamics
Another day, another project :)
This is a project that I wanted to do for year
Ram's blog
GridRoyale - A life simulation for exploring social dynamics
GridRoyale - A life simulation for exploring social dynamics Another day, another project :) This is a project that I wanted to do for years. I finally had the opportunity...
Codementor: Data Engineering Series #1: 10 Key tech skills you need, to become a competent Data Engineer.
Link: https://www.codementor.io/sri187/data-engineering-series-1-10-key-tech-skills-you-need-to-become-a-competent-data-engineer-1b56mxjmhk
Bridging the gap between Application Developers and Data Scientists, the demand for Data Engineers ro...
Link: https://www.codementor.io/sri187/data-engineering-series-1-10-key-tech-skills-you-need-to-become-a-competent-data-engineer-1b56mxjmhk
Bridging the gap between Application Developers and Data Scientists, the demand for Data Engineers ro...
www.codementor.io
Data Engineering Series #1: 10 Key tech skills you need, to become a competent Data Engineer. | Codementor
Bridging the gap between Application Developers and Data Scientists, the demand for Data Engineers ro...
Andrea Grandi: Python 3.9 introduces removeprefix and removesuffix
Link: https://www.andreagrandi.it/2020/10/11/python39-introduces-removeprefix-removesuffix/
A quick tutorial to removeprefix and removesuffix methods which have been introduced with Python 3.9.0
Link: https://www.andreagrandi.it/2020/10/11/python39-introduces-removeprefix-removesuffix/
A quick tutorial to removeprefix and removesuffix methods which have been introduced with Python 3.9.0
Andrea Grandi
Python 3.9 introduces removeprefix and removesuffix
A quick tutorial to removeprefix and removesuffix methods which have been introduced with Python 3.9.0
IslandT: Write a python function that produces an array with the numbers 0 to N-1 in it
Link: https://kibiwebgeek.com/write-a-python-function-that-produces-an-array-with-the-numbers-0-to-n-1-in-it/
In this article, we will create a python function that will produce an array with the numbers 0 to N-1 in it.
For example, the following code will result in an array containing the numbers 0 to 4:
arr
Link: https://kibiwebgeek.com/write-a-python-function-that-produces-an-array-with-the-numbers-0-to-n-1-in-it/
In this article, we will create a python function that will produce an array with the numbers 0 to N-1 in it.
For example, the following code will result in an array containing the numbers 0 to 4:
arr
Kibiwebgeek
Write a python function that produces an array with the numbers 0...
In this article, we will create a python function that will produce an array with the numbers 0 to N-1 in it. For example, the following code will result in an array containing the numbers 0 to 4:...
ListenData: Learn Python for Data Science
Link: https://www.listendata.com/2020/10/learn-python-for-data-science.html
This tutorial would help you to learn Data Science with Python by examples. It is designed for beginners who want to get started with Data Science in Python. Python is an open source language and it i
Link: https://www.listendata.com/2020/10/learn-python-for-data-science.html
This tutorial would help you to learn Data Science with Python by examples. It is designed for beginners who want to get started with Data Science in Python. Python is an open source language and it i
ListenData
A Beginner's Guide to Python for Data Science
Python for Data Science Tutorial for Beginners. It would help you to get started with Data Science in Python. It includes various examples which would give you hands-on experience in Python
IslandT: Merge two dictionaries using the Dict Union operator
Link: https://kibiwebgeek.com/merge-two-dictionaries-using-the-dict-union-operator/
In this article we will create a Python function which will merge two dictionaries using the Dict Union operator.
The Dict Union operator will only merge the key and value pair with a unique key’s na
Link: https://kibiwebgeek.com/merge-two-dictionaries-using-the-dict-union-operator/
In this article we will create a Python function which will merge two dictionaries using the Dict Union operator.
The Dict Union operator will only merge the key and value pair with a unique key’s na
Kibiwebgeek
Merge two dictionaries using the Dict Union operator
In this article we will create a Python function which will merge two dictionaries using the Dict Union operator. The Dict Union operator will only merge the key and value pair with a unique key's...
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.