Kushal Das: Updates on Unoon in December 2019
Link: https://kushaldas.in/posts/updates-on-unoon-in-december-2019.html
This Saturday evening, I sat with Unoon
project after a few weeks, I was continuously running it, but, did not resume
the development effort. This time Bhavin also joined me. Together, we fixed a
loc
Link: https://kushaldas.in/posts/updates-on-unoon-in-december-2019.html
This Saturday evening, I sat with Unoon
project after a few weeks, I was continuously running it, but, did not resume
the development effort. This time Bhavin also joined me. Together, we fixed a
loc
Kushal Das: Highest used usernames in break-in attempts to my servers 2019
Link: https://kushaldas.in/posts/highest-used-usernames-to-break-in-2019.html
A few days ago, I
wrote
about different IP addresses trying to break into my servers. Today, I looked into another server
to find the frequently used user names used in the SSH attempts.
admin 3622
Link: https://kushaldas.in/posts/highest-used-usernames-to-break-in-2019.html
A few days ago, I
wrote
about different IP addresses trying to break into my servers. Today, I looked into another server
to find the frequently used user names used in the SSH attempts.
admin 3622
Programiz: Python Dictionary Comprehension
Link: https://www.programiz.com/python-programming/dictionary-comprehension
In this tutorial, we will learn about Python dictionary comprehension and how to use it with the help of examples.
Link: https://www.programiz.com/python-programming/dictionary-comprehension
In this tutorial, we will learn about Python dictionary comprehension and how to use it with the help of examples.
Programiz
Python Dictionary Comprehension
In this tutorial, we will learn about Python dictionary comprehension and how to use it with the help of examples. In Python, dictionary comprehension is an elegant and concise way to create dictionaries.
Steve Dower: What makes Python a great language?
Link: https://stevedower.id.au/blog/python-a-great-language/
I know I’m far from the only person who has opined about this topic, but figured I’d take my turn.
A while ago I hinted on Twitter that I have Thoughts(tm) about the future of Python, and while this i
Link: https://stevedower.id.au/blog/python-a-great-language/
I know I’m far from the only person who has opined about this topic, but figured I’d take my turn.
A while ago I hinted on Twitter that I have Thoughts(tm) about the future of Python, and while this i
Peter Bengtsson: A Python and Preact app deployed on Heroku
Link: https://www.peterbe.com/plog/python-preact-app-deployed-on-heroku
Heroku is great but it's sometimes painful when your app isn't just in one single language. What I have is a project where the backend is Python (Django) and the frontend is JavaScript (Preact). The f
Link: https://www.peterbe.com/plog/python-preact-app-deployed-on-heroku
Heroku is great but it's sometimes painful when your app isn't just in one single language. What I have is a project where the backend is Python (Django) and the frontend is JavaScript (Preact). The f
Peterbe
A Python and Preact app deployed on Heroku - Peterbe.com
Weekly Python StackOverflow Report: (ccvi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/12/ccvi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-12-14 12:53:35 GMTPython __getitem__ and in operator result in str
Link: http://python-weekly.blogspot.com/2019/12/ccvi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-12-14 12:53:35 GMTPython __getitem__ and in operator result in str
Blogspot
(ccvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Catalin George Festila: Python 3.7.5 : Django admin shell by Grzegorz Tężycki.
Link: http://python-catalin.blogspot.com/2019/12/python-375-django-admin-shell-by.html
Today I tested another python package for Django named django-admin-shell.
This package created by Grzegorz Tężycki can be found on GitHub and come with the intro:
Django application can execute pytho
Link: http://python-catalin.blogspot.com/2019/12/python-375-django-admin-shell-by.html
Today I tested another python package for Django named django-admin-shell.
This package created by Grzegorz Tężycki can be found on GitHub and come with the intro:
Django application can execute pytho
Blogspot
Python 3.7.5 : Django admin shell by Grzegorz Tężycki.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Andre Roberge: A Tiny Python Exception Oddity
Link: https://aroberge.blogspot.com/2019/12/a-tiny-python-exception-oddity.html
Today, while working on Friendly-traceback (improved documentation !) as I have been doing a lot recently, I came into an odd SyntaxError case:The inconsistent behaviour is so tiny, that I doubt most
Link: https://aroberge.blogspot.com/2019/12/a-tiny-python-exception-oddity.html
Today, while working on Friendly-traceback (improved documentation !) as I have been doing a lot recently, I came into an odd SyntaxError case:The inconsistent behaviour is so tiny, that I doubt most
Blogspot
A Tiny Python Exception Oddity
Today, while working on Friendly-traceback ( improved documentation !) as I have been doing a lot recently, I came into an odd SyntaxError ...
Anwesha Das: Rootconf Hyderbad, 2019
Link: http://anweshadas.in/rootconf-hyderabad/
What is Rootconf?
Rootconf is the conference on sysadmins, DevOps, SRE, Network engineers. Rootconf started its journey in 2012 in Bangalore, 2019 was the 7th edition of Rootconf. In these years, thro
Link: http://anweshadas.in/rootconf-hyderabad/
What is Rootconf?
Rootconf is the conference on sysadmins, DevOps, SRE, Network engineers. Rootconf started its journey in 2012 in Bangalore, 2019 was the 7th edition of Rootconf. In these years, thro
Law Explained India
Rootconf Hyderbad, 2019
What is Rootconf? Rootconf is the conference on sysadmins, DevOps, SRE, Network engineers. Rootconf started its journey in 2012 in Bangalore, 2019 was the 7th edition of Rootconf. In these years, through all the Rootconfs, there is a community that has developed…
Catalin George Festila: Python 3.7.5 : Simple intro in CSRF.
Link: http://python-catalin.blogspot.com/2019/12/python-375-simple-intro-in-csrf.html
CSRF or Cross-Site Request Forgery is a technique used by cyber-criminals to force users into executing unwanted actions on a web application.
To protect against web form CSRF attacks, it's isn't suf
Link: http://python-catalin.blogspot.com/2019/12/python-375-simple-intro-in-csrf.html
CSRF or Cross-Site Request Forgery is a technique used by cyber-criminals to force users into executing unwanted actions on a web application.
To protect against web form CSRF attacks, it's isn't suf
Blogspot
Python 3.7.5 : Simple intro in CSRF.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
S. Lott: Functional programming design pattern: Nested Iterators == Flattening
Link: http://slott-softwarearchitect.blogspot.com/2019/12/functional-programming-design-pattern.html
Here's a functional programming design pattern I uncovered. This may not be news to you, but it was a surprise to me. It cropped up when looking at something that needs parallelization to reduced the
Link: http://slott-softwarearchitect.blogspot.com/2019/12/functional-programming-design-pattern.html
Here's a functional programming design pattern I uncovered. This may not be news to you, but it was a surprise to me. It cropped up when looking at something that needs parallelization to reduced the
Blogspot
Functional programming design pattern: Nested Iterators == Flattening
Here's a functional programming design pattern I uncovered. This may not be news to you, but it was a surprise to me. It cropped up when lo...
Codementor: Function-Based Views vs Class-Based Views in Django
Link: https://www.codementor.io/maxongzb/function-based-views-vs-class-based-views-in-django-11po0y7vsy
A detailed comparison guide on the difference between function-based views and class-based views for Django 3
Link: https://www.codementor.io/maxongzb/function-based-views-vs-class-based-views-in-django-11po0y7vsy
A detailed comparison guide on the difference between function-based views and class-based views for Django 3
www.codementor.io
Function-Based Views vs Class-Based Views in Django | Codementor
A detailed comparison guide on the difference between function-based views and class-based views for Django 3
Andre Roberge: Friendly Mu
Link: https://aroberge.blogspot.com/2019/12/friendly-mu.html
See the documentation for details.
Link: https://aroberge.blogspot.com/2019/12/friendly-mu.html
See the documentation for details.
Blogspot
Friendly Mu
See the documentation for details.
Wesley Chun: Authorized Google API access from Python (part 2 of 2)
Link: http://wescpy.blogspot.com/2014/11/authorized-google-api-access-from-python.html
Listing your files with the Google Drive APINOTE: You can also watch a video walkthrough of the common code covered in this blogpost here. UPDATE (Apr 2019): In order to have a closer relationship bet
Link: http://wescpy.blogspot.com/2014/11/authorized-google-api-access-from-python.html
Listing your files with the Google Drive APINOTE: You can also watch a video walkthrough of the common code covered in this blogpost here. UPDATE (Apr 2019): In order to have a closer relationship bet
Blogspot
Authorized Google API access from Python (part 2 of 2)
Listing your files with the Google Drive API NOTE: You can also watch a video walkthrough of the common code covered in this blogpost her...
Mike Driscoll: PyDev of the Week: Ted Petrou
Link: http://www.blog.pythonlibrary.org/2019/12/16/pydev-of-the-week-ted-petrou/
This week we welcome Ted Petrou (@TedPetrou) as our PyDev of the Week! Ted is the author of the Pandas Cookbook and also teaches Pandas in several courses on Udemy. Let’s take some time to get to know
Link: http://www.blog.pythonlibrary.org/2019/12/16/pydev-of-the-week-ted-petrou/
This week we welcome Ted Petrou (@TedPetrou) as our PyDev of the Week! Ted is the author of the Pandas Cookbook and also teaches Pandas in several courses on Udemy. Let’s take some time to get to know
The Mouse Vs. The Python
PyDev of the Week: Ted Petrou - The Mouse Vs. The Python
This week we welcome Ted Petrou (@TedPetrou) as our PyDev of the Week! Ted is the author of the Pandas Cookbook and also teaches Pandas in several courses on Udemy. Let’s take some time to get to know Ted better! Can you tell us a little about yourself (hobbies…
Janusworx: #100DaysOfCode, Days 024, 025 & 026 – Watched Videos
Link: https://janusworx.com/100daysofcode-days-024-025-026-watched-videos/
Life has suddenly turned a little topsy turvy at work.
No time to work at stuff.
Keeping up my #100DaysOfCode streak by watching the course videos.
Learnt about the Itertools module, learnt decorato
Link: https://janusworx.com/100daysofcode-days-024-025-026-watched-videos/
Life has suddenly turned a little topsy turvy at work.
No time to work at stuff.
Keeping up my #100DaysOfCode streak by watching the course videos.
Learnt about the Itertools module, learnt decorato
Janusworx
#100DaysOfCode, Days 024, 025 & 026 – Watched Videos
Life has suddenly turned a little topsy turvy at work.
No time to work at stuff.
Keeping up my #100DaysOfCode streak by watching the course videos.
Learnt about the Itertools module, learnt decorato
No time to work at stuff.
Keeping up my #100DaysOfCode streak by watching the course videos.
Learnt about the Itertools module, learnt decorato
Real Python: Python Statistics Fundamentals: How to Describe Your Data
Link: https://realpython.com/python-statistics/
In the era of big data and artificial intelligence, data science and machine learning have become essential in many fields of science and technology. A necessary aspect of working with data is the abi
Link: https://realpython.com/python-statistics/
In the era of big data and artificial intelligence, data science and machine learning have become essential in many fields of science and technology. A necessary aspect of working with data is the abi
Realpython
Python Statistics Fundamentals: How to Describe Your Data – Real Python
In this step-by-step tutorial, you'll learn the fundamentals of descriptive statistics and how to calculate them in Python. You'll find out how to describe, summarize, and represent your data visually using NumPy, SciPy, pandas, Matplotlib, and the built…
Podcast.__init__: Riding The Rising Tides Of Python
Link: https://www.pythonpodcast.com/pete-fein-episode-242/
The past two decades have seen massive growth in the language, community, and ecosystem of Python. The career of Pete Fein has occurred during that same period and his use of the language has parallel
Link: https://www.pythonpodcast.com/pete-fein-episode-242/
The past two decades have seen massive growth in the language, community, and ecosystem of Python. The career of Pete Fein has occurred during that same period and his use of the language has parallel
The Python Podcast.__init__
The Python Podcast.__init__: Riding The Rising Tides Of Python
An interview with Pete Fein about his career in Python and how it has evolved alongside the shifting focus of the community
Codementor: LAST Part - teach your kids to build their own game with Python.
Link: https://www.codementor.io/mustafakharnoub/last-part-teach-your-kids-to-build-their-own-game-with-python-11qos4eggm
a tutorial that teaches kids/beginners how to develop the famous Space Invaders game with Python.
Link: https://www.codementor.io/mustafakharnoub/last-part-teach-your-kids-to-build-their-own-game-with-python-11qos4eggm
a tutorial that teaches kids/beginners how to develop the famous Space Invaders game with Python.
www.codementor.io
LAST Part - teach your kids to build their own game with Python. | Codementor
a tutorial that teaches kids/beginners how to develop the famous Space Invaders game with Python.
Chris Moffitt: Finding Natural Breaks in Data with the Fisher-Jenks Algorithm
Link: https://pbpython.com/natural-breaks.html
Introduction
This article is inspired by a tweet from Peter Baumgartner. In the tweet he mentioned the
Fisher-Jenks algorithm and showed a simple example of ranking data into natural breaks using the
Link: https://pbpython.com/natural-breaks.html
Introduction
This article is inspired by a tweet from Peter Baumgartner. In the tweet he mentioned the
Fisher-Jenks algorithm and showed a simple example of ranking data into natural breaks using the
Pbpython
Finding Natural Breaks in Data with the Fisher-Jenks Algorithm
The Fisher-Jenks optimization algorithm can be used to find natural breaks in your data and can be a useful tool for simple clustering of 1 dimensional data.
Stack Abuse: Design Patterns in Python
Link: https://stackabuse.com/design-patterns-in-python/
Introduction
Design Patterns are reusable models for solving known and common problems in software architecture.
They're best described as templates for dealing with a certain usual situation. An arch
Link: https://stackabuse.com/design-patterns-in-python/
Introduction
Design Patterns are reusable models for solving known and common problems in software architecture.
They're best described as templates for dealing with a certain usual situation. An arch
Stack Abuse
Design Patterns in Python
Design Patterns are a really important topic in Software Engineering. In this article, we'll be discussing what they are, what they aren't as well as dive into some of the most important categories of Design Patterns in Python.