Talk Python to Me: #237 A gut feeling about Python
Link: https://talkpython.fm/episodes/show/237/a-gut-feeling-about-python
Let's start with a philosophical question: Are you human? Are you sure? We could begin to answer the question physically. Are you made up of cells that would typically be considered as belonging to th
Link: https://talkpython.fm/episodes/show/237/a-gut-feeling-about-python
Let's start with a philosophical question: Are you human? Are you sure? We could begin to answer the question physically. Are you made up of cells that would typically be considered as belonging to th
talkpython.fm
A gut feeling about Python
Let's start with a philosophical question: Are you human? Are you sure? We could begin to answer the question physically. Are you made up of cells that would typically be considered as belonging to the human body?
Real Python: When to Use a List Comprehension in Python
Link: https://realpython.com/list-comprehension-python/
Python is famous for allowing you to write code that’s elegant, easy to write, and almost as easy to read as plain English. One of the language’s most distinctive features is the list comprehension, w
Link: https://realpython.com/list-comprehension-python/
Python is famous for allowing you to write code that’s elegant, easy to write, and almost as easy to read as plain English. One of the language’s most distinctive features is the list comprehension, w
Realpython
When to Use a List Comprehension in Python – Real Python
Python list comprehensions help you to create lists while performing sophisticated filtering, mapping, and conditional logic on their members. In this tutorial, you'll learn when to use a list comprehension in Python and how to create them effectively.
Reuven Lerner: Podcasts, podcasts, and even more podcasts
Link: https://lerner.co.il/2019/11/06/podcasts-podcasts-and-even-more-podcasts/
I’ve recently appeared on a whole bunch of podcasts about Python, freelancing, and even (believe it or not) learning Chinese! If you’re interested in any or all of these subjects, then you might want
Link: https://lerner.co.il/2019/11/06/podcasts-podcasts-and-even-more-podcasts/
I’ve recently appeared on a whole bunch of podcasts about Python, freelancing, and even (believe it or not) learning Chinese! If you’re interested in any or all of these subjects, then you might want
Reuven Lerner
Podcasts, podcasts, and even more podcasts — Reuven Lerner
I’ve recently appeared on a whole bunch of podcasts about Python, freelancing, and even (believe it or not) learning Chinese! If you’re interested in any or all of these subjects, then you might want to catch my interviews: Talk Python to Me: I spoke with…
Armin Ronacher: Open Source, SaaS and Monetization
Link: http://lucumr.pocoo.org/2019/11/4/open-source-and-saas
When you're reading this blog post Sentry which I
have been working on for the last few years has undergone a license
change. Making money with Open Source has always been a complex topic and
over th
Link: http://lucumr.pocoo.org/2019/11/4/open-source-and-saas
When you're reading this blog post Sentry which I
have been working on for the last few years has undergone a license
change. Making money with Open Source has always been a complex topic and
over th
Erik Marsja: How to Handle Coroutines with asyncio in Python
Link: https://www.marsja.se/how-to-handle-coroutines-with-asyncio-in-python/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-handle-coroutines-with-asyncio-in-python
The post How to Handle Coroutines with asyncio in Python appeared first on Erik Marsja.
When a program becomes very long and
complex, it is convenient to divide it into subroutines, each of which
impl
Link: https://www.marsja.se/how-to-handle-coroutines-with-asyncio-in-python/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-handle-coroutines-with-asyncio-in-python
The post How to Handle Coroutines with asyncio in Python appeared first on Erik Marsja.
When a program becomes very long and
complex, it is convenient to divide it into subroutines, each of which
impl
Erik Marsja
How to Handle Coroutines with asyncio in Python - Erik Marsja
In this post, we will learn about coroutines in Python by example. More specifically, we will learn how to handle coroutines using asyncio.
Shannon -jj Behrens: "How to Give a Talk" and "Building Video Games for Fun with PyGame"
Link: http://www.jjinux.com/2018/11/how-to-give-talk-and-building-video.html
I gave two talks at BayPIGgies. Here are the slides: How to Give a TalkBuilding Video Games for Fun with PyGame
Link: http://www.jjinux.com/2018/11/how-to-give-talk-and-building-video.html
I gave two talks at BayPIGgies. Here are the slides: How to Give a TalkBuilding Video Games for Fun with PyGame
Jjinux
"How to Give a Talk" and "Building Video Games for Fun with PyGame"
I gave two talks at BayPIGgies . Here are the slides: How to Give a Talk Building Video Games for Fun with PyGame
Matt Layman: Lessons From A Failed SaaS - Building SaaS #37
Link: https://www.mattlayman.com/building-saas/failed-saas-lessons/
In this episode, we talked about the things I learned from my SaaS project and some of the reasons why it failed to succeed financially. We dug into the technical and marketing challenges that I faced
Link: https://www.mattlayman.com/building-saas/failed-saas-lessons/
In this episode, we talked about the things I learned from my SaaS project and some of the reasons why it failed to succeed financially. We dug into the technical and marketing challenges that I faced
Matt Layman
Lessons From A Failed SaaS - Building SaaS #37
In this episode, we talked about the things I learned from my SaaS project and some of the reasons why it failed to succeed financially. We dug into the technical and marketing challenges that I faced and what went wrong.
Roberto Alsina: Python más Pythónico (o: Cómo no parecer un programador Java)
Link: https://ralsina.me/weblog/posts/youtube/python-mas-pythonico-o-como-no-parecer-un-programador-java.html
Charla en el Buenos Aires Python Meetup el 7/11/2019
Algunos tips y comentarios sarcásticos para hacer que tu código Python sea más parecido a Python y menos parecido a otra cosa.
Link: https://ralsina.me/weblog/posts/youtube/python-mas-pythonico-o-como-no-parecer-un-programador-java.html
Charla en el Buenos Aires Python Meetup el 7/11/2019
Algunos tips y comentarios sarcásticos para hacer que tu código Python sea más parecido a Python y menos parecido a otra cosa.
Lateral Opinion
Python más Pythónico (o: Cómo no parecer un programador Java)
Charla en el Buenos Aires Python Meetup el 7/11/2019
Algunos tips y comentarios sarcásticos para hacer que tu código Python sea más parecido a Python y menos parecido a otra cosa.
Algunos tips y comentarios sarcásticos para hacer que tu código Python sea más parecido a Python y menos parecido a otra cosa.
Kushal Das: Verified emoji on Mastodon
Link: https://kushaldas.in/posts/verified-emoji-on-mastodon.html
Yesterday, just for fun, I added an emoji (as a local emoji) to our mastodon
instance, kind of look like a verification icon. Only to show the power of
federation and Free Software to the new users o
Link: https://kushaldas.in/posts/verified-emoji-on-mastodon.html
Yesterday, just for fun, I added an emoji (as a local emoji) to our mastodon
instance, kind of look like a verification icon. Only to show the power of
federation and Free Software to the new users o
Kushal Das: oqubeslogging, a PoC for centralized logging in Qubes OS
Link: https://kushaldas.in/posts/oqubeslogging-a-poc-for-centralized-logging-in-qubes-os.html
oqubeslogging is a proof of
concept project for Qubes OS. This includes a qrexec service, which allows
one AppVM (we will call it logging VM for the rest of the blog post) to have
all the logs from d
Link: https://kushaldas.in/posts/oqubeslogging-a-poc-for-centralized-logging-in-qubes-os.html
oqubeslogging is a proof of
concept project for Qubes OS. This includes a qrexec service, which allows
one AppVM (we will call it logging VM for the rest of the blog post) to have
all the logs from d
PyCharm: PyCharm 2019.3 Beta
Link: http://feedproxy.google.com/~r/Pycharm/~3/LTK_7zc0PoU/
We’re very excited to announce the Beta release for PyCharm 2019.3, a feature-complete preview of the upcoming release. Give the Beta build a go and try all the new functionality – download it from ou
Link: http://feedproxy.google.com/~r/Pycharm/~3/LTK_7zc0PoU/
We’re very excited to announce the Beta release for PyCharm 2019.3, a feature-complete preview of the upcoming release. Give the Beta build a go and try all the new functionality – download it from ou
PyCharm Blog
PyCharm 2019.3 Beta
We’re very excited to announce the Beta release for PyCharm 2019.3, a feature-complete preview of the upcoming release. Give the Beta build a go and try all the new functionality – down…
PyCharm: Webinar Recording: “Visual SQL Development with PyCharm” with Maxim Sobolevskiy
Link: http://feedproxy.google.com/~r/Pycharm/~3/nEenjbSHyaU/
This week we had a webinar with Maxim Sobolevskiy, the DataGrip Product Marketing Manager, showing the wonderful, magical Database tool in PyCharm. The webinar recording is now available.
In this web
Link: http://feedproxy.google.com/~r/Pycharm/~3/nEenjbSHyaU/
This week we had a webinar with Maxim Sobolevskiy, the DataGrip Product Marketing Manager, showing the wonderful, magical Database tool in PyCharm. The webinar recording is now available.
In this web
PyCharm Blog
Webinar Recording: “Visual SQL Development with PyCharm” with Maxim Sobolevskiy
This week we had a webinar with Maxim Sobolevskiy, the DataGrip Product Marketing Manager, showing the wonderful, magical Database tool in PyCharm. The webinar recording is now available. In this w…
Codementor: Python Project(Descriptions and Code)
Link: https://www.codementor.io/ms092/python-project-descriptions-and-code-10jpi56qum
This post is showed the descriptions and codes from the projects that I did.
Some of them, you can see it from my profile, I put them in the project experience. There are some projects that are for be
Link: https://www.codementor.io/ms092/python-project-descriptions-and-code-10jpi56qum
This post is showed the descriptions and codes from the projects that I did.
Some of them, you can see it from my profile, I put them in the project experience. There are some projects that are for be
www.codementor.io
Python Project(Descriptions and Code) | Codementor
This post is showed the descriptions and codes from the projects that I did.
Some of them, you can see it from my profile, I put them in the project experience. There are some projects that are for beginners and for there is 1 project that's kinda like for…
Some of them, you can see it from my profile, I put them in the project experience. There are some projects that are for beginners and for there is 1 project that's kinda like for…
Python Anywhere: EU migrations are now live!
Link: https://blog.pythonanywhere.com/182/
In brief: if you have an account on www.pythonanywhere.com you can have it migrated to eu.pythonanywhere.com -- just let us know via email to support@pythonanywhere.com.
If you'd like to know more abo
Link: https://blog.pythonanywhere.com/182/
In brief: if you have an account on www.pythonanywhere.com you can have it migrated to eu.pythonanywhere.com -- just let us know via email to support@pythonanywhere.com.
If you'd like to know more abo
Codementor: Managing Class Attributes In Python
Link: https://www.codementor.io/adekoder/managing-class-attributes-in-python-10kv7ajs0f
Hello guys, in this blog post we are going to dig down into some python progr...
Link: https://www.codementor.io/adekoder/managing-class-attributes-in-python-10kv7ajs0f
Hello guys, in this blog post we are going to dig down into some python progr...
www.codementor.io
Managing Class Attributes In Python | Codementor
Hello guys, in this blog post we are going to dig down into some python progr...
Codementor: Mutable objects vs Python functions.
Link: https://www.codementor.io/adekoder/mutable-objects-vs-python-functions-10kv8v379t
We know every thing in python is an object and can be classed into mutable and ...
Link: https://www.codementor.io/adekoder/mutable-objects-vs-python-functions-10kv8v379t
We know every thing in python is an object and can be classed into mutable and ...
www.codementor.io
Mutable objects vs Python functions. | Codementor
We know every thing in python is an object and can be classed into mutable and ...
Weekly Python StackOverflow Report: (ccii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/11/ccii-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-11-09 16:17:22 GMTWhy did dict.get(key) work but not dict[key]? -
Link: http://python-weekly.blogspot.com/2019/11/ccii-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-11-09 16:17:22 GMTWhy did dict.get(key) work but not dict[key]? -
Blogspot
(ccii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Davy Wybiral: Testing 4 Raspberry Pi Gaming Platforms
Link: https://davywybiral.blogspot.com/2019/11/testing-4-raspberry-pi-gaming-platforms.html
I've been looking to update my home media center recently and decided to survey the landscape of Raspberry Pi gaming/media platforms. This video compares the four best ones I've been able to find whic
Link: https://davywybiral.blogspot.com/2019/11/testing-4-raspberry-pi-gaming-platforms.html
I've been looking to update my home media center recently and decided to survey the landscape of Raspberry Pi gaming/media platforms. This video compares the four best ones I've been able to find whic
Blogspot
Testing 4 Raspberry Pi Gaming Platforms
I've been looking to update my home media center recently and decided to survey the landscape of Raspberry Pi gaming/media platforms. This v...
A. Jesse Jiryu Davis: PyGotham 2019's ASL and Live Captioning Playbook
Link: https://emptysqua.re/blog/pygotham-2019-asl-live-captioning-playbook/
At PyGotham 2019 we provided live captioning and, for the first time, we offered American Sign Language interpretation and did targeted outreach to groups of Deaf programmers. As a result, we had a h
Link: https://emptysqua.re/blog/pygotham-2019-asl-live-captioning-playbook/
At PyGotham 2019 we provided live captioning and, for the first time, we offered American Sign Language interpretation and did targeted outreach to groups of Deaf programmers. As a result, we had a h
emptysqua.re
PyGotham 2019's ASL and Live Captioning Playbook
Here's what we did for Deaf and hard-of-hearing accessibility, in detail. I hope this recap can be a playbook for future conferences.
Quansight Labs Blog: uarray: Attempting to move the ecosystem forward
Link: https://labs.quansight.org/blog/2019/11/uarray-attempting-to-move-the-ecosystem-forward/
There comes a time in every project where most technological hurdles have been surpassed, and its adoption is a social problem. I believe uarray and unumpy had reached such a state, a month ago.
I the
Link: https://labs.quansight.org/blog/2019/11/uarray-attempting-to-move-the-ecosystem-forward/
There comes a time in every project where most technological hurdles have been surpassed, and its adoption is a social problem. I believe uarray and unumpy had reached such a state, a month ago.
I the
Quansight Labs
uarray: Attempting to move the ecosystem forward
There comes a time in every project where most technological hurdles have been surpassed, and its adoption is a social problem. I believe uarray and unumpy had reached such a state, a month ago.
I the
I the
Twisted Matrix Labs: Twisted 19.10.0 Released
Link: http://feedproxy.google.com/~r/TwistedMatrixLaboratories/~3/k0FnnET5nqo/twisted-19100-released.html
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 19.10! The highlights of this release are: Security fixes for HTTP/2 -- CVE-2019-9512 (Ping Flood), CVE-2019
Link: http://feedproxy.google.com/~r/TwistedMatrixLaboratories/~3/k0FnnET5nqo/twisted-19100-released.html
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 19.10! The highlights of this release are: Security fixes for HTTP/2 -- CVE-2019-9512 (Ping Flood), CVE-2019
Twistedmatrix
Twisted 19.10.0 Released
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 19.10! The highlights of this release are: Sec...