Posts

Showing posts with the label python

mysql move table to another database

Image
Mysql move table to another database So, guys, there are a lot of questions are there from the MySQL community as well as from the programmer like what is my SQL and what is a database with questions like MySQL move table to another database. So here we are going to discuss each and everything for how you can do MySQL move table to another database along with what is MySQL and database. So before discussing the definitions, I would like to give you an answer of what is data, so the collection of various segments that are related to one another and performing the task of inserting, moving, deleting, and update particular information is known as data. The collection of data is known as a database, which performs a particular task assigned by the programmer and system, there is a level of database along with various things have to be there for operations that are associated with the data and database. So first of all what is MYSQL Database before the discussion of how to move MySQL table

Could not open input file artisan error (Laravel) || PHP artisan serve not working (Laravel)

Image
Could not open input file artisan error (Laravel) || PHP artisan serve not working (Laravel)   So guys, let's start with Could not open input file artisan error (Laravel) || PHP artisan serve not working (Laravel) with solutions. This techie tech video is about the artisan error while starting the laravel serve, there is nothing seems to be a hard error but actually, it's a directory problem while starting the laravel artisan serve. if you are not in the laravel routes directory while starting the PHP artisan serve then it could be seen this type of error like could not open input file artisan in (laravel) or you can say that PHP artisan serve error. Learn Laravel From Scratch There were a lot of errors will be alive when we execute simple laravel applications and we are thinking that our applications are perfect and errorless then why we should face these types of error, actually the thing is that we are executing the application before reading his all the platform depende

Python class example with calculator

Image
Python Class Example With Example Of Calculator Welcome to techie tech tutorials, In this video, you will learn about python class with an example of a calculator. Now we know that class is the blueprint which contains different types of data, method, variables, and functions to perform various things. Python provides a rich set of functionality to perform various tasks but without class and object there is no way to do some task, so let’s discuss the class in the python 3 with the example of the calculator. Python Class Example Video for Easy Understanding Before starting the discussion of the python class, let's understand what actually a python class contains, so the python class contains different variables and data which association which will help you to do blueprint and move on to another execution. So, guys, the above example is the simple inheritance with the use of a class, and now we are going to discuss this program step by step. In the above program, we have d

Python Hello World Simple Program Python

Image
Python Hello World Simple Program Python Hello World Simple Program Python is the most usable string in the programming world, and everyone is started his journey in every language via the Hello World program. Especially in python, c,c++, java every logic started with hello world, the reason behind is that you can easily understand the string and GUI or console way which is working with simple statements. Before starting the programming of python, we must have to learn how to install and configure for different operating systems such as Ubuntu & Windows. So guys, if you want to install python in Ubuntu, then just go with terminal and type the following command to install it - Sudo apt-get install python (Version Name). There are various platforms and methodology are there to execute and run your python program but in these tutorials, you will definitely and easily within five minutes you can learn and execute the program without any extra curriculum and things. Python is a simple p

Sns.barplot | Python Matplotlib Example | Graph and chart in Python

Image
Sns.barplot | Python Matplotlib Example | Graph and chart in Python So guys let's start the discussion of sns.barplot along with python matplotllib and chart from which you can easily understand how you can generate a chart and various graph in your python applications. Why sns.barplot and matplotlib is needed in python? There are several requirements you need to follow when some clients assign you to work or projects, for your point of view, the matplotlib is basic things, but as an organization, they got a lot of projects in which they have to represent visualized data in some software and reports, for that this is the basic requirement that you need to follow while creating sns.barplot using matplotlib. Before starting the discussion of sns.barplot with graph and chart, let's discuss few another definations and how you can install matplotlib. How to install Matplotlib in Ubuntu and Windows? There were a two commands are there to install matplotlib in windows which wi

Python Easily Import Module From Directory

Image
Python Easily Import Module From Directory Hello Mates, In this video, you will learn about how to import module from the directory within four minutes, python easily imports module from the directory, we just need to create two files for the same one is our module and second is our main file. in our first module file, we just need to implement our logic or functionality that you may want and another one is our main file in that we just need to import previously created module, so meanwhile, you will get access any modules from the directory in the main file. #Python_easily_import_module_from_directory #modules_in_python

Lambda execution in python 3

Image
Value of lambda | Lambda execution in python 3 | Map and filter with Lambda In this tutorial on techie tech, we will discuss the value of lambda along with map and filter in lambda. we will also discuss map and filter with lambda, actually, the Lambda function is a small anonymous function, which is used to create one expression with multiple arguments . What is the Value of Lambda? lambda can be used with filter and map functions to perform various operations. for eg: if you want to filter out some things like odd, even, male, female, or whatever form the data on that particular time you can use the filter function with lambda to perform the task. same things will happen with the map function of lambda, The function is called with all the items in the list and a new list is returned which contains items returned by that function for each item. There were several requirements that are there when you need to use this function in an actual environment to filter out some common