PythonClub - A Brazilian collaborative blog about Python: Fazendo backup do banco de dados no Django
Link: http://pythonclub.com.br/fazendo-backup-do-banco-de-dados-no-django.html
Apresentação
Em algum momento, durante o seu processo de desenvolvimento com Django, pode ser que surja a necessidade de criar e restaurar o banco de dados da aplicação. Pensando nisso, resolvi fazer
Link: http://pythonclub.com.br/fazendo-backup-do-banco-de-dados-no-django.html
Apresentação
Em algum momento, durante o seu processo de desenvolvimento com Django, pode ser que surja a necessidade de criar e restaurar o banco de dados da aplicação. Pensando nisso, resolvi fazer
PythonClub
Fazendo backup do banco de dados no Django
Apresentação Em algum momento, durante o seu processo de desenvolvimento com Django, pode ser que surja a necessidade de criar e restaurar o banco de dados da aplicação. Pensando nisso, resolvi fazer um pequeno tutorial, básico, de como realizar essa operação.…
NumFOCUS: Public Apology to Jeremy Howard
Link: https://numfocus.org/blog/jeremy-howard-apology?utm_source=rss&utm_medium=rss&utm_campaign=jeremy-howard-apology
We, the NumFOCUS Code of Conduct Enforcement Committee, issue a public apology to Jeremy Howard for our handling of the JupyterCon 2020 reports. We should have done better. We thank you for sharing yo
Link: https://numfocus.org/blog/jeremy-howard-apology?utm_source=rss&utm_medium=rss&utm_campaign=jeremy-howard-apology
We, the NumFOCUS Code of Conduct Enforcement Committee, issue a public apology to Jeremy Howard for our handling of the JupyterCon 2020 reports. We should have done better. We thank you for sharing yo
NumFOCUS
Public Apology to Jeremy Howard - NumFOCUS
NumFOCUS's Code of Conduct Committee's apology to Jeremy Howard
Kushal Das: Alembic migration errors on SQLite
Link: https://kushaldas.in/posts/alembic-migration-errors-on-sqlite.html
We use SQLite3 as the database in SecureDrop. We use
SQLAlchemy to talk the database and Alembic for
migrations. Some of those migrations are written by hand.
Most of my work time in the last month w
Link: https://kushaldas.in/posts/alembic-migration-errors-on-sqlite.html
We use SQLite3 as the database in SecureDrop. We use
SQLAlchemy to talk the database and Alembic for
migrations. Some of those migrations are written by hand.
Most of my work time in the last month w
Weekly Python StackOverflow Report: (ccxlviii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/10/ccxlviii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-10-31 15:38:41 GMTUnpacking: [x,y], (x,y), x,y - what is the diffe
Link: http://python-weekly.blogspot.com/2020/10/ccxlviii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-10-31 15:38:41 GMTUnpacking: [x,y], (x,y), x,y - what is the diffe
Blogspot
(ccxlviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Python Bytes: #205 This is going to be a little bit awkward
Link: https://pythonbytes.fm/episodes/show/205/this-is-going-to-be-a-little-bit-awkward
<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/205/this-is-going-to-be-a-little-bit-awkward
<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
This is going to be a little bit awkward
News and announcements from the Python community for the week of Oct 31st, 2020
Catalin George Festila: Python 3.8.5 : Testing with openpyxl - part 001 .
Link: http://python-catalin.blogspot.com/2020/08/python-385-testing-with-openpyxl-parts.html
The Python executes the code line by line because is an interpreter language.
This allows users to solve issues in the programming area, fast and easy.
I use python versiono 3.8.5 build on Aug 12 2020
Link: http://python-catalin.blogspot.com/2020/08/python-385-testing-with-openpyxl-parts.html
The Python executes the code line by line because is an interpreter language.
This allows users to solve issues in the programming area, fast and easy.
I use python versiono 3.8.5 build on Aug 12 2020
Blogspot
Python 3.8.5 : Testing with openpyxl - part 001 .
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Catalin George Festila: Python 3.9.0 : Testing twisted python module - part 001 .
Link: http://python-catalin.blogspot.com/2020/10/python-390-testing-twisted-python.html
Today I tested two python modules named: twisted and twisted[tls].
Twisted is an event-driven network programming framework written in Python and licensed under the MIT License.
Twisted projects vari
Link: http://python-catalin.blogspot.com/2020/10/python-390-testing-twisted-python.html
Today I tested two python modules named: twisted and twisted[tls].
Twisted is an event-driven network programming framework written in Python and licensed under the MIT License.
Twisted projects vari
Blogspot
Python 3.9.0 : Testing twisted python module - part 001 .
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Talk Python to Me: #288 10 tips to move from Excel to Python
Link: https://talkpython.fm/episodes/show/288/10-tips-to-move-from-excel-to-python
Excel is one of the most used and most empowering piece of software out there. But that doesn't make it a good fit for every data processing need. And when you outgrow Excel, a really good option for
Link: https://talkpython.fm/episodes/show/288/10-tips-to-move-from-excel-to-python
Excel is one of the most used and most empowering piece of software out there. But that doesn't make it a good fit for every data processing need. And when you outgrow Excel, a really good option for
talkpython.fm
10 tips to move from Excel to Python
Excel is one of the most used and most empowering piece of software out there. But that doesn't make it a good fit for every data processing need. And when you outgrow Excel, a really good option for a next step is Python and the data science tech stack:…
LAAC Technology: Five Advanced Django Tips
Link: https://www.laac.dev/blog/five-advanced-django-tips/
Table of Contents
Introduction
Using Q Objects for Complex Queries
Optimize Database Calls with Prefetch Related and Select Related
Annotate Querysets to Fetch Specific Values
Use Prefetch Objects to
Link: https://www.laac.dev/blog/five-advanced-django-tips/
Table of Contents
Introduction
Using Q Objects for Complex Queries
Optimize Database Calls with Prefetch Related and Select Related
Annotate Querysets to Fetch Specific Values
Use Prefetch Objects to
LAAC Technology
Five Advanced Django Tips | LAAC Technology
Dive into advanced django tips on topics such as Q objects, annotations, prefetch objects,
custom querysets, and custom model managers.
custom querysets, and custom model managers.
Kushal Das: High load average while package building on Fedora 33
Link: https://kushaldas.in/posts/high-load-average-while-package-building-on-fedora-33.html
Enabling Link time optimization (LTO) with rpmbuild is one of the new
features of Fedora 33. I read the changeset
page once and went back only
after I did the Tor package builds locally.
While buildi
Link: https://kushaldas.in/posts/high-load-average-while-package-building-on-fedora-33.html
Enabling Link time optimization (LTO) with rpmbuild is one of the new
features of Fedora 33. I read the changeset
page once and went back only
after I did the Tor package builds locally.
While buildi
ListenData: Translating Web Page while Scraping
Link: https://www.listendata.com/2020/10/translating-web-page-while-scraping.html
Suppose you need to scrape data from a website after translating the web page in R and Python. In google chrome, there is an option (or functionality) to translate any foreign language. If you are an
Link: https://www.listendata.com/2020/10/translating-web-page-while-scraping.html
Suppose you need to scrape data from a website after translating the web page in R and Python. In google chrome, there is an option (or functionality) to translate any foreign language. If you are an
ListenData
Translating Web Page while Scraping
This article covers how to translate web page while scraping data from the website in R and Python.
Codementor: How I learned Python
Link: https://www.codementor.io/jiteshmoganaraja/how-i-learned-python-1bskul7fke
This is the story of how I started off with python
Link: https://www.codementor.io/jiteshmoganaraja/how-i-learned-python-1bskul7fke
This is the story of how I started off with python
www.codementor.io
How I learned Python | Codementor
This is the story of how I started off with python
The No Title® Tech Blog: Just updated - Optimize Images v1.4.0
Link: https://no-title.victordomingos.com/articles/2020/updated_optimize-images_v1_4_0
Optimize Images has a new version just released on PyPI! Besides the usual clean and polish, this release includes two new features that may be of interest for you, especially if you are using this ut
Link: https://no-title.victordomingos.com/articles/2020/updated_optimize-images_v1_4_0
Optimize Images has a new version just released on PyPI! Besides the usual clean and polish, this release includes two new features that may be of interest for you, especially if you are using this ut
The No Title® Tech Blog
Just updated - Optimize Images v1.4.0
Optimize Images has a new version just released on PyPI! Besides the usual clean and polish, this release includes two new features that may be of interest for you, especially if you are using this utility on servers.
Kushal Das: Johnnycanencrypt 0.4.0 released
Link: https://kushaldas.in/posts/johnnycanencrypt-0-4-0-released.html
Last night I released 0.4.0 of johnnycanencrypt module for OpenPGP in Python.
This release has one update in the creating new key API. Now, we can pass one
single UID as a string, or multiple in a li
Link: https://kushaldas.in/posts/johnnycanencrypt-0-4-0-released.html
Last night I released 0.4.0 of johnnycanencrypt module for OpenPGP in Python.
This release has one update in the creating new key API. Now, we can pass one
single UID as a string, or multiple in a li
Mike Driscoll: PyDev of the Week: Kevin Thomas
Link: https://www.blog.pythonlibrary.org/2020/11/02/pydev-of-the-week-kevin-thomas/
This week we welcome Kevin Thomas (@mytechnotalent) as our PyDev of the Week. Kevin is the author of Python for Kids, which is “a comprehensive and FREE Online Python Development course FOR KIDS utili
Link: https://www.blog.pythonlibrary.org/2020/11/02/pydev-of-the-week-kevin-thomas/
This week we welcome Kevin Thomas (@mytechnotalent) as our PyDev of the Week. Kevin is the author of Python for Kids, which is “a comprehensive and FREE Online Python Development course FOR KIDS utili
The Mouse Vs. The Python
PyDev of the Week: Kevin Thomas - The Mouse Vs. The Python
This week we welcome Kevin Thomas (@mytechnotalent) as our PyDev of the Week. Kevin is the author of Python for Kids, which is “a comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board”. Let’s…
Django Weblog: Django bugfix releases issued: 3.1.3, 3.0.11, and 2.2.17
Link: https://www.djangoproject.com/weblog/2020/nov/02/bugfix-releases/
Today we've issued
3.1.3,
3.0.11, and
2.2.17 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used
fo
Link: https://www.djangoproject.com/weblog/2020/nov/02/bugfix-releases/
Today we've issued
3.1.3,
3.0.11, and
2.2.17 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used
fo
Zero to Mastery: Python Monthly 💻🐍 October 2020
Link: https://zerotomastery.io/blog/python-monthly-october-2020/?utm_source=python-rss-feed
11th issue of Python Monthly! Read by 20,000+ Python developers every month. Keeping you up to date with the Python industry ecosystem, without wasting your valuable time.
Link: https://zerotomastery.io/blog/python-monthly-october-2020/?utm_source=python-rss-feed
11th issue of Python Monthly! Read by 20,000+ Python developers every month. Keeping you up to date with the Python industry ecosystem, without wasting your valuable time.
Zero To Mastery
Python Monthly 💻🐍 October 2020 | Zero To Mastery
11th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly newsletter is focused on keeping you up to date with the industry, keeping your skills sharp, without wasting your valuable time.
Stack Abuse: Python: How to Flatten a List of Lists
Link: https://stackabuse.com/python-how-to-flatten-list-of-lists/
Introduction
A list is the most flexible data structure in Python. Whereas, a 2D list which is commonly known as a list of lists, is a list object where every item is a list itself - for example: [[1,
Link: https://stackabuse.com/python-how-to-flatten-list-of-lists/
Introduction
A list is the most flexible data structure in Python. Whereas, a 2D list which is commonly known as a list of lists, is a list object where every item is a list itself - for example: [[1,
Stack Abuse
Python: How to Flatten a List of Lists
In this tutorial, we'll go over examples of how to flatten a 2D (list of lists) list into one list. We'll use for loops, list comprehensions, recursive algorithms, as well as libraries like Numpy and functools.
Real Python: Fourier Transforms With scipy.fft: Python Signal Processing
Link: https://realpython.com/python-scipy-fft/
The Fourier transform is a powerful tool for analyzing signals and is used in everything from audio processing to image compression. SciPy provides a mature implementation in its scipy.fft module, and
Link: https://realpython.com/python-scipy-fft/
The Fourier transform is a powerful tool for analyzing signals and is used in everything from audio processing to image compression. SciPy provides a mature implementation in its scipy.fft module, and
Realpython
Fourier Transforms With scipy.fft: Python Signal Processing – Real Python
In this tutorial, you'll learn how to use the Fourier transform, a powerful tool for analyzing signals with applications ranging from audio processing to image compression. You'll explore several different transforms provided by Python's scipy.fft module.
PyCharm: Early Access PyCharm Podcast — Episode 4: The One Where We Talk About How It All Started
Link: http://feedproxy.google.com/~r/Pycharm/~3/raZWOutP1_c/
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
Link: http://feedproxy.google.com/~r/Pycharm/~3/raZWOutP1_c/
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
JetBrains Blog
Early Access PyCharm Podcast — Episode 4: The One Where We Talk About How It All Started – PyCharm Blog | JetBrains
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the