United States Canada United Kingdom France United States Pycon 2024 date:May 15-May 19, 2024 location:Pittsburgh, PA url:https://us.pycon.org/2024/ Canada United Kingdom France...
read moreBlog
Latest articles
-
-
Calculate Compound Interest in Python
Lets see how to calculate compound interest in Python! Very simple and straight forward. principal = 100000 yearly_rate = 0.05 years = 30 yearly_addition = 10000 # calculate the principal and interest...
read more -
Stat test to use
Got it 👍 — here’s the same “Which statistical test should I use?” guide, but rewritten in clean plain-text formatting, so it displays perfectly anywhere (no tables needed): --- ## 🧪 WHICH STATISTICAL ...
read more -
SQL RANK and Partition features
Rank and Partition Today let's learn about the rank and partition feature of SQL. This is a very useful feature of SQL and is used in many places. Let's see how it works. Rank and Partition Rank and p...
read more -
Python Beginner Tips
Congrats if you are reading this you already are on a wonderful and rewarding journey. Have high expectations from the Python language. If you can dream it, you can build it. I was a Python language c...
read more -
About Prasanna
I am Prasanna Kulkarni. Phonetic pronounciation: p-r-uh-s-uh-n-n-ah In the corporate world, I am known as PK. Currently I am building mangoblogger.website, AI website builder You can email me on - pk&...
read more -
The Heart of Yoga - Daily Yoga Practice
The Heart of Yoga - Daily Yoga Practice Below are four yoga practices from the book Practice 1 Practice 2 Practice 3 Practice 4 Pranayama Techniques 9 obstacles to yoga 8 limbs of yoga Favorite quotes...
read more -
Chamber of Commerce
Chamber of Commerce Below are Chamber of commerce websites in British Columbia Chamber of commerce websites in Alberta Chamber of commerce websites in Saskatchewan Chamber of commerce websites in Mani...
read more -
Types of charts
Source: https://www.youtube.com/watch?v=RfEOrbbMwMU&list=WL&index=1 Thanks to https://www.theanalystacademy.com/ !! Below we look at simple types of slides that can help deliver the message. 1...
read more -
How to prepare a Digital Ocean Droplet for Django
Goals - Host a Django website and database for under $7 per month Setup a Django project on a Digital Ocean Droplet Install required packages using a shell script Install and configure database on the...
read more -
Search Engine
https://yacy.net/ - Peer to peer index, you can create your own index https://commoncrawl.org/ - Open crawl data for the web. You get all the URLs https://developers.google.com/web/tools/chrome-user-e...
read more -
FIRE Friendly Digital Strategies
--- What could it cost to run a small business website? === Maintaining an online presence requires following things (roughly) – Can there be a $150 year website for medium size traffic website? What?...
read more