Projects in Awesome Lists by lancelote
A curated list of projects in awesome lists by lancelote .
https://github.com/lancelote/interpy-ru
Intermediate Python book Russian translation
Last synced: 16 Mar 2025
https://github.com/lancelote/javabasicsstepik
Java Basics Stepik Course Code
Last synced: 18 Mar 2025
https://github.com/lancelote/advent_of_code
Advent of Code Christmas Puzzles
Last synced: 16 Mar 2025
https://github.com/lancelote/asyncio-demo
Code samples from EdgeDB asyncio tutorial videos by Łukasz Langa
Last synced: 18 Mar 2025
https://github.com/lancelote/stepic_programming_intro_cplusplus
Code for Stepic course Intro to Programming (C++)
Last synced: 18 Mar 2025
https://github.com/lancelote/head_first_java
Code from Head First Java Book
book education head-first-java java
Last synced: 18 Mar 2025
https://github.com/lancelote/rust-in-action
Examples from "Rust in Action" book by Tim McNamara
Last synced: 06 Apr 2025
https://github.com/lancelote/python-concurrency-with-asyncio
My experiments and notes while reading "Python Concurrency with asyncio" book by Matthew Fowler
Last synced: 12 Apr 2025
https://github.com/lancelote/fluent_python
Code examples from Fluent Python book by Luciano Ramalho
Last synced: 06 Apr 2025
https://github.com/lancelote/udemy_c_programming_for_beginners
"C Programming for Beginners" udemy course
Last synced: 06 Apr 2025
https://github.com/lancelote/exercism-javascript
My solutions for Exercism JS track
Last synced: 06 Apr 2025
https://github.com/lancelote/eloquent-js-3d
My code for "Eloquent JavaScript" 3rd Edition by Marijn Haverbeke
Last synced: 06 Apr 2025
https://github.com/lancelote/kotlinasfirstcode
Code for "Kotlin as first language" course
Last synced: 06 Apr 2025
https://github.com/lancelote/lancelote.github.io
My Blog
blog css github-page github-pages jekyll jekyll-blog lanyon poole
Last synced: 07 Apr 2025
https://github.com/lancelote/test_auto_comment
An experiment with posting comments from a workflow
Last synced: 06 Apr 2025
https://github.com/lancelote/hyperskill-tic-tac-toe-python
"Tic-Tac-Toe" Python project from Hyperskill
Last synced: 06 Apr 2025
https://github.com/lancelote/django-in-action
My notes reading "Django in Action" book by Christopher Trudeau
Last synced: 06 Apr 2025
https://github.com/lancelote/exercism-sml
My solutions to Exercism Standard ML track
Last synced: 06 Apr 2025
https://github.com/lancelote/css-in-depth
My experiments and progress with "CSS in Depth" by Keith J. Grant book examples
Last synced: 06 Apr 2025
https://github.com/lancelote/perf-aware-prog
My notes going through "Performance-Aware Programming Series" by Casey Muratori
Last synced: 06 Apr 2025
https://github.com/lancelote/django_2_by_example
Code for "Django 2 by Example" book by Antonio Mele
Last synced: 06 Apr 2025
https://github.com/lancelote/advent-of-code-rust
My solutions to Advent of Code in Rust
Last synced: 06 Apr 2025
https://github.com/lancelote/geometry-for-programmers
My notes and progress tracking while reading "Geometry for Programmers" book by Oleksandr Kaleniuk
Last synced: 15 May 2025
https://github.com/lancelote/godot-openai-api-plugin
My basic crude Godot plugin for accessing OpenAI API
Last synced: 15 May 2025
https://github.com/lancelote/squash-thre-creeps-3d
My implementation of "Your first 3D game" Godot tutorial
Last synced: 15 May 2025
https://github.com/lancelote/leetcode-kotlin
My leetcode exercise solutions in Kotlin
Last synced: 06 Apr 2025
https://github.com/lancelote/stepic_python_in_action_eng
Code for Stepic course Python in Action (eng)
adaptive algorithms kata python stepik
Last synced: 06 Apr 2025
https://github.com/lancelote/object-oriented-python
My experiments with examples from "Object-Oriented Python" book by Irv Kalb
Last synced: 06 Apr 2025
https://github.com/lancelote/pyside2-book
My code for "Create GUI Applications with Python & Qt5" book by Martin Fitzpatrick
Last synced: 06 Apr 2025
https://github.com/lancelote/practices_of_the_python_pro
Code samples from "Practices of the Python Pro" book
Last synced: 06 Apr 2025
https://github.com/lancelote/elems-of-prog-interviews-python
Notes made while reading "Elements of Programming Interviews in Python: The Insiders' Guide"
Last synced: 06 Apr 2025
https://github.com/lancelote/algorithms_part1
Algorithms Part 1 coursera course
Last synced: 06 Apr 2025
https://github.com/lancelote/hyperskill-go-in-memory-notepad
My implementation of "In-Memory Notepad" project from Hyperskill
Last synced: 22 Feb 2025
https://github.com/lancelote/askconfig
Disable auto-settings import for all JetBrains IDEs installed with Toolbox on macOS
Last synced: 02 Apr 2025
https://github.com/lancelote/clean-docker
Simple script to remove all Docker artifacts from the local machine
Last synced: 02 Apr 2025
https://github.com/lancelote/archive-project
CLI tool to zip Python project and copy archive to the desktop
Last synced: 02 Apr 2025
https://github.com/lancelote/junit-annotation-experiment
Experiment with JUnit5 extensions & Python installation
Last synced: 26 Mar 2025
https://github.com/lancelote/learning-go-2ed
Experiments and notes I made while reading "Learning Go" book by Jon Bodner
Last synced: 19 Mar 2025
https://github.com/lancelote/hyperskill-file-server-kotlin
"File Server" Kotlin project from Hyperskill
Last synced: 06 Apr 2025
https://github.com/lancelote/exercism-kotlin
My solutions to Exercism Kotlin track
Last synced: 06 Apr 2025
https://github.com/lancelote/the-pandas-dataframe
My notes while going through "The Pandas DataFrame: Working With Data Efficiently" by Real Python
Last synced: 06 Apr 2025
https://github.com/lancelote/vineae
A simple library for KeePass 2.x database decipher
Last synced: 06 Apr 2025
https://github.com/lancelote/sqlalchemy-2-in-practice
My notes while reading "SQLAlchemy 2 In Practice" book by Miguel Grinberg
Last synced: 06 Apr 2025
https://github.com/lancelote/stepic_python_in_action_ru
Code for Stepic course Python in Action (ru)
Last synced: 06 Apr 2025
https://github.com/lancelote/jlox
My lox programming language implementation from "Crafting Interpreters" book by Robert Nystrom
Last synced: 06 Apr 2025
https://github.com/lancelote/stanford-sql
Stanford "Databases: Relational Databases and SQL" code
Last synced: 06 Apr 2025
https://github.com/lancelote/pattern-matching-examples
Python Pattern Matching Examples
Last synced: 06 Apr 2025
https://github.com/lancelote/uoi001x
Notes for "The Medieval Icelandic Sagas" edX MOOC
Last synced: 06 Apr 2025
https://github.com/lancelote/shell-scripting
My experiments with examples from "Shell Scripting" book by Jason Cannon
Last synced: 06 Apr 2025
https://github.com/lancelote/quantum-computing-with-python-and-qsharp
My code experiments following "Learn Quantum Computing with Python and Q#" book
Last synced: 06 Apr 2025
https://github.com/lancelote/practical_python
My solutions for "Practical Python" course by David Beazley
Last synced: 06 Apr 2025
https://github.com/lancelote/hyperskill-regex-tester-python
"Regex Tester" Python project from Hyperskill
Last synced: 06 Apr 2025
https://github.com/lancelote/effective_python_ed2
Code experiments for "Effective Python" 2nd Edition book by Brett Slatkin
Last synced: 06 Apr 2025
https://github.com/lancelote/head-first-js
My notes and code samples made while reading "Head First JavaScript Programming" book
Last synced: 06 Apr 2025