EuroPython Society: EuroPython Society General Assembly 2020
Link: https://www.europython-society.org/post/626791290466615296
As with our EuroPython conference, we are holding the General Assembly (GA) of the EuroPython Society (EPS) online for this year.Normally, we’d have the General Assembly at the EuroPython conference.
Link: https://www.europython-society.org/post/626791290466615296
As with our EuroPython conference, we are holding the General Assembly (GA) of the EuroPython Society (EPS) online for this year.Normally, we’d have the General Assembly at the EuroPython conference.
www.europython-society.org
EuroPython Society
EuroPython Society General Assembly 2020 As with our EuroPython conference, we are holding the General Assembly (GA) of the EuroPython Society (EPS) online for this year. Normally, we’d have the...
Codementor: Train Neural Networks Faster with Google’s TPU from your LapTop.
Link: https://www.codementor.io/mauhcs/train-neural-networks-faster-with-google-s-tpu-from-your-laptop-19e2gr17nv
A quick way to run your own Tensor Processing Unit from your laptop.
Link: https://www.codementor.io/mauhcs/train-neural-networks-faster-with-google-s-tpu-from-your-laptop-19e2gr17nv
A quick way to run your own Tensor Processing Unit from your laptop.
www.codementor.io
Train Neural Networks Faster with Google’s TPU from your LapTop. | Codementor
A quick way to run your own Tensor Processing Unit from your laptop.
Real Python: Real Python Office Hours
Link: https://realpython.com/courses/office-hours/
The Real Python Office Hours is a weekly hangout where members of Real Python get the chance to meet fellow Pythonistas to chat about your learning progress, ask questions, and discuss Python tips & t
Link: https://realpython.com/courses/office-hours/
The Real Python Office Hours is a weekly hangout where members of Real Python get the chance to meet fellow Pythonistas to chat about your learning progress, ask questions, and discuss Python tips & t
Realpython
Office Hours Archive – Real Python
The Real Python Office Hours is a weekly hangout where members of Real Python get the chance to interact with each other as well as Real Python authors and video course instructors. Join us live on Wednesday mornings!
Doug Hellmann: sphinxcontrib-spelling 5.3.0
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/WloNLy8jdbo/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. New Features Add a configuration option spelling_exclude_pa
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/WloNLy8jdbo/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. New Features Add a configuration option spelling_exclude_pa
Learn PyQt: Creating Dialogs With Qt Designer
Link: https://www.learnpyqt.com/courses/qt-creator/creating-dialogs-qt-designer/
Most PyQt GUI applications consist of a main window and several dialogs. Dialogs are small-sized windows that allow you to communicate with your users, either by showing messages on the screen or by
Link: https://www.learnpyqt.com/courses/qt-creator/creating-dialogs-qt-designer/
Most PyQt GUI applications consist of a main window and several dialogs. Dialogs are small-sized windows that allow you to communicate with your users, either by showing messages on the screen or by
Learn PyQt
Creating Dialogs With Qt Designer
Using the drag and drop editor to build PyQt5 dialogs. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
PyCoder’s Weekly: Issue #434 (Aug. 18, 2020)
Link: https://pycoders.com/issues/434
#434 – AUGUST 18, 2020 View in Browser » Async Views in Django 3.1 Django 3.1 introduced support for asynchronous views, middleware, and tests. This tutorial shows you how to get started with as
Link: https://pycoders.com/issues/434
#434 – AUGUST 18, 2020 View in Browser » Async Views in Django 3.1 Django 3.1 introduced support for asynchronous views, middleware, and tests. This tutorial shows you how to get started with as
Pycoders
PyCoder’s Weekly | Issue #434
Issue #434 of the PyCoder’s Weekly newsletter, published Aug. 18, 2020.
PSF GSoC students blogs: Weekly Blog Post | GSoc | #12
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-12/
Greetings, People of the world!
It was the second last week and I pushed my last piece of code.Not sure how to tell how it felt but it was exciting and it was sad. Exciting because I did feel like I
Link: https://blogs.python-gsoc.org/en/shashankjarials-blog/weekly-blog-post-gsoc-12/
Greetings, People of the world!
It was the second last week and I pushed my last piece of code.Not sure how to tell how it felt but it was exciting and it was sad. Exciting because I did feel like I
blogs.python-gsoc.org
Python GSoC - Weekly Blog Post | GSoc | #12 - ShashankJarial's Blog
Weekly Blog Post | GSoc | #12 - 85cf43f1-92b5-4284-9618-abac0e889328 - Python's Google Summer of Code Blogs Page
Python Bytes: #195 Runtime type checking for Python type hints
Link: https://pythonbytes.fm/episodes/show/195/runtime-type-checking-for-python-type-hints
<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/195/runtime-type-checking-for-python-type-hints
<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
Runtime type checking for Python type hints
News and announcements from the Python community for the week of Aug 18th, 2020
Sebastian Witowski: Ask for Forgiveness or Look Before You Leap?
Link: https://switowski.com/blog/ask-for-permission-or-look-before-you-leap
“Ask for forgiveness” and “look before you leap” (sometimes also called “ask for permission”) are two opposite approaches to writing code. If you “look before you leap”, you first check if everything
Link: https://switowski.com/blog/ask-for-permission-or-look-before-you-leap
“Ask for forgiveness” and “look before you leap” (sometimes also called “ask for permission”) are two opposite approaches to writing code. If you “look before you leap”, you first check if everything
Sebastian Witowski
Ask for Forgiveness or Look Before You Leap?
Is it faster to "ask for forgiveness" or "look before you leap" in Python? And when it's better to use one over the other?
Codementor: Python Recursion - Fun with Fractals
Link: https://www.codementor.io/info658/python-recursion-fun-with-fractals-19ha74wokh
Using recursion in Python programming to create fractal patterns.
Link: https://www.codementor.io/info658/python-recursion-fun-with-fractals-19ha74wokh
Using recursion in Python programming to create fractal patterns.
www.codementor.io
Python Recursion - Fun with Fractals | Codementor
Using recursion in Python programming to create fractal patterns.
PSF GSoC students blogs: Week 11 Check-in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-11-check-in-2/
What did you do this week?
This week's work was divided into two parts: fixing some issues in the backends and patching up older PRs. While working on the PR for indexing routines we noticed a bug in
Link: https://blogs.python-gsoc.org/en/joaosferreiras-blog/week-11-check-in-2/
What did you do this week?
This week's work was divided into two parts: fixing some issues in the backends and patching up older PRs. While working on the PR for indexing routines we noticed a bug in
blogs.python-gsoc.org
Python GSoC - Week 11 Check-in - joaosferreira's Blog
Week 11 Check-in - e6541468-770d-43d7-9901-351e16e31d96 - Python's Google Summer of Code Blogs Page
Real Python: Data Version Control With Python and DVC
Link: https://realpython.com/python-data-version-control/
Machine learning and data science come with a set of problems that are different from what you’ll find in traditional software engineering. Version control systems help developers manage changes to so
Link: https://realpython.com/python-data-version-control/
Machine learning and data science come with a set of problems that are different from what you’ll find in traditional software engineering. Version control systems help developers manage changes to so
Realpython
Data Version Control With Python and DVC – Real Python
In this tutorial, you'll learn to use DVC, a powerful tool that solves many problems encountered in machine learning and data science. You'll find out how data version control helps you to track your data, share development machines with your team, and create…
Python⇒Speed: A deep dive into the official Docker image for Python
Link: https://pythonspeed.com/articles/official-python-docker-image/
The official Python image for Docker is quite popular, and in fact I recommend one of its variations as a base image.
But many people don’t quite understand what it does, which can lead to confusion a
Link: https://pythonspeed.com/articles/official-python-docker-image/
The official Python image for Docker is quite popular, and in fact I recommend one of its variations as a base image.
But many people don’t quite understand what it does, which can lead to confusion a
Python⇒Speed
A deep dive into the “official” Docker image for Python
The “official” Python Docker image is useful, but to actually understand why, and to use it correctly, it’s worth understanding how exactly it’s constructed.
PSF GSoC students blogs: Week 10
Link: https://blogs.python-gsoc.org/en/ars-blog/week-10-2/
I've been working on PEP8 fixes and overall code layout cleanup, appended commits to existing PR.
Link: https://blogs.python-gsoc.org/en/ars-blog/week-10-2/
I've been working on PEP8 fixes and overall code layout cleanup, appended commits to existing PR.
blogs.python-gsoc.org
Python GSoC - Week 10 - AR's Blog
Week 10 - 2025cf13-9b01-40fd-a602-c090ced9b959 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 11
Link: https://blogs.python-gsoc.org/en/ars-blog/week-11-1/
Looking at the highest priority bugs and how to generate the required batch of all my changes from git.
Link: https://blogs.python-gsoc.org/en/ars-blog/week-11-1/
Looking at the highest priority bugs and how to generate the required batch of all my changes from git.
blogs.python-gsoc.org
Python GSoC - Week 11 - AR's Blog
Week 11 - 2025cf13-9b01-40fd-a602-c090ced9b959 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: GSoC Week 12: return completed_project
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-12-return-completed-project/
What I did this week?
I added a new print_mode which produce beautiful printable code. Users can switch from Interactive Mode to Print Mode in the final HTML report.
What is coming up next?
This is m
Link: https://blogs.python-gsoc.org/en/singhhrmns-blog/gsoc-week-12-return-completed-project/
What I did this week?
I added a new print_mode which produce beautiful printable code. Users can switch from Interactive Mode to Print Mode in the final HTML report.
What is coming up next?
This is m
blogs.python-gsoc.org
Python GSoC - GSoC Week 12: return completed_project - SinghHrmn's Blog
GSoC Week 12: return completed_project - 10ca228b-9007-42f3-ad5f-a8f47c202f56 - Python's Google Summer of Code Blogs Page
Luke Plant: Announcement: Django Views -The Right Way
Link: https://lukeplant.me.uk/blog/posts/announcement-django-views-the-right-way/
I announced this a few days back on Twitter, this is just a quick additional
blog post to announce Django Views - The Right Way. It’s an
opinionated guide to writing views in Django that I’ve been wor
Link: https://lukeplant.me.uk/blog/posts/announcement-django-views-the-right-way/
I announced this a few days back on Twitter, this is just a quick additional
blog post to announce Django Views - The Right Way. It’s an
opinionated guide to writing views in Django that I’ve been wor
Luke Plant's home page
Announcement: Django Views - The Right Way
Announcement of my guide to writing Django Views.
Ned Batchelder: Do a pile of work
Link: https://nedbatchelder.com//blog/202008/do_a_pile_of_work.html
I had a large pile of data to feed through an expensive function.
The concurrent.futures
module in the Python standard library has always worked well for me as a simple
way to farm out work across thr
Link: https://nedbatchelder.com//blog/202008/do_a_pile_of_work.html
I had a large pile of data to feed through an expensive function.
The concurrent.futures
module in the Python standard library has always worked well for me as a simple
way to farm out work across thr
PSF GSoC students blogs: Weekly Blog Post #6
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-blog-post-6/
So I took this week off to prepare for college tests meanwhile i have been working on license extraction from copyrights string i found a package called scancode toolkit which have a sub-module called
Link: https://blogs.python-gsoc.org/en/abhaykatherias-blog/weekly-blog-post-6/
So I took this week off to prepare for college tests meanwhile i have been working on license extraction from copyrights string i found a package called scancode toolkit which have a sub-module called
blogs.python-gsoc.org
Python GSoC - Weekly Blog Post #6 - abhaykatheria's Blog
Weekly Blog Post #6 - 5df322f3-3062-46b3-bffe-f691c304aac8 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 12 blog!
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-12-blog/
Hello everyone
This is the final week of the GSoC 2020 Coding Period. It has been a great journey so far and more importantly, I got to learn a lot.
As mentioned in the previous blog, the last week wa
Link: https://blogs.python-gsoc.org/en/imaj_ashwinis-blog/week-12-blog/
Hello everyone
This is the final week of the GSoC 2020 Coding Period. It has been a great journey so far and more importantly, I got to learn a lot.
As mentioned in the previous blog, the last week wa
blogs.python-gsoc.org
Python GSoC - Week 12 blog! - imaj_ashwini's Blog
Week 12 blog! - 631ec5e2-348d-4614-a2ce-ce51779f115f - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly Check-In #12
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-12-3/
What I did this week?
This week I updated the documentation on adding a new checker to the tool.
What will I be doing this week?
Since this is the last week before the final evaluations, I will work o
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-12-3/
What I did this week?
This week I updated the documentation on adding a new checker to the tool.
What will I be doing this week?
Since this is the last week before the final evaluations, I will work o
blogs.python-gsoc.org
Python GSoC - Weekly Check-In #12 - SaurabhK122's Blog
Weekly Check-In #12 - 5d0be411-5fb6-418b-8715-fc45c31bfef2 - Python's Google Summer of Code Blogs Page