- Видео 66
- Просмотров 108 907
Atomic Engineering
Индия
Добавлен 4 сен 2021
Python Lists & Tuples | Indexes and Slicing
This tutorial walks you through everything you need to know, from basic operations to advanced techniques in Lists and Tuples.
Key topics covered:
List basics and syntax with clear examples
Working with indexes and slices
List manipulation (adding, removing, and changing values)
Essential list methods (append, insert, remove, sort)
Concepts like list comprehension and enumeration
Introduction to tuples and their differences from lists
Perfect for beginners and intermediate Python developers looking to strengthen their foundational knowledge.
All the code examples used are available in this link - gist.github.com/DineshGuduru/19d70cf63eaf1f9d88aa35004a8e0f59
New to the channel? Don't forget to subs...
Key topics covered:
List basics and syntax with clear examples
Working with indexes and slices
List manipulation (adding, removing, and changing values)
Essential list methods (append, insert, remove, sort)
Concepts like list comprehension and enumeration
Introduction to tuples and their differences from lists
Perfect for beginners and intermediate Python developers looking to strengthen their foundational knowledge.
All the code examples used are available in this link - gist.github.com/DineshGuduru/19d70cf63eaf1f9d88aa35004a8e0f59
New to the channel? Don't forget to subs...
Просмотров: 15
Видео
Kubernetes Explained: From Monolithic to Microservices
Просмотров 10322 часа назад
Discover how Kubernetes revolutionizes modern software architecture in this comprehensive introduction. Learn the evolution from monolithic applications to microservices, and understand why Kubernetes is essential for today's cloud-native applications. This video covers: Traditional monolithic architecture and its limitations Modern microservices architecture and its benefits Container orchestr...
Configure Python interpreter in Pycharm [2025]
Просмотров 47День назад
In this video, I have explained how to easily add python interpreter for a python project in pycharm 👉 Perfect for: Complete beginners to PyCharm Python developers switching from other IDEs Students starting their programming journey Anyone wanting to code more efficiently #PythonTutorial #Programming #CodingTutorial #LearnPython #PythonBeginner #WhileLoops #PythonProgramming New to the channel...
Exception Handling in Python | Python Course | try | except | finally
Просмотров 19День назад
In just 15 minutes, you'll learn everything from basic try-except blocks to professional error handling techniques. We'll cover: Understanding what exceptions are and why they matter Basic exception handling with try-except blocks Real-world examples including a crash-proof calculator Working with multiple exceptions and the finally clause Creating custom exception classes Essential best practi...
Ultimate Data Engineering Roadmap 2025
Просмотров 215День назад
🔥 The Ultimate Data Engineering Roadmap for 2025 - Everything you need to know to become a successful Data Engineer, from foundational skills to advanced concepts. In this comprehensive guide, we break down: ✓ Essential skills and technologies for 2025 ✓ Step-by-step learning path from beginner to advanced ✓ Most in-demand tools and frameworks 🔗 New to the channel? Don't forget to subscribe for...
PyCharm Tutorial for Beginners in 20 Minutes | All you need to know to get started
Просмотров 8814 дней назад
🚀 Master PyCharm in under 20 minutes! This comprehensive tutorial walks you through everything you need to know to start coding efficiently in PyCharm, the most powerful Python IDE. 🎯 What You'll Learn: Setting up your first PyCharm project Managing virtual environments like a pro Essential file and folder organization Running and debugging your code Installing and managing Python packages Cust...
Functions in Python | Default Parameters | Scope of Variables | Return values
Просмотров 6314 дней назад
In this video, you'll learn: 1. The basic syntax and structure of functions in Python 2. How to define functions with different parameters 3. Return Values 4. Scope of Variables 5. Tips for defining functions with Python All code examples used in this video are available in this link - gist.github.com/DineshGuduru/d1c02482231ef24ec925a1228c8b49ee #PythonTutorial #Programming #CodingTutorial #Le...
Installing Python & PyCharm in 10 Minutes | Python Course
Просмотров 10521 день назад
In this tutorial, you'll learn: ✓ How to download and install Python (with important settings explained) ✓ Setting up PyCharm Community Edition step-by-step ✓ Configuring your first Python project Resources mentioned in video: Python Download: python.org PyCharm Community Edition: jetbrains.com/pycharm/ #PythonTutorial #Programming #CodingTutorial #LearnPython #PythonBeginner #WhileLoops #Pytho...
For loop and range in python
Просмотров 5921 день назад
In this video, you'll learn: 1. The basic syntax and structure of for loops in Python 2. How to use the range() function with different parameters 3. Practical examples including string iteration and number summation 4. Working with nested loops for complex operations 5. Tips for using loops with Python's random module All the code examples used are available in this link - gist.github.com/Dine...
While Loops in Python | Break & Continue Statements with Examples
Просмотров 59Месяц назад
📚 Learn everything you need to know about Python while loops in this comprehensive tutorial! Perfect for beginners and intermediate programmers looking to strengthen their Python fundamentals. 🔍 In this tutorial, you'll learn: - The basic syntax and structure of while loops - How while loops differ from if statements - Creating counters and working with loop variables - Handling user input effe...
If-Else Statements in Python | Decision Making | Python Course
Просмотров 363 месяца назад
Learn the basics of if-else statements in Python, a fundamental concept for adding decision-making ability to your programs. This video covers: What if-else statements are and why they're important How to write a simple if statement Adding else clauses for alternative actions Using elif for multiple conditions The importance of statement order A practical example of temperature classification P...
Flow Control in Python | Python Basics | Python Course
Просмотров 503 месяца назад
In this introductory video on Python flow control, we break down the fundamental concepts that allow programs to make decisions and adapt. You'll learn: What flow control is and why it's crucial in programming The building blocks of flow control: Boolean values, comparison operators, and Boolean operators A brief introduction to if statements Perfect for beginners, this video lays the foundatio...
Understanding Python's Built-in Functions: len, input, and print
Просмотров 833 месяца назад
Understanding Python's Built-in Functions: len, input, and print
String Concatenation and Replication in Python | Python Basics
Просмотров 763 месяца назад
String Concatenation and Replication in Python | Python Basics
Variables in Python | Building Blocks of Python Code | Global and Local Variables | Dynamic Typing
Просмотров 434 месяца назад
Variables in Python | Building Blocks of Python Code | Global and Local Variables | Dynamic Typing
Meta SQL Interview Problem asked in Data Engineer Interviews | Uber | Amazon | Simple Solution
Просмотров 524 месяца назад
Meta SQL Interview Problem asked in Data Engineer Interviews | Uber | Amazon | Simple Solution
SELECT and DROP functions in Apache Spark | Scala
Просмотров 604 месяца назад
SELECT and DROP functions in Apache Spark | Scala
Dataframe Column Magic | withColumn and withColumnRenamed in Spark and Scala
Просмотров 745 месяцев назад
Dataframe Column Magic | withColumn and withColumnRenamed in Spark and Scala
Uber Data Engineer Interview Problem | Move Zeroes
Просмотров 345 месяцев назад
Uber Data Engineer Interview Problem | Move Zeroes
Reading and Writing Parquet Files using Spark | Compression | Advantages | Predicate Pushdown
Просмотров 1575 месяцев назад
Reading and Writing Parquet Files using Spark | Compression | Advantages | Predicate Pushdown
Introduction to Spark SQL | Temp View | Global Temp View
Просмотров 3888 месяцев назад
Introduction to Spark SQL | Temp View | Global Temp View
Transformations and Actions in Spark | Narrow and Wide Transformations | Lazy Evaluation
Просмотров 2648 месяцев назад
Transformations and Actions in Spark | Narrow and Wide Transformations | Lazy Evaluation
Write Dataframe into JSON File using Spark and Scala
Просмотров 2718 месяцев назад
Write Dataframe into JSON File using Spark and Scala
Snowflake AWS S3 integration | Snowflake Stage | AWS Roles and Policies
Просмотров 80310 месяцев назад
Snowflake AWS S3 integration | Snowflake Stage | AWS Roles and Policies
Read JSON and JSON Lines using Spark and Scala
Просмотров 1 тыс.Год назад
Read JSON and JSON Lines using Spark and Scala
Write DataFrame to CSV in Spark | Scala | Write Modes in Spark
Просмотров 1,1 тыс.Год назад
Write DataFrame to CSV in Spark | Scala | Write Modes in Spark
Read Single or Multiple CSV files in Spark | IntelliJ
Просмотров 1,5 тыс.Год назад
Read Single or Multiple CSV files in Spark | IntelliJ
Setup and Run Apache Spark in IntelliJ IDEA using Maven
Просмотров 11 тыс.Год назад
Setup and Run Apache Spark in IntelliJ IDEA using Maven
Nice and easy to understand 👍
Thanks for the feedback!
Thank you!
For VS Code
i cant select any version
Really insightful!
Make a Video , wherein you explain the RDD and Partitions difference in detail
This code is not working for me, please can you help ?
Getting issue with Hadoop_home not set
Oh my god! You are the only one I followed the instructions and works!!!!!! Appreciate that bro!
Glad you were able to follow the instructions and get it working!
literally this is the only video which helped me to complete the task assigned for me and I cracked the interview!! Thanks alot!!!!!
SIR , Very Nice explain better than others
Thank You , Helped me to setup first Scala project in my local machine.
when i try the pull cloudera command, it tells me that it's no longer supported. What's the solution to that?
Thank you ,I am able to connect
thank you, this saved my life 2 hours before my practical exam
Good video for starters.
Thank you!!!
Exception in thread "main" java.lang.ExceptionInInitializerError, bro I am getting this error while printing how to resolve this, I used the same code as you gave
When i stopeed and started the aws ubuntu machines their ip addresses changes so hapoop does not know their new ip addresses, What is the solution for this situation
What type of job description can we search for this hadoop with AWS ?
how can i acces the cloudera manager interfaace?
NICE SUPER EXCELLENT MOTIVATED
thank very much, this solved my question on intellij/gradle/scala .
Can any tell how solve this type question in interview? Where from u have to practice? Please tell me
Why cant we do in just 1 line? print(sorted(s) == sorted(t))
Thanks bro, very helpful for beginers
Bro , can you make a one video how to write a spark scala dataframe into specific file instead of part files...or if you did already please provide me link
yes pleaesee
Great demo. Thank you.
Hi, after I added the variables to the /.bashrc and ran the command source ~/.bashrc I couldn't run any other command except cd, the rest of the commands can't be identified by Ubuntu, any advice ?
is it possible to install spark in there as well?
nice one buddy its full of information...(#mostInformativeVideo )
How to get the file in another server instead of local?
I am getting this error, Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.core.StreamReadConstraints at java.net.URLClassLoader.findClass(URLClassLoader.java:387) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 18 more package org.example.scala import org.apache.spark.sql.SparkSession; object SparkDemo { def main(args: Array[String]): Unit = { val spark= SparkSession.builder() .master("local[1]") .appName("Spark Demo") .getOrCreate(); println("session behaviour") println("app name " + spark.sparkContext.appName) println("Deployment mode "+spark.sparkContext.deployMode) println("master "+spark.sparkContext.master) val df=spark.read.json("C:\\Users\\sushants asus book\\Downloads\\tweets.json") df.printSchema() df.show(false) spark.stop(); } }
Hi great video on docker for Hue , Could you tell me how to install Ambari on the same on Mac M1 ?
# Create a list of numbers numbers = [5, 2, 8, 1, 5, 4, 9, 3, 2, 6, 7, 1, 8, 3, 6, 4, 9, 7] # Perform the bubble sort n = len(numbers) for i in range(n): for j in range(0, n - i - 1): if numbers[j] > numbers[j + 1]: # Swap the elements numbers[j], numbers[j + 1] = numbers[j + 1], numbers[j] # Print the sorted list print(numbers)
can you use scala 3.
Great post more
Excellent logic bro
Hi Dinesh, Upon refactoring came up with this approach too: SELECT a.value FROM GENERATE_SERIES(1, (SELECT id FROM test)) a CROSS APPLY ( SELECT value FROM GENERATE_SERIES(1, a.value) ) b
Can you please create vedio on shell scripting to get and put files from Linux server to windows and Linux server to Linux server with creating logs files in brief explanation for Automation
Thank you for posting. Keep these videos coming. I tried a similar approach: with cte as ( select id, id as num from test union all select id - 1, id - 1 from cte where id > 1 ) , cte2 as( select * from cte union all select id - 1, num from cte2 where id > 1 ) select num from cte2 order by 1
Thank you very much... I was able to successfully connect to Snowflake with the help from your demo.
can you make a video on running hotonworks on docker on m1 mac?
will this work on m1 mac?
You saved me so much time! I've been trying other tutorials over and over, and this worked on first attempt! Thanks a bunch
java version 6 error com.jcraft.jsch.JSchException: Algorithm negotiation fail at com.jcraft.jsch.Session.receive_kexinit(Session.java:582)
How did you resolve the error I am also facing the same issue please help
Very nice sir. Please add whole series of spark. Wating for whole series
Very very very nice explanation sir. Please please add whole series of spark
Just curious list.sort() function can do this right away. Am i missing something here?
you're right. May be we can assume the interview question as sort without using sort function.
with out using any predefined functions, methods. and also we have to check tricomplexity and space complexity of each DS
Thanks so much. This was very helpful.
why sometimes hue starts and work well and hive also start no error but sometime hue and hive both doesn't start what shouuld i do