Skip to content

Instantly share code, notes, and snippets.

View ucaksiz's full-sized avatar
🎯
Focusing

Yu Kay ucaksiz

🎯
Focusing
View GitHub Profile
@yufengg
yufengg / AIA003_tf_estimators.ipynb
Last active April 5, 2020 00:42
Jupyter notebook for AI Adventures episode 3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@filipkral
filipkral / python-cheat-sheet-basic.py
Last active November 14, 2024 05:32
Basic Python Cheat Sheet
#!/usr/bin/env python
"""Basic Python Cheat Sheet by Filip Kral on 2015/02/16"""
"""
Python is a cross-platform, interpreted, object-oriented programming language.
That means you can run it on Linux, Windows, Mac, and other platforms,
you don't need to compile your code to execute it because it is compiled on
the fly, and you can use classes and objects.
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active October 26, 2025 08:45
A badass list of frontend development resources I collected over time.