Python’s Top 10 Machine Learning Algorithms20210805131409
Python’s Top 10 Machine Learning Algorithms
Swaathi KakarlaLast Updated: August 5, 2022bagging classifier, boosting classifier, decision tree, K-nearest neighbor, logistic regression, machine learning, machine learning algorithms, naive bayes, pandas, principal component analysis, random forest classifier, scikit-learn, stochastic gradient descent classifier, support vector machines, voting classifier
There are dozens of algorithms available in Python. Learn which one is the most appropriate for your project. ...
How to Build a Twitter Bot for Slack with Python20210325152806
How to Build a Twitter Bot for Slack with Python
Swaathi KakarlaLast Updated: April 13, 2022bolt for python, python automation, python-twitter, slack bot, tweet automation, twitter bot
In the agile SaaS world, organizations are constantly releasing new features, functionality and content. Big releases get a lot of promotion as a matt...
Top 10 Ways To Write Better Python Code20210225140803
Top 10 Ways To Write Better Python Code
Swaathi KakarlaLast Updated: March 22, 2021Default Dictionaries, GroupBy, Lambda Function Dictionaries, python code, Python Counter Collections, Python dictionaries
The awesome thing about Python is that if you can think of something you’d like to code, there’s probably already a library for it! In fact, Python pr...
Phishing URL Detection with Python and ML20210211132036
Phishing URL Detection with Python and ML
Swaathi KakarlaLast Updated: August 5, 2022decision tree, machine learning, phishing, URL detection
1 — How to Identify A Fraudulent URL A fraudulent domain or phishing domain is an URL scheme that looks suspicious for a variety of reasons. Mos...
Home Automation With Python: Beginner-friendly Python Project20200820115444
Home Automation With Python: Beginner-friendly Python Project
Swaathi KakarlaLast Updated: March 19, 2021home automation, homekit, homesassistant, IoT, python, python project
HomeAssistant is a Python-based home-automation server that lets you control all your home's devices via WiFi....
The Top 10 Python Frameworks for Web Development20200810183825
The Top 10 Python Frameworks for Web Development
Swaathi KakarlaLast Updated: April 11, 2022bottle, dash, django, falcon, fastapi, flask, pyramid, python web frameworks, sanic, tornado, web2py
Python's 10 best web frameworks, including Pros and Cons, and guidance as to which ones best suit what kinds of projects....
Python 2 to 3 Migration: A Developer’s Experience20200528100059
Python 2 to 3 Migration: A Developer’s Experience
Swaathi KakarlaLast Updated: March 9, 20222to3, migration, modernize, python, python 2 eol, python-future, six
Your Python 2 to 3 migration strategy will depend on a number of factors. This post can help you decide which ones are most important, and provides gu...
Top 10 Python Tools To Make a Developer’s Life Easier20200430120137
Top 10 Python Tools To Make a Developer’s Life Easier
Swaathi KakarlaLast Updated: August 5, 2022best python packages, click, cookiecutter, faker, flask, pandas, Pendulum, PIllow, python packages, Requests, scrapy, Selenium, top python packages
This post shows you how to work with some of the most useful Python packages that will make your life easier by helping solve common, repetitive tasks...
How to Best Manage Threads in Python20191128140731
How to Best Manage Threads in Python
Swaathi KakarlaLast Updated: March 17, 2021multiprocessing, multithreading, python threads, queues
Multithreading, multiprocessing and queues can be a great way to speed up Python performance. This blog post can help you understand the differences, ...
Neural Network Showdown: TensorFlow vs PyTorch20191104113608
Neural Network Showdown: TensorFlow vs PyTorch
Swaathi KakarlaLast Updated: March 10, 2020Neural network, python programming, PyTorch, tensorflow
TensorFlow and PyTorch have accelerated the use of neural networks in commercial and research applications. This post compares them, and lets you make...