PSF GSoC students blogs: GSoC week 2 check-in
Link: https://blogs.python-gsoc.org/en/ars-blog/gsoc-week-2-check-in/
This is a quick check-in post to keep the blog count happy (most of this was covered in weekly mentor meeting)
I've wrapped up work on #394 and #396, then started work on #370, #383, #387, and #400.
Link: https://blogs.python-gsoc.org/en/ars-blog/gsoc-week-2-check-in/
This is a quick check-in post to keep the blog count happy (most of this was covered in weekly mentor meeting)
I've wrapped up work on #394 and #396, then started work on #370, #383, #387, and #400.
blogs.python-gsoc.org
Python GSoC - GSoC week 2 check-in - AR's Blog
GSoC week 2 check-in - 2025cf13-9b01-40fd-a602-c090ced9b959 - Python's Google Summer of Code Blogs Page
Ned Batchelder: Math factoid of the day: 58
Link: https://nedbatchelder.com//blog/202006/math_factoid_of_the_day_58.html
58 is the sum of the first seven primes: 2 + 3 + 5 + 7 + 11 + 13 + 17.
Link: https://nedbatchelder.com//blog/202006/math_factoid_of_the_day_58.html
58 is the sum of the first seven primes: 2 + 3 + 5 + 7 + 11 + 13 + 17.
Mike Driscoll: Python 101 – Working with Strings (Video)
Link: https://www.blog.pythonlibrary.org/2020/06/16/python-101-working-with-strings-video/
Learn how to use Strings in Python in this screencast.
This video is based on a chapter from my book, Python 101 2nd Edition.
You can read the written version here:
Python 101: Working with Strings
Link: https://www.blog.pythonlibrary.org/2020/06/16/python-101-working-with-strings-video/
Learn how to use Strings in Python in this screencast.
This video is based on a chapter from my book, Python 101 2nd Edition.
You can read the written version here:
Python 101: Working with Strings
The Mouse Vs. The Python
Python 101 - Working with Strings (Video) - The Mouse Vs. The Python
Learn how to use Strings in Python in this screencast. This video is based on a chapter from my book, Python 101 2nd Edition. You can read the written version here: Python 101: Working with Strings
Montreal Python User Group: Montréal-Python 78 – Ingenious Rewrite
Link: https://montrealpython.org/en/2020/06/mp78/
At Montréal-Python, everyone is welcome. As the Python Software Foundation says it very eloquently:
In silence we are complicit. To eradicate racism, xenophobia, and all other forms of inequality,
Link: https://montrealpython.org/en/2020/06/mp78/
At Montréal-Python, everyone is welcome. As the Python Software Foundation says it very eloquently:
In silence we are complicit. To eradicate racism, xenophobia, and all other forms of inequality,
Chris Rose: direnv and pip-tools together
Link: https://ideas.offby1.net/posts/direnv-and-pip-tools-together.html
I have been experimenting with using pip-tools to manage my python project dependencies. If you're not familiar with it, I encourage you to read Hynek Schlawack's excellent introduction to dependency
Link: https://ideas.offby1.net/posts/direnv-and-pip-tools-together.html
I have been experimenting with using pip-tools to manage my python project dependencies. If you're not familiar with it, I encourage you to read Hynek Schlawack's excellent introduction to dependency
ideas.offby1.net
direnv and pip-tools together - Ideas.Offby1
Real Python: Python Generators 101
Link: https://realpython.com/courses/python-generators/
Have you ever had to work with a dataset so large that it overwhelmed your machine’s memory? Or maybe you have a complex function that needs to maintain an internal state every time it’s called, but t
Link: https://realpython.com/courses/python-generators/
Have you ever had to work with a dataset so large that it overwhelmed your machine’s memory? Or maybe you have a complex function that needs to maintain an internal state every time it’s called, but t
Realpython
Python Generators 101 – Real Python
In this step-by-step course, you'll learn about generators and yielding in Python. You'll create generator functions and generator expressions using multiple Python yield statements. You'll also learn how to build data pipelines that take advantage of these…
Kushal Das: Onion service v2 deprecation timeline
Link: https://kushaldas.in/posts/onion-service-v2-deprecation-timeline.html
On Monday June 15, the developers of the Tor Project announced the initial plan
for the deprecation of Onion services v2. You can identify v2 addresses easily
as they are only 16 character long, wher
Link: https://kushaldas.in/posts/onion-service-v2-deprecation-timeline.html
On Monday June 15, the developers of the Tor Project announced the initial plan
for the deprecation of Onion services v2. You can identify v2 addresses easily
as they are only 16 character long, wher
Erik Marsja: How to Add Empty Columns to Dataframe with Pandas
Link: https://www.marsja.se/add-empty-columns-to-dataframe-pandas/?utm_source=rss&utm_medium=rss&utm_campaign=add-empty-columns-to-dataframe-pandas
The post How to Add Empty Columns to Dataframe with Pandas appeared first on Erik Marsja.
In this Pandas tutorial, we will go through 3 methods to add empty columns to a dataframe. The methods we are
Link: https://www.marsja.se/add-empty-columns-to-dataframe-pandas/?utm_source=rss&utm_medium=rss&utm_campaign=add-empty-columns-to-dataframe-pandas
The post How to Add Empty Columns to Dataframe with Pandas appeared first on Erik Marsja.
In this Pandas tutorial, we will go through 3 methods to add empty columns to a dataframe. The methods we are
Erik Marsja
How to Add Empty Columns to Dataframe with Pandas - Erik Marsja
Here you will learn 3 methods for adding empty columns to a dataframe in Pandas and Python.
PSF GSoC students blogs: Weekly Check-In #3
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-3-8/
What I did this week?
Last week I had a discussion with my mentors, and it came up that since now I have a fair experience working with checkers, I should work on checkers for as many libraries as pos
Link: https://blogs.python-gsoc.org/en/saurabhk122s-blog/weekly-check-in-3-8/
What I did this week?
Last week I had a discussion with my mentors, and it came up that since now I have a fair experience working with checkers, I should work on checkers for as many libraries as pos
blogs.python-gsoc.org
Python GSoC - Weekly Check-In #3 - SaurabhK122's Blog
Weekly Check-In #3 - 5d0be411-5fb6-418b-8715-fc45c31bfef2 - Python's Google Summer of Code Blogs Page
PyCoder’s Weekly: Issue #425 (June 16, 2020)
Link: https://pycoders.com/issues/425
#425 – JUNE 16, 2020 View in Browser » Getting Machine Learning to Production Millions of web apps get deployed to production every day. But machine learning models aren’t web apps. And very few
Link: https://pycoders.com/issues/425
#425 – JUNE 16, 2020 View in Browser » Getting Machine Learning to Production Millions of web apps get deployed to production every day. But machine learning models aren’t web apps. And very few
Pycoders
PyCoder’s Weekly | Issue #425
Issue #425 of the PyCoder’s Weekly newsletter, published June 16, 2020.
The No Title® Tech Blog: Haiku R1/beta2 has been released
Link: https://no-title.victordomingos.com/articles/2020/haiku_r1_beta2_has_been_released
After about 20 months of hard work, the Haiku team has finally released, a few days ago, the second beta version of Haiku, the BeOS-inspired open-source operating system that aims to offer a fast, sim
Link: https://no-title.victordomingos.com/articles/2020/haiku_r1_beta2_has_been_released
After about 20 months of hard work, the Haiku team has finally released, a few days ago, the second beta version of Haiku, the BeOS-inspired open-source operating system that aims to offer a fast, sim
The No Title® Tech Blog
Haiku R1/beta2 has been released
After about 20 months of hard work, the Haiku team has finally released, a few days ago, the second beta version of Haiku, the BeOS-inspired open-source operating system that aims to offer a fast, simple to use, and powerful alternative for personal computing.…
Mike Driscoll: Python 101 – Exception Handling
Link: https://www.blog.pythonlibrary.org/2020/06/17/python-101-exception-handling-2/
Creating software is hard work. To make your software better, your application needs to keep working even when the unexpected happens. For example, let’s say your application needs to pull information
Link: https://www.blog.pythonlibrary.org/2020/06/17/python-101-exception-handling-2/
Creating software is hard work. To make your software better, your application needs to keep working even when the unexpected happens. For example, let’s say your application needs to pull information
Mouse Vs Python
Python 101 - Exception Handling - Mouse Vs Python
Creating software is hard work. To make your software better, your application needs to keep working even when the unexpected happens. For example, let's
Janusworx: A Hundred Days of Code, Day 047
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-047/
Follow my whole plodding, Flask journey here.
Crashed and burned even harder today.
Tried to retrace my steps and did all the exercises again.
I reached, once more, all the way upto the forms chapter
Link: https://janusworx.com/blog/a-hundred-days-of-code-day-047/
Follow my whole plodding, Flask journey here.
Crashed and burned even harder today.
Tried to retrace my steps and did all the exercises again.
I reached, once more, all the way upto the forms chapter
Janusworx
A Hundred Days of Code, Day 047
Follow my whole plodding, Flask journey here.
Crashed and burned even harder today.
Tried to retrace my steps and did all the exercises again.
I reached, once more, all the way upto the forms chapter
Crashed and burned even harder today.
Tried to retrace my steps and did all the exercises again.
I reached, once more, all the way upto the forms chapter
Anwesha Das: Software Licenses : Legalese to English
Link: http://anweshadas.in/software-licenses-legalese-to-english/
When I was doing a licensing survey in the Fedora ecosystem. I asked a few developers, "What is license according to them?" I got some interesting answers:
"I do not care about the license; it bores m
Link: http://anweshadas.in/software-licenses-legalese-to-english/
When I was doing a licensing survey in the Fedora ecosystem. I asked a few developers, "What is license according to them?" I got some interesting answers:
"I do not care about the license; it bores m
Stack Abuse: Calculating Mean, Median and Mode in Python
Link: https://stackabuse.com/calculating-mean-median-and-mode-in-python/
Introduction
When we're trying to describe and summarize a sample of data, we probably start by finding the mean (or average), the median, and the mode of the data. These are central tendency measures
Link: https://stackabuse.com/calculating-mean-median-and-mode-in-python/
Introduction
When we're trying to describe and summarize a sample of data, we probably start by finding the mean (or average), the median, and the mode of the data. These are central tendency measures
Stack Abuse
Calculating Mean, Median, and Mode in Python
In this tutorial, we'll learn how to compute the mean, median, and mode in Python from scratch and with the Python statistics module.
Django Weblog: DjangoCon Europe 2020 goes virtual
Link: https://www.djangoproject.com/weblog/2020/jun/17/djangocon-europe-2020-goes-virtual/
These have been difficult times, we hoped for better news, but as time goes by it seems unlikely they will come. Airline companies all around are struggling, there are several border controls in place
Link: https://www.djangoproject.com/weblog/2020/jun/17/djangocon-europe-2020-goes-virtual/
These have been difficult times, we hoped for better news, but as time goes by it seems unlikely they will come. Airline companies all around are struggling, there are several border controls in place
Real Python: PySimpleGUI: The Simple Way to Create a GUI With Python
Link: https://realpython.com/pysimplegui-python/
Creating a simple graphical user interface (GUI) that works across multiple platforms can be complicated. But it doesn’t have to be that way. You can use Python and the PySimpleGUI package to create n
Link: https://realpython.com/pysimplegui-python/
Creating a simple graphical user interface (GUI) that works across multiple platforms can be complicated. But it doesn’t have to be that way. You can use Python and the PySimpleGUI package to create n
Realpython
PySimpleGUI: The Simple Way to Create a GUI With Python – Real Python
In this step-by-step tutorial, you'll learn how to create a cross-platform graphical user interface (GUI) using Python and PySimpleGUI. A graphical user interface is an application that has buttons, windows, and lots of other elements that the user can use…
Django Weblog: An Update on DjangoCon US 2020
Link: https://www.djangoproject.com/weblog/2020/jun/17/update-djangocon-us-2020/
This is a tough announcement to make. After 12 consecutive years of
DjangoCons in the United States, we’ve decided to cancel DjangoCon US
2020. We look forward to seeing you in San Diego for DjangoCon
Link: https://www.djangoproject.com/weblog/2020/jun/17/update-djangocon-us-2020/
This is a tough announcement to make. After 12 consecutive years of
DjangoCons in the United States, we’ve decided to cancel DjangoCon US
2020. We look forward to seeing you in San Diego for DjangoCon
Python Engineering at Microsoft: Python in Visual Studio Code – June 2020 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-june-2020-release/
We are pleased to announce that the June 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directl
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-june-2020-release/
We are pleased to announce that the June 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directl
Python
Python in Visual Studio Code - June 2020 Release
We are pleased to announce that the June 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly from the extension gallery in Visual Studio Code.
TestDriven.io: Automatically Retrying Failed Celery Tasks
Link: https://testdriven.io/blog/retrying-failed-celery-tasks/
This post looks at how to automatically retry failed Celery tasks.
Link: https://testdriven.io/blog/retrying-failed-celery-tasks/
This post looks at how to automatically retry failed Celery tasks.
testdriven.io
Automatically Retrying Failed Celery Tasks
This article looks at how to automatically retry failed Celery tasks.
TestDriven.io: Working with Celery and Django Database Transactions
Link: https://testdriven.io/blog/celery-database-transactions/
This post details how to make Celery work nicely with Django Database Transactions.
Link: https://testdriven.io/blog/celery-database-transactions/
This post details how to make Celery work nicely with Django Database Transactions.
testdriven.io
Working with Celery and Django Database Transactions
This article details how to make Celery work nicely with Django Database Transactions.