Mike Driscoll: What’s New in Python 101 2nd Edition
Link: https://www.blog.pythonlibrary.org/2020/03/24/whats-new-in-python-101-2nd-edition/
The original Python 101 was the first book I had ever written. In deciding to write a 2nd edition, I needed to decide what I should keep and what I should remove from the book. What I ended up doing w
Link: https://www.blog.pythonlibrary.org/2020/03/24/whats-new-in-python-101-2nd-edition/
The original Python 101 was the first book I had ever written. In deciding to write a 2nd edition, I needed to decide what I should keep and what I should remove from the book. What I ended up doing w
The Mouse Vs. The Python
What's New in Python 101 2nd Edition - The Mouse Vs. The Python
The original Python 101 was the first book I had ever written. In deciding to write a 2nd edition, I needed to decide what I should keep and what I should remove from the book. What I ended up doing was rewriting the book from the ground up. In the original…
Mike Driscoll: Stuck at Home Python Book Sale
Link: https://www.blog.pythonlibrary.org/2020/03/24/stuck-at-home/
Python is one of the most popular languages in the world. I have been using it myself for over a decade and am still constantly learning new things.
Since so many people are stuck at home, I thought i
Link: https://www.blog.pythonlibrary.org/2020/03/24/stuck-at-home/
Python is one of the most popular languages in the world. I have been using it myself for over a decade and am still constantly learning new things.
Since so many people are stuck at home, I thought i
The Mouse Vs. The Python
Stuck at Home Python Book Sale - The Mouse Vs. The Python
Python is one of the most popular languages in the world. I have been using it myself for over a decade and am still constantly learning new things. Since so many people are stuck at home, I thought it might be a good time to do a book sale. Now is great…
Mike Driscoll: Python 101 – Learning About Tuples
Link: https://www.blog.pythonlibrary.org/2020/03/26/python-101-learning-about-tuples/
Tuples are another sequence type in Python. Tuples consist of a number of values that are separated by commas. A tuple is immutable whereas a list is not. Immutable means that the tuple has a fixed va
Link: https://www.blog.pythonlibrary.org/2020/03/26/python-101-learning-about-tuples/
Tuples are another sequence type in Python. Tuples consist of a number of values that are separated by commas. A tuple is immutable whereas a list is not. Immutable means that the tuple has a fixed va
The Mouse Vs. The Python
Python 101 - Learning About Tuples - The Mouse Vs. The Python
Tuples are another sequence type in Python. Tuples consist of a number of values that are separated by commas. A tuple is immutable whereas a list is not. Immutable means that the tuple has a fixed value and cannot change. You cannot add, delete or modify…
Weekly Python StackOverflow Report: (ccxxi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/03/ccxxi-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-03-28 18:01:21 GMTcheck if a numpy array has 0 on all its borders
Link: http://python-weekly.blogspot.com/2020/03/ccxxi-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-03-28 18:01:21 GMTcheck if a numpy array has 0 on all its borders
Blogspot
(ccxxi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Full Stack Python: Learning pandas by Exploring COVID-19 Data
Link: https://www.fullstackpython.com/blog/learn-pandas-basic-commands-explore-covid-19-data.html
The
European Centre for Disease Prevention and Control
provides
daily-updated worldwide COVID-19 data
that is easy to download in JSON, CSV or XML formats. In this tutorial,
we will use the pandas
Link: https://www.fullstackpython.com/blog/learn-pandas-basic-commands-explore-covid-19-data.html
The
European Centre for Disease Prevention and Control
provides
daily-updated worldwide COVID-19 data
that is easy to download in JSON, CSV or XML formats. In this tutorial,
we will use the pandas
Fullstackpython
Learning pandas by Exploring COVID-19 Data
Use the pandas data analysis tool to explore the free COVID-19 data set provided by the European Centre for Disease Prevention and Control. Great post on fullstackpython.com!
Codementor: Python File I/O
Link: https://www.codementor.io/ganeshkavhar/python-file-i-o-14zne3bfr7
Python File I/O
Link: https://www.codementor.io/ganeshkavhar/python-file-i-o-14zne3bfr7
Python File I/O
www.codementor.io
Python File I/O
| Codementor
| Codementor
"Coder's Cat": Python: Pros and Cons of Lambda
Link: https://coderscat.com/python-pros-and-cons-of-lambda
Figure 1: Photo by Z S on Unsplash
Basics for lambda
lambda is a keyword in Python, we use it to create an anonymous function. So we also call lambda functions as anonymous functions.
But what’s
Link: https://coderscat.com/python-pros-and-cons-of-lambda
Figure 1: Photo by Z S on Unsplash
Basics for lambda
lambda is a keyword in Python, we use it to create an anonymous function. So we also call lambda functions as anonymous functions.
But what’s
Coder's Cat
Python: Pros and Cons of Lambda
Basics for lambda lambda is a keyword in Python. We use it to create an anonymous function. So we also call lambda functions as anonymous functions.
But what is the anonymous function?
A nor...
But what is the anonymous function?
A nor...
IslandT: Lists in python – Python list methods
Link: https://kibiwebgeek.com/lists-in-python-python-list-methods/
In this chapter, we will create simple python programs that will demonstrate the usage of various python list methods.
# create a simple python program which will manipulate the content of a python
Link: https://kibiwebgeek.com/lists-in-python-python-list-methods/
In this chapter, we will create simple python programs that will demonstrate the usage of various python list methods.
# create a simple python program which will manipulate the content of a python
Kibiwebgeek
Lists in python – Python list methods
In this chapter, we will create simple python programs that will demonstrate the usage of various python list methods. The outcome of the above python list methods program In the below python list...
Mike Driscoll: PyDev of the Week – Abigail Mesrenyame Dogbe
Link: http://www.blog.pythonlibrary.org/2020/03/30/pydev-of-the-week-abigail-mesrenyame-dogbe/
This week we welcome Abigail Mesrenyame Dogbe (@MesrenyameDogbe) as our PyDev of the Week! Abigail is active with the PyLadies organization in Africa and has also helped organize PyCon Africa. Abigail
Link: http://www.blog.pythonlibrary.org/2020/03/30/pydev-of-the-week-abigail-mesrenyame-dogbe/
This week we welcome Abigail Mesrenyame Dogbe (@MesrenyameDogbe) as our PyDev of the Week! Abigail is active with the PyLadies organization in Africa and has also helped organize PyCon Africa. Abigail
Mouse Vs Python
PyDev of the Week - Abigail Mesrenyame Dogbe
Abigail is active with the PyLadies organization in Africa and has also helped organize PyCon Africa. Abigail is also a fellow of the PSF
Codementor: The one where we build a web scrapper and a slackbot - Part 1
Link: https://www.codementor.io/akaniruvictoryvic3king/the-one-where-we-build-a-web-scrapper-and-a-slackbot-part-1-150u3ohsq0
In this article, I write about automation and building a web scraper using beautifulSoup4 and selenium.
Link: https://www.codementor.io/akaniruvictoryvic3king/the-one-where-we-build-a-web-scrapper-and-a-slackbot-part-1-150u3ohsq0
In this article, I write about automation and building a web scraper using beautifulSoup4 and selenium.
www.codementor.io
The one where we build a web scrapper and a slackbot - Part 1 | Codementor
In this article, I write about automation and building a web scraper using beautifulSoup4 and selenium.
Codementor: The one where we build a web scrapper and a slackbot - Part 2
Link: https://www.codementor.io/akaniruvictoryvic3king/the-one-where-we-build-a-web-scrapper-and-a-slackbot-part-2-150u8ruoq2
In this article I walk through my process of building a slackbot and sending messages to a channel at intervals
Link: https://www.codementor.io/akaniruvictoryvic3king/the-one-where-we-build-a-web-scrapper-and-a-slackbot-part-2-150u8ruoq2
In this article I walk through my process of building a slackbot and sending messages to a channel at intervals
www.codementor.io
The one where we build a web scrapper and a slackbot - Part 2 | Codementor
In this article I walk through my process of building a slackbot and sending messages to a channel at intervals
Full Stack Python: Exporting pandas DataFrames into SQLite with SQLAlchemy
Link: https://www.fullstackpython.com/blog/export-pandas-dataframes-sqlite-sqlalchemy.html
It is common when performing exploratory data analysis,
for example when examining COVID-19 data with pandas,
to load from files like a CSV, XML, or JSON into a
pandas DataFrame. You may then do some
Link: https://www.fullstackpython.com/blog/export-pandas-dataframes-sqlite-sqlalchemy.html
It is common when performing exploratory data analysis,
for example when examining COVID-19 data with pandas,
to load from files like a CSV, XML, or JSON into a
pandas DataFrame. You may then do some
Fullstackpython
Exporting pandas DataFrames into SQLite with SQLAlchemy
Learn how to export data from pandas DataFrames into SQLite databases using SQLAlchemy. Great post on fullstackpython.com!
BreadcrumbsCollector: How to mock in Python? – (almost) definitive guide
Link: https://breadcrumbscollector.tech/how-to-mock-in-python-almost-definitive-guide/
What is a mock?
Mock is a category of so-called test doubles – objects that mimic the behaviour of other objects. They are meant to be used in tests to replace real implementation that for some reason
Link: https://breadcrumbscollector.tech/how-to-mock-in-python-almost-definitive-guide/
What is a mock?
Mock is a category of so-called test doubles – objects that mimic the behaviour of other objects. They are meant to be used in tests to replace real implementation that for some reason
Breadcrumbs Collector
How to mock in Python? - (almost) definitive guide - Breadcrumbs Collector
What is a mock? Mock is a category of so-called test doubles – objects that mimic the behaviour of other objects. They are meant to be used in tests to replace real implementation that for some reason cannot be used (.e.g because they cause side effects,…
Will McGugan: Rich adds support for Jupyter Notebooks
Link: https://www.willmcgugan.com/blog/tech/post/rich-adds-support-for-jupyter-notebooks/
I recently added experimental support for Jupyter Notebooks to Rich. Here's an example of the kind of output it can generate:
© 2020 Will McGugan
This is the Rich test card you can generate in the t
Link: https://www.willmcgugan.com/blog/tech/post/rich-adds-support-for-jupyter-notebooks/
I recently added experimental support for Jupyter Notebooks to Rich. Here's an example of the kind of output it can generate:
© 2020 Will McGugan
This is the Rich test card you can generate in the t
Will McGugan Tech
Rich adds support for Jupyter Notebooks
I recently added experimental support for Jupyter Notebooks to Rich. Here's an example of the kind of output it can generate: Rich is a library for fancy formatting to the terminal, where-as Jupyter supports HTML natively. So why integrate one with the other?…
Chris Moffitt: Using WSL to Build a Python Development Environment on Windows
Link: https://pbpython.com/wsl-python.html
Introduction
In 2016, Microsoft launched Windows Subsystem for Linux (WSL) which brought robust unix functionality to Windows.
In May 2019, Microsoft announced the release of WSL 2 which includes an
Link: https://pbpython.com/wsl-python.html
Introduction
In 2016, Microsoft launched Windows Subsystem for Linux (WSL) which brought robust unix functionality to Windows.
In May 2019, Microsoft announced the release of WSL 2 which includes an
Pbpython
Using WSL to Build a Python Development Environment on Windows
This article describes how to install and configure WSL2 so you can run Linux apps and do python development on your Windows system.
Real Python: How to Use any() in Python
Link: https://realpython.com/any-python/
As a Python programmer, you’ll frequently deal with Booleans and conditional statements—sometimes very complex ones. In those situations, you may need to rely on tools that can simplify logic and cons
Link: https://realpython.com/any-python/
As a Python programmer, you’ll frequently deal with Booleans and conditional statements—sometimes very complex ones. In those situations, you may need to rely on tools that can simplify logic and cons
Realpython
How to Use any() in Python – Real Python
If you've ever wondered how to simplify complex conditionals by determining if at least one in a series of conditions is true, then look no further. This tutorial will teach you all about how to use any() in Python to do just that.
Real Python: The Real Python Podcast – Episode #2: Learn Python Skills While Creating Games
Link: https://realpython.com/podcasts/rpp/2/
In this episode, Christopher interviews Jon Fincher from the Real Python Team. Jon talks about his recent articles on PyGame and Arcade. They discuss if game programming is a good way to develop your
Link: https://realpython.com/podcasts/rpp/2/
In this episode, Christopher interviews Jon Fincher from the Real Python Team. Jon talks about his recent articles on PyGame and Arcade. They discuss if game programming is a good way to develop your
Realpython
Episode #2: Learn Python Skills While Creating Games – The Real Python Podcast
Is game programming a good way to develop your Python programming skills? This week we have Jon Fincher on the show. Jon is an author on the Real Python team, and we talk about his recent articles on PyGame and Arcade.
Continuum Analytics Blog: Why Understanding CVEs Is Critical for Data Scientists
Link: https://www.anaconda.com/cves-data-science-security/
CVEs are Common Vulnerabilities and Exposures found in software components. Because modern software is complex with its many layers, interdependencies, data input, and libraries, vulnerabilities tend
Link: https://www.anaconda.com/cves-data-science-security/
CVEs are Common Vulnerabilities and Exposures found in software components. Because modern software is complex with its many layers, interdependencies, data input, and libraries, vulnerabilities tend
Wingware: Wing Python IDE 7.2.2 - March 30, 2020
Link: https://wingware.com/news/2020-03-30
Wing 7.2.2 introduces a How-To for using Wing with AWS, adds support for Python 3 enums,
allows constraining Find Uses of imported symbols to only the current file, and makes a number
of usability and
Link: https://wingware.com/news/2020-03-30
Wing 7.2.2 introduces a How-To for using Wing with AWS, adds support for Python 3 enums,
allows constraining Find Uses of imported symbols to only the current file, and makes a number
of usability and
Wingware
Wing Python IDE 7.2.2 - March 30, 2020 - Wing Python IDE
Wing 7.2.2 introduces a How-To for using Wing with AWS, adds support for Python 3
enums, allows constraining Find Uses of imported symbols to only the current file, and makes a
number of usability and stability improvements.
enums, allows constraining Find Uses of imported symbols to only the current file, and makes a
number of usability and stability improvements.
Wesley Chun: Authorized Google API access from Python (part 2 of 2)
Link: http://wescpy.blogspot.com/2014/11/authorized-google-api-access-from-python.html
Listing your files with the Google Drive APINOTE: You can also watch a video walkthrough of the common code covered in this blogpost here. UPDATE (Mar 2020): You can build this application line-by-lin
Link: http://wescpy.blogspot.com/2014/11/authorized-google-api-access-from-python.html
Listing your files with the Google Drive APINOTE: You can also watch a video walkthrough of the common code covered in this blogpost here. UPDATE (Mar 2020): You can build this application line-by-lin
Blogspot
Authorized Google API access from Python (part 2 of 2)
Listing your files with the Google Drive API NOTE: You can also watch a video walkthrough of the common code covered in this blogpost her...