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
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.