Wednesday, November 11, 2020

Janusworx: A Good First Day

Was a really good day to ease back into Python today.
I got my VS Code up and running.
I got a personal Gitea instance up, to host my code, from where I will syndicate it to Github and Gitlab.
And finally I got a projects page up, to slowly fill up with projects.

I also managed to improve an old program I wrote for myself, but I’ll write about that in the next post.
All in all, a day well spent. A journey well begun.


P.S. Subscribe to my mailing list!
P.P.S. Feed my insatiable reading habit.




from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...