ListenData: Python Data Structures
Link: https://www.listendata.com/2017/06/python-data-structures.html
This post explains the data structures used in Python. It is essential to understand the data structures in a programming language. In python, there are many data structures available. They are as fol
Link: https://www.listendata.com/2017/06/python-data-structures.html
This post explains the data structures used in Python. It is essential to understand the data structures in a programming language. In python, there are many data structures available. They are as fol
ListenData
Python Data Structures
This tutorial explains the data structures used in Python. In python, there are many data structures available such as lists, tuples, dictionaries, strings, sets
ListenData: Data Analysis in Python using Pandas - 50 Examples
Link: https://www.listendata.com/2017/12/python-pandas-tutorial.html
Pandas being one of the most popular package in Python is widely used for data manipulation. It is a very powerful and versatile package which makes data cleaning and wrangling much easier and pleasan
Link: https://www.listendata.com/2017/12/python-pandas-tutorial.html
Pandas being one of the most popular package in Python is widely used for data manipulation. It is a very powerful and versatile package which makes data cleaning and wrangling much easier and pleasan
ListenData
Best Pandas Tutorial | Learn with 50 Examples
In this pandas tutorial, you will learn various functions of pandas package along with 50+ examples to get hands-on experience in data analysis in python using pandas
Weekly Python StackOverflow Report: (clxxvii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/05/clxxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-05-11 20:53:04 GMTWhat is the order of execution of __eq__ if one
Link: http://python-weekly.blogspot.com/2019/05/clxxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-05-11 20:53:04 GMTWhat is the order of execution of __eq__ if one
Blogspot
(clxxvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
ListenData: Python Lambda Function with Examples
Link: https://www.listendata.com/2019/04/python-lambda-function.html
This article covers detailed explanation of lambda function of Python. You will learn how to use it in some of the common scenarios with examples. Table of ContentsIntroduction : Lambda Function In no
Link: https://www.listendata.com/2019/04/python-lambda-function.html
This article covers detailed explanation of lambda function of Python. You will learn how to use it in some of the common scenarios with examples. Table of ContentsIntroduction : Lambda Function In no
ListenData
Python Lambda Function with Examples
This tutorial covers explanation of lambda function of Python. You will learn how to use it in some of the common scenarios with examples.
Talk Python to Me: #211 Classic CS problems in Python
Link: https://talkpython.fm/episodes/show/211/classic-cs-problems-in-python
Many of you studied computer science at a University to get into programming and your careers. But I bet most of you came through some self-study or some sort of back door into the industry. I count m
Link: https://talkpython.fm/episodes/show/211/classic-cs-problems-in-python
Many of you studied computer science at a University to get into programming and your careers. But I bet most of you came through some self-study or some sort of back door into the industry. I count m
talkpython.fm
Classic CS problems in Python
Many of you studied computer science at a University to get into programming and your careers. But I bet most of you came through some self-study or some sort of back door into the industry. I count myself among that crowd.
Reuven Lerner: Python dicts and memory usage
Link: https://lerner.co.il/2019/05/12/python-dicts-and-memory-usage/
Let’s say that we create a new, empty Python dictionary:
>>> d = {}
How much memory does this new, empty dict consume? We can find out with “sys.getsizeof“:
>>> import sys>>> sys.getsizeof(d)240
In ot
Link: https://lerner.co.il/2019/05/12/python-dicts-and-memory-usage/
Let’s say that we create a new, empty Python dictionary:
>>> d = {}
How much memory does this new, empty dict consume? We can find out with “sys.getsizeof“:
>>> import sys>>> sys.getsizeof(d)240
In ot
Reuven Lerner
Python dicts and memory usage
Let's say that we create a new, empty Python dictionary: >>> d = {} How much memory does this new, empty dict consume? We can find out with "sys.getsizeof": >>> import sys>>> sys.getsizeof(d)240 In other
Zero-with-Dot (Oleg Żero): AJAX calls in Django 2.2
Link: https://zerowithdot.com/django-2-ajax-call/
Introduction
AJAX (Asyncroneous JavaScript and XML) is a great way of updating client content without the need to reload the whole webpage.
When working with Django, the front-end code is rendered for
Link: https://zerowithdot.com/django-2-ajax-call/
Introduction
AJAX (Asyncroneous JavaScript and XML) is a great way of updating client content without the need to reload the whole webpage.
When working with Django, the front-end code is rendered for
Zerowithdot
AJAX calls in Django 2.2
Creating AJAX calls that are acceptable in Django 2.2+ with it's updated CSRF policy.
Codementor: Simplest algorithm to get started with machine learning
Link: https://www.codementor.io/alexander-k/simplest-algorithm-to-get-started-with-machine-learning-uwlmt3p5z
Description of on of the simplest classification algorithms. It helped me to get started with machine learning.
Link: https://www.codementor.io/alexander-k/simplest-algorithm-to-get-started-with-machine-learning-uwlmt3p5z
Description of on of the simplest classification algorithms. It helped me to get started with machine learning.
www.codementor.io
Simplest algorithm to get started with machine learning | Codementor
Description of on of the simplest classification algorithms. It helped me to get started with machine learning.
Podcast.__init__: Building A Privacy Preserving Voice Assistant
Link: https://www.pythonpodcast.com/snips-voice-assistant-episode-211/
Being able to control a computer with your voice has rapidly moved from science fiction to science fact. Unfortunately, the majority of platforms that have been made available to consumers are control
Link: https://www.pythonpodcast.com/snips-voice-assistant-episode-211/
Being able to control a computer with your voice has rapidly moved from science fiction to science fact. Unfortunately, the majority of platforms that have been made available to consumers are control
The Python Podcast.__init__
The Python Podcast.__init__: Building A Privacy Preserving Voice Assistant
An interview about how the Snips team are building an offline first voice assistant that respects your privacy
Mike Driscoll: PyDev of the Week: Tania Allard
Link: http://www.blog.pythonlibrary.org/2019/05/13/pydev-of-the-week-tania-allard/
This week we welcome Tania Allard (@ixek) as our PyDev of the Week! Tania is a developer advocate at Microsoft. She is also a speaker at multiple conferences. If you’d like to learn more about her, yo
Link: http://www.blog.pythonlibrary.org/2019/05/13/pydev-of-the-week-tania-allard/
This week we welcome Tania Allard (@ixek) as our PyDev of the Week! Tania is a developer advocate at Microsoft. She is also a speaker at multiple conferences. If you’d like to learn more about her, yo
EuroPython: EuroPython 2019: Early-bird ticket sales open today
Link: https://blog.europython.eu/post/184844709342
As previously announced, we will be opening early-bird tickets sales today at 12:00 CEST.We will have 200 early-bird tickets available when we open up ticket sales. They offer a discount of up to 50%
Link: https://blog.europython.eu/post/184844709342
As previously announced, we will be opening early-bird tickets sales today at 12:00 CEST.We will have 200 early-bird tickets available when we open up ticket sales. They offer a discount of up to 50%
EuroPython Blog
EuroPython 2019: Early-bird ticket sales open today
As previously announced, we will be opening early-bird tickets sales today at 12:00 CEST. We will have 200 early-bird tickets available when we open up ticket sales. They offer a discount of up to 50%...
EuroPython Society: EuroPython 2019: Early-bird ticket sales open today
Link: https://www.europython-society.org/post/184844718460
europython:
As previously announced, we will be opening early-bird tickets sales today at 12:00 CEST.
We will have 200 early-bird tickets available when we open up ticket sales. They offer a discount
Link: https://www.europython-society.org/post/184844718460
europython:
As previously announced, we will be opening early-bird tickets sales today at 12:00 CEST.
We will have 200 early-bird tickets available when we open up ticket sales. They offer a discount
EuroPython Society
EuroPython 2019: Early-bird ticket sales open today europython: “ As previously announced, we will be opening early-bird tickets sales today at 12:00 CEST. We will have 200 early-bird tickets...
Ned Batchelder: Coverage.py 5.0a5: pytest contexts
Link: https://nedbatchelder.com//blog/201905/coveragepy_50a5_pytest_contexts.html
Development of version 5 of coverage.py is going slowly, but it is progressing.
The latest alpha is out: coverage.py 5.0a5.
The biggest changes are due to Stephan Richter and Justas Sadzevičius, from
Link: https://nedbatchelder.com//blog/201905/coveragepy_50a5_pytest_contexts.html
Development of version 5 of coverage.py is going slowly, but it is progressing.
The latest alpha is out: coverage.py 5.0a5.
The biggest changes are due to Stephan Richter and Justas Sadzevičius, from
Stories in My Pocket: Recommended podcast episode: No Plans to Merge "Feature Branches"
Link: https://storiesinmypocket.com/articles/recommended-episode-no-plans-merge-feature-branches/
No Plans to Merge is a newer podcast to me. The hosts, Daniel Coulbourne & Caleb Porzio, have a chemistry that is much deeper than their episode count would suggest, as this podcast is the successor t
Link: https://storiesinmypocket.com/articles/recommended-episode-no-plans-merge-feature-branches/
No Plans to Merge is a newer podcast to me. The hosts, Daniel Coulbourne & Caleb Porzio, have a chemistry that is much deeper than their episode count would suggest, as this podcast is the successor t
Real Python: Playing and Recording Sound in Python
Link: https://realpython.com/playing-and-recording-sound-python/
If you want to use Python to play or record sound, then you’ve come to the right place! In this tutorial, you’ll learn how to play and record sound in Python using some of the most popular audio libra
Link: https://realpython.com/playing-and-recording-sound-python/
If you want to use Python to play or record sound, then you’ve come to the right place! In this tutorial, you’ll learn how to play and record sound in Python using some of the most popular audio libra
Realpython
Playing and Recording Sound in Python – Real Python
In this tutorial, you'll learn about libraries that can be used for playing and recording sound in Python, such as PyAudio and python-sounddevice. You'll also see code snippets for playing and recording sound files and arrays, as well as for converting between…
Zato Blog: API validation with JSON Schema
Link: https://zato.io/blog/posts/json-schema.html
Employing JSON Schema is an easy and straightforward way to validate input to your APIs - learn below how it can be enabled in
Zato 3.1+
services in one line of code.
Preparing a schema
Supposing that
Link: https://zato.io/blog/posts/json-schema.html
Employing JSON Schema is an easy and straightforward way to validate input to your APIs - learn below how it can be enabled in
Zato 3.1+
services in one line of code.
Preparing a schema
Supposing that
Zato Blog
API validation with JSON Schema
EuroPython: EuroPython 2019: Talk Voting is open
Link: https://blog.europython.eu/post/184850780847
Talk voting is your chance to tell us what you’d like to see at EuroPython 2019. We will leave talk voting open until:Friday, May 17 23:59:59 CESTIn order to vote, please log in to the website and the
Link: https://blog.europython.eu/post/184850780847
Talk voting is your chance to tell us what you’d like to see at EuroPython 2019. We will leave talk voting open until:Friday, May 17 23:59:59 CESTIn order to vote, please log in to the website and the
EuroPython Blog
EuroPython 2019: Talk Voting is open
Talk voting is your chance to tell us what you’d like to see at EuroPython 2019. We will leave talk voting open until: Friday, May 17 23:59:59 CEST In order to vote, please log in to the website and...
PyCharm: New Book: “Effective PyCharm” by Michael Kennedy and Matt Harrison
Link: http://feedproxy.google.com/~r/Pycharm/~3/ZrjyhG5LMqg/
PyCon 2019 last week was exciting for us for many reasons but near the top of the list: the reveal of Effective PyCharm, a new book by Michael Kennedy and Matt Harrison.
About the Book
Michael and Ma
Link: http://feedproxy.google.com/~r/Pycharm/~3/ZrjyhG5LMqg/
PyCon 2019 last week was exciting for us for many reasons but near the top of the list: the reveal of Effective PyCharm, a new book by Michael Kennedy and Matt Harrison.
About the Book
Michael and Ma
PyCharm Blog
New Book: “Effective PyCharm” by Michael Kennedy and Matt Harrison
PyCon 2019 last week was exciting for us for many reasons but near the top of the list: the reveal of Effective PyCharm, a new book by Michael Kennedy and Matt Harrison. About the Book Michael and …
Vladimir Iakolev: Finding the cheapest flights for a multi-leg trip with Amadeus API and Python
Link: https://nvbn.github.io/2019/05/13/summer-trip/
This summer I’m planning to have a trip that will include Moscow, Irkutsk, Beijing, Shanghai, and Tokyo.
As I’m flexible on dates I’ve decided to try to find the cheapest flights with the shortest du
Link: https://nvbn.github.io/2019/05/13/summer-trip/
This summer I’m planning to have a trip that will include Moscow, Irkutsk, Beijing, Shanghai, and Tokyo.
As I’m flexible on dates I’ve decided to try to find the cheapest flights with the shortest du
nvbn.github.io
Finding the cheapest flights for a multi-leg trip with Amadeus API and Python
This summer I’m planning to have a trip that will include Moscow, Irkutsk, Beijing, Shanghai, and Tokyo.
As I’m flexible on dates I’ve decided to try to find the cheapest flights with the shortes...
As I’m flexible on dates I’ve decided to try to find the cheapest flights with the shortes...
Chris Moffitt: Stylin’ with Pandas
Link: https://pbpython.com/styling-pandas.html
Introduction
I have been working on a side project so I have not had as much time to blog.
Hopefully I will be able to share more about that project soon.
In the meantime, I wanted to write an articl
Link: https://pbpython.com/styling-pandas.html
Introduction
I have been working on a side project so I have not had as much time to blog.
Hopefully I will be able to share more about that project soon.
In the meantime, I wanted to write an articl
Pbpython
Stylin’ with Pandas
Pandas has a relatively new API for styling output. This article shows examples of using the style API in pandas.