Codementor: Mimic
Link: https://www.codementor.io/praneethkumarpidugu/mimic-15hag29e1j
Here I’m sitting at coffeeshop late afternoon brushing few of core Linux concepts. All of sudden somehow my mind took me to read new content in hacker news. Its always like a celebration goin…
Link: https://www.codementor.io/praneethkumarpidugu/mimic-15hag29e1j
Here I’m sitting at coffeeshop late afternoon brushing few of core Linux concepts. All of sudden somehow my mind took me to read new content in hacker news. Its always like a celebration goin…
www.codementor.io
Mimic | Codementor
Here I’m sitting at coffeeshop late afternoon brushing few of core Linux concepts. All of sudden somehow my mind took me to read new content in hacker news. Its always like a celebration goin…
Codementor: How to build a Todo application with Python Flask, Heroku and Tailwind CSS
Link: https://www.codementor.io/mstspr1155/how-to-build-a-todo-application-with-python-flask-heroku-and-tailwind-css-15hapfguhk
Learn How to build a Todo application with Python Flask, Heroku and Tailwind CSS
Link: https://www.codementor.io/mstspr1155/how-to-build-a-todo-application-with-python-flask-heroku-and-tailwind-css-15hapfguhk
Learn How to build a Todo application with Python Flask, Heroku and Tailwind CSS
www.codementor.io
How to build a Todo application with Python Flask, Heroku and Tailwind CSS | Codementor
Learn How to build a Todo application with Python Flask, Heroku and Tailwind CSS
The No Title® Tech Blog: Just updated - Optimize Images v1.5
Link: https://no-title.victordomingos.com/articles/2020/updated_optimize-images_v1_5
If you are using Optimize Images, please notice that it has just been updated to version 1.5, which fixes a bug and adds some support to a JPEG sub-format known as MPO.
Link: https://no-title.victordomingos.com/articles/2020/updated_optimize-images_v1_5
If you are using Optimize Images, please notice that it has just been updated to version 1.5, which fixes a bug and adds some support to a JPEG sub-format known as MPO.
The No Title® Tech Blog
Just updated - Optimize Images v1.5
If you are using Optimize Images, please notice that it has just been updated to version 1.5, which fixes a bug and adds some support to a JPEG sub-format known as MPO.
Podcast.__init__: Distributed Computing In Python Made Easy With Ray
Link: https://www.pythonpodcast.com/ray-distributed-computing-episode-258/
Distributed computing is a powerful tool for increasing the speed and performance of your applications, but it is also a complex and difficult undertaking. While performing research for his PhD, Rober
Link: https://www.pythonpodcast.com/ray-distributed-computing-episode-258/
Distributed computing is a powerful tool for increasing the speed and performance of your applications, but it is also a complex and difficult undertaking. While performing research for his PhD, Rober
The Python Podcast.__init__
The Python Podcast.__init__: Distributed Computing In Python Made Easy With Ray
An interview about how Ray makes distributed computing in Python easy and accessible to simplify the process of scaling your machine learning workloads.
Moshe Zadka: Using Twisted to Massively Parallelize Web Clients
Link: https://orbifold.xyz/treq.html
The Twisted Requests
(treq)
package is an HTTP client built on the popular
Twisted library that is used for web requests.
Async libraries offer the ability to do large amounts of network
requests in p
Link: https://orbifold.xyz/treq.html
The Twisted Requests
(treq)
package is an HTTP client built on the popular
Twisted library that is used for web requests.
Async libraries offer the ability to do large amounts of network
requests in p
orbifold.xyz
Orbifolds and Other Games - Using Twisted to Massively Parallelize Web Clients
Mike Driscoll: An Overview of Profiling Tools for Python
Link: https://www.blog.pythonlibrary.org/2020/04/14/an-overview-of-profiling-tools-for-python/
What does it mean to profile ones code? The main idea behind benchmarking or profiling is to figure out how fast your code executes and where the bottlenecks are. The main reason to do this sort of th
Link: https://www.blog.pythonlibrary.org/2020/04/14/an-overview-of-profiling-tools-for-python/
What does it mean to profile ones code? The main idea behind benchmarking or profiling is to figure out how fast your code executes and where the bottlenecks are. The main reason to do this sort of th
Mouse Vs Python
An Overview of Profiling Tools for Python - Mouse Vs Python
What does it mean to profile ones code? The main idea behind benchmarking or profiling is to figure out how fast your code executes and where the
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...