PSF GSoC students blogs: Coding period: week #9
Link: http://blogs.python-gsoc.org/en/navaneethsureshs-blog/coding-period-week-9/
This is a blog post about trying to clean up the code that I have written for a feature that had merged and marked as experimental.
What did I do this week?
For the past few weeks, I have been worki
Link: http://blogs.python-gsoc.org/en/navaneethsureshs-blog/coding-period-week-9/
This is a blog post about trying to clean up the code that I have written for a feature that had merged and marked as experimental.
What did I do this week?
For the past few weeks, I have been worki
blogs.python-gsoc.org
Python GSoC - Coding period: week #9 - navaneethsuresh's Blog
Coding period: week #9 - 77333daa-9122-4157-a29f-7f5852a417f4 - Python's Google Summer of Code Blogs Page
Catalin George Festila: Python 3.7.3 : About pytweening python module.
Link: http://python-catalin.blogspot.com/2019/07/python-373-about-pytweening-python.html
This is a simple module of tweening and easing functions implemented in Python, see the GitHub webpage.
C:\Python373\Scripts>pip install pytweening
Collecting pytweening
Downloading https://files.pyth
Link: http://python-catalin.blogspot.com/2019/07/python-373-about-pytweening-python.html
This is a simple module of tweening and easing functions implemented in Python, see the GitHub webpage.
C:\Python373\Scripts>pip install pytweening
Collecting pytweening
Downloading https://files.pyth
Blogspot
Python 3.7.3 : About pytweening python module.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Doug Hellmann: New PyMOTW site logo
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/ds328tglYfM/
Last week Nils-Hero Lindemann contacted me with some icons to spruce up the PyMOTW site. I love the look and the thought that went into the design. “The four squares symbolize the modules and the whit
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/ds328tglYfM/
Last week Nils-Hero Lindemann contacted me with some icons to spruce up the PyMOTW site. I love the look and the thought that went into the design. “The four squares symbolize the modules and the whit
PSF GSoC students blogs: Check in: Week 9
Link: http://blogs.python-gsoc.org/en/epassaros-blog/check-in-week-9/
1. What did you do this week?
This week I worked on the new Kurucz line list parser. Also, I finished the CMFGEN pipeline (merged PR #143).
NIST (PR #144) and Knox Long's recombination zeta (PR #145)
Link: http://blogs.python-gsoc.org/en/epassaros-blog/check-in-week-9/
1. What did you do this week?
This week I worked on the new Kurucz line list parser. Also, I finished the CMFGEN pipeline (merged PR #143).
NIST (PR #144) and Knox Long's recombination zeta (PR #145)
blogs.python-gsoc.org
Python GSoC - Check in: Week 9 - epassaro's Blog
Check in: Week 9 - 9a1cc1e1-fc68-4ec7-acf6-094feca70005 - Python's Google Summer of Code Blogs Page
IslandT: Get a number of top coins by their market cap
Link: https://kibiwebgeek.com/2019/07/28/get-a-number-of-top-coins-by-their-market-cap/
In this chapter, we will get a number of top 100 coins by their market cap with python. If you have read the previous chapter of this cryptocurrency project then you will find out that in this chapter
Link: https://kibiwebgeek.com/2019/07/28/get-a-number-of-top-coins-by-their-market-cap/
In this chapter, we will get a number of top 100 coins by their market cap with python. If you have read the previous chapter of this cryptocurrency project then you will find out that in this chapter
Learn PyQt: Building a Bitcoin market tracker with Python and Qt5
Link: https://www.learnpyqt.com/apps/bitcoin-exchange-tracker/
Goodforbitcoin is a simple cryptocurrency market-tracker. It displays daily market rates, including high, low and close valuations, alongside market trade volume for a range of popular cryptocurrenci
Link: https://www.learnpyqt.com/apps/bitcoin-exchange-tracker/
Goodforbitcoin is a simple cryptocurrency market-tracker. It displays daily market rates, including high, low and close valuations, alongside market trade volume for a range of popular cryptocurrenci
Speed Matters: Python and Lua
Link: https://brmmm3.github.io/posts/2019/07/28/python_and_lua/
Python is great, but pure Python code sometimes has one problem: It’s slow.
Fortunately there are several great solutions to improve the performance, like Numpy, Cython, Numba, Pypy.
All of the above
Link: https://brmmm3.github.io/posts/2019/07/28/python_and_lua/
Python is great, but pure Python code sometimes has one problem: It’s slow.
Fortunately there are several great solutions to improve the performance, like Numpy, Cython, Numba, Pypy.
All of the above
Weekly Python StackOverflow Report: (clxxxviii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/07/clxxxviii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-07-28 11:32:11 GMTIs Python `list.extend(iterator)` guaranteed to
Link: http://python-weekly.blogspot.com/2019/07/clxxxviii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-07-28 11:32:11 GMTIs Python `list.extend(iterator)` guaranteed to
Blogspot
(clxxxviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
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.