Codementor: Generators in Python | How to use Python Generators
Link: https://www.codementor.io/wajihaurooj/generators-in-python-how-to-use-python-generators-wwf7mg7ox
Learn what are generators in Python along with the advantages. Also learn how to create and use them along with various use cases.
Link: https://www.codementor.io/wajihaurooj/generators-in-python-how-to-use-python-generators-wwf7mg7ox
Learn what are generators in Python along with the advantages. Also learn how to create and use them along with various use cases.
www.codementor.io
Generators in Python | How to use Python Generators | Codementor
Learn what are generators in Python along with the advantages. Also learn how to create and use them along with various use cases.
Erik Marsja: 9 Data Visualization Techniques You Should Learn in Python
Link: https://www.marsja.se/python-data-visualization-techniques-you-should-learn-seaborn/
With ever increasing volume of data, it is impossible to tell stories without visualizations. Data visualization is an art of how to turn numbers into useful knowledge. Using Python we can learn how t
Link: https://www.marsja.se/python-data-visualization-techniques-you-should-learn-seaborn/
With ever increasing volume of data, it is impossible to tell stories without visualizations. Data visualization is an art of how to turn numbers into useful knowledge. Using Python we can learn how t
Erik Marsja
9 Data Visualization Techniques You Should Learn in Python - Erik Marsja
In this Python data visualization tutorial we will learn how to create 9 different plots using Python Seaborn. More precisely we have used Python to create a scatter plot, histogram, bar plot, time series plot, box plot, heat map, correlogram, violin plot…
PSF GSoC students blogs: For fork's sake - Fixing multiprocessing issues
Link: http://blogs.python-gsoc.org/en/blogs/peterbell10s-blog/for-fork-s-sake-fixing-multiprocessing-issues/
What did you do this week?
It was also reported that scipy.fft does not interact well with python's multiprocessing library. I was able to track down the issue and resolve it within a few hours, addin
Link: http://blogs.python-gsoc.org/en/blogs/peterbell10s-blog/for-fork-s-sake-fixing-multiprocessing-issues/
What did you do this week?
It was also reported that scipy.fft does not interact well with python's multiprocessing library. I was able to track down the issue and resolve it within a few hours, addin
blogs.python-gsoc.org
Python-GSOC - For fork's sake - Fixing multiprocessing issues - peterbell10's Blog
Python's Google Summer of Code Page
Codementor: Python Snippet 1: More Uses For Else
Link: https://www.codementor.io/jslvtr/python-snippet-1-more-uses-for-else-wwpv3h3wl
Get familiar with the different uses for else in Python. It's not just for if statements: we can use it with loops, and for error handling too!
Link: https://www.codementor.io/jslvtr/python-snippet-1-more-uses-for-else-wwpv3h3wl
Get familiar with the different uses for else in Python. It's not just for if statements: we can use it with loops, and for error handling too!
www.codementor.io
Python Snippet 1: More Uses For Else | Codementor
Get familiar with the different uses for else in Python. It's not just for if statements: we can use it with loops, and for error handling too!
Real Python: Real Python at PyCon US 2019
Link: https://realpython.com/real-python-pycon-us/
There are many PyCons all over the world each year, but the biggest of them all is PyCon US (United States). This year, over 3000 Pythonistas descended on Cleveland, Ohio, to learn, collaborate, contr
Link: https://realpython.com/real-python-pycon-us/
There are many PyCons all over the world each year, but the biggest of them all is PyCon US (United States). This year, over 3000 Pythonistas descended on Cleveland, Ohio, to learn, collaborate, contr
Realpython
Real Python at PyCon US 2019 – Real Python
Join the Real Python team as we reminisce about our first PyCon together, and for some of us, our first PyCon ever. Find out what our highs and lows were, and learn why none of us can get the Golden Girls theme tune out of our heads 🤦♂️
PSF GSoC students blogs: Optimizing "map" and "zip" - Weekly check in #4
Link: http://blogs.python-gsoc.org/en/blogs/bksahus-blog/optimizing-map-and-zip-weekly-check-in-4/
1. What did you do this week?
This week I started up with optimizing "map" built-in but later realised that I first need to optimize "zip" as there is no support on Nuitka for it as "map" is dependent
Link: http://blogs.python-gsoc.org/en/blogs/bksahus-blog/optimizing-map-and-zip-weekly-check-in-4/
1. What did you do this week?
This week I started up with optimizing "map" built-in but later realised that I first need to optimize "zip" as there is no support on Nuitka for it as "map" is dependent
blogs.python-gsoc.org
Python-GSOC - Optimizing "map" and "zip" - Weekly check in #4 - bksahu's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Week #7
Link: http://blogs.python-gsoc.org/en/blogs/js94s-blog/week-7/
I managed to reduce the performance time to ~100 sec from 26 minutes by fetching a bigger chunk of data at a time than was fetched before. Furthermore, I successfully implemented hyperbox for loading
Link: http://blogs.python-gsoc.org/en/blogs/js94s-blog/week-7/
I managed to reduce the performance time to ~100 sec from 26 minutes by fetching a bigger chunk of data at a time than was fetched before. Furthermore, I successfully implemented hyperbox for loading
blogs.python-gsoc.org
Python-GSOC - Week #7 - js94's Blog
Python's Google Summer of Code Page
Codementor: Serving Gifs With Discord Bot - Reading Time: 12 Mins
Link: https://www.codementor.io/maxongzb/serving-gifs-with-discord-bot-reading-time-12-mins-wwrdoy2h3
Building a Discord Chatbot with Giphy API
Link: https://www.codementor.io/maxongzb/serving-gifs-with-discord-bot-reading-time-12-mins-wwrdoy2h3
Building a Discord Chatbot with Giphy API
www.codementor.io
Serving Gifs With Discord Bot - Reading Time: 12 Mins | Codementor
Building a Discord Chatbot with Giphy API
Codementor: Python Celery Guide
Link: https://www.codementor.io/djangostars/python-celery-guide-wwszdi1hl
Everyone in the Python community has heard about Celery at least once, and maybe even already worked with it. Basically, it’s a handy tool that helps run postponed or dedicated code in a separate...
Link: https://www.codementor.io/djangostars/python-celery-guide-wwszdi1hl
Everyone in the Python community has heard about Celery at least once, and maybe even already worked with it. Basically, it’s a handy tool that helps run postponed or dedicated code in a separate...
www.codementor.io
Python Celery Guide | Codementor
Everyone in the Python community has heard about Celery at least once, and maybe even already worked with it. Basically, it’s a handy tool that helps run postponed or dedicated code in a separate...
PyCharm: PyCharm 2019.2 Beta #2
Link: http://feedproxy.google.com/~r/Pycharm/~3/Yp-NsVCsNPM/
It hasn’t been long since we published PyCharm 2019.2 Beta, and now we’re ready to share with you the second Beta build! The final release date is getting closer and closer, and while you wait, give P
Link: http://feedproxy.google.com/~r/Pycharm/~3/Yp-NsVCsNPM/
It hasn’t been long since we published PyCharm 2019.2 Beta, and now we’re ready to share with you the second Beta build! The final release date is getting closer and closer, and while you wait, give P
PyCharm Blog
PyCharm 2019.2 Beta #2
It hasn’t been long since we published PyCharm 2019.2 Beta, and now we’re ready to share with you the second Beta build! The final release date is getting closer and closer, and while y…
Catalin George Festila: Python 3.7.3 : Programming Krita.
Link: http://python-catalin.blogspot.com/2019/07/python-373-programming-krita.html
Today I wrote a python tutorial about Krita software and programming python.
The Krita software use python version 3.6.2.
==== Warning: Script not saved! ====
3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:5
Link: http://python-catalin.blogspot.com/2019/07/python-373-programming-krita.html
Today I wrote a python tutorial about Krita software and programming python.
The Krita software use python version 3.6.2.
==== Warning: Script not saved! ====
3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:5
Blogspot
Python 3.7.3 : Programming Krita.
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 #6
Link: http://blogs.python-gsoc.org/en/blogs/treamouss-blog/weekly-check-in-6-2/
Hi everyone!
Time for another update. These past two weeks I've been trying to clean up how I've been implementing things, since a lot of my code thus far has been pretty prototypey. I have the backen
Link: http://blogs.python-gsoc.org/en/blogs/treamouss-blog/weekly-check-in-6-2/
Hi everyone!
Time for another update. These past two weeks I've been trying to clean up how I've been implementing things, since a lot of my code thus far has been pretty prototypey. I have the backen
blogs.python-gsoc.org
Python-GSOC - Weekly Check-in #6 - treamous's Blog
Python's Google Summer of Code Page
TechBeamers Python: Python String Find()
Link: https://www.techbeamers.com/python-string-find/
This tutorial explains Python string find() method that searches a substring and returns the index of its first occurrence. If not successful, then it returns the status as (-1). Let’s try to understa
Link: https://www.techbeamers.com/python-string-find/
This tutorial explains Python string find() method that searches a substring and returns the index of its first occurrence. If not successful, then it returns the status as (-1). Let’s try to understa
Learn Programming and Software Testing
Python String Find Method Explained with Examples
This tutorial explains Python string find() method that searches a substring and returns the index of its first occurrence.
PSF GSoC students blogs: Week 7: Weekly Check-In (#4)
Link: http://blogs.python-gsoc.org/en/blogs/digyts-blog/week-7-weekly-check-in-4/
1. What did you do this week?
This week i finally got my first case of equivalence between the new SourceTFR API and the old source_induced_power function. As it turned out, the unequal results were
Link: http://blogs.python-gsoc.org/en/blogs/digyts-blog/week-7-weekly-check-in-4/
1. What did you do this week?
This week i finally got my first case of equivalence between the new SourceTFR API and the old source_induced_power function. As it turned out, the unequal results were
blogs.python-gsoc.org
Python-GSOC - Week 7: Weekly Check-In (#4) - DiGyt's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Weekly check-in #4
Link: http://blogs.python-gsoc.org/en/blogs/abhinandan0659s-blog/weekly-check-in-4-3/
Hello there! Good to see u here.
Now, I'll tell what you are here for!
What did you do this week?
So, I finished the implementation last week and its already merged. This week I completed mockup for t
Link: http://blogs.python-gsoc.org/en/blogs/abhinandan0659s-blog/weekly-check-in-4-3/
Hello there! Good to see u here.
Now, I'll tell what you are here for!
What did you do this week?
So, I finished the implementation last week and its already merged. This week I completed mockup for t
blogs.python-gsoc.org
Python-GSOC - Weekly check-in #4 - abhinandan0659's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Week-7
Link: http://blogs.python-gsoc.org/en/blogs/jaladh-singhals-blog/week-7-1/
Hello folks,
Link: http://blogs.python-gsoc.org/en/blogs/jaladh-singhals-blog/week-7-1/
Hello folks,
blogs.python-gsoc.org
Python-GSOC - Week-7 - jaladh-singhal's Blog
Python's Google Summer of Code Page
PSF GSoC students blogs: Weekly Summary #8
Link: http://blogs.python-gsoc.org/en/blogs/sandos-blog/weekly-summary-8/
Hello everyone!
"""
What did you do?
In this week i was working on the deployment of travis for the implementation of continuous integration in the project, some problems were fixed in the initial fi
Link: http://blogs.python-gsoc.org/en/blogs/sandos-blog/weekly-summary-8/
Hello everyone!
"""
What did you do?
In this week i was working on the deployment of travis for the implementation of continuous integration in the project, some problems were fixed in the initial fi
blogs.python-gsoc.org
Python-GSOC - Weekly Summary #8 - Sando's Blog
Python's Google Summer of Code Page
Quansight Labs Blog: Quansight presence at SciPy'19
Link: https://labs.quansight.org/blog/2019/07/quansight-at-scipy2019/
Yesterday the SciPy'19 conference ended. It was a lot of fun, and very productive. You can really feel that there's a lot of energy in the community, and that it's growing and maturing. This post is j
Link: https://labs.quansight.org/blog/2019/07/quansight-at-scipy2019/
Yesterday the SciPy'19 conference ended. It was a lot of fun, and very productive. You can really feel that there's a lot of energy in the community, and that it's growing and maturing. This post is j
Quansight Labs
Quansight presence at SciPy'19
Yesterday the SciPy'19 conference ended. It was a lot of fun, and very productive. You can really feel that there's a lot of energy in the community, and that it's growing and maturing. This post is j
PSF GSoC students blogs: Check-in: 7th week of GSoC (Jul 08 - Jul 14)
Link: http://blogs.python-gsoc.org/en/blogs/josealaniss-blog/check-in-7th-week-of-gsoc-jul-08-jul-14/
1. What did you do this week?
This week I continued to work on the documentation website for my GSoC project.
This included:
Adding configuration files and changing the structure of the repo (see her
Link: http://blogs.python-gsoc.org/en/blogs/josealaniss-blog/check-in-7th-week-of-gsoc-jul-08-jul-14/
1. What did you do this week?
This week I continued to work on the documentation website for my GSoC project.
This included:
Adding configuration files and changing the structure of the repo (see her
blogs.python-gsoc.org
Python-GSOC - Check-in: 7th week of GSoC (Jul 08 - Jul 14) - JoseAlanis's Blog
Python's Google Summer of Code Page