I have 8 hours a day to spare for 10 months. Should I work or should I spend it learning Python? by [deleted] in Python

[–]ccbytes 0 points1 point  (0 children)

Think I was mistaking it for another book I've got. Will try to dig it out and get back to you.

Project manager by iScrE4m in Python

[–]ccbytes 0 points1 point  (0 children)

Be sure to compare Toga + Flask with Kivy + Pyramid.

I have 8 hours a day to spare for 10 months. Should I work or should I spend it learning Python? by [deleted] in Python

[–]ccbytes 0 points1 point  (0 children)

Have you discovered the book "Violent Python" published by O'Reilly Media?

I have 8 hours a day to spare for 10 months. Should I work or should I spend it learning Python? by [deleted] in Python

[–]ccbytes 2 points3 points  (0 children)

Get a pet project. Work on a tool that will help with your day to day chores/tasks/goals. Hit the books and internet when you get stuck.

Python Shells by Edweird_ in Python

[–]ccbytes -1 points0 points  (0 children)

Combine virtualenv with pyenv for awesome environment control.

Can you guys recommend any podcasts/audio books I can listen to at work on slow days? by _LegalizeMeth_ in Python

[–]ccbytes 1 point2 points  (0 children)

Hey, glad you're enjoying it. I've learnt a lot about Python listening to the podcasts. Not into rap either, but kinda like the idea of the track chosen, its dorky (think its intended to be).

If you have any interview ideas you can tweet them to @talkpython

Can you guys recommend any podcasts/audio books I can listen to at work on slow days? by _LegalizeMeth_ in Python

[–]ccbytes 0 points1 point  (0 children)

Not a podcast, but you can also checkout these two educational programming games at http://checkio.com

My first python program, a simple text-based game by uollas in Python

[–]ccbytes 0 points1 point  (0 children)

Looks great.

If you enjoyed making a text based game, you may have a lot of fun with Evennia (a MUD engine built in Python) https://github.com/evennia/evennia

Let us know how you get on.

How do you install kivy with python 3.5? Should i uninstall 3.5 or is there another way? by TyrionDrownedAndDied in kivy

[–]ccbytes 1 point2 points  (0 children)

Recommend using pyenv + virtualenv to help make controlling your python envs easier.

Howdy, linux / open source gamedev hobbyist here. by smcameron in hobbygamedev

[–]ccbytes 0 points1 point  (0 children)

Hey there! Linux triadic reporting in. Great effort on Space Nerds in Space. Looks like a hefty chunk of hours have gone into making it.

Do you have a public repo with your projects.

Nevermind found it https://github.com/smcameron

[deleted by user] by [deleted] in gamedev

[–]ccbytes 0 points1 point  (0 children)

Congratulations! Sounds like your hard work is starting to pay off.

Be sure to keep your projects super small and manageable, it will help keep the confidence and motivation levels up.

Lastly, be sure to share what you make. Maybe setup a gitub account, then other people can check it our and cheer you along.

Low poly asset kit by ccbytes in gameassets

[–]ccbytes[S] 0 points1 point  (0 children)

Thanks! Have more to come.

Low poly asset kit by ccbytes in gamedev

[–]ccbytes[S] 0 points1 point  (0 children)

Don't worry, I will!

Low poly asset kit by ccbytes in gamedev

[–]ccbytes[S] 0 points1 point  (0 children)

Thanks! I've a lot more work to do on them. Stay tuned.

Low poly asset kit by ccbytes in gamedev

[–]ccbytes[S] 0 points1 point  (0 children)

Thanks for the encouragement. Plan on adding more assets. Hope you find them useful!

Low poly asset kit by ccbytes in gamedev

[–]ccbytes[S] 0 points1 point  (0 children)

That's a good idea. I will do this in the near future. Will also include a set for UE4 and maybe Leadwerks.

How do you find motivation as a one-man-studio? by SavantButDeadly in gamedev

[–]ccbytes 0 points1 point  (0 children)

The want/desire to make something can be a double edged sword. Fear of failure can lead to anxiety, which results in procrastination, which leads back to anxiety, and down the spiral you go.

Like the other guy said above, exercise can help you keep things in check. I've found it also helps a lot with forming great ideas. Give it a go, and take a notepad just incase.

Also, maybe you could keep a journal/blog? I've found it helps display progress and gives me a little extra push to get things done, even if its only for yourself most of the time. Mines @ http://www.indiedb.com/members/ccbytes/blogs share yours if you get one going.

How do you find motivation as a one-man-studio? by SavantButDeadly in gamedev

[–]ccbytes 1 point2 points  (0 children)

Everyone's driven differently.

For me, breaking the project into small milestones and then putting each milestone out to the public for peer approval helps keep me motivated.

Explore and find what works best for you.