Reinout van Rees: PyGrunn: embedding the python interpreter - Mark Boer
Link: http://reinout.vanrees.org/weblog/2019/05/10/5-embedding-python-interpreter.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Writing scripts inside applications is often hard. Some of them luckily have
an embedded version of python, but not all of them.
Two im
Link: http://reinout.vanrees.org/weblog/2019/05/10/5-embedding-python-interpreter.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Writing scripts inside applications is often hard. Some of them luckily have
an embedded version of python, but not all of them.
Two im
Reinout van Rees: PyGrunn: data processing and visualisation of tractor data - Erik-Jan Blanksma
Link: http://reinout.vanrees.org/weblog/2019/05/10/6-data-processing-tractor.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
He works for Dacom, a firm that writes software to help farmers be more
effective. Precision farming is a bit of a buzzword nowadays. Y
Link: http://reinout.vanrees.org/weblog/2019/05/10/6-data-processing-tractor.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
He works for Dacom, a firm that writes software to help farmers be more
effective. Precision farming is a bit of a buzzword nowadays. Y
Reuven Lerner: Weekly Python Exercise A2 (functions + modules for beginners) closes today
Link: https://lerner.co.il/2019/05/10/weekly-python-exercise-a2-functions-modules-for-beginners-closes-today/
If you are a relative beginner to Python, and want to improve your understanding of functions and modules, then there’s no better way to do so than practice.
Weekly Python Exercise provides you with
Link: https://lerner.co.il/2019/05/10/weekly-python-exercise-a2-functions-modules-for-beginners-closes-today/
If you are a relative beginner to Python, and want to improve your understanding of functions and modules, then there’s no better way to do so than practice.
Weekly Python Exercise provides you with
Reuven Lerner
Weekly Python Exercise A2 (functions + modules for beginners) closes today — Reuven Lerner
If you are a relative beginner to Python, and want to improve your understanding of functions and modules, then there’s no better way to do so than practice. Weekly Python Exercise provides you with that practice, with a family of six 15-week courses. In…
Gocept Weblog: Celebration: Zope 4 final release
Link: https://blog.gocept.com/2019/05/10/celebration-zope-4-final-release/
TL;DR: Zope 4 beta phase ended, final version released!
After hard, long years of preparation Earl Zope now finally made it to get a permanent license for the Python 3 wonderland: In September 2016 al
Link: https://blog.gocept.com/2019/05/10/celebration-zope-4-final-release/
TL;DR: Zope 4 beta phase ended, final version released!
After hard, long years of preparation Earl Zope now finally made it to get a permanent license for the Python 3 wonderland: In September 2016 al
gocept blog
Celebration: Zope 4 final release
TL;DR: Zope 4 beta phase ended, final version released! After hard, long years of preparation Earl Zope now finally made it to get a permanent license for the Python 3 wonderland: In September 2016…
Reinout van Rees: PyGrunn: python as a scientist's playground - Peter Kroon
Link: http://reinout.vanrees.org/weblog/2019/05/10/7-python-scientist-playground.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
He's a scientist. Quite often, he searches for python packages.
If you're writing python packages, you can learn how someone might sea
Link: http://reinout.vanrees.org/weblog/2019/05/10/7-python-scientist-playground.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
He's a scientist. Quite often, he searches for python packages.
If you're writing python packages, you can learn how someone might sea
Reinout van Rees: PyGrunn: advanced pytest - Òscar Vilaplana
Link: http://reinout.vanrees.org/weblog/2019/05/10/8-advanced-pytest.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Imagine being a developer being woken up at night because your latest commit
broke the website. You fix the issue, run the tests of you
Link: http://reinout.vanrees.org/weblog/2019/05/10/8-advanced-pytest.html
(One of my summaries of a talk at the
2019 PyGrunn conference).
Imagine being a developer being woken up at night because your latest commit
broke the website. You fix the issue, run the tests of you
Stack Abuse: Python for NLP: Working with the Gensim Library (Part 1)
Link: https://stackabuse.com/python-for-nlp-working-with-the-gensim-library-part-1/
This is the 10th article in my series of articles on Python for NLP. In my previous article, I explained how the StanfordCoreNLP library can be used to perform different NLP tasks.
In this article, we
Link: https://stackabuse.com/python-for-nlp-working-with-the-gensim-library-part-1/
This is the 10th article in my series of articles on Python for NLP. In my previous article, I explained how the StanfordCoreNLP library can be used to perform different NLP tasks.
In this article, we
Stack Abuse
Python for NLP: Working with the Gensim Library (Part 1)
This is the 10th article in my series of articles on Python for NLP. In my previous article, I explained how the StanfordCoreNLP library can be used to perform...
Stack Abuse: Introduction to Reinforcement Learning with Python
Link: https://stackabuse.com/introduction-to-reinforcement-learning-with-python/
Introduction
Reinforcement Learning is definitely one of the most active and stimulating areas of research in AI.
The interest in this field grew exponentially over the last couple of years, following
Link: https://stackabuse.com/introduction-to-reinforcement-learning-with-python/
Introduction
Reinforcement Learning is definitely one of the most active and stimulating areas of research in AI.
The interest in this field grew exponentially over the last couple of years, following
Stack Abuse
Introduction to Reinforcement Learning with Python
Reinforcement Learning is definitely one of the most active and stimulating areas of research in AI. The interest in this field grew exponentially over the la...
ListenData: Python for Data Science : Learn in 3 Days
Link: https://www.listendata.com/2017/05/python-data-science.html
This tutorial helps you to learn Data Science with Python with examples. Python is an open source language and it is widely used as a high-level programming language for general-purpose programming. I
Link: https://www.listendata.com/2017/05/python-data-science.html
This tutorial helps you to learn Data Science with Python with examples. Python is an open source language and it is widely used as a high-level programming language for general-purpose programming. I
ListenData
Python for Data Science - Learn in 3 Days
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
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%...