Zato Blog: Two-factor authentication in web-admin
Link: https://zato.io/blog/posts/web-admin-totp.html
This post provides steps needed to enable and make use of
TOTP
two-factor authentication in Zato web-admin - the method is compatible with the most popular apps such as
Google Authenticator,
Authy
or
Link: https://zato.io/blog/posts/web-admin-totp.html
This post provides steps needed to enable and make use of
TOTP
two-factor authentication in Zato web-admin - the method is compatible with the most popular apps such as
Google Authenticator,
Authy
or
Zato Blog
Two-factor authentication in web-admin
Real Python: Python Community Interview With Ali Spittel
Link: https://realpython.com/interview-ali-spittel/
Happy 2019! For our first community interview of the year, I’m joined by Ali Spittel.
Ali is a Pythonista with a passion for CSS art and teaching Python. Join us as we talk about her non-traditional
Link: https://realpython.com/interview-ali-spittel/
Happy 2019! For our first community interview of the year, I’m joined by Ali Spittel.
Ali is a Pythonista with a passion for CSS art and teaching Python. Join us as we talk about her non-traditional
Realpython
Python Community Interview With Ali Spittel – Real Python
Ali Spittel is a Pythonista with a passion for CSS art and teaching Python. Join us as we talk about her non-traditional path to learning to code, teaching at a Bootcamp, and her recent move to one of the most positive developer communities around.
Stack Abuse: Understanding ROC Curves with Python
Link: https://stackabuse.com/understanding-roc-curves-with-python/
In the current age where Data Science / AI is booming, it is important to understand how Machine Learning is used in the industry to solve complex business problems. In order to select which Machine L
Link: https://stackabuse.com/understanding-roc-curves-with-python/
In the current age where Data Science / AI is booming, it is important to understand how Machine Learning is used in the industry to solve complex business problems. In order to select which Machine L
Stack Abuse
Understanding ROC Curves with Python
In the current age where Data Science / AI is booming, it is important to understand how Machine Learning is used in the industry to solve complex business prob...
NumFOCUS: Gina Helfrich on the Changelog Podcast
Link: https://numfocus.org/blog/gina-helfrich-on-changelog-podcast
The post Gina Helfrich on the Changelog Podcast appeared first on NumFOCUS.
Link: https://numfocus.org/blog/gina-helfrich-on-changelog-podcast
The post Gina Helfrich on the Changelog Podcast appeared first on NumFOCUS.
NumFOCUS
Gina Helfrich on the Changelog Podcast - NumFOCUS
Python Insider: Python 3.8.0a2 is now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/c5jWx0k6KrQ/python-380a2-is-now-available-for.html
Go get it here:https://www.python.org/downloads/release/python-380a2/The most visible change so far is probably the implementation of PEP 572: Assignment Expressions. For a detailed list of changes, s
Link: http://feedproxy.google.com/~r/PythonInsider/~3/c5jWx0k6KrQ/python-380a2-is-now-available-for.html
Go get it here:https://www.python.org/downloads/release/python-380a2/The most visible change so far is probably the implementation of PEP 572: Assignment Expressions. For a detailed list of changes, s
Blogspot
Python Insider: Python 3.8.0a2 is now available for testing
Yasoob Khalid: Python dis module and constant folding
Link: https://pythontips.com/2019/02/26/python-dis-module-and-constant-folding/
Hi people! Recently, I was super confused when I found out that:
>>> pow(3,89)
runs slower than:
>>> 3**89
I tried to think of a suitable answer but couldn’t find any. I timed the execution of both of
Link: https://pythontips.com/2019/02/26/python-dis-module-and-constant-folding/
Hi people! Recently, I was super confused when I found out that:
>>> pow(3,89)
runs slower than:
>>> 3**89
I tried to think of a suitable answer but couldn’t find any. I timed the execution of both of
Python Tips
Python dis module and constant folding
Hi people! Recently, I was super confused when I found out that: >>> pow(3,89) runs slower than: >>> 3**89 I tried to think of a suitable answer but couldn’t find any. I tim…
gamingdirectional: Create the mana object with Pygame
Link: http://gamingdirectional.com/blog/2019/02/26/create-the-mana-object-with-pygame/
Welcome back to our new pygame project. In this chapter, I will create the mana object to heal the player so he can continue to move forward after he has been hit by an enemy object. In this chapter,
Link: http://gamingdirectional.com/blog/2019/02/26/create-the-mana-object-with-pygame/
Welcome back to our new pygame project. In this chapter, I will create the mana object to heal the player so he can continue to move forward after he has been hit by an enemy object. In this chapter,
Gaming Directional
Create the mana object with Pygame
Create the mana object for pygame
PyBites: Generating Beautiful Code Snippets with Carbon and Selenium
Link: https://pybit.es/python-tips-carbon-selenium.html
Did you notice our Python tips lately? They looks more sexy, don't they? That's thanks to Carbon which lets you create beautiful images of your source code. As much as I love its interface though, wha
Link: https://pybit.es/python-tips-carbon-selenium.html
Did you notice our Python tips lately? They looks more sexy, don't they? That's thanks to Carbon which lets you create beautiful images of your source code. As much as I love its interface though, wha
PyBites
Generating Beautiful Code Snippets with Carbon and Selenium
Did you notice our Python tips lately? They looks more sexy, don't they? That's thanks to Carbon which lets you create beautiful images of your source code. As much as I love its interface though, what if we can automate this process generating the image…
Ian Ozsvald: On the Delivery of Data Science Projects – talk for Business, Analytics and Data Science meetup
Link: https://ianozsvald.com/2019/02/26/on-the-delivery-of-data-science-projects-talk-for-business-analytics-and-data-science-meetup/
Last night I spoke at Pivigo’s Business, Analytics and Data Science meetup (thanks for having me!). I spoke on the key points that I cover in my public training (Successfully Delivering Data Science P
Link: https://ianozsvald.com/2019/02/26/on-the-delivery-of-data-science-projects-talk-for-business-analytics-and-data-science-meetup/
Last night I spoke at Pivigo’s Business, Analytics and Data Science meetup (thanks for having me!). I spoke on the key points that I cover in my public training (Successfully Delivering Data Science P
Entrepreneurial Geekiness
On the Delivery of Data Science Projects – talk for Business, Analytics and Data Science meetup
Last night I spoke at Pivigo's Business, Analytics and Data Science meetup (thanks for having me!). I spoke on the key points that I cover in my public training (Successfully Delivering Data Science Projects) aimed at the meetup's audience where many folk…
codingdirectional: Continue developing the currency exchange application
Link: http://codingdirectional.info/2019/02/26/continue-developing-the-currency-exchange-application/
Hi, after deep thought I have decided to continue developing the currency exchange application which I have created in the previous chapter and make it a standalone python application. In the previous
Link: http://codingdirectional.info/2019/02/26/continue-developing-the-currency-exchange-application/
Hi, after deep thought I have decided to continue developing the currency exchange application which I have created in the previous chapter and make it a standalone python application. In the previous
Mike Driscoll: How I Write Books about Python
Link: http://www.blog.pythonlibrary.org/2019/02/26/how-i-write-books-about-python/
I get asked questions about my book writing process from time to time and I have been meaning to write about this topic for a while. The main reason I wrote my first book, Python 101, was because of t
Link: http://www.blog.pythonlibrary.org/2019/02/26/how-i-write-books-about-python/
I get asked questions about my book writing process from time to time and I have been meaning to write about this topic for a while. The main reason I wrote my first book, Python 101, was because of t
Artem Rys: RabbitMQ Scrapy Item Publisher in Python
Link: https://medium.com/python4you/rabbitmq-scrapy-item-publisher-in-python-4c66a985e3cb?source=rss----5527f69f4771---4
It’s a small note about the Scrapy Item Pipeline that publishes a Scrapy Item to the RabbitMQ.Photo by rawpixel on UnsplashIf you are interested in parsing/scraping projects in Python, you should know
Link: https://medium.com/python4you/rabbitmq-scrapy-item-publisher-in-python-4c66a985e3cb?source=rss----5527f69f4771---4
It’s a small note about the Scrapy Item Pipeline that publishes a Scrapy Item to the RabbitMQ.Photo by rawpixel on UnsplashIf you are interested in parsing/scraping projects in Python, you should know
Medium
RabbitMQ Scrapy Item Publisher in Python
It’s a small note about the Scrapy Item Pipeline that publishes a Scrapy Item to the RabbitMQ.
NumFOCUS: Blosc joins NumFOCUS Sponsored Projects
Link: https://numfocus.org/blog/blosc-joins-numfocus-sponsored-projects
The post Blosc joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
Link: https://numfocus.org/blog/blosc-joins-numfocus-sponsored-projects
The post Blosc joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
NumFOCUS
Blosc joins NumFOCUS Sponsored Projects - NumFOCUS
PyCoder’s Weekly: Issue #357 (Feb. 26, 2019)
Link: https://pycoders.com/issues/357
#357 – FEBRUARY 26, 2019 View in Browser » Reading and Writing Files in Python (Guide) In this tutorial, you’ll learn about reading and writing files in Python. You’ll cover everything from what
Link: https://pycoders.com/issues/357
#357 – FEBRUARY 26, 2019 View in Browser » Reading and Writing Files in Python (Guide) In this tutorial, you’ll learn about reading and writing files in Python. You’ll cover everything from what
Pycoders
PyCoder’s Weekly | Issue #357
Issue #357 of the PyCoder’s Weekly newsletter, published Feb. 26, 2019.
Test and Code: 66: Brian is interviewed by Phil Burgess
Link: https://testandcode.com/66
I was recently interviewed on a podcast called "IT Career Energizer Podcast".
Phil Burgess is the host of the podcast, and it was a lot of fun.
I think it turned out well, and I wanted to share it wit
Link: https://testandcode.com/66
I was recently interviewed on a podcast called "IT Career Energizer Podcast".
Phil Burgess is the host of the podcast, and it was a lot of fun.
I think it turned out well, and I wanted to share it wit
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 66: Brian is interviewed by Phil Burgess
I was recently interviewed on a podcast called "IT Career Energizer Podcast".
Phil Burgess is the host of the podcast, and it was a lot of fun.
Phil Burgess is the host of the podcast, and it was a lot of fun.
Python Bytes: #119 Assorted files as Django ORM backends with Alkali
Link: https://pythonbytes.fm/episodes/show/119/assorted-files-as-django-orm-backends-with-alkali
Link: https://pythonbytes.fm/episodes/show/119/assorted-files-as-django-orm-backends-with-alkali
pythonbytes.fm
Assorted files as Django ORM backends with Alkali
News and announcements from the Python community for the week of Feb 26th, 2019
Python Engineering at Microsoft: Python in Visual Studio Code – February 2019 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2019-release/
We are pleased to announce that the February 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Visual Studio Marketplace, or
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-february-2019-release/
We are pleased to announce that the February 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Visual Studio Marketplace, or
Python
Python in Visual Studio Code - February 2019 Release
We are pleased to announce that the February 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Visual Studio Marketplace, or install it directly from the extension gallery in Visual…
Reuven Lerner: Want to improve your Python skills? Join the upcoming cohort of Weekly Python Exercise!
Link: https://blog.lerner.co.il/want-to-improve-your-python-skills-join-the-upcoming-cohort-of-weekly-python-exercise/
For more than 20 years, I’ve been teaching Python courses to companies around the world. This means that just about every day, I’m on the front lines of Python learning. I see, first-hand, what co
Link: https://blog.lerner.co.il/want-to-improve-your-python-skills-join-the-upcoming-cohort-of-weekly-python-exercise/
For more than 20 years, I’ve been teaching Python courses to companies around the world. This means that just about every day, I’m on the front lines of Python learning. I see, first-hand, what co
Lerner Consulting Blog
Want to improve your Python skills? Join the upcoming cohort of Weekly Python Exercise! - Lerner Consulting Blog
For more than 20 years, I’ve been teaching Python courses to companies around the world. This means that just about every day, I’m on the front lines of Python learning. I see, first-hand, what companies want people to learn and also what people are struggling…
Mike Driscoll: Pros and Cons of Indy Publishing
Link: http://www.blog.pythonlibrary.org/2019/02/27/pros-and-cons-of-indy-publishing/
I personally really love self-publishing or Indy Publishing, so I am a little biased. In this article, I will go over what I think are the pros and cons of Indy Publishing versus going with a “real” p
Link: http://www.blog.pythonlibrary.org/2019/02/27/pros-and-cons-of-indy-publishing/
I personally really love self-publishing or Indy Publishing, so I am a little biased. In this article, I will go over what I think are the pros and cons of Indy Publishing versus going with a “real” p
Real Python: Traditional Face Detection With Python
Link: https://realpython.com/traditional-face-detection-python/
Computer vision is an exciting and growing field. There are tons of interesting problems to solve! One of them is face detection: the ability of a computer to recognize that a photograph contains a hu
Link: https://realpython.com/traditional-face-detection-python/
Computer vision is an exciting and growing field. There are tons of interesting problems to solve! One of them is face detection: the ability of a computer to recognize that a photograph contains a hu
Realpython
Traditional Face Detection With Python – Real Python
In this article on face detection with Python, you'll learn about a historically important algorithm for object detection that can be successfully applied to finding the location of a human face within an image.