Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Top Python and Ruby Programming Bundle
Rating: 4.7 out of 5(64 ratings)
2,843 students

Top Python and Ruby Programming Bundle

Python Programming and Ruby Coding are popular for a reason! Become a Software, Coder, Web Developer, Or Hacker Today
Created byJohn Elder
Last updated 11/2023
English
English [Auto],

What you'll learn

  • Python From Beginner To Advanced
  • Ruby From Beginner To Advanced
  • Programming Concepts Applicable To Any Programming Language
  • Object Oriented Programming
  • Variables, and Data Types
  • Conditional If/Else & Comparisons
  • While and For Loops
  • Functions, Modules, & Classes

Course content

6 sections58 lectures3h 53m total length
  • Intro - Python 3 vs Python 2 - Which Should You Use?3:42

    Learn the key differences between Python 3 and Python 2, why Python 3 is recommended, and how to install Python 3 on Windows or Mac with official docs.

  • First Things First: How To Get Support Fast!0:09

    Check out my student Facebook Group...

    It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...

    Join Now!

    https://www.facebook.com/groups/codemycom/

  • Installing Python5:23
  • First Program - Hello World!4:39
  • Comments and Clearing The Screen3:02
  • Variables5:18
  • Intro To Data Types5:54

    Learn the five core Python data types—strings, numbers, lists, tuples, and dictionaries—and how to create, access, and distinguish mutable lists from immutable tuples and key-value dictionaries.

  • Strings3:01

    Master strings in Python by understanding single and double quotes and escape characters like backslash and newline. Upcoming lessons cover string manipulation.

  • String Manipulation5:15

    Explore string manipulation in Python by treating strings as objects and using methods like upper, lower, capitalize, title, and swap case to transform text, index, slice, and measure length.

  • Math With Python4:21

    Explore basic math in python with print statements for addition, subtraction, multiplication, division, exponents, and modulus; learn order of operations, parentheses, and using variables.

  • Floats and Ints2:40
  • Assignment Operators4:08
  • Lists4:37
  • Tuples4:24

    Explore tuples in Python and compare them to lists: tuples are immutable, created with parentheses, support indexing and slicing, and can be combined into new tuples for efficiency.

  • Dictionaries4:16

    Discover dictionaries in Python: create and print a dict with curly braces, and access by keys. Update, delete, and add entries; compare to hashes in other languages.

Requirements

  • No programming skills or special tools are necessary to take this course
  • You just need a computer with Internet access and a Web Browser
  • We'll download Python for Free and Use a Free Ruby Online Dev Environment

Description

In this course we'll learn the Python 3 programming language and the Ruby programming language from an absolute Beginner level all the way to Advanced in no time at all!

This course is aimed at the absolute beginner, you don't need any coding experience at all!

We'll start out by setting downloading and installing Python and the Sublime Text Editor - both for free. This will give you all the tools you need to start writing and running Python code. 

For Ruby, we'll use a free online development environment (or you can download Ruby yourself onto your computer).

Then, we'll dive into very basic computer science concepts. Things like:

  • Printing to the Screen
  • String Manipulation
  • Variables
  • Data Types (lists, tuples, dictionaries and more)
  • Simple Math
  • Comparison Operators
  • Assignment Operators

After that, we'll move into more intermediate topics like:

  • Conditional If/Else Statements
  • While Loops
  • For Loops
  • Fizzbuzz

Finally we'll finish up with more advanced topics like:

  • Functions
  • Modules
  • Classes

We'll learn all of those things for both Python and Ruby. We'll start with Python, and then move over to Ruby in the second half of the course.

Python and Ruby are two of the greatest programming languages to learn, and learning has never been this easy!

I'll see you on the inside!

-John Elder

Who this course is for:

  • This course is aimed towards absolute beginners who want to learn the Python and Ruby Programming Languages