Martijn Faassen: Roll Your Own Frameworks
Link: http://blog.startifact.com/posts/roll-your-own-frameworks/
Introduction
When I build an application, I build frameworks along the way. I recently
realized that not everybody thinks this is normal, so I thought I'd give a
description of what I do and why I th
Link: http://blog.startifact.com/posts/roll-your-own-frameworks/
Introduction
When I build an application, I build frameworks along the way. I recently
realized that not everybody thinks this is normal, so I thought I'd give a
description of what I do and why I th
Secret Weblog
Roll Your Own Frameworks
When I build an application, I build frameworks along the way. I recently realized that not everybody thinks this is normal, so I thought I'd give a description of what I do and why I think it's a good idea.
Montreal Python User Group: MP-76 – Hackathon recap
Link: https://montrealpython.org/en/2020/05/mp-76-hackathon-recap/
Pythonistas,
The Tonic Glacier hackathon of our 76th Montréal-Python event wrapped up on Sunday May 3rd on a very positive note. Hackers worked on three different project related to the COVID-19 cri
Link: https://montrealpython.org/en/2020/05/mp-76-hackathon-recap/
Pythonistas,
The Tonic Glacier hackathon of our 76th Montréal-Python event wrapped up on Sunday May 3rd on a very positive note. Hackers worked on three different project related to the COVID-19 cri
Karim Elghamrawy: What is Python used for?
Link: https://www.afternerd.com/blog/what-is-python-used-for/
So what is Python really used for? If you are really asking this question, then I am going to assume that you are a beginner who is not entirely sure if investing your time learning Python is a good c
Link: https://www.afternerd.com/blog/what-is-python-used-for/
So what is Python really used for? If you are really asking this question, then I am going to assume that you are a beginner who is not entirely sure if investing your time learning Python is a good c
Afternerd
What is Python used for? - Afternerd
Python Insider: Python 3.9.0b1 is now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/zcBz2nvff1w/python-390b1-is-now-available-for.html
On behalf of the entire Python development community, and the currently
serving Python release team in particular, I’m pleased to announce the
release of Python 3.9.0b1. Get it here:
https://www.py
Link: http://feedproxy.google.com/~r/PythonInsider/~3/zcBz2nvff1w/python-390b1-is-now-available-for.html
On behalf of the entire Python development community, and the currently
serving Python release team in particular, I’m pleased to announce the
release of Python 3.9.0b1. Get it here:
https://www.py
Blogspot
Python Insider: Python 3.9.0b1 is now available for testing
Reuven Lerner: Understanding bitwise operations in Python
Link: https://lerner.co.il/2020/05/19/understanding-bitwise-operations-in-python/
Have you ever wondered about bitwise operations in Python? They’re not that common nowadays, but they are still in the language, and can be useful in some cases.
A subscriber to my “Better developers”
Link: https://lerner.co.il/2020/05/19/understanding-bitwise-operations-in-python/
Have you ever wondered about bitwise operations in Python? They’re not that common nowadays, but they are still in the language, and can be useful in some cases.
A subscriber to my “Better developers”
Reuven Lerner
Understanding bitwise operations in Python
Have you ever wondered about bitwise operations in Python? They're not that common nowadays, but
Real Python: Convert a Python String to int
Link: https://realpython.com/courses/convert-python-string-int/
Integers are whole numbers. In other words, they have no fractional component. Two data types you can use to store an integer in Python are int and str. These types offer flexibility for working with
Link: https://realpython.com/courses/convert-python-string-int/
Integers are whole numbers. In other words, they have no fractional component. Two data types you can use to store an integer in Python are int and str. These types offer flexibility for working with
Realpython
Convert a Python String to int – Real Python
There are several ways to represent integers in Python. In this quick and practical course, you'll learn how you can store integers using int and str as well as how you can convert a Python string to an int and vice versa.
Programiz: Python RegEx
Link: https://www.programiz.com/python-programming/regex
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Link: https://www.programiz.com/python-programming/regex
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Programiz
Python RegEx (With Examples)
In this tutorial, you will learn about regular expressions (RegEx), and use Python's re module to work with RegEx (with the help of examples).
Montreal Python User Group: Montéal-Python 77 – Harmonious Serinette
Link: https://montrealpython.org/en/2020/05/mp-77/
Pythonistas, Pythonistinas,
we sneaked out of our burrows and crawled the Montréal-Python 76 gathering. We would have preferred to meet in person, but the virtual conference revived our passion for P
Link: https://montrealpython.org/en/2020/05/mp-77/
Pythonistas, Pythonistinas,
we sneaked out of our burrows and crawled the Montréal-Python 76 gathering. We would have preferred to meet in person, but the virtual conference revived our passion for P
Talk Python to Me: #265 Why is Python slow?
Link: https://talkpython.fm/episodes/show/265/why-is-python-slow
The debate about whether Python is fast or slow is never-ending. It depends on what you're optimizing for: Server CPU consumption? Developer time? Maintainability? There are many factors. But if we ke
Link: https://talkpython.fm/episodes/show/265/why-is-python-slow
The debate about whether Python is fast or slow is never-ending. It depends on what you're optimizing for: Server CPU consumption? Developer time? Maintainability? There are many factors. But if we ke
talkpython.fm
Why is Python slow?
The debate about whether Python is fast or slow is never-ending. It depends on what you're optimizing for: Server CPU consumption? Developer time? Maintainability? There are many factors. But if we keep our eye on pure computational speed in the Python layer…
Catalin George Festila: Python 3.8.3 : Create shortcuts and add python to the context menu.
Link: http://python-catalin.blogspot.com/2020/05/python-383-create-shortut-and-add.html
The tutorial for today is a simple script for python user.
If you run this python script in your folder you will get an python shortcut to the python and the python to the Context Menu in Windows 10.
Link: http://python-catalin.blogspot.com/2020/05/python-383-create-shortut-and-add.html
The tutorial for today is a simple script for python user.
If you run this python script in your folder you will get an python shortcut to the python and the python to the Context Menu in Windows 10.
Blogspot
Python 3.8.3 : Create shortut and add python to the Context Menu.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PyCoder’s Weekly: Issue #421 (May 19, 2020)
Link: https://pycoders.com/issues/421
#421 – MAY 19, 2020 View in Browser » Python vs JavaScript for Pythonistas Python and JavaScript are two of the most popular programming languages in the world. In this tutorial, you’ll take a d
Link: https://pycoders.com/issues/421
#421 – MAY 19, 2020 View in Browser » Python vs JavaScript for Pythonistas Python and JavaScript are two of the most popular programming languages in the world. In this tutorial, you’ll take a d
Pycoders
PyCoder’s Weekly | Issue #421
Issue #421 of the PyCoder’s Weekly newsletter, published May 19, 2020.
Python Bytes: #182 PSF Survey is out!
Link: https://pythonbytes.fm/episodes/show/182/psf-survey-is-out
<p>Sponsored by Datadog: <a href="https://pythonbytes.fm/datadog">pythonbytes.fm/datadog</a></p>
<p><strong>Michael #1:</strong> <a href="https://www.jetbrains.com/lp/python-developers-survey-2019/">
Link: https://pythonbytes.fm/episodes/show/182/psf-survey-is-out
<p>Sponsored by Datadog: <a href="https://pythonbytes.fm/datadog">pythonbytes.fm/datadog</a></p>
<p><strong>Michael #1:</strong> <a href="https://www.jetbrains.com/lp/python-developers-survey-2019/">
pythonbytes.fm
PSF Survey is out!
News and announcements from the Python community for the week of May 19th, 2020
Mike Driscoll: Creating a Cross-Platform Image Viewer with wxPython (Video)
Link: https://www.blog.pythonlibrary.org/2020/05/20/creating-a-cross-platform-image-viewer-with-wxpython-video/
Learn how to create a basic cross-platform image viewer using wxPython and Python
This video is based on one of the examples from my book, Creating GUI Applications with wxPython, which you can purch
Link: https://www.blog.pythonlibrary.org/2020/05/20/creating-a-cross-platform-image-viewer-with-wxpython-video/
Learn how to create a basic cross-platform image viewer using wxPython and Python
This video is based on one of the examples from my book, Creating GUI Applications with wxPython, which you can purch
The Mouse Vs. The Python
Creating a Cross-Platform Image Viewer with wxPython (Video) - The Mouse Vs. The Python
Learn how to create a basic cross-platform image viewer using wxPython and Python This video is based on one of the examples from my book, Creating GUI Applications with wxPython, which you can purchase at the following: Amazon Leanpub The code for this example…
Real Python: Python Community Interview With Russell Keith-Magee
Link: https://realpython.com/interview-russell-keith-magee/
Today I’m joined by Russell Keith-Magee. Russell is a Django core developer and the founder and maintainer of the BeeWare project. In the interview, we talk about his mission to help Python become a f
Link: https://realpython.com/interview-russell-keith-magee/
Today I’m joined by Russell Keith-Magee. Russell is a Django core developer and the founder and maintainer of the BeeWare project. In the interview, we talk about his mission to help Python become a f
Realpython
Python Community Interview With Russell Keith-Magee – Real Python
Russell Keith-Magee is a Django core developer and the founder and maintainer of the BeeWare project. In the interview, we talk about his mission to help Python become a feasible option for writing and packaging mobile applications, his PyCon 2020 talk, and…
Codementor: How to Process Headers using FastAPI
Link: https://www.codementor.io/mandarvaze/how-to-process-headers-using-fastapi-16mqsf55et
FastAPI makes processing Headers very easy, just like everything else. There are two ways to process headers with FastAPI.
Link: https://www.codementor.io/mandarvaze/how-to-process-headers-using-fastapi-16mqsf55et
FastAPI makes processing Headers very easy, just like everything else. There are two ways to process headers with FastAPI.
www.codementor.io
How to Process Headers using FastAPI | Codementor
FastAPI makes processing Headers very easy, just like everything else. There are two ways to process headers with FastAPI.
Codementor: Automate the shit
Link: https://www.codementor.io/kobic94686/automate-the-shit-16mskcl19v
Yup. Automation is the key. Why bother to do boring tasks when you can automate it?Automation=Less hard work+Time saverIn this very first blog, I will share how I automate the proces
Link: https://www.codementor.io/kobic94686/automate-the-shit-16mskcl19v
Yup. Automation is the key. Why bother to do boring tasks when you can automate it?Automation=Less hard work+Time saverIn this very first blog, I will share how I automate the proces
www.codementor.io
Automate the shit | Codementor
Yup. Automation is the key. Why bother to do boring tasks when you can automate it?Automation=Less hard work+Time saverIn this very first blog, I will share how I automate the proces
CubicWeb: Report of May 19th Cubicweb Meeting
Link: http://feedproxy.google.com/~r/cubicweborg/~3/dcmRB6Rx458/17314415
Hi everyone,
Yesterday we held a n
Link: http://feedproxy.google.com/~r/cubicweborg/~3/dcmRB6Rx458/17314415
Hi everyone,
Yesterday we held a n
Codementor: 5 Simple Python Tricks You Need to Know
Link: https://www.codementor.io/alirezaaliabadi/5-simple-python-tricks-you-need-to-know-16mz88w7ge
Ease your code with python tricks
1
Link: https://www.codementor.io/alirezaaliabadi/5-simple-python-tricks-you-need-to-know-16mz88w7ge
Ease your code with python tricks
1
www.codementor.io
5 Simple Python Tricks You Need to Know | Codementor
**Ease your code with python tricks**
#1
#1
Wing Tips: Conditional Breakpoints Wing's Python Debugger
Link: https://wingware.com/blog/conditional-breakpoints
This Wing Tip describes how to use conditional breakpoints in
Wing Pro to stop in Python code only when certain conditions are true. This is useful for isolating
a single case out of many that may be
Link: https://wingware.com/blog/conditional-breakpoints
This Wing Tip describes how to use conditional breakpoints in
Wing Pro to stop in Python code only when certain conditions are true. This is useful for isolating
a single case out of many that may be
Wingware
Wing Tips: Conditional Breakpoints Wing's Python Debugger - Wing Python IDE
Wing's Python debugger allows you to set conditional breakpoints to isolate specific
cases that need debugging or for which you want to write new code interactively.
cases that need debugging or for which you want to write new code interactively.
Yasoob Khalid: Looking for an internship for Summer 2020
Link: https://pythontips.com/2019/09/17/looking-for-an-internship-for-summer-2020/
Update: Thank you so much! I got an amazing opportunity with Azure Cloud Networking team at Microsoft
Hi lovely people! Hope everything is going well on your end. I asked you guys last year for help
Link: https://pythontips.com/2019/09/17/looking-for-an-internship-for-summer-2020/
Update: Thank you so much! I got an amazing opportunity with Azure Cloud Networking team at Microsoft
Hi lovely people! Hope everything is going well on your end. I asked you guys last year for help
Python Tips
Looking for an internship for Summer 2020
Update: Thank you so much! I got an amazing opportunity with Azure Cloud Networking team at Microsoft :) Hi lovely people! 👋 Hope everything is going well on your end. I asked you guys last year fo…
Matt Layman: Switch A Django Project To Use Pytest - Building SaaS #57
Link: https://www.mattlayman.com/building-saas/switch-django-app-to-use-pytest/
In this episode, I replaced the default Django test runner to use pytest. We walked through installation, configuration, how to change tests, and the benefits that come from using pytest.
We started b
Link: https://www.mattlayman.com/building-saas/switch-django-app-to-use-pytest/
In this episode, I replaced the default Django test runner to use pytest. We walked through installation, configuration, how to change tests, and the benefits that come from using pytest.
We started b
Matt Layman
Switch A Django Project To Use Pytest - Building SaaS #57
In this episode, I replaced the default Django test runner to use pytest. We walked through installation, configuration, how to change tests, and the benefits that come from using pytest.