Talk Python to Me: #259 From Academia to Tech Industry and Python
Link: https://talkpython.fm/episodes/show/259/from-academia-to-tech-industry-and-python
Did you come to Python from the academic side of the world? Maybe got into working with code for research or lab work and found you liked coding more than your first field of study. Whatever the reaso
Link: https://talkpython.fm/episodes/show/259/from-academia-to-tech-industry-and-python
Did you come to Python from the academic side of the world? Maybe got into working with code for research or lab work and found you liked coding more than your first field of study. Whatever the reaso
talkpython.fm
From Academia to Tech Industry and Python
Did you come to Python from the academic side of the world? Maybe got into working with code for research or lab work and found you liked coding more than your first field of study. Whatever the reason, many people make the transition from the academic world…
BreadcrumbsCollector: When to use metaclasses in Python: 5 interesting use cases
Link: https://breadcrumbscollector.tech/__trashed-6/
Metaclasses are mentioned among the most advances features of Python. Knowing how to write one is perceived like having a Python black belt. But are they useful at all outside job interviews or confer
Link: https://breadcrumbscollector.tech/__trashed-6/
Metaclasses are mentioned among the most advances features of Python. Knowing how to write one is perceived like having a Python black belt. But are they useful at all outside job interviews or confer
Breadcrumbs Collector
When to use metaclasses in Python: 5 interesting use cases - Breadcrumbs Collector
Metaclasses - are they useful at all outside job interviews or conference talks? Let's find out! This article will show you 5 applications of metaclasses. %
BreadcrumbsCollector: When to use metaclasses in Python: 5 interesting use cases
Link: https://breadcrumbscollector.tech/when-to-use-metaclasses-in-python-5-interesting-use-cases/
Metaclasses are mentioned among the most advances features of Python. Knowing how to write one is perceived like having a Python black belt. But are they useful at all outside job interviews or confer
Link: https://breadcrumbscollector.tech/when-to-use-metaclasses-in-python-5-interesting-use-cases/
Metaclasses are mentioned among the most advances features of Python. Knowing how to write one is perceived like having a Python black belt. But are they useful at all outside job interviews or confer
breadcrumbs collector.tech
When to use metaclasses in Python: 5 interesting use cases
Metaclasses are mentioned among the most advances features of Python. Knowing how to write one is perceived like having a Python black belt. But are they useful at all outside job interviews or conference talks? Let's find out! This article will show you…
Reuven Lerner: It’s Friday — time for another free “Python for non-programmers” session!
Link: https://lerner.co.il/2020/04/10/its-friday-time-for-another-free-python-for-non-programmers-session/
My free, weekly “Python for non-programmers” course continues! Today, we’ll start to talk about “strings” — in other words, text! Letters, words, sentences, and anything else contains text is a stri
Link: https://lerner.co.il/2020/04/10/its-friday-time-for-another-free-python-for-non-programmers-session/
My free, weekly “Python for non-programmers” course continues! Today, we’ll start to talk about “strings” — in other words, text! Letters, words, sentences, and anything else contains text is a stri
Reuven Lerner
It's Friday — time for another free "Python for non-programmers" session! — Reuven Lerner
My free, weekly “Python for non-programmers” course continues! Today, we’ll start to talk about “strings” — in other words, text! Letters, words, sentences, and anything else contains text is a string in Python. Join me for the live session, and get access…
Real Python: The Real Python Podcast – Episode #4: Learning Python Through Errors
Link: https://realpython.com/podcasts/rpp/4/
This week Christopher interviews Martin Breuss, about a couple of the video training courses he's created for Real Python. They discuss his course on getting started with Django, and how to learn Pyth
Link: https://realpython.com/podcasts/rpp/4/
This week Christopher interviews Martin Breuss, about a couple of the video training courses he's created for Real Python. They discuss his course on getting started with Django, and how to learn Pyth
Realpython
Episode #4: Learning Python Through Errors – The Real Python Podcast
Do you get upset and frustrated when you experience errors running your Python code? This week we have Martin Breuss on the show. We discuss how to learn Python *through* errors, and how errors really are your friends.
Stack Abuse: Reading and Writing JSON Files in Python with Pandas
Link: https://stackabuse.com/reading-and-writing-json-files-in-python-with-pandas/
Introduction
Pandas is one of the most commonly used Python libraries for data handling and visualization. The Pandas library provides classes and functionalities that can be used to efficiently read,
Link: https://stackabuse.com/reading-and-writing-json-files-in-python-with-pandas/
Introduction
Pandas is one of the most commonly used Python libraries for data handling and visualization. The Pandas library provides classes and functionalities that can be used to efficiently read,
Stack Abuse
Reading and Writing JSON Files in Python with Pandas
JSON files are widespread due to how lightweight and readable they are. In this article, we'll use Python and Pandas to read and write JSON files.
PyPy Development: PyPy 7.3.1 released
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/OlK12n6lkKg/pypy-731-released.html
The PyPy team is proud to release the version 7.3.1 of PyPy, which includes
two different interpreters:
PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7 includ
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/OlK12n6lkKg/pypy-731-released.html
The PyPy team is proud to release the version 7.3.1 of PyPy, which includes
two different interpreters:
PyPy2.7, which is an interpreter supporting the syntax and the features of
Python 2.7 includ
Blogspot
PyPy 7.3.1 released
The PyPy team is proud to release the version 7.3.1 of PyPy, which includes two different interpreters: PyPy2.7, which is an interpre...
Paweł Fertyk: WebRTC on mobile devices
Link: http://pfertyk.me/2020/04/webrtc-on-mobile-devices/
In one of my previous posts
I described how to set up WebRTC in a simple web application, without
unnecessary dependencies. Here I will expand that solution, making WebRTC
work on a mobile device.
For
Link: http://pfertyk.me/2020/04/webrtc-on-mobile-devices/
In one of my previous posts
I described how to set up WebRTC in a simple web application, without
unnecessary dependencies. Here I will expand that solution, making WebRTC
work on a mobile device.
For
pfertyk.me
WebRTC on mobile devices
Quite a useful tool these days
Doug Hellmann: sphinxcontrib-spelling 5.0.0
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/3We8jMYSRwM/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 5.0.0? Drop Python 2.7 support. (contributed
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/3We8jMYSRwM/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 5.0.0? Drop Python 2.7 support. (contributed
Codementor: Algo Trading 101: Building Your First Stock Trading Bot 🤖 in Python 🐍
Link: https://www.codementor.io/powderblock/algo-trading-101-building-your-first-stock-trading-bot-in-python-13fwsexn5f
Get started trading stocks in Python! Use Alpaca to quickly and easily trade stocks at the press of a button! Build custom stock algos and get proficient with Alpaca!
Link: https://www.codementor.io/powderblock/algo-trading-101-building-your-first-stock-trading-bot-in-python-13fwsexn5f
Get started trading stocks in Python! Use Alpaca to quickly and easily trade stocks at the press of a button! Build custom stock algos and get proficient with Alpaca!
www.codementor.io
Algo Trading 101: Building Your First Stock Trading Bot 🤖 in Python 🐍 | Codementor
Get started trading stocks in Python! Use Alpaca to quickly and easily trade stocks at the press of a button! Build custom stock algos and get proficient with Alpaca!
PyBites: Using Python to Check for File Changes in Excel
Link: https://pybit.es/using-python-to-check-for-file-changes-in-excel.html
Finding differences in excel files using Pandas!
Index
The Problem
The Solution
Future Enhancement
Conclusion
The Problem
Data exchange in healthcare is ... harder than it needs to be. Not all par
Link: https://pybit.es/using-python-to-check-for-file-changes-in-excel.html
Finding differences in excel files using Pandas!
Index
The Problem
The Solution
Future Enhancement
Conclusion
The Problem
Data exchange in healthcare is ... harder than it needs to be. Not all par
PyBites: Introduction to Building Custom Apache Airflow Operators
Link: https://pybit.es/introduction-airflow.html
If you work in data engineering, then the chance are high that you are using or have used Apache Airflow.
This orchestration tool has become a firm favourite of many organisations. It was chosen by Go
Link: https://pybit.es/introduction-airflow.html
If you work in data engineering, then the chance are high that you are using or have used Apache Airflow.
This orchestration tool has become a firm favourite of many organisations. It was chosen by Go
PyBites
Introduction to Building Custom Apache Airflow Operators
If you work in data engineering, then the chance are high that you are using or have used Apache Airflow.
Weekly Python StackOverflow Report: (ccxxiii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/04/ccxxiii-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-04-11 11:00:30 GMTZipped Python generators with 2nd one being shor
Link: http://python-weekly.blogspot.com/2020/04/ccxxiii-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-04-11 11:00:30 GMTZipped Python generators with 2nd one being shor
Blogspot
(ccxxiii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Codementor: Types of API Authentication In Django REST Framework
Link: https://www.codementor.io/maxongzb/types-of-api-authentication-in-django-rest-framework-15em6a1r1d
Provides a Django developer on the various types of API authentication in Dango REST Framework to help in building RESTful APIs for their Front-end web framework
Link: https://www.codementor.io/maxongzb/types-of-api-authentication-in-django-rest-framework-15em6a1r1d
Provides a Django developer on the various types of API authentication in Dango REST Framework to help in building RESTful APIs for their Front-end web framework
www.codementor.io
Types of API Authentication In Django REST Framework | Codementor
Provides a Django developer on the various types of API authentication in Dango REST Framework to help in building RESTful APIs for their Front-end web framework
EuroPython Society: EuroPython 2020: Online conference from July 23-26
Link: https://www.europython-society.org/post/615103795776700416
europython:
In the last two weeks, we have
discussed and investigated concepts around running this year’s
EuroPython conference as an online conference. We have looked at
conference tools, your feedba
Link: https://www.europython-society.org/post/615103795776700416
europython:
In the last two weeks, we have
discussed and investigated concepts around running this year’s
EuroPython conference as an online conference. We have looked at
conference tools, your feedba
www.europython-society.org
EuroPython Society
EuroPython 2020: Online conference from July 23-26 europython: “ In the last two weeks, we have discussed and investigated concepts around running this year’s EuroPython conference as an online...
Red Hat Developers: How to write an ABI compliance checker using Libabigail
Link: https://developers.redhat.com/blog/2020/04/02/how-to-write-an-abi-compliance-checker-using-libabigail/
I’ve previously written about the challenges of ensuring forward compatibility for application binary interfaces (ABIs) exposed by native shared libraries. This article introduces the other side of th
Link: https://developers.redhat.com/blog/2020/04/02/how-to-write-an-abi-compliance-checker-using-libabigail/
I’ve previously written about the challenges of ensuring forward compatibility for application binary interfaces (ABIs) exposed by native shared libraries. This article introduces the other side of th
Red Hat Developer
How to write an ABI compliance checker using Libabigail | Red Hat Developer
I've previously written about the challenges of ensuring forward compatibility for application binary interfaces (ABIs) exposed by native shared libraries. This article introduces the other side of
Python Circle: Sending post request with different body formats in Django
Link: https://www.pythoncircle.com/post/713/sending-post-request-with-different-body-formats-in-django/
There are a few different formats of the body we can use while sending post requests. In this article, we tried to send post requests to different endpoints of our hello world Django application from
Link: https://www.pythoncircle.com/post/713/sending-post-request-with-different-body-formats-in-django/
There are a few different formats of the body we can use while sending post requests. In this article, we tried to send post requests to different endpoints of our hello world Django application from
Python Circle
Sending post request with different body formats in Django
There are a few different formats of the body we can use while sending post requests. In this article, we tried to send post requests to different endpoints of our hello world Django application from the postman. Let's see what is the difference between discussed…
Kushal Das: A few things from last week
Link: https://kushaldas.in/posts/a-few-things-from-last-week.html
Last Monday I wrote some tips on security while working from home. in Economic Time. This includes some basic
steps everyone of us can take. If you want to follow better practices, please read https:
Link: https://kushaldas.in/posts/a-few-things-from-last-week.html
Last Monday I wrote some tips on security while working from home. in Economic Time. This includes some basic
steps everyone of us can take. If you want to follow better practices, please read https:
Mike Driscoll: PyDev of the Week: Mike Pirnat
Link: https://www.blog.pythonlibrary.org/2020/04/13/pydev-of-the-week-mike-pirnat/
This week we welcome Mike Pirnat (@mpirnat) as our PyDev of the Week! Mike is an organizer for PyOhio and an active member of the Python community. You can catch up with Mike on his website. Let’s spe
Link: https://www.blog.pythonlibrary.org/2020/04/13/pydev-of-the-week-mike-pirnat/
This week we welcome Mike Pirnat (@mpirnat) as our PyDev of the Week! Mike is an organizer for PyOhio and an active member of the Python community. You can catch up with Mike on his website. Let’s spe
The Mouse Vs. The Python
PyDev of the Week: Mike Pirnat - The Mouse Vs. The Python
This week we welcome Mike Pirnat (@mpirnat) as our PyDev of the Week! Mike is an organizer for PyOhio and an active member of the Python community. You can catch up with Mike on his website. Let’s spend some time getting to know Mike! Can you tell us a little…
BreadcrumbsCollector: Stop naming your python modules “utils”
Link: https://breadcrumbscollector.tech/stop-naming-your-python-modules-utils/
Imagine the following situation: there is a software developer that is either adding new code or refactoring existing one by extracting a class/function. They have to place code somewhere, but it does
Link: https://breadcrumbscollector.tech/stop-naming-your-python-modules-utils/
Imagine the following situation: there is a software developer that is either adding new code or refactoring existing one by extracting a class/function. They have to place code somewhere, but it does
breadcrumbs collector.tech
Stop naming your python modules “utils”
Imagine the following situation: there is a software developer that is either adding new code or refactoring existing one by extracting a class/function. They have to place code somewhere, but it does not seem to fit anywhere. So what does a developer do?…