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.
Stack Abuse: Generating Synthetic Data with Numpy and Scikit-Learn
Link: https://stackabuse.com/generating-synthetic-data-with-numpy-and-scikit-learn/
Introduction
In this tutorial, we'll discuss the details of generating different synthetic datasets using Numpy and Scikit-learn libraries. We'll see how different samples can be generated from variou
Link: https://stackabuse.com/generating-synthetic-data-with-numpy-and-scikit-learn/
Introduction
In this tutorial, we'll discuss the details of generating different synthetic datasets using Numpy and Scikit-learn libraries. We'll see how different samples can be generated from variou
Stack Abuse
Generating Synthetic Data with Numpy and Scikit-Learn
In this article, we'll cover how to generate synthetic data with Python, Numpy and Scikit Learn. We'll generate 1D data, multilabel, multiclass classification and regression data.
Real Python: Data Management With Python, SQLite, and SQLAlchemy
Link: https://realpython.com/python-sqlite-sqlalchemy/
All programs process data in one form or another, and many need to be able to save and retrieve that data from one invocation to the next. Python, SQLite, and SQLAlchemy give your programs database fu
Link: https://realpython.com/python-sqlite-sqlalchemy/
All programs process data in one form or another, and many need to be able to save and retrieve that data from one invocation to the next. Python, SQLite, and SQLAlchemy give your programs database fu
Realpython
Data Management With Python, SQLite, and SQLAlchemy – Real Python
In this tutorial, you'll learn how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of accessing data with SQL. By adding SQLAlchemy, you can work with…
Mike Driscoll: ReportLab 101 – Creating Fonts on the Canvas (Video)
Link: https://www.blog.pythonlibrary.org/2020/10/14/reportlab-101-creating-fonts-on-the-canvas-video/
In this tutorial, you will learn how to use ReportLab’s standard built-in fonts when generating PDFs with Python.
The post ReportLab 101 – Creating Fonts on the Canvas (Video) appeared first on The M
Link: https://www.blog.pythonlibrary.org/2020/10/14/reportlab-101-creating-fonts-on-the-canvas-video/
In this tutorial, you will learn how to use ReportLab’s standard built-in fonts when generating PDFs with Python.
The post ReportLab 101 – Creating Fonts on the Canvas (Video) appeared first on The M
The Mouse Vs. The Python
ReportLab 101 - Creating Fonts on the Canvas (Video) - The Mouse Vs. The Python
In this tutorial, you will learn how to use ReportLab’s standard built-in fonts when generating PDFs with Python.