
This lecture is a tutorial on how to setup your computer for this course. Please follow the video to see how to install Python and Pycharm to your computer. Make sure you view the video carefully, PLEASE INSTALL PYTHON FIRST BEFORE YOU INSTALL PYCHARM!!! If you need the links to both downloads, they are attached to the resources section of this lecture.
In this lesson, we begin the start of python with basic print statements and learn how to display an output. The file used in this lesson is attached below so feel free to download it and try it your self.
In this lecture, we will be using escape sequences in addition to the skills we learned in the last lecture. The file used in this lesson is attached below so feel free to download it and try it your self.
In this lecture we will go over how to use comments and what they are used for. The file used in this lesson is attached below so feel free to download it and try it your self.
In this lecture, we will go over the common data types in python. The file used in this lesson is attached below so feel free to download it and try it your self.
In this lecture, we will discuss the importance of variables and how to use them. The file used in this lesson is attached below so feel free to download it and try it your self.
In this lecture, we will discuss the importance of Inputs and how to use them. The file used in this lesson is attached below so feel free to download it and try it your self.
In this lecture we will be discussing about mathematical operators in python and how to use them. The file used in this lecture is attached below so please download it and practice the lesson.
In this lecture we will be discussing about methods and their use cases in python. Be sure to watch the lecture and download the file attached below to practice this skill.
In this lecture we will go ahead and setup pygame in order for us to work with graphics in python.
In this lecture we went over how to create and display lines, rectangles, circles, and ellipses. If you need anymore practice with these skills, please download the file used in this lecture and practice with it. Your next assignment is to create a python logo using the shapes you learned. Good luck.
In this short lecture we will go over how to round numerical data using the round function in python. Remember to download the resource file used in this lecture for you to practice in your own time.
In this lecture we will be going over how to use if statements by using conditions. Please download the file in the resources section of this lecture and use it for practice.
In this lecture we will go over logical operators which will further expand our knowledge on if statements. Please download the file in the resources section of this lecture and use it for practice.
Using what we already know about if statements, we will be going over rational operators to help us craft more conditions. Please download the file in the resources section of this lecture and use it for practice.
In this lecture we are going to talk about nested ifs and how they work. Please download the file in the resources section of this lecture and use it for practice.
In this lecture we step into an introduction to loops by using while loops. Please download the file in the resources section of this lecture and use it for practice.
In this lecture we will talk about another form of loop which is the for loop. Please download the file in the resources section of this lecture and use it for practice.
In this lecture we will be talking about nested loops. Please download the file in the resources section of this lecture and use it for practice.
In this lecture, we will be continuing based on where we left off in volume 1 and learning how to use strings in python. Please download the resource file attached in the resources section of this lecture.
In this lecture we will be focusing on string methods and what are their use cases. Please download the resource file attached in the resources section of this lecture.
In this lecture, we will be going over what is a list and how to use them in python. Please download the resource file attached in the resources section of this lecture.
In this lecture, we will be going over all the methods used with lists and what is their purpose. Please download the resource file attached in the resources section of this lecture.
We will now be moving on to a much more challenging skill which is lambda expressions. Please download the resource file attached in the resources section of this lecture.
In this lecture, we will be learning how to use javascript object notation in python. Please download the resource file attached in the resources section of this lecture.
In this lecture, we will be introduced to the date time module for us to incorporate date and time into python. Please download the resource file attached in the resources section of this lecture.
In this lecture, we will be discussing how to work with comma-separated values (CSV). Please download the resource file attached in the resources section of this lecture.
In this lecture, we will be going over the main concepts of Machine Learning.
In this lecture, we will learn how to find the three M's and standard deviation. Please download the resource file attached in the resources section of this lecture.
In this lecture, we will learn how to create histograms and use the gaussian data distribution. Please download the resource file attached in the resources section of this lecture.
In this lecture, we will discuss the concept of machine learning. Please download the resource file attached in the resources section of this lecture.
In this lecture, we will use our knowledge of scatter plots to perform linear and polynomial regression. Please download the resource file attached in the resources section of this lecture.
In this lecture, we will be discussing Graphic User Interface. Please download the attached resource file to help you practice.
This course is an introductory level course to python, which is a high-level coding language used on a large scale today in society. We will be using Python 3 throughout this course and along side we will be using the PyCharm IDE by jetBeans as our editor. In this course, you will learn the fundamentals of python and be able to code programs in this language. It requires no previous knowledge of python or any coding concepts, as you will learn completely from scratch. You will begin the course by starting to create simple programs that you can build and run using python. Eventually, you will be able to create more complex programs that can complete simple tasks such as math or other user interactive programs. After learning the basics you will move on to more complex concepts. These concepts include working with strings and lists as well as concepts like Lambda and JSON In addition, we will also cover GUI, CSV, and intro to machine learning. Upon completion of this course, you can expect to have a base foundation in your knowledge of python. If you are seeking to learn python from scratch or improve upon existing knowledge of python then this course is for you.
In this course [An Introduction to Python] you will learn:
Print statements
Datatypes
variables
Input
Math Operators
Functions
Pygame / Graphics
If statements
Logical Operators
Rational Operators
Loops
Strings
Lists
Lambda
JSON
Date and Time
CSV
Intro to Machine Learning
Intro to Graphics User Interface