Posts

Showing posts from July, 2024

#58 File Handling - Part 2 (Python Tutorials)

Image
File Handling (Part 2) In this part of our python tutorials series, you will learn about file handling in python. Python allows you to create any type of document with .txt or .json or other file formats. In this video and the next one, you will see how you can create these kind of files, edit, update, read, write and remove them. Watch The Video on Youtube https://blog.arashtad.com/updates/58-file-handling-part-2-python-tutorials/?feed_id=8587&_unique_id=66ab13f7318fd

#57 File Handling - Part 1 (Python Tutorials)

Image
File Handling (Part 1) In this part of our python tutorials series, you will learn about file handling in python. Python allows you to create any type of document with .txt or .json or other file formats. In this video and the next one, you will see how you can create these kind of files, edit, update, read, write and remove them. Watch The Video on Youtube https://blog.arashtad.com/updates/57-file-handling-part-1-python-tutorials/?feed_id=8571&_unique_id=66aa6ba2c384e

#56 Try Except (Python Tutorials)

Image
Error Handling in Python In this part of our python tutorials series, you will learn about the error handling in python. Errors can happen anywhere inside your code. There are times that you know where the problem comes from. There are also times that errors in some part of your code happen for an unknown reason at least until it gets solved. You can use try and except to handle these errors and not allow them to interfere the operation of the rest of your code at the time of running. Using the error handling will also let you know if a certain type of error occurs. You can also create your custom error and raise it when a specific event happens. Watch The Video on Youtube https://blog.arashtad.com/updates/56-try-except-python-tutorials/?feed_id=8555&_unique_id=66a9c25322372

#55 Math Module (Python Tutorials)

Image
Math Module In this part of our python tutorials series, you will learn about the math module in python. This module is one of the python built in modules that you can import and benefit from its mathematical functions and operators. As you have seen up to here, most of the mathematical operations in python do not need the math module. But some of the more complex ones need it. Watch The Video on Youtube https://blog.arashtad.com/updates/55-math-module-python-tutorials/?feed_id=8539&_unique_id=66a919da737a8

#54 Date and Time (Python Tutorials)

Image
Date and Time In this part of our python tutorials series, you will learn about date and time module in python. Using the datetime module, you can find the current time online and you can also get the year or month or day and also other time specifications from it including the day of the week or day of the month, hour, minute, second and so on. Watch The Video on Youtube https://blog.arashtad.com/updates/54-date-and-time-python-tutorials/?feed_id=8523&_unique_id=66a870f2b615c

#53 Modules in Python - Part 2 (Python Tutorials)

Image
Modules (Part 2) In this part of our python tutorials series, you will learn about the modules in python. We use modules to import variables, classes, methods and functions from another python code file. Some modules are built-in ones that you do not need to install them (They are pre-installed with python package). There are other ones that you do need to install them and in some other cases, you write a code and you import its file directory by mentioning its name inside your current code file. Watch The Video on Youtube https://blog.arashtad.com/updates/53-modules-in-python-part-2-python-tutorials/?feed_id=8507&_unique_id=66a7c81eb88b3

#52 Modules in Python (Python Tutorials)

Image
Modules (Part 1) In this part of our python tutorials series, you will learn about the modules in python. We use modules to import variables, classes, methods and functions from another python code file. Some modules are built-in ones that you do not need to install them (They are pre-installed with python package). There are other ones that you do need to install them and in some other cases, you write a code and you import its file directory by mentioning its name inside your current code file. Watch The Video on Youtube https://blog.arashtad.com/updates/52-modules-in-python-python-tutorials/?feed_id=8491&_unique_id=66a71f983adce

#51 Scope (Python Tutorials)

Image
Classes (Part 5: Scope in classes) In this part of our python tutorials series, you will learn about the classes in python. Classes have a large variety of applications in python. When we talk about the OOP or object oriented programming in python, classes play a big role in it. Generally classes will make our code much more organized, efficient, clean and easy to write and read by a group of developers. In this series of classes tutorials in python you will learn about all the concepts of OOP such as inheritance, classes, init function, etc, why to use these concepts and how to do that. Watch The Video on Youtube https://blog.arashtad.com/updates/51-scope-python-tutorials/?feed_id=8475&_unique_id=66a676fe78af9

#50 Inheritance (Python Tutorials)

Image
Classes (Part 4: Inheritance) In this part of our python tutorials series, you will learn about the classes in python. Classes have a large variety of applications in python. When we talk about the OOP or object oriented programming in python, classes play a big role in it. Generally classes will make our code much more organized, efficient, clean and easy to write and read by a group of developers. In this series of classes tutorials in python you will learn about all the concepts of OOP such as inheritance, classes, init function, etc, why to use these concepts and how to do that. Watch The Video on Youtube https://blog.arashtad.com/updates/50-inheritance-python-tutorials/?feed_id=8459&_unique_id=66a5d02222f32

#49 Classes - Part 3 (Python Tutorials)

Image
Classes (Part 3) In this part of our python tutorials series, you will learn about the classes in python. Classes have a large variety of applications in python. When we talk about the OOP or object oriented programming in python, classes play a big role in it. Generally classes will make our code much more organized, efficient, clean and easy to write and read by a group of developers. In this series of classes tutorials in python you will learn about all the concepts of OOP such as inheritance, classes, init function, etc, why to use these concepts and how to do that. Watch The Video on Youtube https://blog.arashtad.com/updates/49-classes-part-3-python-tutorials/?feed_id=8443&_unique_id=66a52712dc3b5

#48 Classes - Part 2 (Python Tutorials)

Image
Classes (Part 2) In this part of our python tutorials series, you will learn about the classes in python. Classes have a large variety of applications in python. When we talk about the OOP or object oriented programming in python, classes play a big role in it. Generally classes will make our code much more organized, efficient, clean and easy to write and read by a group of developers. In this series of classes tutorials in python you will learn about all the concepts of OOP such as inheritance, classes, init function, etc, why to use these concepts and how to do that. Watch The Video on Youtube https://blog.arashtad.com/updates/48-classes-part-2-python-tutorials/?feed_id=8427&_unique_id=66a47c857ed57

#47 Classes (Python Tutorials)

Image
Classes (Part ) In this part of our python tutorials series, you will learn about the classes in python. Classes have a large variety of applications in python. When we talk about the OOP or object oriented programming in python, classes play a big role in it. Generally classes will make our code much more organized, efficient, clean and easy to write and read by a group of developers. In this series of classes tutorials in python you will learn about all the concepts of OOP such as inheritance, classes, init function, etc, why to use these concepts and how to do that. Watch The Video on Youtube https://blog.arashtad.com/updates/47-classes-python-tutorials/?feed_id=8411&_unique_id=66a3d42495430

#46 Lambda (Python Tutorials)

Image
Functions (Part 4: Lambda) In this part of our python tutorials series, you will learn about a short form of a function called lambda. We use lambda to make our functions more efficient and simpler especially for the repeated tasks. Of course lambda has some key differences with a function. So we may not want to use it everywhere. Let's learn more about it in the video! Watch The Video on Youtube https://blog.arashtad.com/updates/46-lambda-python-tutorials/?feed_id=8395&_unique_id=66a32b3a692a9

#45 Recursive Functions (Python Tutorials)

Image
Recursive Functions In this part of our python tutorials series, you will learn about the recursive functions in python. We use functions to make our code much cleaner and more efficient especially for the repeated tasks. In every function we might have a variable or a group of variables as input and we also might return a variable or a group of variables as output. When we use a recursive function, we use a function within itself to do a repeated task which needs itself with a different value as an input. Watch The Video on Youtube https://blog.arashtad.com/updates/45-recursive-functions-python-tutorials/?feed_id=8379&_unique_id=66a284cfdcab6

#44 Functions in Python - Part 2 (Python Tutorials)

Image
Functions (Part 2) In this part of our python tutorials series, you will learn about the functions in python. We use functions to make our code much cleaner and more efficient especially for the repeated tasks. In every function we might have a variable or a group of variables as input and we also might return a variable or a group of variables as output. Watch The Video on Youtube https://blog.arashtad.com/updates/44-functions-in-python-part-2-python-tutorials/?feed_id=8363&_unique_id=66a1dbd483cf1

#43 Function in Python - Part 1 (Python Tutorials)

Image
Functions (Part 1) In this part of our python tutorials series, you will learn about the functions in python. We use functions to make our code much cleaner and more efficient especially for the repeated tasks. In every function we might have a variable or a group of variables as input and we also might return a variable or a group of variables as output. Watch The Video on Youtube https://blog.arashtad.com/updates/43-function-in-python-part-1-python-tutorials/?feed_id=8347&_unique_id=66a1309d3a8e0

#42 While Loop in Python (Python Tutorials)

Image
While Loop In this part of our python tutorials series, you will learn about the while loop in python. While loops are not the only loops that can be used in python programming language. As you have just seen, we worked with the for loop, too. In this video about while loop in python you will learn about how you can use the this kind of looping efficiently in python. Watch The Video on Youtube https://blog.arashtad.com/updates/42-while-loop-in-python-python-tutorials/?feed_id=8331&_unique_id=66a087d4a6947

#41 For Loop in Python - Part 3 (Python Tutorials)

Image
For Loop (Part 3) In this part of our python tutorials series, you will learn about the for loop in python. For loops are not the only loops that can be used in python. We have while loop, too. In this tutorial, you will see different ways in which we can use for loop and also how we can loop through different collections. Watch The Video on Youtube https://blog.arashtad.com/updates/41-for-loop-in-python-part-3-python-tutorials/?feed_id=8315&_unique_id=669fdf658cd0d

#40 For Loop in Python - Part 2 (Python Tutorials)

Image
For Loop (Part 2) In this part of our python tutorials series, you will learn about the for loop in python. For loops are not the only loops that can be used in python. We have while loop, too. In this tutorial, you will see different ways in which we can use for loop and also how we can loop through different collections. Watch The Video on Youtube https://blog.arashtad.com/updates/40-for-loop-in-python-part-2-python-tutorials/?feed_id=8299&_unique_id=669f369530f2d

#39 For Loop in Python - Part 1 (Python Tutorials)

Image
For Loop (Part 1) In this part of our python tutorials series, you will learn about the for loop in python. For loops are not the only loops that can be used in python. We have while loop, too. In this tutorial, you will see different ways in which we can use for loop and also how we can loop through different collections. Watch The Video on Youtube https://blog.arashtad.com/updates/39-for-loop-in-python-part-1-python-tutorials/?feed_id=8283&_unique_id=669e8dba0abce

#38 if Statement in Python - Part 2 (Python Tutorials)

Image
If Statement (Part 2) In this part of our python tutorials series, you will learn about the if-statement in python. If statement is the only conditional statement in python opposite to other languages that have switch case statements as well such as C or JavaScript. In python we use elif as an alternative to switch case. This video and the next one will cover if statement in Python. Watch The Video on Youtube https://blog.arashtad.com/updates/38-if-statement-in-python-part-2-python-tutorials/?feed_id=8267&_unique_id=669de4fd283fa

#37 if Statement in Python - Part 1 (Python Tutorials)

Image
If Statement (Part 1) In this part of our python tutorials series, you will learn about the if-statement in python. If statement is the only conditional statement in python opposite to other languages that have switch case statements as well such as C or JavaScript. In python we use elif as an alternative to switch case. This video and the next one will cover if statement in Python. Watch The Video on Youtube https://blog.arashtad.com/updates/37-if-statement-in-python-part-1-python-tutorials/?feed_id=8251&_unique_id=669d3c23c6420

#36 Python Dictionaries - Part 4 (Python Tutorials)

Image
Dictionaries (Part 4) In this part of our python tutorials series, you will learn about the dictionaries in python. Dictionaries are used to store data values in key:value pairs. A dictionary is a collection which is ordered, changeable and does not allow duplicates. Dictionaries in python work like maps in other programming languages or objects in JavaScript. These types of collections can be used for creating JSON data, too. Watch The Video on Youtube https://blog.arashtad.com/updates/36-python-dictionaries-part-4-python-tutorials/?feed_id=8235&_unique_id=669c937981cde

#35 Python Dictionaries - Part 3 (Python Tutorials)

Image
Dictionaries (Part 3) In this part of our python tutorials series, you will learn about the dictionaries in python. Dictionaries are used to store data values in key:value pairs. A dictionary is a collection which is ordered, changeable and does not allow duplicates. Dictionaries in python work like maps in other programming languages or objects in JavaScript. These types of collections can be used for creating JSON data, too. Watch The Video on Youtube https://blog.arashtad.com/updates/35-python-dictionaries-part-3-python-tutorials/?feed_id=8219&_unique_id=669beab1ee6a5

#34 Python Dictionaries - Part 2 (Python Tutorials)

Image
Dictionaries (Part 2) In this part of our python tutorials series, you will learn about the dictionaries in python. Dictionaries are used to store data values in key:value pairs. A dictionary is a collection which is ordered, changeable and does not allow duplicates. Dictionaries in python work like maps in other programming languages or objects in JavaScript. These types of collections can be used for creating JSON data, too. Watch The Video on Youtube https://blog.arashtad.com/updates/34-python-dictionaries-part-2-python-tutorials/?feed_id=8203&_unique_id=669b420f0602d