Podcast.__init__: Growing Dask To Make Scaling Python Data Science Easier At Coiled
Link: https://www.pythonpodcast.com/coiled-dask-python-data-science-episode-275/
Python is a leading choice for data science due to the immense number of libraries and frameworks readily available to support it, but it is still difficult to scale. Dask is a framework designed to t
Link: https://www.pythonpodcast.com/coiled-dask-python-data-science-episode-275/
Python is a leading choice for data science due to the immense number of libraries and frameworks readily available to support it, but it is still difficult to scale. Dask is a framework designed to t
The Python Podcast.__init__
The Python Podcast.__init__: Growing Dask To Make Scaling Python Data Science Easier At Coiled
An interview with the co-founders of Coiled about their work to make Dask easier to use for scalable Python data science.
Python Bytes: #194 Events and callbacks in the Python language!
Link: https://pythonbytes.fm/episodes/show/194/events-and-callbacks-in-the-python-language
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://testandcode.com
Link: https://pythonbytes.fm/episodes/show/194/events-and-callbacks-in-the-python-language
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://testandcode.com
pythonbytes.fm
Events and callbacks in the Python language!
News and announcements from the Python community for the week of Aug 10th, 2020
PSF GSoC students blogs: Weekly Check-In #11
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-11-4/
What I did this week?
This week I added checkers for tcpdump and qt libraries.
What will I be doing this week?
I will be working on updating documentation in the next week.
Did I get stuck anywhere?
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-11-4/
What I did this week?
This week I added checkers for tcpdump and qt libraries.
What will I be doing this week?
I will be working on updating documentation in the next week.
Did I get stuck anywhere?
blogs.python-gsoc.org
Python GSoC - Weekly Check-In #11 - SaurabhK122's Blog
Weekly Check-In #11 - 5d0be411-5fb6-418b-8715-fc45c31bfef2 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-In #6 (2nd Aug - 9th Aug)
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-6-2nd-aug-9th-aug/
So we have almost reached the end of the program and it was a fun learning experience.
What did you do this week ?
We were looking to restructure some core chunks of the code to allow easier testing
Link: https://blogs.python-gsoc.org/en/arnav_ks-blog/weekly-check-in-6-2nd-aug-9th-aug/
So we have almost reached the end of the program and it was a fun learning experience.
What did you do this week ?
We were looking to restructure some core chunks of the code to allow easier testing
blogs.python-gsoc.org
Python GSoC - Weekly Check-In #6 (2nd Aug - 9th Aug) - arnav_k's Blog
Weekly Check-In #6 (2nd Aug - 9th Aug) - b25b8e5e-93b2-4597-ad96-d9f39dde2e0d - Python's Google Summer of Code Blogs Page
spikelantern: The best frontend JavaScript framework for Django
Link: https://spikelantern.com/articles/the-best-frontend-javascript-framework-for-django/
A question I've seen asked a lot is "what's the best frontend JavaScript framework to use with Django".
Django itself doesn't make any recommendation on which frontend framework to use, or even assume
Link: https://spikelantern.com/articles/the-best-frontend-javascript-framework-for-django/
A question I've seen asked a lot is "what's the best frontend JavaScript framework to use with Django".
Django itself doesn't make any recommendation on which frontend framework to use, or even assume
spikelantern
The best frontend JavaScript framework for Django
A question I've seen asked a lot is "what's the best frontend JavaScript framework to use with Django". Django itself doesn't make any recommendation on which frontend framework to use, or even assumes you're using a frontend framework at all. So, which frontend…
PSF GSoC students blogs: GSoC: Week 11: InputEngine.add(paths)
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-11-inputengine-add-paths/
Hello guys,
What did I do this week?
After we added support for file paths in output. I have found out a bug which was breaking cve_scanner whenever we use --input-file flag for scanning CVEs from CS
Link: https://blogs.python-gsoc.org/en/niraj-kamdars-blog/gsoc-week-11-inputengine-add-paths/
Hello guys,
What did I do this week?
After we added support for file paths in output. I have found out a bug which was breaking cve_scanner whenever we use --input-file flag for scanning CVEs from CS
blogs.python-gsoc.org
Python GSoC - GSoC: Week 11: InputEngine.add(paths) - Niraj-Kamdar's Blog
GSoC: Week 11: InputEngine.add(paths) - a11606ad-8c5c-4794-9e35-f5cf9a8d0e11 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 10
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-10-1/
What did you do this week?
I finally fixed up all the bugs that were there. KML Overlay is totally functional and useful now! I also added extra features, which means that any kind of KML File can be
Link: https://blogs.python-gsoc.org/en/aryan_guptas-blog/week-10-1/
What did you do this week?
I finally fixed up all the bugs that were there. KML Overlay is totally functional and useful now! I also added extra features, which means that any kind of KML File can be
blogs.python-gsoc.org
Python GSoC - Week 10 - ARYAN_GUPTA's Blog
Week 10 - a8bb065d-8553-4ccd-9d92-b9704e3fb7c5 - Python's Google Summer of Code Blogs Page
Ned Batchelder: You should include your tests in coverage
Link: https://nedbatchelder.com//blog/202008/you_should_include_your_tests_in_coverage.html
This seems to be a recurring debate: should you measure the coverage of your
tests? In my opinion, definitely yes.Just to clarify: I’m not talking about using coverage measurement with your
test suite
Link: https://nedbatchelder.com//blog/202008/you_should_include_your_tests_in_coverage.html
This seems to be a recurring debate: should you measure the coverage of your
tests? In my opinion, definitely yes.Just to clarify: I’m not talking about using coverage measurement with your
test suite
Real Python: Identify Invalid Python Syntax
Link: https://realpython.com/courses/identify-invalid-syntax/
Python is known for its simple syntax. However, when you’re learning Python for the first time or when you’ve come to Python with a solid background in another programming language, you may run into s
Link: https://realpython.com/courses/identify-invalid-syntax/
Python is known for its simple syntax. However, when you’re learning Python for the first time or when you’ve come to Python with a solid background in another programming language, you may run into s
Realpython
Identify Invalid Python Syntax – Real Python
In this video course, you'll see common examples of invalid syntax in Python and learn how to resolve the issue. If you've ever received a SyntaxError when trying to run your Python code, then this is the guide for you!
Codementor: Is Java and Python similar?
Link: https://www.codementor.io/narendranareshit/is-java-and-python-similar-198hetrd0m
In this article you are going to know about that is java and python similar or not
Link: https://www.codementor.io/narendranareshit/is-java-and-python-similar-198hetrd0m
In this article you are going to know about that is java and python similar or not
www.codementor.io
Is Java and Python similar? | Codementor
In this article you are going to know about that is java and python similar or not
PSF GSoC students blogs: Week 10 Check-in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-10-check-in-1/
What did you do this week?
This week I started a new PR that adds multimethods for statistical functions. The multimethods added are the following:
Order statistics
percentile
nanpercentile
quantile
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-10-check-in-1/
What did you do this week?
This week I started a new PR that adds multimethods for statistical functions. The multimethods added are the following:
Order statistics
percentile
nanpercentile
quantile
blogs.python-gsoc.org
Python GSoC - Week 10 Check-in - joaosferreira's Blog
Week 10 Check-in - e6541468-770d-43d7-9901-351e16e31d96 - Python's Google Summer of Code Blogs Page
PyCoder’s Weekly: Issue #433 (Aug. 11, 2020)
Link: https://pycoders.com/issues/433
#433 – AUGUST 11, 2020 View in Browser » What Are Python Wheels and Why Should You Care? In this tutorial, you’ll learn what Python wheels are and why you should care as both a developer and end
Link: https://pycoders.com/issues/433
#433 – AUGUST 11, 2020 View in Browser » What Are Python Wheels and Why Should You Care? In this tutorial, you’ll learn what Python wheels are and why you should care as both a developer and end
Pycoders
PyCoder’s Weekly | Issue #433
Issue #433 of the PyCoder’s Weekly newsletter, published Aug. 11, 2020.
Python Insider: Python 3.9.0rc1 is now available
Link: http://feedproxy.google.com/~r/PythonInsider/~3/VKrYX2pRrD4/python-390rc1-is-now-available.html
Python 3.9.0 is almost ready. This release, 3.9.0rc1, is the penultimate release preview. You can get it here:https://www.python.org/downloads/release/python-390rc1/Entering the release candidate phas
Link: http://feedproxy.google.com/~r/PythonInsider/~3/VKrYX2pRrD4/python-390rc1-is-now-available.html
Python 3.9.0 is almost ready. This release, 3.9.0rc1, is the penultimate release preview. You can get it here:https://www.python.org/downloads/release/python-390rc1/Entering the release candidate phas
Blogspot
Python Insider: Python 3.9.0rc1 is now available
PSF GSoC students blogs: Weekly Check-In | GSoc | #11
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-11/
Greetings, People of the world!
Last phase for choosing has begun! I'm super excited about completing the project.
1. What did you do this week?
This week I added customization feature for anima
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-check-in-gsoc-11/
Greetings, People of the world!
Last phase for choosing has begun! I'm super excited about completing the project.
1. What did you do this week?
This week I added customization feature for anima
blogs.python-gsoc.org
Python GSoC - Weekly Check-In | GSoc | #11 - ShashankJarial's Blog
Weekly Check-In | GSoc | #11 - 85cf43f1-92b5-4284-9618-abac0e889328 - Python's Google Summer of Code Blogs Page
The Three of Wands: The Inner Workings of: Arq
Link: https://threeofwands.com/the-inner-workings-of-arq/
Arq is a job library for Python's asyncio. This article is up-to-date with Arq v0.19
The Point of Job Libraries
The main point of (what I colloquially call) a job library is, essentially, to execute a
Link: https://threeofwands.com/the-inner-workings-of-arq/
Arq is a job library for Python's asyncio. This article is up-to-date with Arq v0.19
The Point of Job Libraries
The main point of (what I colloquially call) a job library is, essentially, to execute a
The Three of Wands
The Inner Workings of: Arq
Arq is a job library for Python's asyncio. This article is up-to-date with Arq v0.19 The Point of Job Libraries The main point of (what I colloquially call) a job library is, essentially, to execute a function (i.e. job) somewhere else, and potentially at…
IslandT: Return modified string with Python
Link: https://kibiwebgeek.com/return-modified-string-with-python/
Hello and welcome back, today I have solved another python related problem on CodeWars and would like to post the solution here.
The question is as follows:-
Given 2 strings, a and b, return a string
Link: https://kibiwebgeek.com/return-modified-string-with-python/
Hello and welcome back, today I have solved another python related problem on CodeWars and would like to post the solution here.
The question is as follows:-
Given 2 strings, a and b, return a string
Kibiwebgeek
Return modified string with Python
Hello and welcome back, today I have solved another python related problem on CodeWars and would like to post the solution here. The question is as follows:- Given 2 strings, a and b, return a...
Codementor: HOW TO BUILD A SIMPLE VIRTUAL ASSISTANT USING PYTHON
Link: https://www.codementor.io/iamabeljoshua/how-to-build-a-simple-virtual-assistant-using-python-1965iq0aka
Learn how to build a simple virtual assistant in Python using Google Speech Recognition and IBM Watson Text to Speech.
Link: https://www.codementor.io/iamabeljoshua/how-to-build-a-simple-virtual-assistant-using-python-1965iq0aka
Learn how to build a simple virtual assistant in Python using Google Speech Recognition and IBM Watson Text to Speech.
www.codementor.io
HOW TO BUILD A SIMPLE VIRTUAL ASSISTANT USING PYTHON | Codementor
Learn how to build a simple virtual assistant in Python using Google Speech Recognition and IBM Watson Text to Speech.
Daniel Roy Greenfeld: August 2020 Courses
Link:
Live, Interactive, Online Courses
For years Audrey and I have travelled giving in-person training sessions. With current events being what they are, I've switched to giving live, online, interactive t
Link:
Live, Interactive, Online Courses
For years Audrey and I have travelled giving in-person training sessions. With current events being what they are, I've switched to giving live, online, interactive t
Stack Abuse: Deep Learning in Keras - Building a Deep Learning Model
Link: https://stackabuse.com/untitled/
Introduction
Deep learning is one of the most interesting and promising areas of artificial intelligence (AI) and machine learning currently. With great advances in technology and algorithms in recent
Link: https://stackabuse.com/untitled/
Introduction
Deep learning is one of the most interesting and promising areas of artificial intelligence (AI) and machine learning currently. With great advances in technology and algorithms in recent
Stack Abuse
Deep Learning in Keras - Building a Deep Learning Model
Introduction
Deep learning is one of the most interesting and promising areas of artificial
intelligence (AI) and machine learning currently. With great advances in
technology and algorithms in recent years, deep learning has opened the door to
a new era…
Deep learning is one of the most interesting and promising areas of artificial
intelligence (AI) and machine learning currently. With great advances in
technology and algorithms in recent years, deep learning has opened the door to
a new era…
Dataquest: How to Learn Python for Data Science In 5 Steps
Link: https://www.dataquest.io/blog/how-to-learn-python-for-data-science-in-5-steps/
Why Learn Python For Data Science?Before we explore how to learn Python for data science, we should briefly answer why you should learn Python in the first place.In short, understanding Python is one
Link: https://www.dataquest.io/blog/how-to-learn-python-for-data-science-in-5-steps/
Why Learn Python For Data Science?Before we explore how to learn Python for data science, we should briefly answer why you should learn Python in the first place.In short, understanding Python is one
Dataquest
How to Learn Python (Step-By-Step) in 2024
Learn Python the right way. Avoid the pitfalls that make people quit, maximize the time spent on fun projects, and accelerate learning.
Real Python: Python Community Interview With Bruno Oliveira
Link: https://realpython.com/interview-bruno-oliveira/
Today I’m joined by Bruno Oliveira, who is perhaps most well known for being a pytest core developer. In this interview, we cover migrating a large codebase from C++ to Python, how to get started with
Link: https://realpython.com/interview-bruno-oliveira/
Today I’m joined by Bruno Oliveira, who is perhaps most well known for being a pytest core developer. In this interview, we cover migrating a large codebase from C++ to Python, how to get started with
Realpython
Python Community Interview With Bruno Oliveira – Real Python
Bruno Oliveira is a core developer for pytest, the Python testing library. In this interview, we cover migrating a large codebase from C++ to Python, how to get started with pytest, and his love of Dark Souls.