Atomic Engineering
Atomic Engineering
  • Видео 66
  • Просмотров 108 907
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...
Просмотров: 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
Datatypes in Python | Python Course
Просмотров 454 месяца назад
Datatypes in Python | Python Course
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
Map and FlatMap in Spark | Scala
Просмотров 1315 месяцев назад
Map and FlatMap in Spark | Scala
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

Комментарии

  • @Dekcrox
    @Dekcrox 4 дня назад

    Nice and easy to understand 👍

  • @interpro
    @interpro 7 дней назад

    Thank you!

  • @umergamedev
    @umergamedev 8 дней назад

    For VS Code

  • @KingsleeCongreso
    @KingsleeCongreso 11 дней назад

    i cant select any version

  • @aswination
    @aswination 13 дней назад

    Really insightful!

  • @eajazahmed948
    @eajazahmed948 2 месяца назад

    Make a Video , wherein you explain the RDD and Partitions difference in detail

  • @komaldubey3451
    @komaldubey3451 3 месяца назад

    This code is not working for me, please can you help ?

  • @komaldubey3451
    @komaldubey3451 3 месяца назад

    Getting issue with Hadoop_home not set

  • @hoerica4988
    @hoerica4988 3 месяца назад

    Oh my god! You are the only one I followed the instructions and works!!!!!! Appreciate that bro!

    • @atomicengineering
      @atomicengineering 3 месяца назад

      Glad you were able to follow the instructions and get it working!

    • @1JS19CV40
      @1JS19CV40 17 дней назад

      literally this is the only video which helped me to complete the task assigned for me and I cracked the interview!! Thanks alot!!!!!

  • @abdulmannan-qi1ex
    @abdulmannan-qi1ex 5 месяцев назад

    SIR , Very Nice explain better than others

  • @ManojKumar-cg7ft
    @ManojKumar-cg7ft 6 месяцев назад

    Thank You , Helped me to setup first Scala project in my local machine.

  • @assouibenjellal
    @assouibenjellal 6 месяцев назад

    when i try the pull cloudera command, it tells me that it's no longer supported. What's the solution to that?

  • @Abhish9221
    @Abhish9221 7 месяцев назад

    Thank you ,I am able to connect

  • @dishasaxena7131
    @dishasaxena7131 9 месяцев назад

    thank you, this saved my life 2 hours before my practical exam

  • @sa2144
    @sa2144 9 месяцев назад

    Good video for starters.

  • @danistudycorner
    @danistudycorner 9 месяцев назад

    Thank you!!!

  • @VibavMahendran-hj4og
    @VibavMahendran-hj4og 9 месяцев назад

    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

  • @berkayates6254
    @berkayates6254 10 месяцев назад

    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

  • @shot_freeze
    @shot_freeze 10 месяцев назад

    What type of job description can we search for this hadoop with AWS ?

  • @ryan7ait
    @ryan7ait 11 месяцев назад

    how can i acces the cloudera manager interfaace?

  • @ganeshjaggineni4097
    @ganeshjaggineni4097 11 месяцев назад

    NICE SUPER EXCELLENT MOTIVATED

  • @msftora3
    @msftora3 Год назад

    thank very much, this solved my question on intellij/gradle/scala .

  • @raviyadav-dt1tb
    @raviyadav-dt1tb Год назад

    Can any tell how solve this type question in interview? Where from u have to practice? Please tell me

  • @HemanthKumar-cm9lv
    @HemanthKumar-cm9lv Год назад

    Why cant we do in just 1 line? print(sorted(s) == sorted(t))

  • @JayeshTank975
    @JayeshTank975 Год назад

    Thanks bro, very helpful for beginers

  • @balajikagiti6984
    @balajikagiti6984 Год назад

    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

  • @hey_ashy
    @hey_ashy Год назад

    Great demo. Thank you.

  • @mohammedradman2756
    @mohammedradman2756 Год назад

    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 ?

  • @doseofdopamine2031
    @doseofdopamine2031 Год назад

    is it possible to install spark in there as well?

  • @arupanandaswain9581
    @arupanandaswain9581 Год назад

    nice one buddy its full of information...(#mostInformativeVideo )

  • @nandhuvenkat1198
    @nandhuvenkat1198 Год назад

    How to get the file in another server instead of local?

  • @sushantsawant6577
    @sushantsawant6577 Год назад

    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(); } }

  • @ajay_sn
    @ajay_sn Год назад

    Hi great video on docker for Hue , Could you tell me how to install Ambari on the same on Mac M1 ?

  • @sabesanj5509
    @sabesanj5509 Год назад

    # 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)

  • @vamsivegi
    @vamsivegi Год назад

    can you use scala 3.

  • @aurovindsahoo
    @aurovindsahoo Год назад

    Great post more

  • @amitkamble8493
    @amitkamble8493 Год назад

    Excellent logic bro

  • @reachrishav
    @reachrishav Год назад

    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

  • @YogeshShinde-i3e
    @YogeshShinde-i3e Год назад

    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

  • @reachrishav
    @reachrishav Год назад

    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

  • @umamaheswaranj9890
    @umamaheswaranj9890 Год назад

    Thank you very much... I was able to successfully connect to Snowflake with the help from your demo.

  • @arvindynr
    @arvindynr Год назад

    can you make a video on running hotonworks on docker on m1 mac?

  • @arvindynr
    @arvindynr Год назад

    will this work on m1 mac?

  • @lightmyra2334
    @lightmyra2334 Год назад

    You saved me so much time! I've been trying other tutorials over and over, and this worked on first attempt! Thanks a bunch

  • @miggyjang4476
    @miggyjang4476 Год назад

    java version 6 error com.jcraft.jsch.JSchException: Algorithm negotiation fail at com.jcraft.jsch.Session.receive_kexinit(Session.java:582)

    • @monikaveeramalla3381
      @monikaveeramalla3381 11 месяцев назад

      How did you resolve the error I am also facing the same issue please help

  • @prasadpatil5397
    @prasadpatil5397 Год назад

    Very nice sir. Please add whole series of spark. Wating for whole series

  • @prasadpatil5397
    @prasadpatil5397 Год назад

    Very very very nice explanation sir. Please please add whole series of spark

  • @AkhilGupta2007
    @AkhilGupta2007 Год назад

    Just curious list.sort() function can do this right away. Am i missing something here?

    • @rathikarajeshkanna3354
      @rathikarajeshkanna3354 Год назад

      you're right. May be we can assume the interview question as sort without using sort function.

    • @praveenreddy9454
      @praveenreddy9454 Год назад

      with out using any predefined functions, methods. and also we have to check tricomplexity and space complexity of each DS

  • @davidfong7624
    @davidfong7624 Год назад

    Thanks so much. This was very helpful.

  • @professorpablo1465
    @professorpablo1465 Год назад

    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