Skip to content

HaseebAliKhan/learn-modern-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Modern Python for Data Analysis

This course is part of the GenAI, Web 3, and Metaverse Program

After completing this course, move on to the Learn Generative AI Repo

Live Zoom Classes: Data Science and Modern Python Crash Course for WMD Q1, Q2, and Q3

Days: Monday, Tuesday, Thursday, Friday, Saturday, and Sunday

Time: 08:00 PM to 10:00 PM

Join Zoom Meeting

https://us06web.zoom.us/j/82224691502?pwd=6Mq6Wt09uUkVLme859duUYP1Efww4K.1

Meeting ID: 822 2469 1502

Passcode: 936542

This session will also be live-streamed on YouTube:

https://www.youtube.com/@panaverse/streams

Complete playlist

Class Recordings

Recorded Classes YouTube Playlist

What is Modern Python?

Modern Python: New Features, Better Code

Modern Good Practices for Python Development

Installation

Install Anaconda with Python 3.12

Install VS Code

Install Python Plugin

Read this Document for Reference

Commands to Upgrade to Latest Python 3.12 in Anaconda

conda create --name myenv3_12 python=3.12
conda env list
conda activate myenv3_12
python --version

Text Books

  1. Python Crash Course 3rd Edition
  2. Chapter 5 of Python for Data Analysis: Data Wrangling with pandas, NumPy, and Jupyter 3rd Edition

Projects

Comprehensive Data Analysis with Pandas

Pandas Project: Make a Gradebook With Python & Pandas

Fundamentals of Modern Python and Data Analysis Quiz

Learning Material: All the Material Covered in this Course i.e. this repo

Total Questions: 40

Duration: 60 minutes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%