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.
Python Insider: Python 3.7.8rc1 and 3.6.11rc1 now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/Kb16lJ9pEtA/python-378rc1-and-3611rc1-now-available.html
Python 3.7.8rc1 and 3.6.11rc1 are now available. 3.7.8rc1 is the release preview of the next bugfix release of Python 3.7; 3.6.11rc1 is the release preview of the next security-fix release of Python
Link: http://feedproxy.google.com/~r/PythonInsider/~3/Kb16lJ9pEtA/python-378rc1-and-3611rc1-now-available.html
Python 3.7.8rc1 and 3.6.11rc1 are now available. 3.7.8rc1 is the release preview of the next bugfix release of Python 3.7; 3.6.11rc1 is the release preview of the next security-fix release of Python
Blogspot
Python Insider: Python 3.7.8rc1 and 3.6.11rc1 now available for testing
Janusworx: Hiatus!
Link: https://janusworx.com/blog/hiatus/
Lost a friend to the virus last night.
And a shit-ton of personal issues have cropped up at the same time.
Need to go handle and process all of this.
Will be back, when I am back.
Link: https://janusworx.com/blog/hiatus/
Lost a friend to the virus last night.
And a shit-ton of personal issues have cropped up at the same time.
Need to go handle and process all of this.
Will be back, when I am back.
Janusworx
Hiatus!
Lost a friend to the virus last night.
And a shit-ton of personal issues have cropped up at the same time.
Need to go handle and process all of this.
Will be back, when I am back.
And a shit-ton of personal issues have cropped up at the same time.
Need to go handle and process all of this.
Will be back, when I am back.
Mike Driscoll: How to Download a File with Python (Video)
Link: https://www.blog.pythonlibrary.org/2020/06/18/how-to-download-a-file-with-python-video/
In this video tutorial, you will learn how to use Python’s urllib to download files from the internet:
If you prefer reading versus watching, then you can check out this related tutorial:
Python 101
Link: https://www.blog.pythonlibrary.org/2020/06/18/how-to-download-a-file-with-python-video/
In this video tutorial, you will learn how to use Python’s urllib to download files from the internet:
If you prefer reading versus watching, then you can check out this related tutorial:
Python 101
Test and Code: 117: Python extension for VS Code - Brett Cannon
Link: https://testandcode.com/117
The Python extension for VS Code is most downloaded extension for VS Code.
Brett Cannon is the manager for the distributed development team of the Python extension for VS Code.
In this episode, Brett
Link: https://testandcode.com/117
The Python extension for VS Code is most downloaded extension for VS Code.
Brett Cannon is the manager for the distributed development team of the Python extension for VS Code.
In this episode, Brett
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering 117: Python extension for VS Code - Brett Cannon
The Python extension for VS Code is most downloaded extension for VS Code.
Brett Cannon is the manager for the distributed development team of the Python extension for VS Code.
In this episode, Brett and I discuss the Python extension and VS Code.
Brett Cannon is the manager for the distributed development team of the Python extension for VS Code.
In this episode, Brett and I discuss the Python extension and VS Code.
Django Weblog: DjangoCon Australia returns for the 8th time and opens CFP
Link: https://www.djangoproject.com/weblog/2020/jun/18/djangocon-australia-returns-8th-time-and-opens-cfp/
DjangoCon Australia was supposed to take place in Adelaide this year. With the current situation of travel restrictions and isolation requirements this is no longer possible. Instead, DjangoCon Austra
Link: https://www.djangoproject.com/weblog/2020/jun/18/djangocon-australia-returns-8th-time-and-opens-cfp/
DjangoCon Australia was supposed to take place in Adelaide this year. With the current situation of travel restrictions and isolation requirements this is no longer possible. Instead, DjangoCon Austra
Codementor: Top 7 Python Web Development IDEs for Python Developers in 2020
Link: https://www.codementor.io/samwatt/top-7-python-web-development-ides-for-python-developers-in-2020-17jd5wae3v
These 7 python development IDEs provide world-class coding and debugging for Python developers. Read here to know how you can benefit from them.
Link: https://www.codementor.io/samwatt/top-7-python-web-development-ides-for-python-developers-in-2020-17jd5wae3v
These 7 python development IDEs provide world-class coding and debugging for Python developers. Read here to know how you can benefit from them.
www.codementor.io
Top 7 Python Web Development IDEs for Python Developers in 2020 | Codementor
These 7 python development IDEs provide world-class coding and debugging for Python developers. Read here to know how you can benefit from them.
Matt Layman: Hackathon App - Building SaaS #61
Link: https://www.mattlayman.com/building-saas/hackathon-app/
In this episode, we took a break from the regular app to work on an app for a local hackathon that I’m participating in. My team is building a mobile web app for the homeless around Frederick, MD. In
Link: https://www.mattlayman.com/building-saas/hackathon-app/
In this episode, we took a break from the regular app to work on an app for a local hackathon that I’m participating in. My team is building a mobile web app for the homeless around Frederick, MD. In
Matt Layman
Hackathon App - Building SaaS #61
In this episode, we took a break from the regular app to work on an app for a local hackathon that I'm participating in. My team is building a mobile web app for the homeless around Frederick, MD. In this stream, we cranked through some modeling, admin building…
Python Software Foundation: 2020 Python Software Foundation Board of Directors Election Results
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/_Mq_mKyLwrA/2020-python-software-foundation-board.html
The 2020 Python Software Foundation Board of Directors election has concluded.
Of 1,151 eligible voting members, 462 ballots were cast. This surpasses the necessary 1/3 quorum.
The four top voteget
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/_Mq_mKyLwrA/2020-python-software-foundation-board.html
The 2020 Python Software Foundation Board of Directors election has concluded.
Of 1,151 eligible voting members, 462 ballots were cast. This surpasses the necessary 1/3 quorum.
The four top voteget
Blogspot
2020 Python Software Foundation Board of Directors Election Results
The 2020 Python Software Foundation Board of Directors election has concluded. Of 1,151 eligible voting members, 462 ballots were cast. T...
Codementor: Generating cooking recipes using TensorFlow and LSTM Recurrent Neural Network: A step-by-step guide
Link: https://www.codementor.io/trehleb/generating-cooking-recipes-using-tensorflow-and-lstm-recurrent-neural-network-a-step-by-step-guide-17jigmknht
This article contains details of how the LSTM model was trained on Python using TensorFlow 2 with Keras API.
Link: https://www.codementor.io/trehleb/generating-cooking-recipes-using-tensorflow-and-lstm-recurrent-neural-network-a-step-by-step-guide-17jigmknht
This article contains details of how the LSTM model was trained on Python using TensorFlow 2 with Keras API.
www.codementor.io
Generating cooking recipes using TensorFlow and LSTM Recurrent Neural Network: A step-by-step guide | Codementor
This article contains details of how the LSTM model was trained on Python using TensorFlow 2 with Keras API.