Skip to content

Code-Kaki/python-traininglabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Training Labs: Basics You Need To Know To Start Your Python Journey

Contents

  1. Common Practices in Python
  2. Variables and Data Types
  3. Operators
  4. Control Flow in Python
  5. Introduction to NumPy and Pandas
  6. Data Preprocessing, Visualisation and Introduction to Scikit-learn

Getting Started

  1. Download and install Anaconda Individual Edition.

  2. Setup your conda environment by running this in your Anaconda Prompt.

    conda env create -f environment.yml

Note: The environment setup will take some time to download required modules.

About

This is a repository for fundamentals you need to know to start your coding journey in Python.

Topics

Resources

License

Stars

Watchers

Forks