rdatacode.com
  • About
  • Download
    • Python Course Source FilesDownload Python Course source files
    • R Course Source FilesDownload R Course code source files.
  • R Programming
  • Python
  • Statistics
  • Course
    • Course Registration
    • Course InstructorCourse instructor introduction
    • R Basic CourseR fundamental programming course.
    • Python Basic CoursePython Basic Course

Python

Course registration link:

https://rdatacode.com/contact-us/

 

Python fundamental tutorials:
Data structure, function creation, control flow, Numpy, Pandas, visualization using matplotlib.

Python statistics:

Doing and discovering statistics using Python programming.

Python functions handling calculating the density, cumulative probability, quantile and random number generation for different statistical distributions: Normal distribution, t distribution, gamma distribution, chi-square distribution, F distribution, beta distribution, Hypothesis testing, etc.

Linear regression and Generalized linear models using Python programming.

ANOVA, factor analysis using Python programming.

Clustering model using Python programming.

Python machine learning:

tensorflow, keras, scikit-learn.

Python

How to pass arbitrary number of information when calling a function in Python

We provide affordable online training course(via ZOOM meeting) for Python and R programming at fundamental level, click here for more details. After a function is defined and will be called, it is natural to pass required information in the calling statement. In the following example, we create a function about Read more…

By wilsonzhang746, 9 monthsJuly 14, 2024 ago
Python

Using while loop to remove all specific elements from a list in Python

rdatacode provide affordable online training course(via ZOOM meeting) for Python and R programming at fundamental level, click here for more details. Python provides function remove() to remove items in a list based on its value, but it removes only the first occurrence of instances if there are more than one Read more…

By wilsonzhang746, 9 monthsJuly 13, 2024 ago
Python

Conditional test if items in a list in Python

rdatacode provide affordable online training course for Python and R programming at fundamental level, click here for more details. If you want to test if some particular items are in a list, you can use ‘in’ or ‘not in’ keywords in Python. Consider that we have a list containing names Read more…

By wilsonzhang746, 9 monthsJuly 12, 2024 ago
Python

How to slice a list in Python

rdatacode provide affordable online training course for Python and R programming at fundamental level, click here for more details. Slicing a list in Python is a kind of operation that returns part of a list. The basic form of a slice is using starting and ending index with colon between Read more…

By wilsonzhang746, 9 monthsJuly 11, 2024 ago
Python

Use str() to transform variable in Python

We provide affordable online training course for Python and R programming at fundamental level, click here for more details. In Python, if a string variable is concatenated with a numeric value directly, an error comes. In the following code example, a string variable ‘ strva’ is concatenated directly with number Read more…

By wilsonzhang746, 9 monthsJuly 10, 2024 ago
Python

Using get() method in Python to return value of the key in dictionary

We provide effective and economically affordable online training courses for R and Python, click here for more details and course registration ! Python’s dictionary object type provides a function get() to return the value of the key in a dictionary. The difference between get() method and using bracket to index Read more…

By wilsonzhang746, 10 monthsJuly 7, 2024 ago
Python

Nesting dictionary in Python

We provide effective and economically affordable online training courses for R and Python, click here for more details and course registration ! Dictionary in Python is a useful data object that stores key-value paired information. It can be nested, combined with lists or with dictionaries. In this post, we briefly Read more…

By wilsonzhang746, 10 monthsJuly 6, 2024 ago
Python

How to loop through a dictionary in Python

We provide effective and economically affordable online training courses for R and Python, click here for more details and course registration ! Dictionary objects in Python make storing key-value pairs information fairly easy and straightforward. The information of the dictionary can be returned by using a for loop. There are Read more…

By wilsonzhang746, 10 monthsJuly 4, 2024 ago
Python

How to calculate binomial distribution in Python

We provide effective and economically affordable online training courses for R and Python, click here for more details and course registration ! Binomial distribution in statistics is a type of discrete probability distribution, modeling the probability of success times among a predetermined Bernoulli process. A Bernoulli process is a binary Read more…

By wilsonzhang746, 10 monthsJuly 3, 2024 ago
Python

Tuple-Immutable list in Python

We provide effective and economically affordable online training courses for R and Python, click here for more details and course registration ! Python object tuple is a type of list in which the elements can not be modified. It is immutable. When the elements are stored information that are stable, Read more…

By wilsonzhang746, 10 monthsJuly 2, 2024 ago

Posts pagination

Previous 1 … 3 4 5 6 Next
  • About
  • BLOG
  • Contact Us for Course Registration
  • HOME
Hestia | Developed by ThemeIsle