BlockLune's Blog

Home Tags About

Posts with tag python

Managing Multiple Python Versions with pyenv and conda

2024-02-20
pythoncondapyenv

As a CS student, I often find myself working on projects that require different Python versions, each with its own set of dependencies and libraries. In such scenarios, having a reliable and efficient method for managing these versions becomes crucial. Inspired by _[pyenv 与 conda 双轨制:管理 Python 版本和环境](https://blog.yfi.moe/post/pyenv-conda-together/)_, this blog post aims to document my experience with managing multiple versions of Python using pyenv and conda.

Getter and Setter in Python

2023-10-17
pythonobject-oriented programmingtranslation

Chinese translation for _[Getter and Setter in Python](https://www.geeksforgeeks.org/getter-and-setter-in-python/)_.

Notes for Machine Learning Specialization: More numerically accurate code examples

2023-08-14
aicourseramlmachine learning specializationnotepythontensorflow

This is a note for the [Machine Learning Specialization](https://www.coursera.org/specializations/machine-learning-introduction).

Notes for Machine Learning Specialization: Vectorization

2023-08-09
aicourseramlmachine learning specializationnotenumpypythonvectorization

This is a note for the [Machine Learning Specialization](https://www.coursera.org/specializations/machine-learning-introduction).

Python libraries mentioned in CS50P

2023-07-07
pythoncs50ppip

This is a list of some Python libraries mentioned in CS50P 2022.

Notes for Matplotlib

2023-06-29
pythonmatplotlib

Here are some notes for Matplotlib.

Permutations and Combinations in Python (itertools)

2023-05-28
pythonitertools

Extracted from _[itertools — Functions creating iterators for efficient looping — Python 3.11.3 documentation](https://docs.python.org/3/library/itertools.html)_