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?…
Martin Fitzpatrick: Is it getting better yet? An optimistic visual guide to the Coronavirus pandemic
Link: https://www.mfitzp.com/article/iigby-covid-19-visualization/
As the apocalypse rumbles on, I found myself wondering "Is it getting any better?"
Daily updates of spiralling case numbers (and worse, deaths) does little to give a sense of whether we're getting to,
Link: https://www.mfitzp.com/article/iigby-covid-19-visualization/
As the apocalypse rumbles on, I found myself wondering "Is it getting any better?"
Daily updates of spiralling case numbers (and worse, deaths) does little to give a sense of whether we're getting to,
Martin Fitzpatrick
Is it getting better yet? | An optimistic visual guide to the Coronavirus pandemic
As the apocalypse rumbles on, I found myself wondering
Codementor: Why you need Build Automation Tools for Selenium Automation Testing?
Link: https://www.codementor.io/aadidwi/why-you-need-build-automation-tools-for-selenium-automation-testing-15gtctrkga
Build automation tools are vital for Selenium testing, as they help to orchestrate the project build by automating the process. Read more to find out how!
Link: https://www.codementor.io/aadidwi/why-you-need-build-automation-tools-for-selenium-automation-testing-15gtctrkga
Build automation tools are vital for Selenium testing, as they help to orchestrate the project build by automating the process. Read more to find out how!
www.codementor.io
Why you need Build Automation Tools for Selenium Automation Testing? | Codementor
Build automation tools are vital for Selenium testing, as they help to orchestrate the project build by automating the process. Read more to find out how!
PyBites: Stop obsessing about algorithms
Link: https://pybit.es/get-things-done.html
(Photo by Patrick Perkins on Unsplash)
We hear it so often: I need to ace algorithms to land a SW job.
To a certain extent yes. You surely need to understand what data structure to use and make effici
Link: https://pybit.es/get-things-done.html
(Photo by Patrick Perkins on Unsplash)
We hear it so often: I need to ace algorithms to land a SW job.
To a certain extent yes. You surely need to understand what data structure to use and make effici
pybit.es
Stop obsessing about algorithms - PyBites
(Photo by Patrick Perkins on Unsplash) We hear it so often: I need to ace algorithms to land a SW job. To a certain extent yes. You surely need to understand what data structure to use and make...
Real Python: Combining Data in Pandas With merge(), .join(), and concat()
Link: https://realpython.com/pandas-merge-join-and-concat/
Pandas’ Series and DataFrame objects are powerful tools for exploring and analyzing data. Part of their power comes from a multifaceted approach to combining separate datasets. With Pandas, you can me
Link: https://realpython.com/pandas-merge-join-and-concat/
Pandas’ Series and DataFrame objects are powerful tools for exploring and analyzing data. Part of their power comes from a multifaceted approach to combining separate datasets. With Pandas, you can me
Realpython
Combining Data in pandas With merge(), .join(), and concat() – Real Python
In this step-by-step tutorial, you'll learn three techniques for combining data in pandas: merge(), .join(), and concat(). Combining Series and DataFrame objects in pandas is a powerful way to gain new insights into your data.
Codementor: How to efficiently generate a random subset?
Link: https://www.codementor.io/alexanderswilliams/how-to-efficiently-generate-a-random-subset-150hbz3na4
Suppose you have an array with n elements and you want a random subset with k elements. What strategies can you think of to do this as efficiently as possible?
Take a moment.
Why should you care...
Link: https://www.codementor.io/alexanderswilliams/how-to-efficiently-generate-a-random-subset-150hbz3na4
Suppose you have an array with n elements and you want a random subset with k elements. What strategies can you think of to do this as efficiently as possible?
Take a moment.
Why should you care...
www.codementor.io
How to efficiently generate a random subset? | Codementor
Suppose you have an array with n elements and you want a random subset with k elements. What strategies can you think of to do this as efficiently as possible?
Take a moment.
Why should you care...
Take a moment.
Why should you care...
tryexceptpass: Episode 7 - Basic Practices to Secure Your Application Architecture
Link: https://tryexceptpass.org/podcast/ep7-secure-application-architecture/
Markets seem to reward fast product launches over secure one. This means that most organizations are not prioritizing security tasks early on. But following basic security practices early can yield gr
Link: https://tryexceptpass.org/podcast/ep7-secure-application-architecture/
Markets seem to reward fast product launches over secure one. This means that most organizations are not prioritizing security tasks early on. But following basic security practices early can yield gr
tryexceptpass.org
Episode 7 - Basic Practices to Secure Your Application Architecture
Save time and effort by following these basic practices to secure an application while thinking about its architecture.
Anwesha Das: Internet Shutdown Panel at NullCon, 2020
Link: http://anweshadas.in/untitled-7/
Internet shutdown has become a pretty regular event in today’s world. India has seen the most number of shutdowns. Internet shutdowns are the “intentional disruption” of wired connection or mobile in
Link: http://anweshadas.in/untitled-7/
Internet shutdown has become a pretty regular event in today’s world. India has seen the most number of shutdowns. Internet shutdowns are the “intentional disruption” of wired connection or mobile in
Law Explained India
Internet Shutdown Panel at NullCon, 2020
Internet shutdown has become a pretty regular event in today’s world. India has seen the most number of shutdowns. Internet shutdowns are the “intentional disruption” of wired connection or mobile internet and /or both. Primarily carried on by the Government…
Codementor: Mimic
Link: https://www.codementor.io/praneethkumarpidugu/mimic-15hag29e1j
Here I’m sitting at coffeeshop late afternoon brushing few of core Linux concepts. All of sudden somehow my mind took me to read new content in hacker news. Its always like a celebration goin…
Link: https://www.codementor.io/praneethkumarpidugu/mimic-15hag29e1j
Here I’m sitting at coffeeshop late afternoon brushing few of core Linux concepts. All of sudden somehow my mind took me to read new content in hacker news. Its always like a celebration goin…
www.codementor.io
Mimic | Codementor
Here I’m sitting at coffeeshop late afternoon brushing few of core Linux concepts. All of sudden somehow my mind took me to read new content in hacker news. Its always like a celebration goin…
Codementor: How to build a Todo application with Python Flask, Heroku and Tailwind CSS
Link: https://www.codementor.io/mstspr1155/how-to-build-a-todo-application-with-python-flask-heroku-and-tailwind-css-15hapfguhk
Learn How to build a Todo application with Python Flask, Heroku and Tailwind CSS
Link: https://www.codementor.io/mstspr1155/how-to-build-a-todo-application-with-python-flask-heroku-and-tailwind-css-15hapfguhk
Learn How to build a Todo application with Python Flask, Heroku and Tailwind CSS
www.codementor.io
How to build a Todo application with Python Flask, Heroku and Tailwind CSS | Codementor
Learn How to build a Todo application with Python Flask, Heroku and Tailwind CSS
The No Title® Tech Blog: Just updated - Optimize Images v1.5
Link: https://no-title.victordomingos.com/articles/2020/updated_optimize-images_v1_5
If you are using Optimize Images, please notice that it has just been updated to version 1.5, which fixes a bug and adds some support to a JPEG sub-format known as MPO.
Link: https://no-title.victordomingos.com/articles/2020/updated_optimize-images_v1_5
If you are using Optimize Images, please notice that it has just been updated to version 1.5, which fixes a bug and adds some support to a JPEG sub-format known as MPO.
The No Title® Tech Blog
Just updated - Optimize Images v1.5
If you are using Optimize Images, please notice that it has just been updated to version 1.5, which fixes a bug and adds some support to a JPEG sub-format known as MPO.
Podcast.__init__: Distributed Computing In Python Made Easy With Ray
Link: https://www.pythonpodcast.com/ray-distributed-computing-episode-258/
Distributed computing is a powerful tool for increasing the speed and performance of your applications, but it is also a complex and difficult undertaking. While performing research for his PhD, Rober
Link: https://www.pythonpodcast.com/ray-distributed-computing-episode-258/
Distributed computing is a powerful tool for increasing the speed and performance of your applications, but it is also a complex and difficult undertaking. While performing research for his PhD, Rober
The Python Podcast.__init__
The Python Podcast.__init__: Distributed Computing In Python Made Easy With Ray
An interview about how Ray makes distributed computing in Python easy and accessible to simplify the process of scaling your machine learning workloads.
Moshe Zadka: Using Twisted to Massively Parallelize Web Clients
Link: https://orbifold.xyz/treq.html
The Twisted Requests
(treq)
package is an HTTP client built on the popular
Twisted library that is used for web requests.
Async libraries offer the ability to do large amounts of network
requests in p
Link: https://orbifold.xyz/treq.html
The Twisted Requests
(treq)
package is an HTTP client built on the popular
Twisted library that is used for web requests.
Async libraries offer the ability to do large amounts of network
requests in p
orbifold.xyz
Orbifolds and Other Games - Using Twisted to Massively Parallelize Web Clients
Mike Driscoll: An Overview of Profiling Tools for Python
Link: https://www.blog.pythonlibrary.org/2020/04/14/an-overview-of-profiling-tools-for-python/
What does it mean to profile ones code? The main idea behind benchmarking or profiling is to figure out how fast your code executes and where the bottlenecks are. The main reason to do this sort of th
Link: https://www.blog.pythonlibrary.org/2020/04/14/an-overview-of-profiling-tools-for-python/
What does it mean to profile ones code? The main idea behind benchmarking or profiling is to figure out how fast your code executes and where the bottlenecks are. The main reason to do this sort of th
Mouse Vs Python
An Overview of Profiling Tools for Python - Mouse Vs Python
What does it mean to profile ones code? The main idea behind benchmarking or profiling is to figure out how fast your code executes and where the
EuroPython: EuroPython 2020: Talk voting is open
Link: https://blog.europython.eu/post/615363800716263424
Talk voting is your chance to tell us what you’d like to see at EuroPython 2020. We will leave talk voting open until:Sunday, April 26 23:59:59 CESTIn order to vote, please log in to the website and t
Link: https://blog.europython.eu/post/615363800716263424
Talk voting is your chance to tell us what you’d like to see at EuroPython 2020. We will leave talk voting open until:Sunday, April 26 23:59:59 CESTIn order to vote, please log in to the website and t
blog.europython.eu
EuroPython Blog
EuroPython 2020: Talk voting is open Talk voting is your chance to tell us what you’d like to see at EuroPython 2020. We will leave talk voting open until: Sunday, April 26 23:59:59 CEST In order to...
Real Python: Inheritance and Composition: A Python OOP Guide
Link: https://realpython.com/courses/inheritance-composition-python/
In this course, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object oriented programming that model the relationship between two clas
Link: https://realpython.com/courses/inheritance-composition-python/
In this course, you’ll explore inheritance and composition in Python. Inheritance and composition are two important concepts in object oriented programming that model the relationship between two clas
Realpython
Inheritance and Composition: A Python OOP Guide – Real Python
In this step-by-step course, you'll learn about inheritance and composition in Python. You'll improve your object-oriented programming (OOP) skills by understanding how to use inheritance and composition and how to leverage them in their design.
Ian Ozsvald: Notes on last week’s Higher Performance Python class
Link: https://ianozsvald.com/2020/04/14/notes-on-last-weeks-higher-performance-python-class/
Last week I ran a two-morning Higher Performance Python class, we covered:
Profiling slow code (using a 2D particle infection model in an interactive Jupyter Notebook) with line_profiler & PySpy
Vect
Link: https://ianozsvald.com/2020/04/14/notes-on-last-weeks-higher-performance-python-class/
Last week I ran a two-morning Higher Performance Python class, we covered:
Profiling slow code (using a 2D particle infection model in an interactive Jupyter Notebook) with line_profiler & PySpy
Vect
Entrepreneurial Geekiness
Notes on last week’s Higher Performance Python class
Last week I ran a two-morning Higher Performance Python class, we covered:
Profiling slow code (using a 2D particle infection model in an interactive Jupyter Notebook) with line_profiler & PySpy
Vectorising code with NumPy vs running the original with PyPy…
Profiling slow code (using a 2D particle infection model in an interactive Jupyter Notebook) with line_profiler & PySpy
Vectorising code with NumPy vs running the original with PyPy…