Matt Layman: How To Style Sign Up - Building SaaS #47
Link: https://www.mattlayman.com/building-saas/how-to-style-sign-up/
In this episode, I added styling to the Sign Up page of the site. We chatted about CSS tools and frameworks, the benefit of feature flags to control what UI is displayed to users, and how to use Tailw
Link: https://www.mattlayman.com/building-saas/how-to-style-sign-up/
In this episode, I added styling to the Sign Up page of the site. We chatted about CSS tools and frameworks, the benefit of feature flags to control what UI is displayed to users, and how to use Tailw
Matt Layman
How To Style Sign Up - Building SaaS #47
In this episode, I added styling to the Sign Up page of the site. We chatted about CSS tools and frameworks, the benefit of feature flags to control what UI is displayed to users, and how to use Tailwind CSS to modify a design quickly.
Python Anywhere: System updates on 3 and 5 March
Link: https://blog.pythonanywhere.com/186/
On 3 March we upgraded our EU-based system at eu.pythonanywhere.com to the latest version of our code, and this morning (5 March) we upgraded our US-based system at www.pythonanywhere.com to the same
Link: https://blog.pythonanywhere.com/186/
On 3 March we upgraded our EU-based system at eu.pythonanywhere.com to the latest version of our code, and this morning (5 March) we upgraded our US-based system at www.pythonanywhere.com to the same
Pythonanywhere
System updates on 3 and 5 March - PythonAnywhere News
All the latest updates from the PythonAnywhere team
Roberto Alsina: Episodio 29: Python Moderno 1: Poetry.
Link: https://ralsina.me/weblog/posts/youtube/episodio-29-python-moderno-1-poetry.html
Primera parte de una serie mostrando herramientas nuevas que reemplazan cosas viejas con algo mejor. En este video: poetry, reemplazando setup.py!
Link: https://ralsina.me/weblog/posts/youtube/episodio-29-python-moderno-1-poetry.html
Primera parte de una serie mostrando herramientas nuevas que reemplazan cosas viejas con algo mejor. En este video: poetry, reemplazando setup.py!
Lateral Opinion
Episodio 29: Python Moderno 1: Poetry.
Primera parte de una serie mostrando herramientas nuevas que reemplazan cosas viejas con algo mejor. En este video: poetry, reemplazando setup.py!
Python Bytes: #171 Chilled out Python decorators with PEP 614
Link: https://pythonbytes.fm/episodes/show/171/chilled-out-python-decorators-with-pep-614
Link: https://pythonbytes.fm/episodes/show/171/chilled-out-python-decorators-with-pep-614
pythonbytes.fm
Chilled out Python decorators with PEP 614
News and announcements from the Python community for the week of Mar 5th, 2020
Stack Abuse: Removing Stop Words from Strings in Python
Link: https://stackabuse.com/removing-stop-words-from-strings-in-python/
In this article, you are going to see different techniques for removing stop words from strings in Python. Stop words are those words in natural language that have a very little meaning, such as "is",
Link: https://stackabuse.com/removing-stop-words-from-strings-in-python/
In this article, you are going to see different techniques for removing stop words from strings in Python. Stop words are those words in natural language that have a very little meaning, such as "is",
Stack Abuse
Removing Stop Words from Strings in Python
In this article, you will see how to remove stop words using Python's NLTK, Gensim, and SpaCy libraries along with a custom script for stop word removal.
Reinout van Rees: Rotterdam python meetup
Link: http://reinout.vanrees.org/weblog/2020/03/05/meetup-rotterdam.html
Microservices with Python for AI in radiology - Coert Metz
In radiology, people take a long time to become experienced. Medical school,
MD, certified radiologist... And when they're 68 they're off t
Link: http://reinout.vanrees.org/weblog/2020/03/05/meetup-rotterdam.html
Microservices with Python for AI in radiology - Coert Metz
In radiology, people take a long time to become experienced. Medical school,
MD, certified radiologist... And when they're 68 they're off t
pythonwise: Using __getattr__ for nicer configuration API
Link: http://pythonwise.blogspot.com/2020/03/using-getattr-for-nicer-configuration.html
Typically, you'll read configuration from files (such as YAML) and get them as a dictionary. However in Python you'd like to write config.httpd.port and not config['httpd']['port']__getattr__ is a hoo
Link: http://pythonwise.blogspot.com/2020/03/using-getattr-for-nicer-configuration.html
Typically, you'll read configuration from files (such as YAML) and get them as a dictionary. However in Python you'd like to write config.httpd.port and not config['httpd']['port']__getattr__ is a hoo
Blogspot
Using __getattr__ for nicer configuration API
Typically, you'll read configuration from files (such as YAML) and get them as a dictionary. However in Python you'd like to write config.ht...
Roberto Alsina: Episodio 30: Python Moderno 2: Black and Flake8
Link: https://ralsina.me/weblog/posts/youtube/episodio-30-python-moderno-2-black-and-flake8.html
Herramientas para mejorar la calidad de tu código! Que más querés????
Link: https://ralsina.me/weblog/posts/youtube/episodio-30-python-moderno-2-black-and-flake8.html
Herramientas para mejorar la calidad de tu código! Que más querés????
Lateral Opinion
Episodio 30: Python Moderno 2: Black and Flake8
Herramientas para mejorar la calidad de tu código! Que más querés????
PyCharm: PyCharm 2020.1 EAP 6
Link: http://feedproxy.google.com/~r/Pycharm/~3/4wytn831w44/
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
In PyCharm 2020.1 EAP 6, we have been working out some of the kinks to make this release cleane
Link: http://feedproxy.google.com/~r/Pycharm/~3/4wytn831w44/
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website.
In PyCharm 2020.1 EAP 6, we have been working out some of the kinks to make this release cleane
PyCharm Blog
PyCharm 2020.1 EAP 6
We have a new Early Access Program (EAP) version of PyCharm that can be now downloaded from our website. In PyCharm 2020.1 EAP 6, we have been working out some of the kinks to make this release cle…
Matt Layman: Episode 3 - Views On Django
Link: https://www.mattlayman.com/django-riffs/views-on-django/
On this episode, we look at views, a major component within Django and a primary place where your code will run.
Listen at djangoriffs.com.
Last Episode On the previous episode, we talked about URLs a
Link: https://www.mattlayman.com/django-riffs/views-on-django/
On this episode, we look at views, a major component within Django and a primary place where your code will run.
Listen at djangoriffs.com.
Last Episode On the previous episode, we talked about URLs a
Matt Layman
Episode 3 - Views On Django
On this episode, we look at views, a major component within Django and a primary place where your code will run.
PyCon: March 6 Update on COVID-19
Link: https://pycon.blogspot.com/2020/03/march-6-update-on-covid-19.html
PyCon continues to closely monitor the Coronavirus (also known as COVID-19) situation.As of March 6, PyCon 2020 in Pittsburgh, Pennsylvania is scheduled to take place.As of this morning, there have be
Link: https://pycon.blogspot.com/2020/03/march-6-update-on-covid-19.html
PyCon continues to closely monitor the Coronavirus (also known as COVID-19) situation.As of March 6, PyCon 2020 in Pittsburgh, Pennsylvania is scheduled to take place.As of this morning, there have be
Blogspot
March 6 Update on COVID-19
PyCon continues to closely monitor the Coronavirus (also known as COVID-19) situation. As of March 6, PyCon 2020 in Pittsburgh, Pennsylvan...
BreadcrumbsCollector: Implementing the Clean Architecture with Python – my book is here!
Link: https://breadcrumbscollector.tech/implementing-the-clean-architecture-with-python-my-book-is-here/
It is my pleasure to announce that my book is finally available to buy.
https://leanpub.com/implementing-the-clean-architecture
The books focuses on practical aspects and is illustrated with tons of
Link: https://breadcrumbscollector.tech/implementing-the-clean-architecture-with-python-my-book-is-here/
It is my pleasure to announce that my book is finally available to buy.
https://leanpub.com/implementing-the-clean-architecture
The books focuses on practical aspects and is illustrated with tons of
Breadcrumbs Collector
Implementing the Clean Architecture with Python - my book is here! - Breadcrumbs Collector
Go see Implementing the Clean Architecture in Python on leanpub.com :)
Roberto Alsina: Episodio 31: Python moderno III, Pathlib, el camino a la felicidad
Link: https://ralsina.me/weblog/posts/youtube/episodio-31-python-moderno-iii-pathlib-el-camino-a-la-felicidad.html
Pathlib es para crear / modificar / manipular paths. O, como decíamos antes os.path.join(crear, modificar, manipular paths) ... mas allá del chiste, es muuuuucho más legible. Veamos un ejemplo "real"
Link: https://ralsina.me/weblog/posts/youtube/episodio-31-python-moderno-iii-pathlib-el-camino-a-la-felicidad.html
Pathlib es para crear / modificar / manipular paths. O, como decíamos antes os.path.join(crear, modificar, manipular paths) ... mas allá del chiste, es muuuuucho más legible. Veamos un ejemplo "real"
Lateral Opinion
Episodio 31: Python moderno III, Pathlib, el camino a la felicidad
Pathlib es para crear / modificar / manipular paths. O, como decíamos antes os.path.join(crear, modificar, manipular paths) ... mas allá del chiste, es muuuuucho más legible. Veamos un ejemplo "real"
Roberto Alsina: Episodio 33: Detrás de escena: Haciendo videos.
Link: https://ralsina.me/weblog/posts/youtube/episodio-33-detras-de-escena-haciendo-videos.html
Varias personas me han preguntado como hago los videos. La versión corta es "capturo la pantalla, me pongo a hablar, y lo subo a youtube".
La versión ligeramente más larga es ... vean el video.
OBS:
Link: https://ralsina.me/weblog/posts/youtube/episodio-33-detras-de-escena-haciendo-videos.html
Varias personas me han preguntado como hago los videos. La versión corta es "capturo la pantalla, me pongo a hablar, y lo subo a youtube".
La versión ligeramente más larga es ... vean el video.
OBS:
Lateral Opinion
Episodio 33: Detrás de escena: Haciendo videos.
Varias personas me han preguntado como hago los videos. La versión corta es "capturo la pantalla, me pongo a hablar, y lo subo a youtube".
La versión ligeramente más larga es ... vean el video.
OB
La versión ligeramente más larga es ... vean el video.
OB
Talk Python to Me: #254 A Python mentorship story
Link: https://talkpython.fm/episodes/show/254/a-python-mentorship-story
How do you go from poking around at Python code to actually solving real problems, the right way?
<br/>
<br/>
There are many paths. The longest one probably is to get a 4-year CS degree. Maybe faste
Link: https://talkpython.fm/episodes/show/254/a-python-mentorship-story
How do you go from poking around at Python code to actually solving real problems, the right way?
<br/>
<br/>
There are many paths. The longest one probably is to get a 4-year CS degree. Maybe faste
talkpython.fm
A Python mentorship story
How do you go from poking around at Python code to actually solving real problems, the right way?
Codementor: The Zen Of Python Is A Joke And Here Is Why
Link: https://www.codementor.io/abdurrahmaanj/the-zen-of-python-is-a-joke-and-here-is-why-14b09kx9bv
The zen of python needs more meditation
Link: https://www.codementor.io/abdurrahmaanj/the-zen-of-python-is-a-joke-and-here-is-why-14b09kx9bv
The zen of python needs more meditation
www.codementor.io
The Zen Of Python Is A Joke And Here Is Why | Codementor
The zen of python needs more meditation
Codementor: Using Python Functions As Classes
Link: https://www.codementor.io/abdurrahmaanj/using-python-functions-as-classes-14b0cvdwn1
oop or functional? You decide!
Link: https://www.codementor.io/abdurrahmaanj/using-python-functions-as-classes-14b0cvdwn1
oop or functional? You decide!
www.codementor.io
Using Python Functions As Classes | Codementor
oop or functional? You decide!
Weekly Python StackOverflow Report: (ccxviii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/03/ccxviii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-03-07 12:33:52 GMTWhat causes [*a] to overallocate? - [55/3]Why is
Link: http://python-weekly.blogspot.com/2020/03/ccxviii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-03-07 12:33:52 GMTWhat causes [*a] to overallocate? - [55/3]Why is
Blogspot
(ccxviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
EuroPython: EuroPython 2020: Launching the conference website
Link: https://blog.europython.eu/post/611955238740557824
We are very excited to announce the launch of our website for EuroPython 2020:EuroPython 2020 WebsiteOur web WG worked hard on putting the finishing touches on the website and many other team members
Link: https://blog.europython.eu/post/611955238740557824
We are very excited to announce the launch of our website for EuroPython 2020:EuroPython 2020 WebsiteOur web WG worked hard on putting the finishing touches on the website and many other team members
blog.europython.eu
EuroPython Blog
EuroPython 2020: Launching the conference website We are very excited to announce the launch of our website for EuroPython 2020: EuroPython 2020 Website Our web WG worked hard on putting the finishing...
Codementor: Getting started with Flask
Link: https://www.codementor.io/jqn/getting-started-with-flask-14bf1ezxc5
Getting Started With Flask, A Python Microframework
Link: https://www.codementor.io/jqn/getting-started-with-flask-14bf1ezxc5
Getting Started With Flask, A Python Microframework
www.codementor.io
Getting started with Flask | Codementor
Getting Started With Flask, A Python Microframework