Skip to content

Data Science School

  • Profile
  • Tutorials
    • Languages
      • JavaScript
      • Dart
      • Python
        • Data Extraction
      • Java
    • Cloud Computing
    • DBMS
      • Mysql
      • MS Access
    • AI Tools
    • Nodejs
    • Firebase
    • Data Structure
    • Android Studio
    • Git, Bitbucket & GitHub
    • Accounting
    • Linux
      • Linux commands
    • Other’s Tutorial Link
  • Data Science
    • Hadoop
    • NumPy
    • Matplotlib
  • Framework
    • Vue.js
    • Kivy
    • Dear PyGui
    • Django
    • Flask
    • Laravel
    • PowerShell
  • CMS
    • WordPress
  • Problem Solve
  • Blog

Author: Nazim Uddin

Django Setup using pyCharm

October 14, 2020May 13, 2021 Nazim Uddin

Prerequisite python installation (version will be >3.x.x) Pycharm Installation Basic knowledge of python programming Django installation Open pycharm -> create a new project name create django project using below code in terminal The above command will create the following files… Read moreDjango Setup using pyCharm

Django  Leave a comment

Commands for laravel components

August 23, 2020March 19, 2022 Nazim Uddin

To create Header Component: After running this a components folder and file will be created /app/view/components/header.php Another components folder and file will be created /resources/views/components/header.blade.php Now write header info in header.blade.php and then write the below code in any *.blade.php… Read moreCommands for laravel components

Laravel  Leave a comment

How to Install pip and Setup Virtual Environment in Windows

August 13, 2020August 13, 2020 Nazim Uddin

pip is an install manager in python. So, before installation pip, I think you have already installed python. Assume your python is installed in E drive. To install pip at first Download get-pip.py, in your computer E: drive now open cmd… Read moreHow to Install pip and Setup Virtual Environment in Windows

Django, python3  Leave a comment

Setup Django in hosting server

August 6, 2020August 13, 2020 Nazim Uddin

Login to cpanel -> SOFTWARE -> Setup python App 2. Now you will see the below window and click on CREATE APPLICATION 3. Configure python version, Application root, Application URL, Application startup file, Passenger log file etc. 4. Now click… Read moreSetup Django in hosting server

python3  Django  Leave a comment

Using cls() function in Python shell

July 27, 2020July 27, 2020 Nazim Uddin

Create a file named tools.py now wrtie the below code and save it in lib directory under *\Python\Python38-32\Lib 3. Now start python in command shell and import the file by the following code.

python3  Leave a comment

To Extract Number only from String in MS Excel

May 23, 2020May 23, 2020 Nazim Uddin

To Extract Number only from String in MS Excel We will use a VBA function to extract all numbers from text string in Excel. The steps are follows: Step1: At first open MS Excel workbook and then click on “Visual Basic”… Read moreTo Extract Number only from String in MS Excel

VBA  Leave a comment

Running Laravel from the root location

December 7, 2019December 7, 2019 Nazim Uddin

After installation Laravel, the index file is started from the public folder. To run from root location follow below instructions: Rename server.php located in your Laravel root directory to index.php Copy the .htaccess file from /public directory and paste it to your Laravel root directory. I have… Read moreRunning Laravel from the root location

Laravel  Leave a comment

Pandas Installation

November 30, 2019November 30, 2019 Nazim Uddin

You can install Anaconda distribution to get Pandas by default.

Pandas  Leave a comment

Mysql Database connectivity with Java Apps

October 28, 2019October 29, 2019 Nazim Uddin

Java  Leave a comment

Removing Password from MS Access VBA Project

October 24, 2019October 25, 2019 Nazim Uddin

Sometimes we forget the VBA project password. However, when we need to code in VBA project, we have to remove the password and put new password. To remove the password please follows steps: Step-1: Open the Access database file by… Read moreRemoving Password from MS Access VBA Project

VBA  Leave a comment

Posts navigation

Older posts
Newer posts
  • Download BIG PDF File in Laravel(DomPDF)
  • API Development using Laravel Passport
  • Remove controller file using PHP artisan
  • PHP MySQL Data Transfer in secured way
  • PHP Undefined Array Key Handling
© 2026 All rights reserved
Go to top