Category: Python
Python tutorials
Demystifying Search
Search is a function or process of finding letters, words, files, web pages, or other data. Many operating systems, software programs, and websites contain a search or find feature to locate data. Search can vary from user to user. For Example, If a Software Developer searches Python on google. It gets the search results
Read moreSneaky REST APIs With Django Ninja
Many web projects have moved to the single-page application model. To use this model with Django, you build a project where Django is the back end accessed through a REST API. The Django Ninja library is a FastAPI-inspired tool kit for turning Django views into REST API endpoints with very little extra code. Along the way, you’ll be using curl, a command-line tool that allows you to grab the contents of a web page. If you’d like to quickly build […]
Read moreReading Pcap File with Python
If you ever work with something related to computer networking, you probably know what is Wireshark. It is a tool to collect network packets and it also allows you to analyze them. It is an awesome tool but it is not suitable to analyze more than one pcap file and use the data you collected to train a model. There are some Python packages(Scapy, Pyshark) to get information from pcap files but they are generally slow. As an alternative to […]
Read moreThe Software Engineer: An Unexpected Journey (how to learn to code and get a job)
If you’re late for the bus, need to finish your latest side project or (god forbid) go on a date with a real human (not AI) I’ll save you some time. TL;DR stop watching YouTube tutorials and stop using boot camps (for the most part) and just make something fun. Can’t think of something fun? Steal something fun from elsewhere. Here, make a terminal website like I did with a programming language you think it would be cool to learn […]
Read moreNLP Landscape from 1960s to 2022 — An Introduction of NLP & its history
Hello, welcome all! Today I will give a brief introduction on very interesting and trending topic which Natural Language Processing. Let’s understand NLP — What is NLP? Some Real-World Applications
Read moreComplete Guide to Natural Language Processing (NLP)
Welcome Amigo ! I believe that before diving deeper into any new topic one should get a good overview about that topic. For a good overview of NLP I have decided to go through the following topics:
Read more