Catalin George Festila: Python 3.7.3 : Using the flask - part 003.
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-003.html
Another tutorial with python 3.7.3 and flask python module.
In the last tutorial, I speak about some tricks and tips.
Today, I will show some steps for fixing and run with flask-sqlalchemy.
The source
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-flask-part-003.html
Another tutorial with python 3.7.3 and flask python module.
In the last tutorial, I speak about some tricks and tips.
Today, I will show some steps for fixing and run with flask-sqlalchemy.
The source
Blogspot
Python 3.7.3 : Using the flask - part 003.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PSF GSoC students blogs: Weekly check-in #7 (week 9): 22/07 to 28/07
Link: http://blogs.python-gsoc.org/en/tomasbs-blog/weekly-check-in-7-week-9-22-07-to-28-07/
Hi all. Hope we all passed evaluation 2 and our work continues!
What did you do this week?
The text PR saw a couple of updates, such as support for more ways to specify certain arguments (take more ty
Link: http://blogs.python-gsoc.org/en/tomasbs-blog/weekly-check-in-7-week-9-22-07-to-28-07/
Hi all. Hope we all passed evaluation 2 and our work continues!
What did you do this week?
The text PR saw a couple of updates, such as support for more ways to specify certain arguments (take more ty
blogs.python-gsoc.org
Python GSoC - Weekly check-in #7 (week 9): 22/07 to 28/07 - tomasb's Blog
Weekly check-in #7 (week 9): 22/07 to 28/07 - 885c4ccc-ba4b-467a-a9d1-1c9aad84bf21 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Coding Period: Week 9
Link: http://blogs.python-gsoc.org/en/taapasx28s-blog/coding-period-week-9-1/
Greetings everyone! Update for this week is as follows. In this phase, I sent the remaining patches required to complete hg continue support for core Mercurial repository.
What did I do this week?
As
Link: http://blogs.python-gsoc.org/en/taapasx28s-blog/coding-period-week-9-1/
Greetings everyone! Update for this week is as follows. In this phase, I sent the remaining patches required to complete hg continue support for core Mercurial repository.
What did I do this week?
As
blogs.python-gsoc.org
Python GSoC - Coding Period: Week 9 - taapasX28's Blog
Coding Period: Week 9 - db2cc6a8-7a64-4850-8561-a584d40b4db3 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly CheckIN 8th
Link: http://blogs.python-gsoc.org/en/iflameings-blog/weekly-checkin-8th/
What did you do this week?
Hoorya!! I passed the second evaluation. In the evaluation week I mainly completed the only test which is left before the second evaluation i.e Adding test for the ploneGene
Link: http://blogs.python-gsoc.org/en/iflameings-blog/weekly-checkin-8th/
What did you do this week?
Hoorya!! I passed the second evaluation. In the evaluation week I mainly completed the only test which is left before the second evaluation i.e Adding test for the ploneGene
blogs.python-gsoc.org
Python GSoC - Weekly CheckIN 8th - iFlameing's Blog
Weekly CheckIN 8th - 5e399bf0-d9af-4c5b-a0b8-c5a7a27583a8 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: 4th Blog Post (During the second Period)
Link: http://blogs.python-gsoc.org/en/iflameings-blog/4th-blog-post-during-the-second-period/
So, what I have done in second period. For me the answer is very simple, MVP is completed in first phase which give me ample time to write test for the added feature and other function which is not te
Link: http://blogs.python-gsoc.org/en/iflameings-blog/4th-blog-post-during-the-second-period/
So, what I have done in second period. For me the answer is very simple, MVP is completed in first phase which give me ample time to write test for the added feature and other function which is not te
blogs.python-gsoc.org
Python GSoC - 4th Blog Post (During the second Period) - iFlameing's Blog
4th Blog Post (During the second Period) - 5e399bf0-d9af-4c5b-a0b8-c5a7a27583a8 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Weekly check-in #5
Link: http://blogs.python-gsoc.org/en/abhinandan0659s-blog/weekly-check-in-5-3/
Hi and welcome again!
Let's get going.
What did you do this week?
Last week I was fixing bugs and errors in the landing page code. I finished with that(almost). I had a really hard time, because I cre
Link: http://blogs.python-gsoc.org/en/abhinandan0659s-blog/weekly-check-in-5-3/
Hi and welcome again!
Let's get going.
What did you do this week?
Last week I was fixing bugs and errors in the landing page code. I finished with that(almost). I had a really hard time, because I cre
blogs.python-gsoc.org
Python GSoC - Weekly check-in #5 - abhinandan0659's Blog
Weekly check-in #5 - 5aff3f32-a72e-4ed5-af67-ec8df3519a23 - Python's Google Summer of Code Blogs Page
Podcast.__init__: Docker Best Practices For Python In Production
Link: https://www.pythonpodcast.com/docker-python-production-episode-222/
Docker is a useful technology for packaging and deploying software to production environments, but it also introduces a different set of complexities that need to be understood. In this episode Itamar
Link: https://www.pythonpodcast.com/docker-python-production-episode-222/
Docker is a useful technology for packaging and deploying software to production environments, but it also introduces a different set of complexities that need to be understood. In this episode Itamar
The Python Podcast.__init__
The Python Podcast.__init__: Docker Best Practices For Python In Production
An interview covering what you need to know about running your Python projects in production with Docker
IslandT: Get top exchanges by volume for a currency pair
Link: https://kibiwebgeek.com/2019/07/29/get-top-exchanges-by-volume-for-a-currency-pair/
In this chapter, we will create a button which will call a function to retrieve the top 50 exchanges and the trading volume for a cryptocurrency/currency pair. The API needs the selected cryptocurrenc
Link: https://kibiwebgeek.com/2019/07/29/get-top-exchanges-by-volume-for-a-currency-pair/
In this chapter, we will create a button which will call a function to retrieve the top 50 exchanges and the trading volume for a cryptocurrency/currency pair. The API needs the selected cryptocurrenc
Kushal Das: Using sops with Ansible for vars encryption
Link: https://kushaldas.in/posts/using-sops-with-ansible-for-vars-encryption.html
Sops is a secret management tool from Mozilla. According to the official
Github page, it is defined as:
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats an
Link: https://kushaldas.in/posts/using-sops-with-ansible-for-vars-encryption.html
Sops is a secret management tool from Mozilla. According to the official
Github page, it is defined as:
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats an
Mike Driscoll: PyDev of the Week: Ines Montani
Link: http://www.blog.pythonlibrary.org/2019/07/29/pydev-of-the-week-ines-montani/
This week we welcome Ines Montani (@_inesmontani) as our PyDev of the Week! Ines is the Founder of Explosion AI and a core developer of the spaCy package, which is a Python package for Natural Languag
Link: http://www.blog.pythonlibrary.org/2019/07/29/pydev-of-the-week-ines-montani/
This week we welcome Ines Montani (@_inesmontani) as our PyDev of the Week! Ines is the Founder of Explosion AI and a core developer of the spaCy package, which is a Python package for Natural Languag
The Mouse Vs. The Python
PyDev of the Week: Ines Montani - The Mouse Vs. The Python
This week we welcome Ines Montani (@_inesmontani) as our PyDev of the Week! Ines is the Founder of Explosion AI and a core developer of the spaCy package, which is a Python package for Natural Language Processing. If you would like to know more about Ines…
PSF GSoC students blogs: Week #9 | Fixes in Swagger and schema validation
Link: http://blogs.python-gsoc.org/en/karannaohs-blog/week-9-fixes-in-swagger-and-schema-validation/
Link: http://blogs.python-gsoc.org/en/karannaohs-blog/week-9-fixes-in-swagger-and-schema-validation/
blogs.python-gsoc.org
Python GSoC - Week #9 | Fixes in Swagger and schema validation - karannaoh's Blog
Week #9 | Fixes in Swagger and schema validation - 0e81c0ab-3f85-4081-a606-723f86a30b5d - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: Ninth week of GSoC
Link: http://blogs.python-gsoc.org/en/sappelhoffs-blog/ninth-week-of-gsoc/
1. What did you do this week?
I have compiled a list for week 9 in my changelog here: https://github.com/sappelhoff/gsoc2019/blob/master/changelog.md#week-9
2. What is coming up next?
Next, I will mo
Link: http://blogs.python-gsoc.org/en/sappelhoffs-blog/ninth-week-of-gsoc/
1. What did you do this week?
I have compiled a list for week 9 in my changelog here: https://github.com/sappelhoff/gsoc2019/blob/master/changelog.md#week-9
2. What is coming up next?
Next, I will mo
blogs.python-gsoc.org
Python GSoC - Ninth week of GSoC - sappelhoff's Blog
Ninth week of GSoC - 77cac5a5-1782-4292-b314-611adf450553 - Python's Google Summer of Code Blogs Page
Catalin George Festila: Python 3.7.3 : Using the twitter python module - part 003.
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-twitter-python-module.html
Today I will speak about twitter python module with the new changes of the A.P.I.
This two tutorial will not work now because the twitter A.P.I is changed.
The reason I don't delete it is the similar
Link: http://python-catalin.blogspot.com/2019/07/python-373-using-twitter-python-module.html
Today I will speak about twitter python module with the new changes of the A.P.I.
This two tutorial will not work now because the twitter A.P.I is changed.
The reason I don't delete it is the similar
Blogspot
Python 3.7.3 : Using the twitter python module - part 003.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Stack Abuse: Serverless Python Application Development with AWS Chalice
Link: https://stackabuse.com/serverless-python-application-development-with-aws-chalice/
Introduction
In software development, we are constantly building solutions for end-users that solve a particular problem or ease/automate a certain process. Therefore, designing and building the softw
Link: https://stackabuse.com/serverless-python-application-development-with-aws-chalice/
Introduction
In software development, we are constantly building solutions for end-users that solve a particular problem or ease/automate a certain process. Therefore, designing and building the softw
Stack Abuse
Serverless Python Application Development with AWS Chalice
In software development, we are constantly building solutions for end-users that solve a particular problem or ease/automate a certain process. Therefore, desi...
PSF GSoC students blogs: 5th weekly checkin
Link: http://blogs.python-gsoc.org/en/leovictorsrs-blog/5th-weekly-checkin/
Hello everyone!
This weekly check-in is related to the scheduled for July 29.
1. What did you do this week?
This week I got my PR merged. I finished the tests for command setup and am now editing
Link: http://blogs.python-gsoc.org/en/leovictorsrs-blog/5th-weekly-checkin/
Hello everyone!
This weekly check-in is related to the scheduled for July 29.
1. What did you do this week?
This week I got my PR merged. I finished the tests for command setup and am now editing
blogs.python-gsoc.org
Python GSoC - 5th weekly checkin - leovictorsr's Blog
5th weekly checkin - 61a8d40b-709c-4851-b5f9-dc4d31d919e6 - Python's Google Summer of Code Blogs Page
Chris Moffitt: Automated Report Generation with Papermill: Part 2
Link: https://pbpython.com/papermil-rclone-report-2.html
Introduction
This guest post is the second article about using python tools to automate
a report generation pipeline. If you have not read the first post you should probably
review before continuing
Link: https://pbpython.com/papermil-rclone-report-2.html
Introduction
This guest post is the second article about using python tools to automate
a report generation pipeline. If you have not read the first post you should probably
review before continuing
Pbpython
Automated Report Generation with Papermill: Part 2
This is part two of a two-part series post about automating report generation using python, jupyter, papermill, and a couple of other tools.
Real Python: Understanding the Python Traceback
Link: https://realpython.com/python-traceback/
Python prints a traceback when an exception is raised in your code. The traceback output can be a bit overwhelming if you’re seeing it for the first time or you don’t know what it’s telling you. But t
Link: https://realpython.com/python-traceback/
Python prints a traceback when an exception is raised in your code. The traceback output can be a bit overwhelming if you’re seeing it for the first time or you don’t know what it’s telling you. But t
Realpython
Understanding the Python Traceback – Real Python
In this step-by-step tutorial, you'll learn how to read and understand the information you can get from a Python traceback. You'll walk through several examples of tracebacks and see some of the most common tracebacks in Python.
Tryton News: Release of Relatorio 0.9.0
Link: https://discuss.tryton.org/t/release-of-relatorio-0-9-0/1615
@ced wrote:
We are glade to announce the release of Relatorio version 0.9.0.
Relatorio is a templating library which provides a way to easily output several kinds of files but mainly OpenDocument.
Th
Link: https://discuss.tryton.org/t/release-of-relatorio-0-9-0/1615
@ced wrote:
We are glade to announce the release of Relatorio version 0.9.0.
Relatorio is a templating library which provides a way to easily output several kinds of files but mainly OpenDocument.
Th
Tryton Discussion
Release of Relatorio 0.9.0
We are glade to announce the release of Relatorio version 0.9.0. Relatorio is a templating library which provides a way to easily output several kinds of files but mainly OpenDocument. This is a minor release that adds new features: Support out parameter…
Codementor: HTML Parser — Developer Tools
Link: https://www.codementor.io/chirilovadrian360/html-parser-developer-tools-xciqmpuyz
Short list with code samples to parse HTML using Python / BeautifulSoup library.
Link: https://www.codementor.io/chirilovadrian360/html-parser-developer-tools-xciqmpuyz
Short list with code samples to parse HTML using Python / BeautifulSoup library.
www.codementor.io
HTML Parser — Developer Tools | Codementor
Short list with code samples to parse HTML using Python / BeautifulSoup library.
PSF GSoC students blogs: So long, FFTPACK
Link: http://blogs.python-gsoc.org/en/peterbell10s-blog/so-long-fftpack/
What did you do this week?
Perhaps the most significant task this week was completely removing the fortran FFTPACK code from SciPy and rewriting scipy.fftpack using scipy.fft's pocketfft backend. Thi
Link: http://blogs.python-gsoc.org/en/peterbell10s-blog/so-long-fftpack/
What did you do this week?
Perhaps the most significant task this week was completely removing the fortran FFTPACK code from SciPy and rewriting scipy.fftpack using scipy.fft's pocketfft backend. Thi
blogs.python-gsoc.org
Python GSoC - So long, FFTPACK - peterbell10's Blog
So long, FFTPACK - e8bf5714-a67b-4e52-9f94-18dcf346cf89 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: weeklyCheckIn[9]
Link: http://blogs.python-gsoc.org/en/plant99s-blog/weeklycheckin-9/
What did I do this week?
After completing tests and features for mscolab's project window and getting the PR merged, I started working on a more tricky part of the project. Introducing version control
Link: http://blogs.python-gsoc.org/en/plant99s-blog/weeklycheckin-9/
What did I do this week?
After completing tests and features for mscolab's project window and getting the PR merged, I started working on a more tricky part of the project. Introducing version control
blogs.python-gsoc.org
Python GSoC - weeklyCheckIn[9] - plant99's Blog
weeklyCheckIn[9] - 8cd75440-5d04-454d-a8c1-56d7f5a98023 - Python's Google Summer of Code Blogs Page