Top 10 Ways To Write Better Python Code20210225140803
Top 10 Ways To Write Better Python Code
Swaathi KakarlaFebruary 25, 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 KakarlaFebruary 11, 2021decision 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 KakarlaAugust 20, 2020home 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 KakarlaAugust 10, 2020bottle, 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 KakarlaMay 28, 20202to3, 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 KakarlaApril 30, 2020best 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 KakarlaNovember 28, 2019multiprocessing, 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 KakarlaNovember 4, 2019Neural 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...
Natural Language Processing: NLTK vs spaCy20191017175548
Natural Language Processing: NLTK vs spaCy
Swaathi KakarlaOctober 17, 2019Entity extraction, Natural Language Processing, NLP, nltk, POS tagging, python programming, tokenization
There's a real philosophical difference between NLTK and spaCy. NLTK was built by scholars as a tool to help you create complex NLP functions. In cont...
Using Python to Convert PDFs to Images20191003113007
Using Python to Convert PDFs to Images
Swaathi KakarlaOctober 3, 2019Ghostscript, PDF conversion, pdf2image, poppler, pypdf2, python programming
Python is good at providing developers with easy ways to make use of complex C code libraries to accomplish compute-intensive tasks. In this blog, we'...