About Vaibhav Vaibhav
Vaibhav is an artificial intelligence and cloud computing stan. He likes to build end-to-end full-stack web and mobile applications. Besides computer science and technology, he loves playing cricket and badminton, going on bike rides, and doodling.
Articles by Vaibhav
Plotly Howto's
- Live Graphs Using Dash and Plotly
- How to Create Choropleth Maps With Locationmode in Plotly
- How to Plot Candlestick Charts in Plotly
Python How-To's
- How to Capture and Save Video Using OpenCV
- How to Fix Resolve the NameError: Global Name __File__ Is Not Defined Error in Python
- How to Fix MemoryError in Python
- How to Perform Authentication Using the Requests Module in Python
- The fnmatch Module in Python
- How to Encode a String as Base64 Using Python
- The Telnetlib Module in Python
- Annotations in Python
- clock() and time() Methods of the Time Module in Python
- Difference Between pass and continue Keywords in Python
- How to Configure Logging to Syslog in Python
- How to Read and Write INI File in Python
- How to Use the cat Command in Python
- Most Common Docstring Patterns in Python
- How to Clamp Numbers Within a Range Using Python
- How to Convert XML to CSV Using Python
- How to Decode UTF-8 in Python
- How to Reverse a Linked List in Python
- isalpha() in Python
- Python Set Pop() Method
- String Interpolation in Python
- The filter() Method and Lambda Functions in Python
- How to Fix the Iteration Over a 0-D Array Error in Python NumPy
- How to Fix the Key Error in a Dictionary in Python
- How to Fix the No Such File in Directory Error in Python
- How to Implement a High Pass Filter Using Python
- How to Invoke the Super Constructor of the Parent Class in Python
- How to Iterate Through a Tuple in Python
- How to Write Float Values to a File in Python
- ORM in Python
- How to Fix the Too Many Indices for Array Error in Python
- How to Fix the TypeError: must be str, not int in Python
- How to Fix the Unhashable Type numpy.ndarray Error in Python
- How to Get the Filename and a Line Number in Python
- How to Pretty Print XML Output Pretty in Python
- Multithreading in Python
- Optional Arguments for a Class Constructor in Python
- How to Concatenate Multiple Files Into a Single File in Python
- How to Convert a String to a Float Value in Python
- How to Fix the Unicode Error Found in a File Path in Python
- How to Read a Pickle File Using Python
- How to Simulate Keyboard Inputs in Python
- How to Create a List of Tuples From Multiple Lists and Tuples in Python
- How to Get a Subarray of an Array in Python
- How to Get the Timezones List Using Python
- How to Parse Over Boolean Values in Command-Line Arguments in Python
- How to Print Quotes in Python
- How to Slice a Dictionary in Python
- The zip() Function in Python
- How to Pass Multiple Arguments in Lambda Functions in Python
- How to Add Key-Value Pairs to a Dictionary Within a Loop in Python
- How to Check if Two Strings Are Anagrams Using Python
- How to Compare Two Strings Character by Character in Python
- How to Get Data From a URL in Python
- How to Read a CSV With Its Header in Python
- How to Solve Algebraic Equations Using Python
- How to Transpose a Matrix in Python
- How to Create a Zip Archive of a Directory Using Python
- How to Create requirements.txt in Python
- How to List All the Methods of a Python Module
- How to Read an Excel File Using Python
- Float Division in Python
- How to Append Data to a New Line in a File Using Python
- How to Get HTML With HTTP Requests in Python
- How to Parse Command Line Arguments Using Python
- [: -1] in Python
- How to Draw a Rectangle Using OpenCV Module in Python
- How to Implement Gradient Descent Using NumPy and Python
- How to Invert an Image Using OpenCV Module in Python
- How to Parse a Log File in Python
- Nested try...except Statements in Python
- Timer Class in the Threading Module in Python
- How to Execute a Script in Python
- How to Exit From the Python Command Line
- How to Restart a Loop in Python
- Naming Convention for Functions, Classes, Constants, and Variables in Python
- Project Structure for a Python Application
- Structures in Python
- Ceiling Division in Python
- How to Connect to a Microsoft SQL Server Using Python and Pyodbc
- How to Implement the Viterbi Algorithm in Python
- How to Print a Line Break in Python
- How to Read XLSX Files Using Python and Pandas
- How to Swap Two Values in Python
- Tuple Comprehension in Python
- Difference Between sort() and sorted() in Python
- How to Do Nothing Inside an if Statement in Python
- Data Classes in Python
- How to Create a Set of Sets in Python
- How to Plot an Array in Python
- How to Run Python in HTML
- How to Write Line by Line to a File Using Python
- How to Calculate Log Base 2 of a Number in Python
- How to Convert Floating-Point Number to an Integer in Python
- How to Print an Exception in Python
- How to Extract Substring From a String in Python
- How to Exit Codes in Python
- How to Generate GUID/UUID in Python
- How to Get Sum of a List in Python
- How to Write JSON to a File in Python
- How to Get the Current Year in Python
SQLite Howtos
- Boolean Datatype in SQLite Database
- How to Check if Table Exists in SQLite Database
- How to Delete a Column in SQLite Database
- How to Fix Error: Unable to Open a SQLite Database File in Django
- How to Get Column Names in SQLite Database
- How to Import Data From a CSV File in SQLite
- How to Locate and View Google Chrome Login Data Database
- Stored Procedures in SQLite
Python Functions
- Python math.log10() Method
- Python math.log2() Method
- Python math.lgamma() Method
- Python math.log() Method
- Python math.log1p() Method
- Python math.modf() Method
- Python math.pi Attribute
- Python math.nan Attribute
- Python datetime.datetime.year Attribute
- Python datetime.tzinfo Class
- Python math.acos() Method
- Python math.acosh() Method
- Python math.asin() Method
- Python datetime.datetime.replace() Method
- Python datetime.timezone Class
- Python os.set_handle_inheritable() Method
- Python os.set_inheritable() Method
- Python os.stat_result Class
- Python sys.stdin Attribute
- Python datetime.date.date.fromtimestamp() Method
- Python datetime.date.date.replace() Method
- Python datetime.date.date.toordinal() Method
- Python datetime.datetime.timetuple() Method
- Python datetime.time.replace() Method
- Python datetime.time.time.strftime() Method
- Python datetime.timedelta.timedelta Days Attribute
- Python datetime.astimezone() Method
- Python datetime.date() Method
- Python datetime.datetime.hour Attribute
- Python datetime.datetime.month Attribute
- Python sys.exit() Method
- Python sys.path Attribute
- Python os.cpu_count() Method
- Python os.device_encoding() Method
- Python os.dup() Method
- Python os.dup2() Method
- Python os.fspath() Method
- Python os.path.islink() Method
- Python os.path.lexists() Method
- Python os.path.sameopenfile() Method
- Python os.getpid() Method
- Python os.path Module
- Python os.fsencode() Method
- Python os.fstat() Method
- Python os.fsync() Method
- Python os.get_terminal_size() Method
- Python os.getcwdb() Method
- Python os.getlogin() Method
Python NumPy Howtos
- Overflow Encountered in numpy.exp() Function in Python
- How to Convert String to Float in NumPy
- How to Count Zeros in NumPy Array
- How to Filter Elements in a NumPy Array
- How to Remove Nan Values From a NumPy Array
- How to Convert Float Array to Int Array in NumPy
- How to Remove Elements From Array in NumPy
- How to Transpose a 1D Array in NumPy
- NumPy Autocorrelation
Python Matplotlib Howto's
- How to Create a Normalized Histogram Using Python Matplotlib
- How to Draw Vertical Lines on a Plot Matplotlib
Python Pandas Howtos
Django Howto's
- How to Bulk Update in Django
- How to Convert a QuerySet to a JSON in Django
- How to Reset Migrations in Django
- Timezone in Django
- Best Practices for a Django Working Directory Structure
- How to Completely Uninstall a Django App
- How to Delete a Record of a Model in Django
- How to Log Messages to the Console in Django
- How to Reset Database in Django
- How to Reverse Lookups of Foreign Keys in Django
- How to Rollback the Last Database Migration in Django
- How to to Store Phone Numbers in Django
- Meta Class in Django Models
- How to Automate createsuperuser command in Django
- How to Change the Label Text Based on the Field Type in Django Forms
- How to Connect Django to MySQL Database
- How to Secure Sensitive Information in Django on GitHub
- Function of On_delete Parameter in Django Models
- How to Activate Virtual Environment in Django
- How to Check the Logged in User in Django
- How to Create a JSON Response in Django
- How to Check Django Version
- How to Represent One to Many Relationship in Django
- How to Upload a File in Django