EuroPython: EuroPython 2020: Talk voting is open
Link: https://blog.europython.eu/post/615363800716263424
Talk voting is your chance to tell us what you’d like to see at EuroPython 2020. We will leave talk voting open until:Sunday, April 26 23:59:59 CESTIn order to vote, please log in to the website and t
Link: https://blog.europython.eu/post/615363800716263424
Talk voting is your chance to tell us what you’d like to see at EuroPython 2020. We will leave talk voting open until:Sunday, April 26 23:59:59 CESTIn order to vote, please log in to the website and t
blog.europython.eu
EuroPython Blog
EuroPython 2020: Talk voting is open Talk voting is your chance to tell us what you’d like to see at EuroPython 2020. We will leave talk voting open until: Sunday, April 26 23:59:59 CEST In order to...
Real Python: Inheritance and Composition: A Python OOP Guide
Link: https://realpython.com/courses/inheritance-composition-python/
In this course, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object oriented programming that model the relationship between two clas
Link: https://realpython.com/courses/inheritance-composition-python/
In this course, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object oriented programming that model the relationship between two clas
Realpython
Inheritance and Composition: A Python OOP Guide – Real Python
In this step-by-step course, you'll learn about inheritance and composition in Python. You'll improve your object-oriented programming (OOP) skills by understanding how to use inheritance and composition and how to leverage them in their design.
Ian Ozsvald: Notes on last week’s Higher Performance Python class
Link: https://ianozsvald.com/2020/04/14/notes-on-last-weeks-higher-performance-python-class/
Last week I ran a two-morning Higher Performance Python class, we covered:
Profiling slow code (using a 2D particle infection model in an interactive Jupyter Notebook) with line_profiler & PySpy
Vect
Link: https://ianozsvald.com/2020/04/14/notes-on-last-weeks-higher-performance-python-class/
Last week I ran a two-morning Higher Performance Python class, we covered:
Profiling slow code (using a 2D particle infection model in an interactive Jupyter Notebook) with line_profiler & PySpy
Vect
Entrepreneurial Geekiness
Notes on last week’s Higher Performance Python class
Last week I ran a two-morning Higher Performance Python class, we covered:
Profiling slow code (using a 2D particle infection model in an interactive Jupyter Notebook) with line_profiler & PySpy
Vectorising code with NumPy vs running the original with PyPy…
Profiling slow code (using a 2D particle infection model in an interactive Jupyter Notebook) with line_profiler & PySpy
Vectorising code with NumPy vs running the original with PyPy…
Learn PyQt: Implementing QPainter flood fill in PyQt5/PySide
Link: https://www.learnpyqt.com/blog/implementing-qpainter-flood-fill-pyqt5pyside/
Building Piecasso (a PyQt5 Paint clone) I was disappointed to discover that while QPainter comes with a huge number of paint methods, ranging from pixels and lines to fully-filled polygons, it doesn'
Link: https://www.learnpyqt.com/blog/implementing-qpainter-flood-fill-pyqt5pyside/
Building Piecasso (a PyQt5 Paint clone) I was disappointed to discover that while QPainter comes with a huge number of paint methods, ranging from pixels and lines to fully-filled polygons, it doesn'
Learn PyQt
Implementing QPainter flood fill in PyQt5/PySide
The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Evennia: Spring updates while trying to stay healthy
Link: http://evennia.blogspot.com/2020/04/spring-updates-while-trying-to-stay.html
So, spring grows nearer for those of us on the Northern hemisphere. With everyone hopefully hunkered down and safe from the Covid-19 pandemic, I thought it overdue to make another dev blog for the p
Link: http://evennia.blogspot.com/2020/04/spring-updates-while-trying-to-stay.html
So, spring grows nearer for those of us on the Northern hemisphere. With everyone hopefully hunkered down and safe from the Covid-19 pandemic, I thought it overdue to make another dev blog for the p
Blogspot
Spring updates while trying to stay healthy
So, spring grows nearer for those of us on the Northern hemisphere. With everyone hopefully hunkered down and safe from the Covid-19 pan...
PyCoder’s Weekly: Issue #416 (April 14, 2020)
Link: https://pycoders.com/issues/416
#416 – APRIL 14, 2020 View in Browser » Open Source Virtual Backgrounds With Python and OpenCV With so much of the world stuck at home thanks to the COVID-19 pandemic, more and more workplaces a
Link: https://pycoders.com/issues/416
#416 – APRIL 14, 2020 View in Browser » Open Source Virtual Backgrounds With Python and OpenCV With so much of the world stuck at home thanks to the COVID-19 pandemic, more and more workplaces a
Pycoders
PyCoder’s Weekly | Issue #416
Issue #416 of the PyCoder’s Weekly newsletter, published April 14, 2020.
Quansight Labs Blog: PyTorch TensorIterator Internals
Link: https://labs.quansight.org/blog/2020/04/pytorch-tensoriterator-internals/
PyTorch is one of the leading frameworks for deep learning. Its core data
structure is Tensor, a multi-dimensional array implementation with many
advanced features like auto-differentiation. PyTorch i
Link: https://labs.quansight.org/blog/2020/04/pytorch-tensoriterator-internals/
PyTorch is one of the leading frameworks for deep learning. Its core data
structure is Tensor, a multi-dimensional array implementation with many
advanced features like auto-differentiation. PyTorch i
Quansight Labs
PyTorch TensorIterator Internals
The history section of this post is still relevant, but TensorIterator's
interface has changed significantly. For an update on the new API, please check
out this new blog
post.
PyTorch is one of the l
interface has changed significantly. For an update on the new API, please check
out this new blog
post.
PyTorch is one of the l
Python Software Foundation: Thank you to donors & sponsors
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/aXLdY8G2-v8/thank-you-to-donors-sponsors.html
PyCon 2020 in Pittsburgh, PA was cancelled due to COVID-19 and that impacted the PSF's finances. Our blog from March 31st estimated that the PSF would need to use $627,000 of its financial reserve to
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/aXLdY8G2-v8/thank-you-to-donors-sponsors.html
PyCon 2020 in Pittsburgh, PA was cancelled due to COVID-19 and that impacted the PSF's finances. Our blog from March 31st estimated that the PSF would need to use $627,000 of its financial reserve to
Blogspot
Thank you to donors & sponsors
PyCon 2020 in Pittsburgh, PA was cancelled due to COVID-19 and that impacted the PSF's finances. Our blog from March 31st estimated that t...
Test and Code: 109: Testing in Financial Services - Eric Bergemann
Link: https://testandcode.com/109
Financial services have their own unique testing development challenges. But they also have lots of the same challenges as many other software projects.
Eric Bergemann joins Brian Okken to discuss:
Link: https://testandcode.com/109
Financial services have their own unique testing development challenges. But they also have lots of the same challenges as many other software projects.
Eric Bergemann joins Brian Okken to discuss:
Test & Code : Python Testing for Software Engineers
Test & Code : Python Testing for Software Engineers 109: Testing in Financial Services - Eric Bergemann
Financial services have their own unique testing development challenges. But they also have lots of the same challenges as many other software projects. Eric Bergemann from Paragon discusses testing, DevOps, CI, and lots of other great testing and development…
Robin Parmar: Visual Coding with Processing: COVID-19 Tracker
Link: http://www.theatreofnoise.com/2020/04/visual-coding-with-processing-covid-19.html
This project uses the public API for COVID-19 mortality data, and maps the regional totals. So long as you understand the basics of Processing, you should be prepared for the step-by-step instructions
Link: http://www.theatreofnoise.com/2020/04/visual-coding-with-processing-covid-19.html
This project uses the public API for COVID-19 mortality data, and maps the regional totals. So long as you understand the basics of Processing, you should be prepared for the step-by-step instructions
Theatreofnoise
Visual Coding with Processing: COVID-19 Tracker
This project uses the public API for COVID-19 mortality data, and maps the regional totals. So long as you understand the basics of Proces...
Caktus Consulting Group: A Quick Guide to Generating Fake Data with Pandas
Link: http://www.caktusgroup.com/blog/2020/04/15/quick-guide-generating-fake-data-with-pandas/
Photo by Chris Curry.
Last August, our CTO Colin Copeland wrote about how to import multiple Excel files in your Django project using Pandas. We have used Pandas on multiple Python-based projects at C
Link: http://www.caktusgroup.com/blog/2020/04/15/quick-guide-generating-fake-data-with-pandas/
Photo by Chris Curry.
Last August, our CTO Colin Copeland wrote about how to import multiple Excel files in your Django project using Pandas. We have used Pandas on multiple Python-based projects at C
Caktusgroup
A Quick Guide to Generating Fake Data with Pandas | Caktus Group
In this post, you'll be taken through the necessary steps to create sample fake data in a CSV file. Large fake datasets can be useful when load testing your code. Pandas makes writing and reading either CSV or Excel files straight-forward and elegant.
Montreal Python User Group: Montréal-Python 76 – Tonic Glacier
Link: https://montrealpython.org/en/2020/04/mp76/
Pythonistas, Pythonistinas,
Montréal-Python 76, Tonic Glacier, is almost to our doors and we know you are just as enthusiasts as we are to hit COVID-19 hard with your mechanical keyboard. Here is wh
Link: https://montrealpython.org/en/2020/04/mp76/
Pythonistas, Pythonistinas,
Montréal-Python 76, Tonic Glacier, is almost to our doors and we know you are just as enthusiasts as we are to hit COVID-19 hard with your mechanical keyboard. Here is wh
PyCon: Facebook: Building the Future Together
Link: https://pycon.blogspot.com/2020/04/facebook-building-future-together.html
We’re thrilled to have the support of Facebook as a PSF and PyCon Principal Sponsor for 2020!Facebook would like to share with PyCon 2020 Online attendees how they are innovating ways for people to co
Link: https://pycon.blogspot.com/2020/04/facebook-building-future-together.html
We’re thrilled to have the support of Facebook as a PSF and PyCon Principal Sponsor for 2020!Facebook would like to share with PyCon 2020 Online attendees how they are innovating ways for people to co
Blogspot
Facebook: Building the Future Together
We’re thrilled to have the support of Facebook as a PSF and PyCon Principal Sponsor for 2020! Facebook would like to share with PyCon 202...
PyCon: Announcing The Startup Row Lineup At PyCon 2020
Link: https://pycon.blogspot.com/2020/04/announcing-startup-row-lineup-at-pycon.html
Each year since 2011, PyCon has reserved a special place for early-stage startups to show off what they're working on to the Python community.As its name might suggest, Startup Row is a row of booths
Link: https://pycon.blogspot.com/2020/04/announcing-startup-row-lineup-at-pycon.html
Each year since 2011, PyCon has reserved a special place for early-stage startups to show off what they're working on to the Python community.As its name might suggest, Startup Row is a row of booths
Blogspot
Announcing The Startup Row Lineup At PyCon 2020
Each year since 2011, PyCon has reserved a special place for early-stage startups to show off what they're working on to the Python communi...
PyCon: PyCon 2020 Online Launch!
Link: https://pycon.blogspot.com/2020/04/pycon-2020-online-launch_15.html
Dozens of presenters and sponsors prepared content for the launch of PyCon 2020 Online!We are pleased to present talks and tutorials by Russell Keith Magee, Marlene Mhangami, Eric Ma, and so many more
Link: https://pycon.blogspot.com/2020/04/pycon-2020-online-launch_15.html
Dozens of presenters and sponsors prepared content for the launch of PyCon 2020 Online!We are pleased to present talks and tutorials by Russell Keith Magee, Marlene Mhangami, Eric Ma, and so many more
Blogspot
PyCon 2020 Online Launch!
Dozens of presenters and sponsors prepared content for the launch of PyCon 2020 Online! We are pleased to present talks and tutorials by R...
Real Python: Sorting Algorithms in Python
Link: https://realpython.com/sorting-algorithms-python/
Sorting is a basic building block that many other algorithms are built upon. It’s related to several exciting ideas that you’ll see throughout your programming career. Understanding how sorting algori
Link: https://realpython.com/sorting-algorithms-python/
Sorting is a basic building block that many other algorithms are built upon. It’s related to several exciting ideas that you’ll see throughout your programming career. Understanding how sorting algori
Realpython
Sorting Algorithms in Python – Real Python
In this tutorial, you'll learn all about five different sorting algorithms in Python from both a theoretical and a practical standpoint. You'll also learn several related and important concepts, including Big O notation and recursion.
Mike Driscoll: Type Checking in Python
Link: https://www.blog.pythonlibrary.org/2020/04/15/type-checking-in-python/
Type checking or hinting is a newer feature of Python that was added in Python 3.5. Type hinting is also known as type annotation. Type hinting is adding special syntax to functions and variable decla
Link: https://www.blog.pythonlibrary.org/2020/04/15/type-checking-in-python/
Type checking or hinting is a newer feature of Python that was added in Python 3.5. Type hinting is also known as type annotation. Type hinting is adding special syntax to functions and variable decla
Mouse Vs Python
Type Checking in Python - Mouse Vs Python
Learn all about type hinting or type annotations in Python. A type hint allows you to specify what type a variable is but is not enforced
Nathan Piccini Data Science Dojo Blog: Building a Rule-based Chatbot in Python
Link: https://blog.datasciencedojo.com/building-a-rule-based-chatbot-in-python/
Chatbots have become extremely popular in recent years and their use in the industry has skyrocketed. They have found a strong foothold in almost every task that requires text-based public dealing. Th
Link: https://blog.datasciencedojo.com/building-a-rule-based-chatbot-in-python/
Chatbots have become extremely popular in recent years and their use in the industry has skyrocketed. They have found a strong foothold in almost every task that requires text-based public dealing. Th
Data Science Blog | AI, ML, big data analytics
Rule-Based Chatbot in Python
Rule-based chatbots are one of the earliest types of chatbots developed - dating back to the early 1960s. In the second part of this series on chatbots, we take a deeper look into how these chatbots work and how we can build one in Python.
Jacob Perkins: NLTK Trainer Updates
Link: http://feedproxy.google.com/~r/StreamHackerPython/~3/sZ1leRc2s3M/
I’ve recently pushed some updates to nltk-trainer, so that it now supports Python 3.7 and NLTK 3.4.5 or greater. NLTK also just released version 3.5.
One significant change is that the default part of
Link: http://feedproxy.google.com/~r/StreamHackerPython/~3/sZ1leRc2s3M/
I’ve recently pushed some updates to nltk-trainer, so that it now supports Python 3.7 and NLTK 3.4.5 or greater. NLTK also just released version 3.5.
One significant change is that the default part of
StreamHacker
NLTK Trainer Updates
I’ve recently pushed some updates to nltk-trainer, so that it now supports Python 3.7 and NLTK 3.4.5 or greater. NLTK also just released version 3.5. One significant change is that the defaul…
PyCharm: Django Custom Tags in PyCharm Professional 2020.1
Link: http://feedproxy.google.com/~r/Pycharm/~3/1A-5crBUefo/
PyCharm started its life with Django support and our new release adds some useful improvements for Django coding. Let’s take a look at support for custom Django tags in PyCharm Professional 2020.1.
Bu
Link: http://feedproxy.google.com/~r/Pycharm/~3/1A-5crBUefo/
PyCharm started its life with Django support and our new release adds some useful improvements for Django coding. Let’s take a look at support for custom Django tags in PyCharm Professional 2020.1.
Bu
PyCharm Blog
Django Custom Tags in PyCharm Professional 2020.1
PyCharm started its life with Django support and our new release adds some useful improvements for Django coding. Let’s take a look at support for custom Django tags in PyCharm Professional 2…