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
Matt Layman: Polishing and Usability - Building SaaS #69
Link: https://www.mattlayman.com/building-saas/polishing-usability/
In this episode, we polished some parts of the application. Now that my first customer is using the app regularly, the feedback is coming in rapidly. We worked to fix some of the issues that she found
Link: https://www.mattlayman.com/building-saas/polishing-usability/
In this episode, we polished some parts of the application. Now that my first customer is using the app regularly, the feedback is coming in rapidly. We worked to fix some of the issues that she found
Matt Layman
Polishing and Usability - Building SaaS #69
In this episode, we polished some parts of the application. Now that my first customer is using the app regularly, the feedback is coming in rapidly. We worked to fix some of the issues that she found.
Moshe Zadka: Universal Binary
Link: https://orbifold.xyz/universal-binary.html
I have written before about my
Inbox Zero
methodology.
This is still what I practice,
but there is a lot more that helps me.
The concept behind "Universal Binary"
is that the only numbers that make se
Link: https://orbifold.xyz/universal-binary.html
I have written before about my
Inbox Zero
methodology.
This is still what I practice,
but there is a lot more that helps me.
The concept behind "Universal Binary"
is that the only numbers that make se
orbifold.xyz
Orbifolds and Other Games - Universal Binary
Codementor: 15+ practical Python projects with full walk-through tutorials
Link: https://www.codementor.io/garethdwyer/15-practical-python-projects-with-full-walk-through-tutorials-19jfm19ymz
15+ practical Python projects for beginners. Use these projects to learn to code, build useful apps or build your portfolio.
Link: https://www.codementor.io/garethdwyer/15-practical-python-projects-with-full-walk-through-tutorials-19jfm19ymz
15+ practical Python projects for beginners. Use these projects to learn to code, build useful apps or build your portfolio.
www.codementor.io
15+ practical Python projects for beginners | Codementor
15+ practical Python projects for beginners. Use these projects to learn to code, build useful apps or build your portfolio.
PyBites: There is More Than One Way to Solve a Bite Exercise
Link: https://pybit.es/guest-solving-bites.html
According to the Zen of Python, "There should be one-- and preferably only one --obvious way to do it." It's a good principle for designing a program: the more ways there are of doing something, the m
Link: https://pybit.es/guest-solving-bites.html
According to the Zen of Python, "There should be one-- and preferably only one --obvious way to do it." It's a good principle for designing a program: the more ways there are of doing something, the m
pybit.es
There is More Than One Way to Solve a Bite Exercise - PyBites
According to the Zen of Python, "There should be one-- and preferably only one --obvious way to do it." It's a good principle for designing a program: the more ways there are of doing something,...
Real Python: The Real Python Podcast – Episode #23: Python Wheels and Pass by Reference in Python
Link: https://realpython.com/podcasts/rpp/23/
Have you wondered what are Python wheels? How are they used to package Python code? Does Python use pass by value or pass by reference? This week on the show, David Amos is here to help answer these q
Link: https://realpython.com/podcasts/rpp/23/
Have you wondered what are Python wheels? How are they used to package Python code? Does Python use pass by value or pass by reference? This week on the show, David Amos is here to help answer these q
Realpython
Episode #23: Python Wheels and Pass by Reference in Python – The Real Python Podcast
Have you wondered what are Python wheels? How are they used to package Python code? Does Python use pass by value or pass by reference? This week on the show, David Amos is here to help answer these questions, and he has brought another batch of PyCoder’s…
Quansight Labs Blog: Introducing Versioned HDF5
Link: https://labs.quansight.org/blog/2020/08/introducing-versioned-hdf5/
The problem of storing and manipulating large amounts of data is a challenge in
many scientific computing and industry applications. One of the standard data
models for this is HDF5,
an open technolog
Link: https://labs.quansight.org/blog/2020/08/introducing-versioned-hdf5/
The problem of storing and manipulating large amounts of data is a challenge in
many scientific computing and industry applications. One of the standard data
models for this is HDF5,
an open technolog
Quansight Labs
Introducing Versioned HDF5
The problem of storing and manipulating large amounts of data is a challenge in
many scientific computing and industry applications. One of the standard data
models for this is HDF5,
an open technolog
many scientific computing and industry applications. One of the standard data
models for this is HDF5,
an open technolog
EuroPython Society: List of EPS Board Candidates for 2020/2021
Link: https://www.europython-society.org/post/627065788644376576
At this year’s EuroPython Society General Assembly (GA), on September 20th, we will vote in a new board of the EuroPython Society for the term 2020/2021.List of Board CandidatesThe EPS bylaws require
Link: https://www.europython-society.org/post/627065788644376576
At this year’s EuroPython Society General Assembly (GA), on September 20th, we will vote in a new board of the EuroPython Society for the term 2020/2021.List of Board CandidatesThe EPS bylaws require
www.europython-society.org
EuroPython Society
List of EPS Board Candidates for 2020/2021 At this year’s EuroPython Society General Assembly (GA), on September 20th, we will vote in a new board of the EuroPython Society for the term...
Mike Driscoll: Python 101 – Boolean Operators and None (Video)
Link: https://www.blog.pythonlibrary.org/2020/08/21/python-101-boolean-operators-and-none-video/
In this video tutorial, you will learn how Python’s Boolean operators work. You will also learn about Python’s None keyword
Did you enjoy the video? Check out the book that it’s based on: Python 101
Link: https://www.blog.pythonlibrary.org/2020/08/21/python-101-boolean-operators-and-none-video/
In this video tutorial, you will learn how Python’s Boolean operators work. You will also learn about Python’s None keyword
Did you enjoy the video? Check out the book that it’s based on: Python 101
The Mouse Vs. The Python
Python 101 - Boolean Operators and None (Video) - The Mouse Vs. The Python
In this video tutorial, you will learn how Python’s Boolean operators work. You will also learn about Python’s None keyword Did you enjoy the video? Check out the book that it’s based on: Python 101 – 2nd Edition.
Daniel Roy Greenfeld: It's the Weekend, Let's Code a Python Project!
Link:
It's Friday where I am, maybe Saturday wherever you are. And like me, you're wondering what you are going to code over the weekend. Why code over the weekend? Here are some good reasons:
You want to
Link:
It's Friday where I am, maybe Saturday wherever you are. And like me, you're wondering what you are going to code over the weekend. Why code over the weekend? Here are some good reasons:
You want to
Montreal Python User Group: Get ready for Montréal-Python #79: Quadratic Judo!
Link: https://montrealpython.org/en/2020/08/mp-79-agenda/
Next Monday at 5:30pm (Montréal time) on our Youtube channel, Pierre-Paul Lefebvre the Canadian Digital Service's new COVID-19 portal and Noël Rignon will tell us about privilege management for a REST
Link: https://montrealpython.org/en/2020/08/mp-79-agenda/
Next Monday at 5:30pm (Montréal time) on our Youtube channel, Pierre-Paul Lefebvre the Canadian Digital Service's new COVID-19 portal and Noël Rignon will tell us about privilege management for a REST
Codementor: The Binary Search Algorithm in Python
Link: https://www.codementor.io/info658/the-binary-search-algorithm-in-python-19jvyrt5ly
Learn about the Binary Search Algorithm and how to implement it in Python programming.
Link: https://www.codementor.io/info658/the-binary-search-algorithm-in-python-19jvyrt5ly
Learn about the Binary Search Algorithm and how to implement it in Python programming.
www.codementor.io
The Binary Search Algorithm in Python | Codementor
Learn about the Binary Search Algorithm and how to implement it in Python programming.
Django Weblog: Announcement of Technical Board Election Registration
Link: https://www.djangoproject.com/weblog/2020/aug/21/technical-board-election-registration/
As part of the changes to how Django is governed, it is time to have an election of the Technical Board. All current DSF Members are automatically registered for this election.
If you are not a DSF M
Link: https://www.djangoproject.com/weblog/2020/aug/21/technical-board-election-registration/
As part of the changes to how Django is governed, it is time to have an election of the Technical Board. All current DSF Members are automatically registered for this election.
If you are not a DSF M
Talk Python to Me: #278 Teach kids Python with real programming and fun games at Code Combat
Link: https://talkpython.fm/episodes/show/278/teach-kids-python-with-real-programming-and-fun-games-at-code-combat
If there is one message I've been pushing across all of the Talk Python episodes, it's that programming is a superpower. Rather than all of us abandoning what we're interested in and becoming CS major
Link: https://talkpython.fm/episodes/show/278/teach-kids-python-with-real-programming-and-fun-games-at-code-combat
If there is one message I've been pushing across all of the Talk Python episodes, it's that programming is a superpower. Rather than all of us abandoning what we're interested in and becoming CS major
talkpython.fm
Teach kids Python with real programming and fun games at Code Combat
If there is one message I've been pushing across all of the Talk Python episodes, it's that programming is a superpower. Rather than all of us abandoning what we're interested in and becoming CS majors, we can take our passion or expertise and 10x it with…
Python Insider: Python 3.5.10rc1 is now available
Link: http://feedproxy.google.com/~r/PythonInsider/~3/W5AUa26PlDY/python-3510rc1-is-now-available.html
Python 3.5.10rc1 is now available.You can download it here.
Link: http://feedproxy.google.com/~r/PythonInsider/~3/W5AUa26PlDY/python-3510rc1-is-now-available.html
Python 3.5.10rc1 is now available.You can download it here.
Blogspot
Python Insider: Python 3.5.10rc1 is now available
PSF GSoC students blogs: Weekly Check In - 11
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-11-6/
What did I do till now?
Last week, I finished finalizing the PR for the basic implementation of the H2ClientProtocol. The protocol now works with all the request methods except the CONNECT method. The
Link: https://blogs.python-gsoc.org/en/adityaa30s-blog/weekly-check-in-11-6/
What did I do till now?
Last week, I finished finalizing the PR for the basic implementation of the H2ClientProtocol. The protocol now works with all the request methods except the CONNECT method. The
blogs.python-gsoc.org
Python GSoC - Weekly Check In - 11 - adityaa30's Blog
Weekly Check In - 11 - 4c0d03a0-dd12-4db5-8e95-bef989582503 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: [Week 12] Check-in
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-12-check-in/
1. What did you do this week?
Fix repeat_to_match_shape & grad_broadcast_to.
Clean code & move unimplement code to dev.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Publi
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-12-check-in/
1. What did you do this week?
Fix repeat_to_match_shape & grad_broadcast_to.
Clean code & move unimplement code to dev.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Publi
blogs.python-gsoc.org
Python GSoC - [Week 12] Check-in - sangyx's Blog
[Week 12] Check-in - 1bce70eb-f2bf-49ed-87e2-67410e1d91c9 - Python's Google Summer of Code Blogs Page