Catalin George Festila: Python 3.7.3 : Using the flask - part 008.
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-008.html
The tutorial for today will show you how to understand the flash method and fix exceptions.
First, the Flask module contains a flash method which passes a message to the next request, which generally
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-008.html
The tutorial for today will show you how to understand the flash method and fix exceptions.
First, the Flask module contains a flash method which passes a message to the next request, which generally
Blogspot
Python 3.7.3 : Using the flask - part 008.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PSF GSoC students blogs: Coding Period: Week 10
Link: http://blogs.python-gsoc.org/en/taapasx28s-blog/coding-period-week-10-1/
Hey everyone! This is what I did this week. In this phase, I worked mostly on the understanding of mergestate for developing a patch for hg update --abort. This is the last part that I need to complet
Link: http://blogs.python-gsoc.org/en/taapasx28s-blog/coding-period-week-10-1/
Hey everyone! This is what I did this week. In this phase, I worked mostly on the understanding of mergestate for developing a patch for hg update --abort. This is the last part that I need to complet
blogs.python-gsoc.org
Python GSoC - Coding Period: Week 10 - taapasX28's Blog
Coding Period: Week 10 - db2cc6a8-7a64-4850-8561-a584d40b4db3 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Blog post: Week 10
Link: http://blogs.python-gsoc.org/en/epassaros-blog/blog-post-week-10/
Hi everyone!
We made huge progress with the new Kurucz parser (it's almost ready!). As I said last week, this is a difficult task and involves reestructuring different pieces of existing code and some
Link: http://blogs.python-gsoc.org/en/epassaros-blog/blog-post-week-10/
Hi everyone!
We made huge progress with the new Kurucz parser (it's almost ready!). As I said last week, this is a difficult task and involves reestructuring different pieces of existing code and some
blogs.python-gsoc.org
Python GSoC - Blog post: Week 10 - epassaro's Blog
Blog post: Week 10 - 9a1cc1e1-fc68-4ec7-acf6-094feca70005 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly CheckIn 9th
Link: http://blogs.python-gsoc.org/en/iflameings-blog/weekly-checkin-9th/
What did you do this week?
So, As I previously mention in this phase I have to write documentation and refactor the code. So, I started with writing documentation for the config options provided by th
Link: http://blogs.python-gsoc.org/en/iflameings-blog/weekly-checkin-9th/
What did you do this week?
So, As I previously mention in this phase I have to write documentation and refactor the code. So, I started with writing documentation for the config options provided by th
blogs.python-gsoc.org
Python GSoC - Weekly CheckIn 9th - iFlameing's Blog
Weekly CheckIn 9th - 5e399bf0-d9af-4c5b-a0b8-c5a7a27583a8 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: SIxth Blog - GSOC 2019
Link: http://blogs.python-gsoc.org/en/abhinandan0659s-blog/sixth-blog-gsoc-2019/
Hello there,
Its good to see you here.
So, this week I created a new PR for the new cheatsheet and also to fix a few responsiveness bugs on the landing page. My work for that PR is done. I have to fi
Link: http://blogs.python-gsoc.org/en/abhinandan0659s-blog/sixth-blog-gsoc-2019/
Hello there,
Its good to see you here.
So, this week I created a new PR for the new cheatsheet and also to fix a few responsiveness bugs on the landing page. My work for that PR is done. I have to fi
blogs.python-gsoc.org
Python GSoC - SIxth Blog - GSOC 2019 - abhinandan0659's Blog
SIxth Blog - GSOC 2019 - 5aff3f32-a72e-4ed5-af67-ec8df3519a23 - Python's Google Summer of Code Blogs Page
Catalin George Festila: Python 3.7.3 : Using the flask - part 004.
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-004.html
The goal of this tutorial is to interact with the database in order to use it with flask_sqlalchemy python module.
The db.Model is used to interact with the database.
A database doesn't need a primary
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-004.html
The goal of this tutorial is to interact with the database in order to use it with flask_sqlalchemy python module.
The db.Model is used to interact with the database.
A database doesn't need a primary
Blogspot
Python 3.7.3 : Using the flask - part 004.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PSF GSoC students blogs: Week #9
Link: http://blogs.python-gsoc.org/en/js94s-blog/week-9/
I explored different ways in which PCA can be tested. More specifically, I tried to find some testing schemes under which the PCA I developed fails while the standard PCA method works. This practice i
Link: http://blogs.python-gsoc.org/en/js94s-blog/week-9/
I explored different ways in which PCA can be tested. More specifically, I tried to find some testing schemes under which the PCA I developed fails while the standard PCA method works. This practice i
blogs.python-gsoc.org
Python GSoC - Week #9 - js94's Blog
Week #9 - d8326b32-231b-48be-87d1-73d1c442aa9e - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week #10
Link: http://blogs.python-gsoc.org/en/js94s-blog/week-10/
I continued working on developing test cases. I tried to write up an overview for testing frameworks since such a framework could potentially be useful for other methods beyond PCA. I still haven't fo
Link: http://blogs.python-gsoc.org/en/js94s-blog/week-10/
I continued working on developing test cases. I tried to write up an overview for testing frameworks since such a framework could potentially be useful for other methods beyond PCA. I still haven't fo
blogs.python-gsoc.org
Python GSoC - Week #10 - js94's Blog
Week #10 - d8326b32-231b-48be-87d1-73d1c442aa9e - Python's Google Summer of Code Blogs Page
Mike Driscoll: PyDev of the Week: Eric Matthes
Link: http://www.blog.pythonlibrary.org/2019/08/05/pydev-of-the-week-eric-matthes/
This week we welcome Eric Matthes (@ehmatthes) as our PyDev of the Week! Eric is the author of the popular book, Python Crash Course. He also created a neat set of Python Flash Cards that I reviewed e
Link: http://www.blog.pythonlibrary.org/2019/08/05/pydev-of-the-week-eric-matthes/
This week we welcome Eric Matthes (@ehmatthes) as our PyDev of the Week! Eric is the author of the popular book, Python Crash Course. He also created a neat set of Python Flash Cards that I reviewed e
Mouse Vs Python
PyDev of the Week: Eric Matthes - Mouse Vs Python
This week we chat with the author of Python Crash Course, Eric Matthes as our PyDev of the Week!
PyBites: PyCon Australia 2019
Link: https://pybit.es/pycon-australia-2019.html
PyCon Australia 2019 was, surprisingly, my first Australian Python Convention. It was also the first Python Convention I've attended purely as a spectator. I didn't contribute officially and was just
Link: https://pybit.es/pycon-australia-2019.html
PyCon Australia 2019 was, surprisingly, my first Australian Python Convention. It was also the first Python Convention I've attended purely as a spectator. I didn't contribute officially and was just
PyBites
PyCon Australia 2019
PyCon Australia 2019 was bigger and better than I could have imagined. Here are my takeaways.
PSF GSoC students blogs: weeklyCheckIn[10]
Link: http://blogs.python-gsoc.org/en/plant99s-blog/weeklycheckin-10/
What did I do this week?
As discussed in the earlier blog, I worked on tests for GUI to 'checkout' to a previous version of flightpath. After creating a pull request, I parallelly started working on G
Link: http://blogs.python-gsoc.org/en/plant99s-blog/weeklycheckin-10/
What did I do this week?
As discussed in the earlier blog, I worked on tests for GUI to 'checkout' to a previous version of flightpath. After creating a pull request, I parallelly started working on G
blogs.python-gsoc.org
Python GSoC - weeklyCheckIn[10] - plant99's Blog
weeklyCheckIn[10] - 8cd75440-5d04-454d-a8c1-56d7f5a98023 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Week 9 Chek-in
Link: http://blogs.python-gsoc.org/en/kruzaevas-blog/week-9-chek-in-1/
What did you do this week?
Documentation writing. The chapter for Crystallinity map calculation is written.
What is coming up next?
Chapter for Region clustering, Jupiter notebook for feature vector g
Link: http://blogs.python-gsoc.org/en/kruzaevas-blog/week-9-chek-in-1/
What did you do this week?
Documentation writing. The chapter for Crystallinity map calculation is written.
What is coming up next?
Chapter for Region clustering, Jupiter notebook for feature vector g
blogs.python-gsoc.org
Python GSoC - Week 9 Chek-in - kruzaeva's Blog
Week 9 Chek-in - 17388126-04bc-4855-8e5d-8347910b1420 - Python's Google Summer of Code Blogs Page
Kushal Das: Adding directory to path in csh on FreeBSD
Link: https://kushaldas.in/posts/adding-directory-to-path-in-csh-on-freebsd.html
While I was trying to install rust on a FreeBSD
box, I figured that I will have to update the path on the system with
directory path of the ~/.cargo/bin. I added the following line in the
~/.cshrc fi
Link: https://kushaldas.in/posts/adding-directory-to-path-in-csh-on-freebsd.html
While I was trying to install rust on a FreeBSD
box, I figured that I will have to update the path on the system with
directory path of the ~/.cargo/bin. I added the following line in the
~/.cshrc fi
PSF GSoC students blogs: Week-10: Caching in the pipeline
Link: http://blogs.python-gsoc.org/en/jaladh-singhals-blog/week-10-caching-in-the-pipeline/
Hello folks,
This week was pretty tough. A seemingly simple task of setting up docs CD pipeline to execute notebooks ate up entire week, thanks to the complexities of DevOps! 🙄
What did I do this
Link: http://blogs.python-gsoc.org/en/jaladh-singhals-blog/week-10-caching-in-the-pipeline/
Hello folks,
This week was pretty tough. A seemingly simple task of setting up docs CD pipeline to execute notebooks ate up entire week, thanks to the complexities of DevOps! 🙄
What did I do this
blogs.python-gsoc.org
Python GSoC - Week-10: Caching in the pipeline - jaladh-singhal's Blog
Week-10: Caching in the pipeline - bc7629ea-3a92-4ee7-b9ae-303611ff5e9b - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly blog #5 (week 10): 29/07 to 04/08
Link: http://blogs.python-gsoc.org/en/tomasbs-blog/weekly-blog-5-week-10-29-07-to-04-08/
Hey. It looks like we’re in August now. Summer is coming to an end fast!
What happened this week? One of my mentors came back from holidays and we had a sync up call on Monday, and another one on Th
Link: http://blogs.python-gsoc.org/en/tomasbs-blog/weekly-blog-5-week-10-29-07-to-04-08/
Hey. It looks like we’re in August now. Summer is coming to an end fast!
What happened this week? One of my mentors came back from holidays and we had a sync up call on Monday, and another one on Th
blogs.python-gsoc.org
Python GSoC - Weekly blog #5 (week 10): 29/07 to 04/08 - tomasb's Blog
Weekly blog #5 (week 10): 29/07 to 04/08 - 885c4ccc-ba4b-467a-a9d1-1c9aad84bf21 - Python's Google Summer of Code Blogs Page
Sumana Harihareswara - Cogito, Ergo Sumana: Kickoff for Python 2 Sunsetting Communications Work
Link: https://www.harihareswara.net/sumana/2019/08/05/0
Python's 2.x line will reach End of Life on January 1, 2020, meaning that the maintainers of Python 2 will stop supporting it, even for security patches. Many institutions and codebases have not yet p
Link: https://www.harihareswara.net/sumana/2019/08/05/0
Python's 2.x line will reach End of Life on January 1, 2020, meaning that the maintainers of Python 2 will stop supporting it, even for security patches. Many institutions and codebases have not yet p
Catalin George Festila: Python 3.7.3 : Using the flask - part 009.
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-009.html
In this tutorial, I will show you how to use blueprints with a new type of flask project using multiple python files.
I show you just how to create the A.P.I. not the REACT front end.
Flask uses a con
Link: http://python-catalin.blogspot.com/2019/08/python-373-using-flask-part-009.html
In this tutorial, I will show you how to use blueprints with a new type of flask project using multiple python files.
I show you just how to create the A.P.I. not the REACT front end.
Flask uses a con
Blogspot
Python 3.7.3 : Using the flask - part 009.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Talk Python to Me: #224 12 lessons from 100 days of web
Link: https://talkpython.fm/episodes/show/224/12-lessons-from-100-days-of-web
Back in May of 2018, Bob Belderbos, Julian Sequeira, and I started on what would be a 9-month project. We wanted to create a dedicated, 100 days of code course specifically for Python web developers.
Link: https://talkpython.fm/episodes/show/224/12-lessons-from-100-days-of-web
Back in May of 2018, Bob Belderbos, Julian Sequeira, and I started on what would be a 9-month project. We wanted to create a dedicated, 100 days of code course specifically for Python web developers.
talkpython.fm
12 lessons from 100 days of web
Back in May of 2018, Bob Belderbos, Julian Sequeira, and I started on what would be a 9-month project. We wanted to create a dedicated, 100 days of code course specifically for Python web developers. Much of what we created for that course, we had prior experience…
Philippe Normand: Review of the Igalia Multimedia team Activities (2019/H1)
Link: https://base-art.net/Articles/review-of-the-igalia-multimedia-team-activities-2019h1/
This blog post takes a look back at the various Multimedia-related tasks the
Igalia Multimedia team was involved in during the first half of 2019.
GStreamer Editing Services
Thibault added support fo
Link: https://base-art.net/Articles/review-of-the-igalia-multimedia-team-activities-2019h1/
This blog post takes a look back at the various Multimedia-related tasks the
Igalia Multimedia team was involved in during the first half of 2019.
GStreamer Editing Services
Thibault added support fo
Base-Art
Review of the Igalia Multimedia team Activities (2019/H1)
This blog post takes a look back at the various Multimedia-related tasks the Igalia Multimedia team was involved in during the first half of 2019. GStreamer Editing Services Thibault added support for the OpenTimelineIO open format for editorial timeline…
Real Python: What You Need to Know to Manage Users in Django Admin
Link: https://realpython.com/manage-users-in-django-admin/
User management in Django admin is a tricky subject. If you enforce too many permissions, then you might interfere with day-to-day operations. If you allow for permissions to be granted freely without
Link: https://realpython.com/manage-users-in-django-admin/
User management in Django admin is a tricky subject. If you enforce too many permissions, then you might interfere with day-to-day operations. If you allow for permissions to be granted freely without
Realpython
What You Need to Know to Manage Users in Django Admin – Real Python
In this Python tutorial, you'll learn what you need to know to manage users in Django admin. Out of the box, Django admin doesn't enforce special restrictions on the user admin. This can lead to dangerous scenarios that might compromise your system.